|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: media.src,v 2.32 2004-02-14 00:59:12 bbos Exp $ --> |
| 3 | +<!-- $Id: media.src,v 2.33 2004-02-17 21:40:55 bbos Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Media types</TITLE> |
@@ -152,9 +152,9 @@ information about formatting issues that are specific to paged media. |
152 | 152 | <dd>Intended primarily for color computer screens. |
153 | 153 |
|
154 | 154 | <dt><strong>speech</strong> |
155 | | -<dd>Intended for speech synthesizers. Note: CSS2 had a similar media type called 'aural' for this purpose. See the |
156 | | -appendix on <a href="./aural.html">aural style sheets</a> for details. |
157 | | -</dd> |
| 155 | +<dd>Intended for speech synthesizers. Note: CSS2 had a similar media type |
| 156 | +called 'aural' for this purpose. See the appendix on |
| 157 | +<a href="./aural.html">aural style sheets</a> for details. |
158 | 158 |
|
159 | 159 | <dt><strong>tty</strong> |
160 | 160 | <dd>Intended for media using a fixed-pitch character grid (such as |
@@ -265,6 +265,7 @@ align="center">both<TD align="center">both</TR> |
265 | 265 | <TR><TH>print<TD align="center">paged<TD align="center">visual<TD |
266 | 266 | align="center">bitmap<TD align="center">static</TR> |
267 | 267 | <TR><TH>projection<TD align="center">paged<TD align="center">visual<TD align="center">bitmap<TD align="center">interactive</TR> |
| 268 | +<TR><TH>reader<TD align="center">continuous<TD align="center">visual, audio, speech, tactile<TD align="center">both<TD align="center">interactive</TR> |
268 | 269 | <TR><TH>screen<TD align="center">continuous<TD align="center">visual, audio<TD align="center">bitmap<TD align="center">both</TR> |
269 | 270 | <TR><TH>speech<TD align="center">continuous<TD align="center">speech<TD align="center">N/A<TD align="center">both</TR> |
270 | 271 | <TR><TH>tty<TD align="center">continuous<TD align="center">visual<TD align="center">grid<TD align="center">both</TR> |
|
0 commit comments