@@ -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
199191import style rules from other style sheets. Any '@import' rules must
200192follow all '@charset' rules and precede all other at-rules and rule sets
@@ -349,6 +341,16 @@ <h2 id="at-import">Importing style sheets</h2>
349341a 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