Skip to content

Commit 6130ee2

Browse files
committed
*** empty log message ***
1 parent c77f209 commit 6130ee2

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

css3-cascade/Overview.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -421,13 +421,12 @@ <h2 id=at-import><span class=secno>3. </span>Importing style sheets</h2>
421421
keyword or some punctuation? E.g., &lsquo;<code class=css>@import
422422
url(foo.css) as "Boxed"</code>&rsquo;.
423423

424-
<p class=issue>[When this section is rewritten to define user agent
425-
conformance more clearly, it should state that (1) the media list
426-
specified in an @import rule prevents the import from being processed if
427-
the medium doesn't match, but it doesn't "associate" the media with the
428-
style sheet so that it can't be imported some other way. (2) @import
429-
without a medium must ignore any medium specified for the same style sheet
430-
in a link from a document.]
424+
<p class=issue>[Should the spec state that (1) the media list specified in
425+
an @import rule prevents the import from being processed if the medium
426+
doesn't match, but it doesn't "associate" the media with the style sheet
427+
so that it can't be imported some other way. (2) @import without a medium
428+
must ignore any medium specified for the same style sheet in a link from a
429+
document?]
431430

432431
<h2 id=at-media-rule><span class=secno>4. </span>Named <code><a
433432
href="#media">@media</a></code> rules</h2>

0 commit comments

Comments
 (0)