Skip to content

Commit eed2c7b

Browse files
committed
fix xref
1 parent a2a718b commit eed2c7b

4 files changed

Lines changed: 63 additions & 60 deletions

File tree

cssom/Overview.html

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ <h2 id="conformance"><span class="secno">2 </span>Conformance</h2>
201201

202202
<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 e.g. the author can't change the behavior by overriding attributes or methods with custom properties or functions in ECMAScript.
203203

204-
<p>Unless otherwise stated, string comparisons are done in a <span>case-sensitive</span> manner.
204+
<p>Unless otherwise stated, string comparisons are done in a
205+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> manner.
205206

206207

207208
<h2 id="terminology"><span class="secno">3 </span>Terminology</h2>
@@ -476,7 +477,7 @@ <h3 id="comparing-media-queries"><span class="secno">4.3 </span>Comparing Media
476477
<var title="">m1</var> and <var title="">m2</var> means to
477478
<a href="#serialize-a-media-query" title="serialize a media query">serialize</a> them both and
478479
return true if they are a
479-
<a class="external" href="http://www.whatwg.org/html/#case-sensitive">case-sensitive</a> match and false if they
480+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> match and false if they
480481
are not.</p>
481482

482483

@@ -863,9 +864,9 @@ <h3 id="style-sheet-0"><span class="secno">6.1 </span>Style Sheet</h3>
863864
<p>The following <a href="#style-sheet" title="style sheet">style sheets</a> have
864865
their <a href="#style-sheet-alternate-flag">style sheet alternate flag</a> set:</p>
865866

866-
<pre><code>&lt;?xml-stylesheet alternate="yes" title="x" href="data:text/css,&hellip;"?&gt;</code></pre>
867+
<pre><code>&lt;?xml-stylesheet alternate="yes" title="x" href="data:text/css,"?&gt;</code></pre>
867868

868-
<pre><code>&lt;link rel="alternate stylesheet" title="x" href="data:text/css,&hellip;"&gt;</code></pre>
869+
<pre><code>&lt;link rel="alternate stylesheet" title="x" href="data:text/css,"&gt;</code></pre>
869870
</div>
870871
</dd>
871872

@@ -1045,10 +1046,10 @@ <h3 id="style-sheet-collections"><span class="secno">6.2 </span>Style Sheet Coll
10451046
<li><p>The <a href="#style-sheet-title">style sheet title</a> is empty.</li>
10461047
<li><p>The <a href="#last-style-sheet-set-name">last style sheet set name</a> is null and the
10471048
<a href="#style-sheet-title">style sheet title</a> is a
1048-
<a class="external" href="http://www.whatwg.org/html/#case-sensitive">case-sensitive</a> match
1049+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> match
10491050
for the <a href="#preferred-style-sheet-set-name">preferred style sheet set name</a>.</li>
10501051
<li><p>The <a href="#style-sheet-title">style sheet title</a> is a
1051-
<a class="external" href="http://www.whatwg.org/html/#case-sensitive">case-sensitive</a> match for the
1052+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> match for the
10521053
<a href="#last-style-sheet-set-name">last style sheet set name</a>.</li>
10531054
</ul>
10541055
</li>
@@ -1086,7 +1087,7 @@ <h3 id="style-sheet-collections"><span class="secno">6.2 </span>Style Sheet Coll
10861087
<li><p>Set the <a href="#style-sheet-disabled-flag">style sheet disabled flag</a> for each
10871088
<a href="#style-sheet">style sheet</a> in a <a href="#style-sheet-set">style sheet set</a> whose
10881089
<a href="#style-sheet-set-name">style sheet set name</a> is a
1089-
<a class="external" href="http://www.whatwg.org/html/#case-sensitive">case-sensitive</a> match for
1090+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> match for
10901091
<var title="">name</var> to false and set it to true for all other
10911092
<a href="#style-sheet" title="style sheet">style sheets</a> in a
10921093
<a href="#style-sheet-set">style sheet set</a>.</li>
@@ -1127,7 +1128,7 @@ <h3 id="style-sheet-collections"><span class="secno">6.2 </span>Style Sheet Coll
11271128
<var title="">name</var>.</li>
11281129

11291130
<li><p>If <var title="">name</var> is not a
1130-
<a class="external" href="http://www.whatwg.org/html/#case-sensitive">case-sensitive</a> match for
1131+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> match for
11311132
<var title="">current</var> and
11321133
<a href="#last-style-sheet-set-name">last style sheet set name</a> is null
11331134
<a href="#enable-a-style-sheet-set">enable a style sheet set</a> with name
@@ -1410,7 +1411,7 @@ <h3 id="style-sheet-association"><span class="secno">6.3 </span>Style Sheet Asso
14101411
<a class="external" href="http://www.w3.org/TR/xml-stylesheet/#dt-xml-stylesheet" title="xml-stylesheet processing instruction">xml-stylesheet processing instructions</a>
14111412
and HTTP <code title="http-link">Link</code> headers when the link
14121413
relation type is an
1413-
<a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for
1414+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for
14141415
"<code title="">stylesheet</code>" since nobody else was interested in
14151416
defining this.</p>
14161417

@@ -1490,7 +1491,7 @@ <h4 id="requirements-on-user-agents-implementing-the-xml-stylesheet-processing-i
14901491
<code title="">title</code> <a class="external" href="http://www.w3.org/TR/xml-stylesheet/#dt-pseudo-attribute">pseudo-attribute</a> is not specified.</li>
14911492

14921493
<li><p>If there is an <code title="">alternate</code> <a class="external" href="http://www.w3.org/TR/xml-stylesheet/#dt-pseudo-attribute">pseudo-attribute</a>
1493-
whose value is a <a class="external" href="http://www.whatwg.org/html/#case-sensitive">case-sensitive</a> match
1494+
whose value is a <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> match
14941495
for "<code title="">yes</code>" and <var title="">title</var> is the
14951496
empty string terminate these steps.</li>
14961497

@@ -1545,7 +1546,7 @@ <h4 id="requirements-on-user-agents-implementing-the-xml-stylesheet-processing-i
15451546

15461547
<dt><a href="#style-sheet-alternate-flag">style sheet alternate flag</a></dt>
15471548
<dd><p>True if the <code title="">alternate</code> <a class="external" href="http://www.w3.org/TR/xml-stylesheet/#dt-pseudo-attribute">pseudo-attribute</a>
1548-
value is a <a class="external" href="http://www.whatwg.org/html/#case-sensitive">case-sensitive</a> match for
1549+
value is a <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#case-sensitive">case-sensitive</a> match for
15491550
"<code>yes</code>", and false otherwise.</dd>
15501551
</dl>
15511552
</li>
@@ -1562,7 +1563,7 @@ <h4 id="requirements-on-user-agents-implementing-the-http-link-header"><span cla
15621563

15631564
<p>For each HTTP <code title="http-link">Link</code> header of which one
15641565
of the link relation types is an
1565-
<a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match
1566+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match
15661567
for "<code title="">stylesheet</code>" these steps
15671568
must be run:</p>
15681569

@@ -1572,7 +1573,7 @@ <h4 id="requirements-on-user-agents-implementing-the-http-link-header"><span cla
15721573
If there are no such parameters it is the empty string.</li>
15731574

15741575
<li><p>If one of the (other) link relation types is an
1575-
<a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for
1576+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for
15761577
"<code title="">alternate</code>" and <var title="">title</var> is the
15771578
empty string terminate these steps.</li>
15781579

@@ -1620,7 +1621,7 @@ <h4 id="requirements-on-user-agents-implementing-the-http-link-header"><span cla
16201621
<dt><a href="#style-sheet-alternate-flag">style sheet alternate flag</a></dt>
16211622
<dd><p>True if one of the specified link relation type for this HTTP
16221623
<code title="http-link">Link</code> header is an
1623-
<a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for
1624+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for
16241625
"<code title="">alternate</code>". Otherwise, false.</dd>
16251626
</dl>
16261627
</li>
@@ -2237,7 +2238,7 @@ <h4 id="the-cssstyledeclaration-interface"><span class="secno">6.5.1 </span>The
22372238
<p>The
22382239
<dfn id="dom-cssstyledeclaration-getpropertypriority" title="dom-CSSStyleDeclaration-getPropertyPriority"><code>getPropertyPriority(<var title="">property</var>)</code></dfn>
22392240
method, when invoked, if <var title="">property</var> is an
2240-
<a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for a
2241+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for a
22412242
property that has a priority user agents must return the canonical
22422243
priority of that property as given in the syntax definition. Otherwise,
22432244
the empty string must be returned.</p>
@@ -2256,7 +2257,7 @@ <h4 id="the-cssstyledeclaration-interface"><span class="secno">6.5.1 </span>The
22562257
algorithm.</li>
22572258

22582259
<li><p>If <var title="">property</var> is not an
2259-
<a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for a
2260+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for a
22602261
supported property, terminate this algorithm.</li>
22612262

22622263
<li><p>If <var title="">value</var> is null or the empty string invoke
@@ -2295,7 +2296,7 @@ <h4 id="the-cssstyledeclaration-interface"><span class="secno">6.5.1 </span>The
22952296
algorithm.</li>
22962297

22972298
<li><p>If <var title="">property</var> is an
2298-
<a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for a
2299+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for a
22992300
property of a declaration in the
23002301
<span>collection of CSS declarations</span> remove the declaration.</p>
23012302
</ol>
@@ -2752,7 +2753,7 @@ <h4 id="parsing-css-values"><span class="secno">6.6.1 </span>Parsing CSS Values<
27522753
<p>To <dfn id="parse-a-css-value">parse a CSS value</dfn> for a given
27532754
<var title="">property</var> means to a parse the given value according to
27542755
the definition of the property that is an
2755-
<a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for
2756+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for
27562757
<var title="">property</var> in the CSS specification. If the given value
27572758
is <span>ignored</span> return null. Otherwise return the CSS value for
27582759
the given <var title="">property</var>.</p>
@@ -3111,13 +3112,13 @@ <h3 id="extensions-to-the-window-interface"><span class="secno">7.2 </span>Exten
31113112
<li><p>Let <var title="">obj</var> be <var title="">elt</var>.</li>
31123113

31133114
<li><p>If <var title="">pseudoElt</var> is as an
3114-
<a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for
3115+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for
31153116
either "<code>:before</code>" or "<code>::before</code>" let
31163117
<var title="">obj</var> be the '::before' pseudo-element of
31173118
<var title="">elt</var>.</li>
31183119

31193120
<li><p>If <var title="">pseudoElt</var> is as an
3120-
<a class="external" href="http://www.whatwg.org/html/#ascii-case-insensitive">ASCII case-insensitive</a> match for
3121+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for
31213122
either "<code>:after</code>" or "<code>::after</code>" let
31223123
<var title="">obj</var> be the '::after' pseudo-element of
31233124
<var title="">elt</var>.</li>
@@ -3271,7 +3272,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
32713272
<p>The editor would like to thank
32723273

32733274
Alexey Feldgendler,
3274-
Bj&Atilde;&para;rn H&Atilde;&para;hrmann,
3275+
Björn Höhrmann,
32753276
Christian Krebs,
32763277
Daniel Glazman,
32773278
David Baron,

0 commit comments

Comments
 (0)