Skip to content

Commit db36341

Browse files
committed
[css-conditional] Link to term "group rule body" to fix bikeshed warning.
1 parent 6434340 commit db36341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-conditional-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ for some properties in [[CSS3-TRANSITIONS]] and
150150
specific to the type of rule followed by a <dfn>group rule body</dfn>,
151151
which is a block (pair of braces) containing a sequence of rules.</p>
152152

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
154154
are allowed at the top level of a style sheet before and after a
155155
style rule. This means that @-rules that must occur at the beginning of
156156
the style sheet (such as '@charset', '@import',
@@ -216,7 +216,7 @@ processors <strong>must</strong> ignore such rules.</p>
216216
<p>The <dfn data-dfn-type='at-rule' id="at-ruledef-media">@media</dfn> rule is a conditional group rule whose
217217
condition is a media query. It consists of the at-keyword
218218
'@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
220220
of the rule is the result of the media query.</p>
221221

222222
<div class="example">

0 commit comments

Comments
 (0)