Skip to content

Commit 89a6500

Browse files
committed
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403025
1 parent a5eadfb commit 89a6500

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

css2/media.src

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: media.src,v 2.45 2009-05-15 17:31:38 bbos Exp $ -->
3+
<!-- $Id: media.src,v 2.46 2010-09-08 16:06:11 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Media types</TITLE>
66
</HEAD>
@@ -186,8 +186,13 @@ one canvas and 'print' mode on another canvas.
186186
type. The 'tv' media type, for example, is a multimodal media
187187
type that renders both visually and aurally to a single canvas.
188188

189-
<p>@media and @import rules with unknown media types are treated as if
190-
the unknown media types are not present.
189+
<p>@media and @import rules with unknown media types (that are
190+
nonetheless valid identifiers) are treated as if the unknown media
191+
types are not present. If an @media/@import rule contains a malformed
192+
media type (not an identifier) then the statement is invalid.
193+
194+
<p class=note><em><strong>Note:</strong> Media Queries supercedes this
195+
error handling.</em>
191196

192197
<div class="example">
193198
<p>For example, in the following snippet, the rule on the P element applies

0 commit comments

Comments
 (0)