Skip to content

Commit 7cf7b43

Browse files
committed
[css2] Changed to allow multiple target media for HTML LINK element
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401550
1 parent 1c8ce10 commit 7cf7b43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/media.src

Lines changed: 3 additions & 3 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.17 1998-04-09 14:41:57 ijacobs Exp $ -->
3+
<!-- $Id: media.src,v 2.18 1998-04-28 22:28:55 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Media types</TITLE>
@@ -51,7 +51,7 @@ style sheets:</p>
5151

5252
<LI>Specify the target medium within the document language. For
5353
example, in HTML 4.0 ([[-HTML40]]), the "media" attribute on the LINK
54-
element specifies the target medium of an external style sheet:
54+
element specifies the target media of an external style sheet:
5555

5656
<div class="html-example"><P>
5757

@@ -61,7 +61,7 @@ element specifies the target medium of an external style sheet:
6161
&lt;HEAD&gt;
6262
&lt;TITLE&gt;Link to a target medium&lt;/TITLE&gt;
6363
&lt;LINK rel="stylesheet" type="text/css"
64-
media="print" href="foo.css"&gt;
64+
media="print, handheld" href="foo.css"&gt;
6565
&lt;/HEAD&gt;
6666
&lt;BODY&gt;
6767
&lt;P&gt;The body...

0 commit comments

Comments
 (0)