@@ -1060,7 +1060,7 @@ <h4>Specifying media-dependent style sheets</h4>
10601060
10611061< div class ="example "> < p >
10621062< PRE >
1063- @import url("loudvoice.css") aural ;
1063+ @import url("loudvoice.css") speech ;
10641064</ PRE >
10651065</ div >
10661066
@@ -1128,54 +1128,54 @@ <h4 id="media-types">Recognized media types</h4>
11281128< p > The names chosen for CSS media types reflect target devices for
11291129which the relevant properties make sense. In the following list of CSS
11301130media types, the parenthetical descriptions are not normative. They
1131- only give a sense of what device the media type is meant to refer to.
1131+ only give a sense of what device the media type is meant to refer
1132+ to.</ p >
11321133
11331134< dl >
1134- < dt > < strong > all</ strong >
1135- < dd > Suitable for all devices.
1135+ < dt > < strong > all</ strong > </ dt >
1136+ < dd > Suitable for all devices.</ dd >
11361137
1137- < dt > < strong > aural</ strong >
1138- < dd > Intended for speech synthesizers. See the
1139- section on < a href ="./aural.html "> aural style sheets</ a > for details.
1140-
1141- < dt > < strong > braille</ strong >
1142- < dd > Intended for braille tactile feedback devices.
1138+ < dt > < strong > braille</ strong > </ dt >
1139+ < dd > Intended for braille tactile feedback devices.</ dd >
11431140
1144- < dt > < strong > embossed</ strong >
1145- < dd > Intended for paged braille printers.
1141+ < dt > < strong > embossed</ strong > </ dt >
1142+ < dd > Intended for paged braille printers.</ dd >
11461143
1147- < dt > < strong > handheld</ strong >
1144+ < dt > < strong > handheld</ strong > </ dt >
11481145< dd > Intended for handheld devices (typically small
1149- screen, monochrome, limited bandwidth).
1146+ screen, monochrome, limited bandwidth).</ dd >
11501147
1151- < dt > < strong > print</ strong >
1148+ < dt > < strong > print</ strong > </ dt >
11521149< dd > Intended for paged, opaque material and for documents viewed on
11531150screen in print preview mode. Please consult the section on < a
11541151href ="page.html "> paged media</ a > for information about formatting
1155- issues that are specific to paged media.
1152+ issues that are specific to paged media.</ dd >
11561153
1157- < dt > < strong > projection</ strong >
1154+ < dt > < strong > projection</ strong > </ dt >
11581155< dd > Intended for projected presentations, for
11591156example projectors or print to transparencies.
1160- Please consult the section on < a href ="page.html "> paged media</ a > for
1161- information about formatting issues that are specific to paged media.
1157+ Please consult the paged media module [[CSS3PAGE]] for
1158+ information about formatting issues that are specific to paged
1159+ media.</ dd >
11621160
1163- < dt > < strong > screen</ strong >
1164- < dd > Intended primarily for color computer screens.
1161+ < dt > < strong > screen</ strong > </ dt >
1162+ < dd > Intended primarily for color computer screens.</ dd >
1163+
1164+ < dt > < strong > speech</ strong > </ dt >
1165+ < dd > Intended for speech synthesizers. See the
1166+ speech module [[CSS3SPEECH]] for details.</ dd >
11651167
1166- < dt > < strong > tty</ strong >
1168+ < dt > < strong > tty</ strong > </ dt >
11671169< dd > Intended for media using a fixed-pitch character grid, such as
11681170teletypes, terminals, or portable devices with limited display
1169- capabilities. Authors should not use < a
1170- href ="syndata.html#pixel-units "> pixel units</ a > with the "tty" media
1171- type.
1171+ capabilities.</ dd >
11721172
11731173< dt > < strong > tv</ strong >
1174- < dd > Intended for television-type devices (low
1175- resolution, color, limited-scrollability screens, sound available).
1174+ < dd > Intended for television-type devices (low resolution, color,
1175+ limited-scrollability screens, sound available).</ dd >
11761176</ dl >
11771177
1178- < p > Media type names are case-insensitive.
1178+ < p > Media type names are case-insensitive.</ p >
11791179
11801180< p > Due to rapidly changing technologies, CSS3 does not specify a
11811181definitive list of media types that may be values for < span
@@ -1186,7 +1186,7 @@ <h4 id="media-types">Recognized media types</h4>
11861186Future versions of CSS may extend this list. Authors
11871187should not rely on media type names that are not yet defined
11881188by a CSS specification.
1189- </ em >
1189+ </ em > </ p >
11901190</ div >
11911191
11921192< h4 > Extensions to media types</ h4 >
0 commit comments