Skip to content

Commit 48e4c91

Browse files
committed
[css2] Fixed broken fragment ID.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403243
1 parent 307b11f commit 48e4c91

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,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: media.src,v 2.48 2011-06-06 09:59:56 bbos Exp $ -->
3+
<!-- $Id: media.src,v 2.49 2011-06-07 13:02:36 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Media types</TITLE>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
</HEAD>
88
<BODY>
99
<H1>Media types</H1>
@@ -167,7 +167,7 @@ called 'aural' for this purpose. See the appendix on
167167
<dd>Intended for media using a fixed-pitch character grid (such as
168168
teletypes, terminals, or portable devices with limited display
169169
capabilities). Authors should not use <a
170-
href="syndata.html#pixel-units">pixel units</a> with the "tty" media
170+
href="syndata.html#length-units">pixel units</a> with the "tty" media
171171
type.
172172

173173
<dt><strong>tv</strong>

0 commit comments

Comments
 (0)