@@ -200,8 +200,8 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
200200 class =property > voice-balance</ code > ’</ a >
201201
202202 < li > < a href ="#speaking-props "> < span class =secno > 5. </ span > Speaking
203- properties: ‘< code class =property > speak</ code > ’, ‘ < code
204- class =property > speak-as</ code > ’</ a >
203+ properties: ‘< code class =property > speak</ code > ’ and
204+ ‘ < code class =property > speak-as</ code > ’</ a >
205205
206206 < li > < a href ="#pause-props "> < span class =secno > 6. </ span > Pause properties:
207207 ‘< code class =property > pause-before</ code > ’, ‘< code
@@ -303,12 +303,12 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
303303 < p > The speech rendering of a document, already commonly used by the blind
304304 and print-impaired communities, combines speech synthesis and "auditory
305305 icons". Often such aural presentation occurs by converting the document to
306- plain text and feeding this to a < dfn id = screen-reader > screen reader</ dfn >
307- — software or hardware that simply reads all the characters on the
308- screen. This results in less effective presentation than would be the case
309- if the document structure were retained. Style sheet properties for text
310- to speech can be used together with visual properties (mixed media) or as
311- an aural alternative to visual presentation.
306+ plain text and feeding this to a screen reader — software or
307+ hardware that simply reads all the characters on the screen. This results
308+ in less effective presentation than would be the case if the document
309+ structure were retained. Style sheet properties for text to speech can be
310+ used together with visual properties (mixed media) or as an aural
311+ alternative to visual presentation.
312312
313313 < p > Besides the obvious accessibility advantages, there are other large
314314 markets for listening to information, including in-car use, industrial and
@@ -367,14 +367,14 @@ <h2 id=css21-rel><span class=secno>2. </span>Relationship with CSS2.1</h2>
367367 statements are ignored by user-agents that do not support speech
368368 synthesis.
369369
370- < h2 id =aural-model > < span class =secno > 3. </ span > The aural "box" model</ h2 >
370+ < h2 id =aural-model > < span class =secno > 3. </ span > The < dfn
371+ id =aural-box-model > aural "box" model</ dfn > </ h2 >
371372
372373 < p > The formatting model of CSS for aural media is based on a sequence of
373374 sounds and silences that appear in a nested model which is related to the
374375 < a href ="#box-model-def "> visual box model</ a > ; however the aural canvas is
375376 one-dimensional, monolinear. For compatibility with the visual box model,
376- we will call it the < dfn id =aural-box-model > aural "box" model</ dfn > .
377- <!-- [[CSS3BOX]] -->
377+ we will call it the aural "box" model. <!-- [[CSS3BOX]] -->
378378
379379 < p > The element is surrounded by, in this order, ‘< a
380380 href ="#rest "> < code class =property > rest</ code > </ a > ’, ‘< a
@@ -392,8 +392,8 @@ <h2 id=aural-model><span class=secno>3. </span>The aural "box" model</h2>
392392 < p > < img alt ="A graph depicting the aural 'box' model. " id =aural-box
393393 src =aural-box.png >
394394
395- < p > where < dfn id = ltelementgt > <element></ dfn > is the selected element
396- to which the properties from the CSS3 Speech Module apply.
395+ < p > where <element> is the selected element to which the properties
396+ from the CSS3 Speech Module apply.
397397
398398 < h2 id =mixing-props > < span class =secno > 4. </ span > Mixing properties:
399399 ‘< a href ="#voice-volume "> < code
@@ -630,7 +630,7 @@ <h2 id=mixing-props><span class=secno>4. </span>Mixing properties:
630630<em>does</em> apply to <a href="#cue-props">audio cues</a>.</p -->
631631
632632 < h2 id =speaking-props > < span class =secno > 5. </ span > Speaking properties:
633- ‘< a href ="#speak "> < code class =property > speak</ code > </ a > ’,
633+ ‘< a href ="#speak "> < code class =property > speak</ code > </ a > ’ and
634634 ‘< a href ="#speak-as "> < code class =property > speak-as</ code > </ a > ’</ h2 >
635635 <!-- <p>An additional speech property, speak-header, is described in the
636636CSS module covering tables.</p> -->
@@ -3025,9 +3025,6 @@ <h2 class=no-num id=index>Appendix C — Index</h2>
30253025
30263026 < li > documents, < a href ="#document " title =documents > < strong > #</ strong > </ a >
30273027
3028- < li > <element>, < a href ="#ltelementgt "
3029- title ="<element> "> < strong > 3.</ strong > </ a >
3030-
30313028 < li > font-family, < a href ="#font-family-def "
30323029 title =font-family > < strong > #</ strong > </ a >
30333030
@@ -3069,9 +3066,6 @@ <h2 class=no-num id=index>Appendix C — Index</h2>
30693066 < li > rest-before, < a href ="#rest-before "
30703067 title =rest-before > < strong > 7.</ strong > </ a >
30713068
3072- < li > screen reader, < a href ="#screen-reader " title ="screen
3073- reader "> < strong > 1.</ strong > </ a >
3074-
30753069 < li > speak, < a href ="#speak " title =speak > < strong > 5.</ strong > </ a >
30763070
30773071 < li > speak-as, < a href ="#speak-as " title =speak-as > < strong > 5.</ strong > </ a >
0 commit comments