Skip to content

Commit 5bb172b

Browse files
committed
minor corrections
1 parent aa9f424 commit 5bb172b

2 files changed

Lines changed: 19 additions & 25 deletions

File tree

css3-speech/Overview.html

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
200200
class=property>voice-balance</code>&rsquo;</a>
201201

202202
<li><a href="#speaking-props"><span class=secno>5. </span>Speaking
203-
properties: &lsquo;<code class=property>speak</code>&rsquo;, &lsquo;<code
204-
class=property>speak-as</code>&rsquo;</a>
203+
properties: &lsquo;<code class=property>speak</code>&rsquo; and
204+
&lsquo;<code class=property>speak-as</code>&rsquo;</a>
205205

206206
<li><a href="#pause-props"><span class=secno>6. </span>Pause properties:
207207
&lsquo;<code class=property>pause-before</code>&rsquo;, &lsquo;<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-
&mdash; 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 &mdash; 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, &lsquo;<a
380380
href="#rest"><code class=property>rest</code></a>&rsquo;, &lsquo;<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>&lt;element&gt;</dfn> is the selected element
396-
to which the properties from the CSS3 Speech Module apply.
395+
<p>where &lt;element&gt; 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
&lsquo;<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-
&lsquo;<a href="#speak"><code class=property>speak</code></a>&rsquo;,
633+
&lsquo;<a href="#speak"><code class=property>speak</code></a>&rsquo; and
634634
&lsquo;<a href="#speak-as"><code class=property>speak-as</code></a>&rsquo;</h2>
635635
<!-- <p>An additional speech property, speak-header, is described in the
636636
CSS module covering tables.</p> -->
@@ -3025,9 +3025,6 @@ <h2 class=no-num id=index>Appendix C &mdash; Index</h2>
30253025

30263026
<li>documents, <a href="#document" title=documents><strong>#</strong></a>
30273027

3028-
<li>&lt;element&gt;, <a href="#ltelementgt"
3029-
title="&lt;element&gt;"><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 &mdash; 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>

css3-speech/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h2 id="introduction"><span class="secno">1. </span>Introduction</h2>
150150
the blind and print-impaired communities, combines speech synthesis
151151
and "auditory icons". Often such aural presentation occurs by
152152
converting the document to plain text and feeding this to a
153-
<dfn>screen reader</dfn> &mdash; software or hardware that simply
153+
screen reader &mdash; software or hardware that simply
154154
reads all the characters on the screen. This results in less
155155
effective presentation than would be the case if the document
156156
structure were retained. Style sheet properties for text to speech
@@ -220,13 +220,13 @@ <h2 id="css21-rel"><span class="secno">2. </span>Relationship with CSS2.1</h2>
220220
are ignored by user-agents that do not support speech synthesis.
221221
</p>
222222

223-
<h2 id="aural-model"><span class="secno">3. </span>The aural "box" model</h2>
223+
<h2 id="aural-model"><span class="secno">3. </span>The <dfn id="aural-box-model">aural "box" model</dfn></h2>
224224

225225
<p>The formatting model of CSS for aural media is based on a sequence
226226
of sounds and silences that appear in a nested model which is
227227
related to the <a href="#box-model-def">visual box model</a>; however the aural canvas is one-dimensional,
228228
monolinear. For compatibility with the visual box model, we will call
229-
it the <dfn id="aural-box-model">aural "box" model</dfn>.
229+
it the aural "box" model.
230230
<!-- [[CSS3BOX]] -->
231231
</p>
232232

@@ -239,7 +239,7 @@ <h2 id="aural-model"><span class="secno">3. </span>The aural "box" model</h2>
239239

240240
<p><img id="aural-box" src="aural-box.png" alt="A graph depicting the aural 'box' model."/></p>
241241

242-
<p>where <dfn>&lt;element&gt;</dfn> is the selected element to which the properties
242+
<p>where &lt;element&gt; is the selected element to which the properties
243243
from the CSS3 Speech Module apply.</p>
244244

245245
<h2 id="mixing-props"><span class="secno">4. </span>Mixing properties:
@@ -451,7 +451,7 @@ <h2 id="mixing-props"><span class="secno">4. </span>Mixing properties:
451451
<em>does</em> apply to <a href="#cue-props">audio cues</a>.</p -->
452452

453453
<h2 id="speaking-props"><span class="secno">5. </span>Speaking properties:
454-
'speak', 'speak-as'</h2>
454+
'speak' and 'speak-as'</h2>
455455

456456
<!-- <p>An additional speech property, speak-header, is described in the
457457
CSS module covering tables.</p> -->

0 commit comments

Comments
 (0)