Skip to content

Commit 46d3d0a

Browse files
committed
[css2] Case information about media types, names in upper case
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40240
1 parent 9c1a248 commit 46d3d0a

1 file changed

Lines changed: 17 additions & 10 deletions

File tree

css2/media.src

Lines changed: 17 additions & 10 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 1.16 1997-10-03 22:20:05 ian Exp $ -->
3+
<!-- $Id: media.src,v 1.17 1997-10-20 03:01:55 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Media types</TITLE>
@@ -91,7 +91,7 @@ sheet:
9191
}
9292
</pre>
9393

94-
<H2>Valid media types</H2>
94+
<H2><a name="media-types">Recognized media types</a></H2>
9595

9696
<p>Due to rapidly changing technologies, CSS2 does not specify a
9797
definitive list of media types that may be values for <span
@@ -100,34 +100,41 @@ that elect to support the devices in the following list must recognize
100100
the associated media type:
101101

102102
<ul>
103-
<li><samp>screen:</samp> intended primarily for scrolled computer
103+
<li><samp>SCREEN:</samp> intended primarily for scrolled computer
104104
screens, but many properties also apply to print and projection media
105105
as well. This is the default value. See the section on
106106
<a href="#scrolled-media">scrollable media</a> for more information.
107107

108-
<li><samp>print:</samp> intended for paged, opaque
108+
<li><samp>PRINT:</samp> intended for paged, opaque
109109
material and for documents viewed on screen in print preview mode.
110+
Note, however, that print resolution is usually much higher than
111+
screen resolution. Experience also shows that sans serif fonts are
112+
easier to read on screen, while fonts with serifs are easier to read
113+
on paper.
114+
110115
<P>Please consult the section on <a href="page.html">paged media</a> for
111116
information about formatting issues that are specific to paged media.
112117

113-
<li><samp>projection:</samp> intended for projectors.
118+
<li><samp>PROJECTION:</samp> intended for projectors.
114119
<P>Please consult the section on <a href="page.html">paged media</a> for
115120
information about formatting issues that are specific to paged media.
116121

117-
<li><samp>braille:</samp> intended for braille tactile feedback devices.
122+
<li><samp>BRAILLE:</samp> intended for braille tactile feedback devices.
118123

119-
<li><samp>aural:</samp> intended for speech synthesizers. See the
124+
<li><samp>AURAL:</samp> intended for speech synthesizers. See the
120125
section on <a href="./aural.html">aural style sheets</a> for details.
121126

122-
<li><samp>tv:</samp> intended for television-type devices (low
127+
<li><samp>TV:</samp> intended for television-type devices (low
123128
resolution, color, limited scrollability).
124129

125-
<li><samp>handheld:</samp> intended for handheld devices (small
130+
<li><samp>HANDHELD:</samp> intended for handheld devices (small
126131
screen, monochrome, limited bandwidth).
127132

128-
<li><samp>all:</samp> suitable for all devices.
133+
<li><samp>ALL:</samp> suitable for all devices.
129134
</ul>
130135

136+
<P>Media types are case-insensitive.
137+
131138
<H3><a name="scrolled-media">Scrollable media</a></H3>
132139

133140
<P>User agents may implement the canvas as an "infinitely" long (or

0 commit comments

Comments
 (0)