@@ -1850,11 +1850,13 @@ The [=remote end steps=] with |session| and |command parameters| are:
1850
1850
1851
1851
1. Let the |set of event names| be empty [=set=] .
1852
1852
1853
- 1. For each |event| of <code> command parameters</code> ["events"] , append |event| to |set of event names|.
1853
+ 1. For each |event| of <code> command parameters</code> ["events"] :
1854
+
1855
+ 1. Append |event| to |set of event names|.
1854
1856
1855
1857
1. Let |set of contexts| be null.
1856
1858
1857
- 1. If the value of the <code> contexts</code> field of |command parameters| is not null.
1859
+ 1. If the value of the <code> contexts</code> field of |command parameters| is not null:
1858
1860
1859
1861
1. Set |set of contexts| to empty [=set=] .
1860
1862
@@ -1928,14 +1930,16 @@ The [=remote end steps=] with |session| and |command parameters| are:
1928
1930
1929
1931
1. Let |set of contexts| be null.
1930
1932
1931
- 1. If the value of the <code> contexts</code> field of |command parameters| is not null.
1933
+ 1. If the value of the <code> contexts</code> field of |command parameters| is not null:
1932
1934
1933
1935
1. Set |set of contexts| to empty [=set=] .
1934
1936
1935
- 1. For each |event| of <code> command parameters</code> ["contexts"] , append |event| to |set of contexts|.
1937
+ 1. For each |event| of <code> command parameters</code> ["contexts"] :
1938
+
1939
+ 1. Append |event| to |set of contexts|.
1936
1940
1937
1941
1. [=Try=] to [=update the event map=] with |session|,
1938
- |set of event names|, |list of contexts| and enabled false.
1942
+ |set of event names|, |set of contexts| and enabled false.
1939
1943
1940
1944
1. Return [=success=] with data null.
1941
1945
0 commit comments