Skip to content

Commit b99aa2f

Browse files
author
Simon Pieters
committed
[cssom] Yet more xref tweaks
1 parent 7ee5ab5 commit b99aa2f

2 files changed

Lines changed: 28 additions & 28 deletions

File tree

cssom/Overview.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@ <h2 class="no-num no-toc" id="toc">Table of Contents</h2>
143143
<ol class="toc">
144144
<li><a href="#the-stylesheet-interface"><span class="secno">6.1.1 </span>The <code title="">StyleSheet</code> Interface</a></li>
145145
<li><a href="#the-cssstylesheet-interface"><span class="secno">6.1.2 </span>The <code title="">CSSStyleSheet</code> Interface</a></ol></li>
146-
<li><a href="#style-sheet-collections"><span class="secno">6.2 </span>Style Sheet Collections</a>
146+
<li><a href="#css-style-sheet-collections"><span class="secno">6.2 </span>CSS Style Sheet Collections</a>
147147
<ol class="toc">
148148
<li><a href="#the-http-default-style-header"><span class="secno">6.2.1 </span>The HTTP <code title="">Default-Style</code> Header</a></li>
149149
<li><a href="#the-stylesheetlist-interface"><span class="secno">6.2.2 </span>The <code title="">StyleSheetList</code> Interface</a></li>
150150
<li><a href="#extensions-to-the-document-interface"><span class="secno">6.2.3 </span>Extensions to the <code title="">Document</code> Interface</a></li>
151151
<li><a href="#interaction-with-the-user-interface"><span class="secno">6.2.4 </span>Interaction with the User Interface</a>
152152
<ol class="toc">
153-
<li><a href="#persisting-the-selected-style-sheet-set"><span class="secno">6.2.4.1 </span>Persisting the selected style sheet set</a></ol></li>
153+
<li><a href="#persisting-the-selected-css-style-sheet-set"><span class="secno">6.2.4.1 </span>Persisting the selected CSS style sheet set</a></ol></li>
154154
<li><a href="#examples"><span class="secno">6.2.5 </span>Examples</a></ol></li>
155155
<li><a href="#style-sheet-association"><span class="secno">6.3 </span>Style Sheet Association</a>
156156
<ol class="toc">
@@ -1010,7 +1010,7 @@ <h4 id="the-cssstylesheet-interface"><span class="secno">6.1.2 </span>The <code
10101010
<p>The <dfn id="dom-cssstylesheet-deleterule" title="dom-CSSStyleSheet-deleteRule"><code>deleteRule(<var title="">index</var>)</code></dfn> method must <a href="#remove-a-css-rule">remove a CSS rule</a> in the CSS rule
10111011
list returned by <code title="dom-CSSStyleSheet-cssRules"><a href="#dom-cssstylesheet-cssrules">cssRules</a></code> at <var title="">index</var>.
10121012

1013-
<h3 id="style-sheet-collections"><span class="secno">6.2 </span>Style Sheet Collections</h3>
1013+
<h3 id="css-style-sheet-collections"><span class="secno">6.2 </span>CSS Style Sheet Collections</h3>
10141014

10151015
<p>Below various new concepts are defined that are associated with each
10161016
<code class="external"><a href="http://dom.spec.whatwg.org/#document">Document</a></code> object.</p>
@@ -1345,29 +1345,29 @@ <h4 id="interaction-with-the-user-interface"><span class="secno">6.2.4 </span>In
13451345
<code title="dom-Document-lastStyleSheetSet"><a href="#dom-document-laststylesheetset">lastStyleSheetSet</a></code>
13461346
attribute.</p>
13471347

1348-
<h5 id="persisting-the-selected-style-sheet-set"><span class="secno">6.2.4.1 </span>Persisting the selected style sheet set</h5>
1348+
<h5 id="persisting-the-selected-css-style-sheet-set"><span class="secno">6.2.4.1 </span>Persisting the selected CSS style sheet set</h5>
13491349

1350-
<p>If a user agent persist the selected style sheet set, they should use
1350+
<p>If a user agent persist the <a href="#select-a-css-style-sheet-set" title="select a CSS style sheet set">selected</a> <a href="#css-style-sheet-set">CSS style sheet set</a>, it should use
13511351
the value of the
13521352
<code title="dom-Document-selectedStyleSheetSet"><a href="#dom-document-selectedstylesheetset">selectedStyleSheetSet</a></code>
13531353
attribute, or if that is null, the
13541354
<code title="dom-Document-lastStyleSheetSet"><a href="#dom-document-laststylesheetset">lastStyleSheetSet</a></code>
13551355
attribute, when leaving the page (or at some other time) to determine the
1356-
set name to store. If that is null then the style sheet set should not be
1356+
set name to store. If that is null then the <a href="#css-style-sheet-set">CSS style sheet set</a> should not be
13571357
persisted.</p>
13581358

1359-
<p>When re-setting the style sheet set to the persisted value (which can
1360-
happen at any time, typically at the first time the style sheets are
1359+
<p>When re-setting the <a href="#css-style-sheet-set">CSS style sheet set</a> to the persisted value (which can
1360+
happen at any time, typically at the first time the <a href="#css-style-sheet" title="CSS style sheet">CSS style sheets</a> are
13611361
needed for styling the document, after the <code title="">&lt;head&gt;</code> of
13621362
the document has been parsed, after any scripts that are not dependent on
1363-
computed style have executed), the style sheet set
1363+
computed style have executed), the <a href="#css-style-sheet-set">CSS style sheet set</a>
13641364
should be set by using the
13651365
<a href="#select-a-css-style-sheet-set">select a CSS style sheet set</a> set of steps as if the user had
1366-
selected the set manually.</p>
1366+
selected the <a href="#css-style-sheet-set">CSS style sheet set</a> manually.</p>
13671367

13681368
<p class="note">This specification does not give any suggestions on
1369-
how user agents should decide to persist the style sheet set or whether or
1370-
how to persist the selected set across pages.</p>
1369+
how user agents are to decide to persist the <a href="#css-style-sheet-set">CSS style sheet set</a> or whether or
1370+
how to persist the <a href="#select-a-css-style-sheet-set" title="select a CSS style sheet set">selected</a> <a href="#css-style-sheet-set">CSS style sheet set</a> across pages.</p>
13711371

13721372
<!-- XXX this UI section suggests we may want to introduce a few more
13731373
idioms -->
@@ -1448,7 +1448,7 @@ <h3 id="style-sheet-association"><span class="secno">6.3 </span>Style Sheet Asso
14481448

14491449
<h4 id="the-linkstyle-interface"><span class="secno">6.3.1 </span>The <code title="">LinkStyle</code> Interface</h4>
14501450

1451-
<p>The <dfn id="associated-style-sheet">associated style sheet</dfn> of a node is the <a href="#css-style-sheet">CSS style sheet</a> in the list of
1451+
<p>The <dfn id="associated-css-style-sheet">associated CSS style sheet</dfn> of a node is the <a href="#css-style-sheet">CSS style sheet</a> in the list of
14521452
<a href="#document-css-style-sheets">document CSS style sheets</a> of which the <a href="#concept-css-style-sheet-owner-node" title="concept-css-style-sheet-owner-node">owner node</a> implements the <code><a href="#linkstyle">LinkStyle</a></code>
14531453
interface.</p>
14541454

@@ -1457,8 +1457,8 @@ <h4 id="the-linkstyle-interface"><span class="secno">6.3.1 </span>The <code titl
14571457
readonly attribute <a href="#stylesheet">StyleSheet</a>? <a href="#dom-linkstyle-sheet" title="dom-LinkStyle-sheet">sheet</a>;
14581458
};</pre>
14591459

1460-
<p>The <dfn id="dom-linkstyle-sheet" title="dom-LinkStyle-sheet"><code>sheet</code></dfn> attribute must return the <a href="#associated-style-sheet">associated style sheet</a> for the node or null
1461-
if there is no <a href="#associated-style-sheet">associated style sheet</a>.</p>
1460+
<p>The <dfn id="dom-linkstyle-sheet" title="dom-LinkStyle-sheet"><code>sheet</code></dfn> attribute must return the <a href="#associated-css-style-sheet">associated CSS style sheet</a> for the node or null
1461+
if there is no <a href="#associated-css-style-sheet">associated CSS style sheet</a>.</p>
14621462

14631463
<div class="example">
14641464
<p>In the following fragment, the first <code title="">style</code>

cssom/Overview.src.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ <h4>The <code title>CSSStyleSheet</code> Interface</h4>
941941
<p>The <dfn title=dom-CSSStyleSheet-deleteRule><code>deleteRule(<var title>index</var>)</code></dfn> method must <span>remove a CSS rule</span> in the CSS rule
942942
list returned by <code title=dom-CSSStyleSheet-cssRules>cssRules</code> at <var title>index</var>.
943943

944-
<h3>Style Sheet Collections</h3>
944+
<h3>CSS Style Sheet Collections</h3>
945945

946946
<p>Below various new concepts are defined that are associated with each
947947
<code data-anolis-spec=dom>Document</code> object.</p>
@@ -1276,29 +1276,29 @@ <h4>Interaction with the User Interface</h4>
12761276
<code title="dom-Document-lastStyleSheetSet">lastStyleSheetSet</code>
12771277
attribute.</p>
12781278

1279-
<h5>Persisting the selected style sheet set</h5>
1279+
<h5>Persisting the selected CSS style sheet set</h5>
12801280

1281-
<p>If a user agent persist the selected style sheet set, they should use
1281+
<p>If a user agent persist the <span title="select a CSS style sheet set">selected</span> <span>CSS style sheet set</span>, it should use
12821282
the value of the
12831283
<code title="dom-Document-selectedStyleSheetSet">selectedStyleSheetSet</code>
12841284
attribute, or if that is null, the
12851285
<code title="dom-Document-lastStyleSheetSet">lastStyleSheetSet</code>
12861286
attribute, when leaving the page (or at some other time) to determine the
1287-
set name to store. If that is null then the style sheet set should not be
1287+
set name to store. If that is null then the <span>CSS style sheet set</span> should not be
12881288
persisted.</p>
12891289

1290-
<p>When re-setting the style sheet set to the persisted value (which can
1291-
happen at any time, typically at the first time the style sheets are
1290+
<p>When re-setting the <span>CSS style sheet set</span> to the persisted value (which can
1291+
happen at any time, typically at the first time the <span title="CSS style sheet">CSS style sheets</span> are
12921292
needed for styling the document, after the <code title>&lt;head&gt;</code> of
12931293
the document has been parsed, after any scripts that are not dependent on
1294-
computed style have executed), the style sheet set
1294+
computed style have executed), the <span>CSS style sheet set</span>
12951295
should be set by using the
12961296
<span>select a CSS style sheet set</span> set of steps as if the user had
1297-
selected the set manually.</p>
1297+
selected the <span>CSS style sheet set</span> manually.</p>
12981298

12991299
<p class="note">This specification does not give any suggestions on
1300-
how user agents should decide to persist the style sheet set or whether or
1301-
how to persist the selected set across pages.</p>
1300+
how user agents are to decide to persist the <span>CSS style sheet set</span> or whether or
1301+
how to persist the <span title="select a CSS style sheet set">selected</span> <span>CSS style sheet set</span> across pages.</p>
13021302

13031303
<!-- XXX this UI section suggests we may want to introduce a few more
13041304
idioms -->
@@ -1379,7 +1379,7 @@ <h3>Style Sheet Association</h3>
13791379

13801380
<h4>The <code title>LinkStyle</code> Interface</h4>
13811381

1382-
<p>The <dfn>associated style sheet</dfn> of a node is the <span>CSS style sheet</span> in the list of
1382+
<p>The <dfn>associated CSS style sheet</dfn> of a node is the <span>CSS style sheet</span> in the list of
13831383
<span>document CSS style sheets</span> of which the <span title=concept-css-style-sheet-owner-node>owner node</span> implements the <code>LinkStyle</code>
13841384
interface.</p>
13851385

@@ -1388,8 +1388,8 @@ <h4>The <code title>LinkStyle</code> Interface</h4>
13881388
readonly attribute <span>StyleSheet</span>? <span title=dom-LinkStyle-sheet>sheet</span>;
13891389
};</pre>
13901390

1391-
<p>The <dfn title=dom-LinkStyle-sheet><code>sheet</code></dfn> attribute must return the <span>associated style sheet</span> for the node or null
1392-
if there is no <span>associated style sheet</span>.</p>
1391+
<p>The <dfn title=dom-LinkStyle-sheet><code>sheet</code></dfn> attribute must return the <span>associated CSS style sheet</span> for the node or null
1392+
if there is no <span>associated CSS style sheet</span>.</p>
13931393

13941394
<div class="example">
13951395
<p>In the following fragment, the first <code title>style</code>

0 commit comments

Comments
 (0)