Skip to content

Commit e571580

Browse files
committed
[css2] scrolled -> continuous
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40469
1 parent d20c505 commit e571580

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

css2/media.src

Lines changed: 5 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 1.24 1997-11-26 00:10:38 ian Exp $ -->
3+
<!-- $Id: media.src,v 1.25 1997-11-27 03:26:40 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Media types</TITLE>
@@ -134,9 +134,8 @@ the associated media type:
134134

135135
<dl>
136136
<dt><strong>screen</strong>
137-
<dd>Intended primarily for scrolled color computer
138-
screens. See the section on
139-
<a href="#scrolled-media">scrollable media</a> for more information.
137+
<dd>Intended primarily for color computer screens. See the section on
138+
<a href="#continuous-media">continuous media</a> for more information.
140139

141140
<dt><strong>tty</strong>
142141
<dd>Intended for media using a fixed-pitch character
@@ -192,9 +191,9 @@ width and "infinite" length. For paged media, the canvas is a sequence
192191
of rectangular page boxes of fixed width and height. For aural media,
193192
the canvas is a three dimensional audio space.
194193

195-
<H4><a name="scrolled-media">Scrollable media</a></H4>
194+
<H4><a name="continuous-media">Continuous media</a></H4>
196195

197-
<P>User agents for scrolled media may implement the canvas as an
196+
<P>User agents for continuous media may implement the canvas as an
198197
"infinitely" long (or however long the rendered document is) rectangle
199198
that has a fixed width. Users see this canvas through a user agent's
200199
<span class="index-def" title="viewport"><em>viewport</em></span>, a

css2/page.src

Lines changed: 2 additions & 2 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: page.src,v 1.13 1997-11-26 00:11:56 ian Exp $ -->
3+
<!-- $Id: page.src,v 1.14 1997-11-27 03:27:48 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Paged media</TITLE>
@@ -15,7 +15,7 @@
1515

1616
<P>Paged media -- paper, transparencies, computer screens that display
1717
pages, etc. -- differ from <a
18-
href="./media.html#scrolled-media">scrolled media</a> in that
18+
href="./media.html#continuous-media">continuous media</a> in that
1919
formatting algorithms for pages must account for <a
2020
href="./#page-breaks">page breaks.</a>
2121

0 commit comments

Comments
 (0)