File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2227,11 +2227,13 @@ <h3 id=voice-props-voice-pitch><span class=secno>10.3. </span>The ‘<a
22272227 < pre >
22282228h1 { voice-pitch: 250Hz; } /* positive offset relative to the inherited absolute frequency */
22292229h1 { voice-pitch: +250Hz; } /* identical to the line above */
2230- h2 { voice-pitch: +30Hz absolute; } /* not an increment! */
2230+ h2 { 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) */
2234- h4 { voice-pitch: -3.5st; } /* Semitones are always relative, no need for the keyword. */
2233+ h4 { voice-pitch: -20Hz absolute; } /* illegal syntax ! ("absolute" keyword not allowed with negative frequency) */
2234+ h5 { voice-pitch: -3.5st; } /* semitones, negative offset */
2235+ h6 { voice-pitch: 25%; } /* this means "add a quarter of the inherited value, to the inherited value" */
2236+ h6 { voice-pitch: +25%; } /* identical to the line above */
22352237 </ pre >
22362238 </ div >
22372239
Original file line number Diff line number Diff line change @@ -1770,11 +1770,13 @@ <h3 id="voice-props-voice-pitch">The 'voice-pitch' property</h3>
17701770 < pre >
17711771h1 { voice-pitch: 250Hz; } /* positive offset relative to the inherited absolute frequency */
17721772h1 { voice-pitch: +250Hz; } /* identical to the line above */
1773- h2 { voice-pitch: +30Hz absolute; } /* not an increment! */
1773+ h2 { 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) */
1777- h4 { voice-pitch: -3.5st; } /* Semitones are always relative, no need for the keyword. */
1776+ h4 { voice-pitch: -20Hz absolute; } /* illegal syntax ! ("absolute" keyword not allowed with negative frequency) */
1777+ h5 { voice-pitch: -3.5st; } /* semitones, negative offset */
1778+ h6 { voice-pitch: 25%; } /* this means "add a quarter of the inherited value, to the inherited value" */
1779+ h6 { voice-pitch: +25%; } /* identical to the line above */
17781780 </ pre >
17791781 </ div >
17801782 < h3 id ="voice-props-voice-pitch-range "> The 'voice-pitch-range' property</ h3 >
You can’t perform that action at this time.
0 commit comments