File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2230,7 +2230,7 @@ <h3 id=voice-props-voice-pitch><span class=secno>10.3. </span>The ‘<a
22302230h2 { voice-pitch: +30Hz absolute; } /* not an increment */
22312231h2 { voice-pitch: absolute 30Hz; } /* identical to the line above */
22322232h3 { 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) */
22342234h5 { voice-pitch: -3.5st; } /* semitones, negative offset */
22352235h6 { voice-pitch: 25%; } /* this means "add a quarter of the inherited value, to the inherited value" */
22362236h6 { voice-pitch: +25%; } /* identical to the line above */
Original file line number Diff line number Diff line change @@ -1773,7 +1773,7 @@ <h3 id="voice-props-voice-pitch">The 'voice-pitch' property</h3>
17731773h2 { voice-pitch: +30Hz absolute; } /* not an increment */
17741774h2 { voice-pitch: absolute 30Hz; } /* identical to the line above */
17751775h3 { 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) */
17771777h5 { voice-pitch: -3.5st; } /* semitones, negative offset */
17781778h6 { voice-pitch: 25%; } /* this means "add a quarter of the inherited value, to the inherited value" */
17791779h6 { voice-pitch: +25%; } /* identical to the line above */
You can’t perform that action at this time.
0 commit comments