File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
186186type. The 'tv' media type, for example, is a multimodal media
187187type 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
You can’t perform that action at this time.
0 commit comments