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
<li><p>The <ahref="#concept-css-style-sheet-title" title="concept-css-style-sheet-title">title</a> is empty.</li>
1064
-
<li><p>The <ahref="#last-style-sheet-set-name">last style sheet set name</a> is null and the
1064
+
<li><p>The <ahref="#last-css-style-sheet-set-name">last CSS style sheet set name</a> is null and the
1065
1065
<ahref="#concept-css-style-sheet-title" title="concept-css-style-sheet-title">title</a> is a
1066
1066
<aclass="external" href="http://dom.spec.whatwg.org/#case-sensitive">case-sensitive</a> match
1067
-
for the <ahref="#preferred-style-sheet-set-name">preferred style sheet set name</a>.</li>
1067
+
for the <ahref="#preferred-css-style-sheet-set-name">preferred CSS style sheet set name</a>.</li>
1068
1068
<li><p>The <ahref="#concept-css-style-sheet-title" title="concept-css-style-sheet-title">title</a> is a
1069
1069
<aclass="external" href="http://dom.spec.whatwg.org/#case-sensitive">case-sensitiv
7D6E
e</a> match for the
1070
-
<ahref="#last-style-sheet-set-name">last style sheet set name</a>.</li>
1070
+
<ahref="#last-css-style-sheet-set-name">last CSS style sheet set name</a>.</li>
1071
1071
</ul>
1072
1072
</li>
1073
1073
1074
1074
<li><p>Set the <ahref="#concept-css-style-sheet-disabled-flag" title="concept-css-style-sheet-disabled-flag">disabled flag</a>.</li>
1075
1075
</ol>
1076
1076
1077
-
<p>A <dfnid="persistent-style-sheet">persistent style sheet</dfn> is a
1078
-
<ahref="#css-style-sheet">CSS style sheet</a> from the <ahref="#document-style-sheets">document style sheets</a>
1077
+
<p>A <dfnid="persistent-css-style-sheet">persistent CSS style sheet</dfn> is a
1078
+
<ahref="#css-style-sheet">CSS style sheet</a> from the <ahref="#document-css-style-sheets">document CSS style sheets</a>
1079
1079
whose <ahref="#concept-css-style-sheet-title" title="concept-css-style-sheet-title">title</a> is the empty string and whose
1080
1080
<ahref="#concept-css-style-sheet-alternate-flag" title="concept-css-style-sheet-alternate-flag">alternate flag</a> is clear.</p>
1081
1081
1082
-
<p>A <dfnid="style-sheet-set">style sheet set</dfn> is an ordered
1082
+
<p>A <dfnid="css-style-sheet-set">CSS style sheet set</dfn> is an ordered
1083
1083
collection of one or more <ahref="#css-style-sheet" title="CSS style sheet">CSS style sheets</a>
1084
-
from the <ahref="#document-style-sheets">document style sheets</a> which have an identical
1084
+
from the <ahref="#document-css-style-sheets">document CSS style sheets</a> which have an identical
1085
1085
<ahref="#concept-css-style-sheet-title" title="concept-css-style-sheet-title">title</a> that is not the empty string.</p>
1086
1086
1087
-
<p>A <dfnid="style-sheet-set-name">style sheet set name</dfn> is the
1088
-
<ahref="#concept-css-style-sheet-title" title="concept-css-style-sheet-title">title</a> the <spantitle="concept-css-style-sheet-set">set</span> has in
1087
+
<p>A <dfnid="css-style-sheet-set-name">CSS style sheet set name</dfn> is the
1088
+
<ahref="#concept-css-style-sheet-title" title="concept-css-style-sheet-title">title</a> the <ahref="#css-style-sheet-set">CSS style sheet set</a> has in
1089
1089
common.</p>
1090
1090
1091
-
<p>An <dfnid="enabled-style-sheet-set">enabled style sheet set</dfn> is a
1092
-
<spantitle="concept-css-style-sheet-set">set</span> of which each <ahref="#css-style-sheet">CSS style sheet</a> has
1091
+
<p>An <dfnid="enabled-css-style-sheet-set">enabled CSS style sheet set</dfn> is a
1092
+
<ahref="#css-style-sheet-set">CSS style sheet set</a> of which each <ahref="#css-style-sheet">CSS style sheet</a> has
1093
1093
its <ahref="#concept-css-style-sheet-disabled-flag" title="concept-css-style-sheet-disabled-flag">disabled flag</a> clear.</p>
1094
1094
1095
-
<p>To <dfnid="enable-a-style-sheet-set">enable a style sheet set</dfn>
1095
+
<p>To <dfnid="enable-a-css-style-sheet-set">enable a CSS style sheet set</dfn>
1096
1096
with name <vartitle="">name</var>, run these steps:</p>
1097
1097
1098
1098
<ol>
1099
1099
<li><p>If <vartitle="">name</var> is the empty string, set the
1100
1100
<ahref="#concept-css-style-sheet-disabled-flag" title="concept-css-style-sheet-disabled-flag">disabled flag</a> for each <ahref="#css-style-sheet">CSS style sheet</a>
1101
-
that is in a <spantitle="concept-css-style-sheet-set">set</span> and terminate these steps.</li>
1101
+
that is in a <ahref="#css-style-sheet-set">CSS style sheet set</a> and terminate these steps.</li>
1102
1102
1103
1103
<li><p>Clear the <ahref="#concept-css-style-sheet-disabled-flag" title="concept-css-style-sheet-disabled-flag">disabled flag</a> for each
1104
-
<ahref="#css-style-sheet">CSS style sheet</a> in a <spantitle="concept-css-style-sheet-set">set</span> whose
1104
+
<ahref="#css-style-sheet">CSS style sheet</a> in a <ahref="#css-style-sheet-set">CSS style sheet set</a> whose
1105
1105
<spantitle="concept-css-style-sheet-set-name">set name</span> is a
1106
1106
<aclass="external" href="http://dom.spec.whatwg.org/#case-sensitive">case-sensitive</a> match for
1107
1107
<vartitle="">name</var> and set it for all other
1108
1108
<ahref="#css-style-sheet" title="CSS style sheet">CSS style sheets</a> in a
<p>The <dfnid="dom-document-stylesheets" title="dom-Document-styleSheets"><code>styleSheets</code></dfn> attribute must return a <code><ahref="#stylesheetlist">StyleSheetList</a></code> collection representing
1255
-
the <ahref="#document-style-sheets">document style sheets</a>.</p>
1255
+
the <ahref="#document-css-style-sheets">document CSS style sheets</a>.</p>
1256
1256
<pclass="note">Because of historical IDL limitations the <codetitle="dom-Document-styleSheets"><ahref="#dom-document-stylesheets">styleSheets</a></code> attribute
1257
1257
used to be on a separate interface, <code>DocumentStyle</code>.</p>
1258
1258
1259
1259
<p>The <dfnid="dom-document-selectedstylesheetset" title="dom-Document-selectedStyleSheetSet"><code>selectedStyleSheetSet</code></dfn> attribute, on getting, must run these steps:</p>
1260
1260
<ol>
1261
-
<li><p>If there is a single <ahref="#enabled-style-sheet-set">enabled style sheet set</a> and no
1262
-
other <ahref="#document-style-sheets">document style sheets</a> with a non-empty
1261
+
<li><p>If there is a single <ahref="#enabled-css-style-sheet-set">enabled CSS style sheet set</a> and no
1262
+
other <ahref="#document-css-style-sheets">document CSS style sheets</a> with a non-empty
1263
1263
<ahref="#concept-css-style-sheet-title" title="concept-css-style-sheet-title">title</a> have the
1264
1264
<ahref="#concept-css-style-sheet-disabled-flag" title="concept-css-style-sheet-disabled-flag">disabled flag</a> unset, return the
1265
1265
<spantitle="concept-css-style-sheet-set-name">set name</span> of the
1266
-
<ahref="#enabled-style-sheet-set">enabled style sheet set</a> and terminate these steps.</li>
1266
+
<ahref="#enabled-css-style-sheet-set">enabled CSS style sheet set</a> and terminate these steps.</li>
1267
1267
1268
1268
<li><p>Otherwise, if <ahref="#css-style-sheet" title="CSS style sheet">CSS style sheets</a> from
1269
-
different <ahref="#style-sheet-set" title="style sheet set">style sheet sets</a> have
1269
+
different <ahref="#css-style-sheet-set" title="CSS style sheet set">CSS style sheet sets</a> have
1270
1270
their <ahref="#concept-css-style-sheet-disabled-flag" title="concept-css-style-sheet-disabled-flag">disabled flag</a> unset, return
<p>The <dfnid="dom-document-laststylesheetset" title="dom-Document-lastStyleSheetSet"><code>lastStyleSheetSet</code></dfn> attribute must return the <ahref="#last-style-sheet-set-name">last style sheet set name</a>.</p>
1303
+
<p>The <dfnid="dom-document-laststylesheetset" title="dom-Document-lastStyleSheetSet"><code>lastStyleSheetSet</code></dfn> attribute must return the <ahref="#last-css-style-sheet-set-name">last CSS style sheet set name</a>.</p>
1304
1304
<pclass="note">This attribute is initially null.</p>
1305
1305
1306
-
<p>The <dfnid="dom-document-preferredstylesheetset" title="dom-Document-preferredStyleSheetSet"><code>preferredStyleSheetSet</code></dfn> attribute must return the <ahref="#preferred-style-sheet-set-name">preferred style sheet set
1307
-
name</a>.</p>
1306
+
<p>The <dfnid="dom-document-preferredstylesheetset" title="dom-Document-preferredStyleSheetSet"><code>preferredStyleSheetSet</code></dfn> attribute must return the <span>preferred style sheet set
<p>The <dfnid="dom-document-stylesheetsets" title="dom-Document-styleSheetSets"><code>styleSheetSets</code></dfn> attribute must return a read only array of the
1312
-
<ahref="#style-sheet-set-name" title="style sheet set name">style sheet set names</a> of the
1313
-
<ahref="#style-sheet-set" title="style sheet set">style sheet sets</a>, in order of the <ahref="#document-style-sheets">document
1314
-
style sheets</a>.</p>
1312
+
<ahref="#css-style-sheet-set-name" title="CSS style sheet set name">CSS style sheet set names</a> of the
1313
+
<ahref="#css-style-sheet-set" title="CSS style sheet set">CSS style sheet sets</a>, in order of the <span>document
1314
+
style sheets</span>.</p>
1315
1315
1316
1316
<p>The <dfnid="dom-document-enablestylesheetsforset" title="dom-Document-enableStyleSheetsForSet"><code>enableStyleSheetsForSet(<vartitle="">name</var>)</code></dfn> method must, when invoked, run these
1317
1317
steps:</p>
1318
1318
<ol>
1319
1319
<li><p>If <vartitle="">name</var> is null terminate these steps.</li>
1320
-
<li><p><ahref="#enable-a-style-sheet-set">Enable a style sheet set</a> with name <vartitle="">name</var>.</li>
1320
+
<li><p><ahref="#enable-a-css-style-sheet-set">enable a CSS style sheet set</a> with name <vartitle="">name</var>.</li>
1321
1321
</ol>
1322
-
<pclass="note"><spantitle="Style sheet">Style sheets</span> with an
1322
+
<pclass="note"><ahref="#css-style-sheet" title="CSS style sheet">CSS style sheets</a> with an
1323
1323
empty <ahref="#concept-css-style-sheet-title" title="concept-css-style-sheet-title">title</a> are never affected by this method.
1324
1324
This method does not change the values of the
1325
1325
<codetitle="dom-Document-lastStyleSheetSet"><ahref="#dom-document-laststylesheetset">lastStyleSheetSet</a></code> or
<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
1452
-
<ahref="#document-style-sheets">document 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>
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>
0 commit comments