- From: Daniel Weck via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Aug 2011 17:10:24 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-speech
In directory hutz:/tmp/cvs-serv7824
Modified Files:
Overview.html Overview.src.html
Log Message:
minor fixes
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- Overview.html 2 Aug 2011 07:41:49 -0000 1.88
+++ Overview.html 2 Aug 2011 17:10:22 -0000 1.89
@@ -1708,8 +1708,8 @@
standard listening conditions (i.e. default system volume levels,
centered equalization across the frequency spectrum). This latter
prerequisite sets a baseline that enables a user agent to align the
- volume outputs of both TTS and cue audio streams within the same "aural
- box model". Due to the complex relationship between perceived audio
+ volume outputs of both TTS and cue audio streams within the same aural
+ "box" model. Due to the complex relationship between perceived audio
characteristics and the processing applied to the digitized audio
signal, we will simplify the definition of "normal" volume levels by
referring to a canonical recording scenario, whereby the attenuation is
@@ -1773,8 +1773,8 @@
<td> <em>Value:</em>
<td><‘<a href="#cue-before"><code
- class=property>cue-before</code></a>’> || <‘<a
- href="#cue-after"><code class=property>cue-after</code></a>’>
+ class=property>cue-before</code></a>’> <‘<a
+ href="#cue-after"><code class=property>cue-after</code></a>’>?
<tr>
<td> <em>Initial:</em>
@@ -3006,7 +3006,7 @@
<tr>
<th><a class=property href="#cue">cue</a>
- <td><‘cue-before’> || <‘cue-after’>
+ <td><‘cue-before’> <‘cue-after’>?
<td>N/A (see individual properties)
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- Overview.src.html 2 Aug 2011 07:41:49 -0000 1.89
+++ Overview.src.html 2 Aug 2011 17:10:22 -0000 1.90
@@ -1296,7 +1296,7 @@
standard listening conditions (i.e. default system volume levels, centered equalization
across the frequency spectrum). This latter prerequisite sets a baseline that enables a
user agent to align the volume outputs of both TTS and cue audio streams within the same
- "aural box model". Due to the complex relationship between perceived audio characteristics
+ aural "box" model. Due to the complex relationship between perceived audio characteristics
and the processing applied to the digitized audio signal, we will simplify the definition
of "normal" volume levels by referring to a canonical recording scenario, whereby the
attenuation is typically indicated in decibels, ranging from 0dB (maximum audio input,
@@ -1349,7 +1349,7 @@
<td>
<em>Value:</em>
</td>
- <td><'cue-before'> || <'cue-after'></td>
+ <td><'cue-before'> <'cue-after'>?</td>
</tr>
<tr>
<td>
Received on Tuesday, 2 August 2011 17:10:25 UTC