csswg/css3-speech Overview.html,1.69,1.70 Overview.src.html,1.70,1.71

Update of /sources/public/csswg/css3-speech
In directory hutz:/tmp/cvs-serv11451

Modified Files:
	Overview.html Overview.src.html 
Log Message:
pitch-range


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.html,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- Overview.html	13 Jul 2011 17:16:59 -0000	1.69
+++ Overview.html	13 Jul 2011 17:26:28 -0000	1.70
@@ -2182,9 +2182,10 @@
 
    <dd>
     <p> This keyword specifies that the provided frequency value is expressed
-     relatively to the inherited value, with positive or negative numbers.
-     For example, "2kHz relative" is an increment, unlike "+2kHz" which is an
-     absolute value.</p>
+     relatively to the inherited value, using a positive or negative offset.
+     For example, "2kHz relative" is an increment (strictly equivalent to
+     "+2kHz relative"), unlike "+2kHz" which is an absolute value (strictly
+     equivalent to "2kHz").</p>
 
    <dt> <strong>&lt;semitones&gt;</strong>
 
@@ -2309,9 +2310,10 @@
 
    <dd>
     <p> This keyword specifies that the provided frequency value is expressed
-     relatively to the inherited value, with positive or negative numbers.
-     For example, "+2kHz relative" is an increment, unlike "+2kHz" which is a
-     positive absolute value.</p>
+     relatively to the inherited value, using a positive or negative offset.
+     For example, "2kHz relative" is an increment (strictly equivalent to
+     "+2kHz relative"), unlike "+2kHz" which is an absolute value (strictly
+     equivalent to "2kHz").</p>
 
    <dt> <strong>&lt;semitones&gt;</strong>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- Overview.src.html	13 Jul 2011 17:16:59 -0000	1.70
+++ Overview.src.html	13 Jul 2011 17:26:29 -0000	1.71
@@ -1730,8 +1730,9 @@
       </dt>
       <dd>
         <p> This keyword specifies that the provided frequency value is expressed relatively to the
-          inherited value, with positive or negative numbers. For example, "2kHz relative" is an
-          increment, unlike "+2kHz" which is an absolute value. </p>
+          inherited value, using a positive or negative offset. For example, "2kHz relative" is an
+          increment (strictly equivalent to "+2kHz relative"), unlike "+2kHz" which is an absolute
+          value (strictly equivalent to "2kHz"). </p>
       </dd>
       <dt>
         <strong>&lt;semitones&gt;</strong>
@@ -1853,8 +1854,9 @@
       </dt>
       <dd>
         <p> This keyword specifies that the provided frequency value is expressed relatively to the
-          inherited value, with positive or negative numbers. For example, "+2kHz relative" is an
-          increment, unlike "+2kHz" which is a positive absolute value. </p>
+          inherited value, using a positive or negative offset. For example, "2kHz relative" is an
+          increment (strictly equivalent to "+2kHz relative"), unlike "+2kHz" which is an absolute
+          value (strictly equivalent to "2kHz"). </p>
       </dd>
       <dt>
         <strong>&lt;semitones&gt;</strong>

Received on Wednesday, 13 July 2011 17:26:35 UTC