Skip to content

Commit 4019fc3

Browse files
committed
minor typo
1 parent af325cf commit 4019fc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-speech/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2230,7 +2230,7 @@ <h3 id=voice-props-voice-pitch><span class=secno>10.3. </span>The &lsquo;<a
22302230
h2 { voice-pitch: +30Hz absolute; } /* not an increment */
22312231
h2 { voice-pitch: absolute 30Hz; } /* identical to the line above */
22322232
h3 { voice-pitch: -20Hz; } /* negative offset (decrement) relative to the inherited absolute frequency */
2233-
h4 { voice-pitch: -20Hz absolute; } /* illegal syntax ! ("absolute" keyword not allowed with negative frequency) */
2233+
h4 { voice-pitch: -20Hz absolute; } /* illegal syntax => value ignored ("absolute" keyword not allowed with negative frequency) */
22342234
h5 { voice-pitch: -3.5st; } /* semitones, negative offset */
22352235
h6 { voice-pitch: 25%; } /* this means "add a quarter of the inherited value, to the inherited value" */
22362236
h6 { voice-pitch: +25%; } /* identical to the line above */

css3-speech/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,7 @@ <h3 id="voice-props-voice-pitch">The 'voice-pitch' property</h3>
17731773
h2 { voice-pitch: +30Hz absolute; } /* not an increment */
17741774
h2 { voice-pitch: absolute 30Hz; } /* identical to the line above */
17751775
h3 { voice-pitch: -20Hz; } /* negative offset (decrement) relative to the inherited absolute frequency */
1776-
h4 { voice-pitch: -20Hz absolute; } /* illegal syntax ! ("absolute" keyword not allowed with negative frequency) */
1776+
h4 { voice-pitch: -20Hz absolute; } /* illegal syntax => value ignored ("absolute" keyword not allowed with negative frequency) */
17771777
h5 { voice-pitch: -3.5st; } /* semitones, negative offset */
17781778
h6 { voice-pitch: 25%; } /* this means "add a quarter of the inherited value, to the inherited value" */
17791779
h6 { voice-pitch: +25%; } /* identical to the line above */

0 commit comments

Comments
 (0)