Skip to content

Commit 144df5a

Browse files
committed
[css2] Removed author as subject of media features, as per Hakon comment
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401057
1 parent 5bf39a5 commit 144df5a

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

css2/media.src

Lines changed: 5 additions & 9 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.7 1998-02-21 00:14:11 ijacobs Exp $ -->
3+
<!-- $Id: media.src,v 2.8 1998-02-21 04:22:55 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Media types</TITLE>
@@ -11,10 +11,10 @@
1111

1212
<H2>Introduction to media types</H2>
1313

14-
One of the most important features of style sheets is that they allow
15-
authors to specify how a document is to be presented on different
16-
media: on the screen, on paper, with a speech synthesizer, with a
17-
braille device, etc.
14+
One of the most important features of style sheets is that they
15+
specify how a document is to be presented on different media: on the
16+
screen, on paper, with a speech synthesizer, with a braille device,
17+
etc.
1818

1919
<P>Certain CSS properties are only designed for certain media (e.g.,
2020
the <span class="propinst-cue-before">'cue-before'</span> property for
@@ -30,10 +30,6 @@ screen, while fonts with serifs are easier to read on paper. For
3030
these reasons, it is necessary to express that a style sheet -- or a
3131
section of a style sheet -- applies to certain media types.
3232

33-
<P>Below we describe how authors may specify different
34-
style sheets for different media (all of which participate in the <a
35-
href="./cascade.html">cascade</a>).
36-
3733
<H2>Specifying media-dependent style sheets</H2>
3834
<P>There are currently two ways to specify media dependencies for
3935
style sheets:</p>

0 commit comments

Comments
 (0)