Skip to content

Commit c89a160

Browse files
committed
[css2] Removed a statement as per Mike W.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40827
1 parent 8f0da07 commit c89a160

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

css2/media.src

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: media.src,v 2.1 1998-02-03 02:36:46 ijacobs Exp $ -->
3+
<!-- $Id: media.src,v 2.2 1998-02-07 02:12:08 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Media types</TITLE>
@@ -75,9 +75,6 @@ element specifies the target medium of an external style sheet:
7575
</div>
7676
</UL>
7777

78-
<P>Since these two examples specify the same <a
79-
href="#media-types">media type</a>, they are semantically equivalent.
80-
8178
<H3>The @media rule</H3>
8279

8380
<P>An @media rule lists the <a href="#media-types">media types</a>
@@ -233,8 +230,7 @@ between media groups and media types:</P>
233230
<TR><TH>Media Groups <HR> Media Types
234231
<TH>continuous/paged
235232
<TH>visual/aural/tactile
236-
<TH>character grid
237-
<TR><TH>all<TD align="center">&nbsp;<TD align="center">&nbsp;<TD align="center">&nbsp;</TR>
233+
<TH>grid/bitmap
238234
<TR><TH>aural<TD align="center">continuous<TD align="center">aural<TD align="center">N/A</TR>
239235
<TR><TH>braille<TD align="center">continuous<TD align="center">tactile<TD align="center">grid</TR>
240236
<TR><TH>emboss<TD align="center">paged<TD align="center">tactile<TD align="center">grid</TR>

0 commit comments

Comments
 (0)