Skip to content

Commit 9083fd9

Browse files
committed
minor editorial change
1 parent 13c2c0a commit 9083fd9

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

css3-cascade/Overview.src.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,6 @@ <h2>Input to and output from this module</h2>
187187

188188
<h2 id="at-import">Importing style sheets</h2>
189189

190-
<p class="issue">[When this section is rewritten to define user agent
191-
conformance more clearly, it should state that (1) the media list
192-
specified in an @import rule prevents the import from being processed if
193-
the medium doesn't match, but it doesn't "associate" the media with the
194-
style sheet so that it can't be imported some other way. (2) @import
195-
without a medium must ignore any medium specified for the same style
196-
sheet in a link from a document.]</p>
197-
198190
<p>The <dfn>'@import'</dfn> rule allows users to
199191
import style rules from other style sheets. Any '@import' rules must
200192
follow all '@charset' rules and precede all other at-rules and rule sets
@@ -349,6 +341,16 @@ <h2 id="at-import">Importing style sheets</h2>
349341
a keyword or some punctuation? E.g., '@import url(foo.css) as
350342
"Boxed"'.
351343

344+
<p class="issue">[When this section is rewritten to define user agent
345+
conformance more clearly, it should state that (1) the media list
346+
specified in an @import rule prevents the import from being processed if
347+
the medium doesn't match, but it doesn't "associate" the media with the
348+
style sheet so that it can't be imported some other way. (2) @import
349+
without a medium must ignore any medium specified for the same style
350+
sheet in a link from a document.]</p>
351+
352+
353+
352354
<h2 id="at-media-rule">Named <code>@media</code> rules</h2>
353355

354356
<p>An <dfn>@media</dfn> rule specifies the target media types

0 commit comments

Comments
 (0)