@@ -26,22 +26,18 @@ spec:fill-stroke-3; type:property;
26
26
text:stroke
27
27
spec: webdriver; urlPrefix: https://w3c.github.io/webdriver/#; type: dfn;
28
28
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
32
29
text: getting a property; url: dfn-getting-properties
33
- text: invalid argument; url: dfn-invalid-argument
34
- text: null; url: dfn-null
35
30
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
39
31
</pre>
40
32
41
33
<pre class=anchors>
42
34
url: https://html.spec.whatwg.org/multipage/semantics.html#meta-color-scheme;
43
35
type: attr-value; for: meta/name; spec: html; text: color-scheme;
44
36
</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>
45
41
46
42
<link rel="stylesheet" href="style.css" />
47
43
@@ -1149,15 +1145,16 @@ variables</em> and <em>parameters</em> are:
1149
1145
2. Let <em> theme</em> be the result of [=getting a property=] named
1150
1146
<code> "theme"</code> from <em> parameters</em> .
1151
1147
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
1153
1149
{{ForcedColorsModeAutomationTheme}} , return a WebDriver [=error=] with
1154
1150
WebDriver [=error code=] [=invalid argument=] .
1155
1151
1156
1152
4. Set the [=current forced colors mode automation theme=] to <em> theme</em> .
1157
1153
1158
1154
5. Signal to the browser that styles need to be recalculated.
1159
1155
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> .
1161
1158
1162
1159
1163
1160
Privacy Considerations {#privacy}
0 commit comments