File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ for some properties in [[CSS3-TRANSITIONS]] and
150
150
specific to the type of rule followed by a <dfn>group rule body</dfn> ,
151
151
which is a block (pair of braces) containing a sequence of rules.</p>
152
152
153
- <p> A group rule body is allowed to contain style rules and any @-rules that
153
+ <p> A <a> group rule body</a> is allowed to contain style rules and any @-rules that
154
154
are allowed at the top level of a style sheet before and after a
155
155
style rule. This means that @-rules that must occur at the beginning of
156
156
the style sheet (such as '@charset' , '@import' ,
@@ -216,7 +216,7 @@ processors <strong>must</strong> ignore such rules.</p>
216
216
<p> The <dfn data-dfn-type='at-rule' id="at-ruledef-media">@media</dfn> rule is a conditional group rule whose
217
217
condition is a media query. It consists of the at-keyword
218
218
'@media' followed by a (possibly empty) media query list (as
219
- defined in [[!MEDIAQ]] ), followed by a group rule body. The condition
219
+ defined in [[!MEDIAQ]] ), followed by a <a> group rule body</a> . The condition
220
220
of the rule is the result of the media query.</p>
221
221
222
222
<div class="example">
You can’t perform that action at this time.
0 commit comments