- From: Daniel Weck via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 13 Jul 2011 18:11:47 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-speech In directory hutz:/tmp/cvs-serv18590 Modified Files: Overview.html Overview.src.html Log Message: minor typo Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-speech/Overview.html,v retrieving revision 1.72 retrieving revision 1.73 diff -u -d -r1.72 -r1.73 --- Overview.html 13 Jul 2011 18:08:53 -0000 1.72 +++ Overview.html 13 Jul 2011 18:11:45 -0000 1.73 @@ -2230,7 +2230,7 @@ h2 { voice-pitch: +30Hz absolute; } /* not an increment */ h2 { voice-pitch: absolute 30Hz; } /* identical to the line above */ h3 { voice-pitch: -20Hz; } /* negative offset (decrement) relative to the inherited absolute frequency */ -h4 { voice-pitch: -20Hz absolute; } /* illegal syntax ! ("absolute" keyword not allowed with negative frequency) */ +h4 { voice-pitch: -20Hz absolute; } /* illegal syntax => value ignored ("absolute" keyword not allowed with negative frequency) */ h5 { voice-pitch: -3.5st; } /* semitones, negative offset */ h6 { voice-pitch: 25%; } /* this means "add a quarter of the inherited value, to the inherited value" */ h6 { voice-pitch: +25%; } /* identical to the line above */ Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v retrieving revision 1.73 retrieving revision 1.74 diff -u -d -r1.73 -r1.74 --- Overview.src.html 13 Jul 2011 18:08:53 -0000 1.73 +++ Overview.src.html 13 Jul 2011 18:11:45 -0000 1.74 @@ -1773,7 +1773,7 @@ h2 { voice-pitch: +30Hz absolute; } /* not an increment */ h2 { voice-pitch: absolute 30Hz; } /* identical to the line above */ h3 { voice-pitch: -20Hz; } /* negative offset (decrement) relative to the inherited absolute frequency */ -h4 { voice-pitch: -20Hz absolute; } /* illegal syntax ! ("absolute" keyword not allowed with negative frequency) */ +h4 { voice-pitch: -20Hz absolute; } /* illegal syntax => value ignored ("absolute" keyword not allowed with negative frequency) */ h5 { voice-pitch: -3.5st; } /* semitones, negative offset */ h6 { voice-pitch: 25%; } /* this means "add a quarter of the inherited value, to the inherited value" */ h6 { voice-pitch: +25%; } /* identical to the line above */
Received on Wednesday, 13 July 2011 18:11:51 UTC