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>
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.,
2020the <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
3030these reasons, it is necessary to express that a style sheet -- or a
3131section 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
3935style sheets:</p>
0 commit comments