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
document are to be interpreted as described in RFC 2119.
179
179
However, for readability, these words do not appear in all uppercase
180
180
letters in this specification.
181
-
181
+
182
182
<p>All of the text of this specification is normative except sections
183
183
explicitly marked as non-normative, examples, and notes. [[!RFC2119]]</p>
184
-
184
+
185
185
<p>Examples in this specification are introduced with the words “for example”
186
186
or are set apart from the normative text with
187
187
<codeclass="html">class="example"</code>, like this:
188
-
188
+
189
189
<divclass="example">
190
190
<p>This is an example of an informative example.</p>
191
191
</div>
192
-
192
+
193
193
<p>Informative notes begin with the word “Note” and are set apart from the
194
194
normative text with <codeclass="html">class="note"</code>, like this:
195
-
195
+
196
196
<pclass="note">Note, this is an informative note.</p>
197
197
198
198
<h2id="processing">Processing of conditional group rules</h2>
@@ -268,7 +268,7 @@ <h2 id="contents-of">Contents of conditional group rules</h2>
268
268
<p>In terms of the grammar, this specification defines the following
269
269
productions for use in the grammar of conditional group rules:</p>
270
270
271
-
<pclass=note>Note: Style rules are defined in grammars
271
+
<pclass=note>Note: Style rules are defined in grammars
272
272
by the <code>ruleset</code> production.</p>
273
273
274
274
<pre><dfn>nested_statement</dfn>
@@ -281,7 +281,7 @@ <h2 id="contents-of">Contents of conditional group rules</h2>
281
281
;</pre>
282
282
<p>
283
283
in which all the productions are defined in that grammar with the
284
-
exception of <code>font_face_rule</code>
284
+
exception of <code>font_face_rule</code>
285
285
defined in [[!CSS3-FONTS]], <code>keyframes_rule</code> defined in
286
286
[[!CSS3-ANIMATIONS]], and <code>media</code> and <code>supports_rule</code>
287
287
defined in this specification.</p>
@@ -447,6 +447,8 @@ <h2 id="at-supports">Feature queries: the '@supports' rule</h2>
447
447
;
448
448
</pre>
449
449
450
+
<p>The <dfndata-dfn-type="type" data-export><supports-condition></dfn> production is defined as matching the <code>supports_condition</code> grammar, defined above.</p>
0 commit comments