|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Media types</TITLE> |
@@ -134,9 +134,8 @@ the associated media type: |
134 | 134 |
|
135 | 135 | <dl> |
136 | 136 | <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. |
140 | 139 |
|
141 | 140 | <dt><strong>tty</strong> |
142 | 141 | <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 |
192 | 191 | of rectangular page boxes of fixed width and height. For aural media, |
193 | 192 | the canvas is a three dimensional audio space. |
194 | 193 |
|
195 | | -<H4><a name="scrolled-media">Scrollable media</a></H4> |
| 194 | +<H4><a name="continuous-media">Continuous media</a></H4> |
196 | 195 |
|
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 |
198 | 197 | "infinitely" long (or however long the rendered document is) rectangle |
199 | 198 | that has a fixed width. Users see this canvas through a user agent's |
200 | 199 | <span class="index-def" title="viewport"><em>viewport</em></span>, a |
|
0 commit comments