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 term <dfnid="list-of-css-page-selectors">list of CSS page selectors</dfn> refers to the comma-separated list of page selectors, as defined in CSS Paged Media Module.
284
284
<ahref="#refsCSSPAGE">[CSSPAGE]</a>
285
285
286
-
<p>The terms <dfnid="set">set</dfn> and <dfnid="clear">clear</dfn> to refer to the true and
286
+
<p>The terms <dfnid="set">set</dfn> and <dfnid="unset">unset</dfn> to refer to the true and
287
287
false values of binary flags or variables, respectively. These terms are also used as verbs in which case they refer to
288
288
mutating some value to make it true or false, respectively.</p>
<dd><p>Specified when created. Either set or clear. If it is set, the API allows reading and modifying of the <ahref="#concept-css-style-sheet-css-rules" title="concept-css-style-sheet-css-rules">CSS
900
+
<dd><p>Specified when created. Either set or unset. If it is set, the API allows reading and modifying of the <ahref="#concept-css-style-sheet-css-rules" title="concept-css-style-sheet-css-rules">CSS
<p>The <dfnid="dom-cssstylesheet-insertrule" title="dom-CSSStyleSheet-insertRule"><code>insertRule(<var>rule</var>, <var>index</var>)</code></dfn> method must run the following steps:
986
986
987
987
<ol>
988
-
<li><p>If the <ahref="#concept-css-style-sheet-origin-clean-flag" title="concept-css-style-sheet-origin-clean-flag">origin-clean flag</a> is clear,
988
+
<li><p>If the <ahref="#concept-css-style-sheet-origin-clean-flag" title="concept-css-style-sheet-origin-clean-flag">origin-clean flag</a> is unset,
989
989
<aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-throw" title="concept-throw">throw</a> a <codeclass="external" data-anolis-spec="dom"><ahref="http://dom.spec.whatwg.org/#securityerror">SecurityError</a></code> exception.
990
990
<li><p>Return the result of invoking <ahref="#insert-a-css-rule">insert a CSS rule</a><var>rule</var> in the <ahref="#concept-css-style-sheet-css-rules" title="concept-css-style-sheet-css-rules">CSS rules</a>
<p>The <dfnid="dom-cssstylesheet-deleterule" title="dom-CSSStyleSheet-deleteRule"><code>deleteRule(<var>index</var>)</code></dfn> method must run the following steps:
995
995
996
996
<ol>
997
-
<li><p>If the <ahref="#concept-css-style-sheet-origin-clean-flag" title="concept-css-style-sheet-origin-clean-flag">origin-clean flag</a> is clear,
997
+
<li><p>If the <ahref="#concept-css-style-sheet-origin-clean-flag" title="concept-css-style-sheet-origin-clean-flag">origin-clean flag</a> is unset,
998
998
<aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-throw" title="concept-throw">throw</a> a <codeclass="external" data-anolis-spec="dom"><ahref="http://dom.spec.whatwg.org/#securityerror">SecurityError</a></code> exception.
999
999
<li><p><ahref="#remove-a-css-rule">Remove a CSS rule</a> in the <ahref="#concept-css-style-sheet-css-rules" title="concept-css-style-sheet-css-rules">CSS rules</a> at <var>index</var>.
1000
1000
</ol>
@@ -1042,13 +1042,13 @@ <h3 id="css-style-sheet-collections"><span class="secno">6.2 </span>CSS Style Sh
1042
1042
these steps.</li>
1043
1043
1044
1044
<li><p>If the <ahref="#concept-css-style-sheet-title" title="concept-css-style-sheet-title">title</a> is not the empty string, the
1045
-
<ahref="#concept-css-style-sheet-alternate-flag" title="concept-css-style-sheet-alternate-flag">alternate flag</a> is clear, and
1045
+
<ahref="#concept-css-style-sheet-alternate-flag" title="concept-css-style-sheet-alternate-flag">alternate flag</a> is unset, and
1046
1046
<ahref="#preferred-css-style-sheet-set-name">preferred CSS style sheet set name</a> is the empty string
1047
1047
<ahref="#change-the-preferred-css-style-sheet-set-name">change the preferred CSS style sheet set name</a> to the
<ahref="#concept-css-style-sheet-disabled-flag" title="concept-css-style-sheet-disabled-flag">disabled flag</a> and terminate these steps:
1053
1053
1054
1054
<ul>
@@ -1082,7 +1082,7 @@ <h3 id="css-style-sheet-collections"><span class="secno">6.2 </span>CSS Style Sh
1082
1082
<p>A <dfnid="persistent-css-style-sheet">persistent CSS style sheet</dfn> is a
1083
1083
<ahref="#css-style-sheet">CSS style sheet</a> from the <ahref="#document-css-style-sheets">document CSS style sheets</a>
1084
1084
whose <ahref="#concept-css-style-sheet-title" title="concept-css-style-sheet-title">title</a> is the empty string and whose
1085
-
<ahref="#concept-css-style-sheet-alternate-flag" title="concept-css-style-sheet-alternate-flag">alternate flag</a> is clear.</p>
1085
+
<ahref="#concept-css-style-sheet-alternate-flag" title="concept-css-style-sheet-alternate-flag">alternate flag</a> is unset.</p>
1086
1086
1087
1087
<p>A <dfnid="css-style-sheet-set">CSS style sheet set</dfn> is an ordered
1088
1088
collection of one or more <ahref="#css-style-sheet" title="CSS style sheet">CSS style sheets</a>
@@ -1095,7 +1095,7 @@ <h3 id="css-style-sheet-collections"><span class="secno">6.2 </span>CSS Style Sh
1095
1095
1096
1096
<p>An <dfnid="enabled-css-style-sheet-set">enabled CSS style sheet set</dfn> is a
1097
1097
<ahref="#css-style-sheet-set">CSS style sheet set</a> of which each <ahref="#css-style-sheet">CSS style sheet</a> has
1098
-
its <ahref="#concept-css-style-sheet-disabled-flag" title="concept-css-style-sheet-disabled-flag">disabled flag</a>clear.</p>
1098
+
its <ahref="#concept-css-style-sheet-disabled-flag" title="concept-css-style-sheet-disabled-flag">disabled flag</a>unset.</p>
1099
1099
1100
1100
<p>To <dfnid="enable-a-css-style-sheet-set">enable a CSS style sheet set</dfn>
1101
1101
with name <var>name</var>, run these steps:</p>
@@ -1105,7 +1105,7 @@ <h3 id="css-style-sheet-collections"><span class="secno">6.2 </span>CSS Style Sh
1105
1105
<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>
1106
1106
that is in a <ahref="#css-style-sheet-set">CSS style sheet set</a> and terminate these steps.</li>
1107
1107
1108
-
<li><p>Clear the <ahref="#concept-css-style-sheet-disabled-flag" title="concept-css-style-sheet-disabled-flag">disabled flag</a> for each
1108
+
<li><p>Unset the <ahref="#concept-css-style-sheet-disabled-flag" title="concept-css-style-sheet-disabled-flag">disabled flag</a> for each
1109
1109
<ahref="#css-style-sheet">CSS style sheet</a> in a <ahref="#css-style-sheet-set">CSS style sheet set</a> whose
1110
1110
<ahref="#css-style-sheet-set-name">CSS style sheet set name</a> is a
1111
1111
<aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#case-sensitive">case-sensitive</a> match for
@@ -1134,7 +1134,7 @@ <h3 id="css-style-sheet-collections"><span class="secno">6.2 </span>CSS Style Sh
1134
1134
<dfnid="preferred-css-style-sheet-set-name">preferred CSS style sheet set name</dfn>
1135
1135
is a concept to determine which
1136
1136
<ahref="#css-style-sheet" title="CSS style sheet">CSS style sheets</a> need to have their
1137
-
<ahref="#concept-css-style-sheet-disabled-flag" title="concept-css-style-sheet-disabled-flag">disabled flag</a>clear. Initially its value
1137
+
<ahref="#concept-css-style-sheet-disabled-flag" title="concept-css-style-sheet-disabled-flag">disabled flag</a>unset. Initially its value
<dd><p>Set if the <codetitle="">alternate</code><aclass="external" data-anolis-spec="xmlss" href="http://www.w3.org/TR/xml-stylesheet/#dt-pseudo-attribute">pseudo-attribute</a>
1612
1612
value is a <aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#case-sensitive">case-sensitive</a> match for
<dd><p>Set if <var>response</var> is <aclass="external" data-anolis-spec="fetch" href="http://fetch.spec.whatwg.org/#cors-same-origin">CORS-same-origin</a>, or clear otherwise.
1616
+
<dd><p>Set if <var>response</var> is <aclass="external" data-anolis-spec="fetch" href="http://fetch.spec.whatwg.org/#cors-same-origin">CORS-same-origin</a>, or unset otherwise.
<dd><p>Set if <var>response</var> is <aclass="external" data-anolis-spec="fetch" href="http://fetch.spec.whatwg.org/#cors-same-origin">CORS-same-origin</a>, or clear otherwise.
1699
+
<dd><p>Set if <var>response</var> is <aclass="external" data-anolis-spec="fetch" href="http://fetch.spec.whatwg.org/#cors-same-origin">CORS-same-origin</a>, or unset otherwise.
1700
1700
</dl>
1701
1701
</li>
1702
1702
</ol>
@@ -2201,8 +2201,8 @@ <h3 id="css-declaration-blocks"><span class="secno">6.6 </span>CSS Declaration B
0 commit comments