Skip to content

Commit 47c3caa

Browse files
committed
[css2] fixed to avoid markup problems
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40805
1 parent 5613f9a commit 47c3caa

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

css2/media.src

Lines changed: 7 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.0 1998-02-02 18:46:19 bbos Exp $ -->
3+
<!-- $Id: media.src,v 2.1 1998-02-03 02:36:46 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Media types</TITLE>
@@ -103,11 +103,12 @@ sheet:</P>
103103
<H3>The media-dependent @import rule</h3>
104104

105105
<p>So that user agents can avoid retrieving resources for unsupported
106-
media types, authors may specify media-dependent <a
107-
href="cascade.html">@import</a> rules. These <span class="index-inst"
108-
title="@import"><span class="index-def" title="conditional
109-
import|media-dependent import">conditional imports</span></span>
110-
specify comma-separated media types after the URI.
106+
media types, authors may specify media-dependent <span
107+
class="index-inst" title="@import"><a
108+
href="cascade.html">@import</a></span> rules. These <span
109+
class="index-def" title="conditional import|media-dependent
110+
import">conditional imports</span> specify comma-separated media types
111+
after the URI.
111112

112113
<div class="example">
113114
<p>The following rules have the same effect as if the imported style

0 commit comments

Comments
 (0)