Skip to content

Commit 3898201

Browse files
alisonmahersvgeesus
authored andcommitted
fix linking issues
1 parent 746d5e7 commit 3898201

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

css-color-adjust-1/Overview.bs

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,18 @@ spec:fill-stroke-3; type:property;
2626
text:stroke
2727
spec: 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>
4234
url: 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:
11491145
2. 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

11561152
4. Set the [=current forced colors mode automation theme=] to <em>theme</em>.
11571153

11581154
5. 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

11631160
Privacy Considerations {#privacy}

css-color-adjust-1/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
border: 3px solid white;
99
border-radius: 3px;
1010
box-shadow: 1px 1px 1px rgba(0,0,0,.15);
11-
forced-color-adjust: none;
11+
forced-color-adjust: none;
1212
}
1313

1414
.swatch.oog {

0 commit comments

Comments
 (0)