Skip to content

Commit 4af5648

Browse files
tidoustfantasai
authored andcommitted
[css2] Drop duplicated dfn of @media at-rule
The `@media` at-rule was defined twice, first time in the heading and second time in the prose without the `@` prefix. Both were flagged as "exported". This update replaces the second one with a reference to the first to avoid the duplication (and avoid the creation of an at-rule without the `@` prefix).
1 parent 69f4ac7 commit 4af5648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4949,7 +4949,7 @@ the <a href="#assigning">chapter on the cascade</a>.
49494949

49504950
<h4 id="at-media-rule">The <dfn id="at-ruledef-media" data-dfn-type="at-rule" data-export="">@media</dfn> rule</h4>
49514951

4952-
<p>An <dfn data-lt="media">@media</dfn> rule
4952+
<p>An <a>@media</a> rule
49534953
specifies the target <a href="#media-types">media types</a> (separated
49544954
by commas) of a set of <a href="#tokenization">statements</a> (delimited by curly
49554955
braces). Invalid statements must be ignored per <a href="#rule-sets">4.1.7 "Rule sets, declaration blocks,

0 commit comments

Comments
 (0)