@@ -26,22 +26,18 @@ spec:fill-stroke-3; type:property;
2626 text:stroke
2727spec: webdriver; urlPrefix: https://w3c.github.io/webdriver/#; type: dfn;
2828 text: error; url: dfn-error
29- text: error code; url: dfn-error-code
30- text: extension command; url: dfn-extension-commands
31- text: extension commands; url: dfn-extension-commands
3229 text: getting a property; url: dfn-getting-properties
33- text: invalid argument; url: dfn-invalid-argument
34- text: null; url: dfn-null
3530 text: remote end steps; url: dfn-remote-end-steps
36- text: session; url: dfn-session
37- text: success; url: dfn-success
38- text: undefined; url: dfn-undefined
3931</pre>
4032
4133<pre class=anchors>
4234url: https://html.spec.whatwg.org/multipage/semantics.html#meta-color-scheme;
4335 type: attr-value; for: meta/name; spec: html; text: color-scheme;
4436</pre>
37+ <pre class=anchors>
38+ url: https://262.ecma-international.org/5.1/#sec-4.3.11; type: dfn;
39+ spec: ecmascript; text: null;
40+ </pre>
4541
4642<link rel="stylesheet" href="style.css" />
4743
@@ -1149,15 +1145,16 @@ variables</em> and <em>parameters</em> are:
114911452. Let <em> theme</em> be the result of [=getting a property=] named
11501146 <code> "theme"</code> from <em> parameters</em> .
11511147
1152- 3. If <em> theme</em> is [= undefined=] or is not a member of
1148+ 3. If <em> theme</em> is {{globalThis/ undefined}} or is not a member of
11531149 {{ForcedColorsModeAutomationTheme}} , return a WebDriver [=error=] with
11541150 WebDriver [=error code=] [=invalid argument=] .
11551151
115611524. Set the [=current forced colors mode automation theme=] to <em> theme</em> .
11571153
115811545. Signal to the browser that styles need to be recalculated.
11591155
1160- 6. Return [=success=] with data [=null=] .
1156+ 6. Return [=success=] with data
1157+ <a href="https://262.ecma-international.org/5.1/#sec-4.3.11">null</a> .
11611158
11621159
11631160Privacy Considerations {#privacy}
0 commit comments