Skip to content

Commit 03f74dd

Browse files
author
Simon Pieters
committed
[cssom-view] Editorial: fix broken xref
1 parent d588e9e commit 03f74dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cssom-view/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ <h2 id="conformance"><span class="secno">2 </span>Conformance</h2>
208208
<p>When a method or an attribute is said to call another method or attribute, the user agent must invoke its internal API for that attribute or method so that
209209
e.g. the author can't change the behavior by overriding attributes or methods with custom properties or functions in ECMAScript.
210210

211-
<p>Unless otherwise stated, string comparisons are done in a <span>case-sensitive</span> manner.
211+
<p>Unless otherwise stated, string comparisons are done in a <a class="external" href="http://dom.spec.whatwg.org/#case-sensitive">case-sensitive</a> manner.
212212

213213
<p>A conforming user agent implements all the requirements made by this
214214
specification.</p>

cssom-view/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2>Conformance</h2>
176176
<p>When a method or an attribute is said to call another method or attribute, the user agent must invoke its internal API for that attribute or method so that
177177
e.g. the author can't change the behavior by overriding attributes or methods with custom properties or functions in ECMAScript.
178178

179-
<p>Unless otherwise stated, string comparisons are done in a <span>case-sensitive</span> manner.
179+
<p>Unless otherwise stated, string comparisons are done in a <span data-anolis-spec=dom>case-sensitive</span> manner.
180180

181181
<p>A conforming user agent implements all the requirements made by this
182182
specification.</p>

0 commit comments

Comments
 (0)