You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The <dfnid="dom-cssstylesheet-deleterule" title="dom-CSSStyleSheet-deleteRule"><code>deleteRule(<vartitle="">index</var>)</code></dfn> method must <ahref="#remove-a-css-rule">remove a CSS rule</a> in the CSS rule
1011
1011
list returned by <codetitle="dom-CSSStyleSheet-cssRules"><ahref="#dom-cssstylesheet-cssrules">cssRules</a></code> at <vartitle="">index</var>.
<h5id="persisting-the-selected-style-sheet-set"><spanclass="secno">6.2.4.1 </span>Persisting the selected style sheet set</h5>
1348
+
<h5id="persisting-the-selected-css-style-sheet-set"><spanclass="secno">6.2.4.1 </span>Persisting the selected CSS style sheet set</h5>
1349
1349
1350
-
<p>If a user agent persist the selectedstylesheet set, they should use
1350
+
<p>If a user agent persist the <ahref="#select-a-css-style-sheet-set" title="select a CSS style sheet set">selected</a><ahref="#css-style-sheet-set">CSS style sheet set</a>, it should use
attribute, when leaving the page (or at some other time) to determine the
1356
-
set name to store. If that is null then the stylesheet set should not be
1356
+
set name to store. If that is null then the <ahref="#css-style-sheet-set">CSS style sheet set</a> should not be
1357
1357
persisted.</p>
1358
1358
1359
-
<p>When re-setting the stylesheet set to the persisted value (which can
1360
-
happen at any time, typically at the first time the stylesheets are
1359
+
<p>When re-setting the <ahref="#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 <ahref="#css-style-sheet" title="CSS style sheet">CSS style sheets</a> are
1361
1361
needed for styling the document, after the <codetitle=""><head></code> of
1362
1362
the document has been parsed, after any scripts that are not dependent on
1363
-
computed style have executed), the stylesheet set
1363
+
computed style have executed), the <ahref="#css-style-sheet-set">CSS style sheet set</a>
1364
1364
should be set by using the
1365
1365
<ahref="#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 <ahref="#css-style-sheet-set">CSS style sheet set</a> manually.</p>
1367
1367
1368
1368
<pclass="note">This specification does not give any suggestions on
1369
-
how user agents should decide to persist the stylesheet set or whether or
1370
-
how to persist the selectedset across pages.</p>
1369
+
how user agents are to decide to persist the <ahref="#css-style-sheet-set">CSS style sheet set</a> or whether or
1370
+
how to persist the <ahref="#select-a-css-style-sheet-set" title="select a CSS style sheet set">selected</a><ahref="#css-style-sheet-set">CSS style sheet set</a> across pages.</p>
1371
1371
1372
1372
<!-- XXX this UI section suggests we may want to introduce a few more
<p>The <dfnid="associated-style-sheet">associated style sheet</dfn> of a node is the <ahref="#css-style-sheet">CSS style sheet</a> in the list of
1451
+
<p>The <dfnid="associated-css-style-sheet">associated CSS style sheet</dfn> of a node is the <ahref="#css-style-sheet">CSS style sheet</a> in the list of
1452
1452
<ahref="#document-css-style-sheets">document CSS style sheets</a> of which the <ahref="#concept-css-style-sheet-owner-node" title="concept-css-style-sheet-owner-node">owner node</a> implements the <code><ahref="#linkstyle">LinkStyle</a></code>
<p>The <dfnid="dom-linkstyle-sheet" title="dom-LinkStyle-sheet"><code>sheet</code></dfn> attribute must return the <ahref="#associated-style-sheet">associated style sheet</a> for the node or null
1461
-
if there is no <ahref="#associated-style-sheet">associated style sheet</a>.</p>
1460
+
<p>The <dfnid="dom-linkstyle-sheet" title="dom-LinkStyle-sheet"><code>sheet</code></dfn> attribute must return the <ahref="#associated-css-style-sheet">associated CSS style sheet</a> for the node or null
1461
+
if there is no <ahref="#associated-css-style-sheet">associated CSS style sheet</a>.</p>
1462
1462
1463
1463
<divclass="example">
1464
1464
<p>In the following fragment, the first <codetitle="">style</code>
<p>The <dfntitle=dom-CSSStyleSheet-deleteRule><code>deleteRule(<vartitle>index</var>)</code></dfn> method must <span>remove a CSS rule</span> in the CSS rule
942
942
list returned by <codetitle=dom-CSSStyleSheet-cssRules>cssRules</code> at <vartitle>index</var>.
943
943
944
-
<h3>Style Sheet Collections</h3>
944
+
<h3>CSS Style Sheet Collections</h3>
945
945
946
946
<p>Below various new concepts are defined that are associated with each
<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
1383
1383
<span>document CSS style sheets</span> of which the <spantitle=concept-css-style-sheet-owner-node>owner node</span> implements the <code>LinkStyle</code>
0 commit comments