Skip to content

Commit ff3c388

Browse files
committed
[css2] Removed section on canvas -> intro.src, minor fixes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40604
1 parent 23e592e commit ff3c388

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

css2/media.src

Lines changed: 3 additions & 11 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.32 1997-12-30 14:38:05 ijacobs Exp $ -->
3+
<!-- $Id: media.src,v 1.33 1998-01-08 20:16:50 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Media types</TITLE>
@@ -19,14 +19,6 @@ authors to specify how a document is to be presented on different
1919
media: on the screen, on paper, with a speech synthesizer, with a
2020
braille device, etc.
2121

22-
<P>For all media, the term <span class="index-def" title="canvas"> <a
23-
name="canvas"><dfn>canvas</dfn></a></span> means "the space where
24-
rendering objects are rendered." For a screen, the canvas is a
25-
rectangular space generally of fixed width and "infinite" length. For
26-
paged media, the canvas is a sequence of rectangular page boxes of
27-
fixed width and height. For aural media, the canvas is a three
28-
dimensional audio space.
29-
3022
<P>Certain CSS properties only make sense for certain media (e.g., the
3123
<span class="propinst-cue-before">'cue-before'</span> property for
3224
aural style sheets). On occasion, however, style sheets for different
@@ -174,7 +166,7 @@ information about formatting issues that are specific to paged media.
174166

175167
<dt><strong>screen</strong>
176168
<dd>Intended primarily for color computer screens. See the section on
177-
<a href="flowobj.html#continuous-media">rendering to continuous
169+
<a href="#continuous-media-group">rendering to continuous
178170
media</a> for more information.
179171

180172
<dt><strong>tty</strong>
@@ -199,7 +191,7 @@ properties generally apply to several media, the "Applies to media"
199191
section of each property definition indicates a <span
200192
class="index-def" title="media group">media group</span> rather than a
201193
list of media types. A property applies to all media types that belong
202-
to a given media group.
194+
to a given media group.
203195

204196
<P>CSS2 defines the following media groups:
205197
<ul>

0 commit comments

Comments
 (0)