Skip to content

Commit 2288d23

Browse files
committed
pitch-range
1 parent eb1bba4 commit 2288d23

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

css3-speech/Overview.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,9 +2182,10 @@ <h3 id=voice-props-voice-pitch><span class=secno>10.3. </span>The &lsquo;<a
21822182

21832183
<dd>
21842184
<p> This keyword specifies that the provided frequency value is expressed
2185-
relatively to the inherited value, with positive or negative numbers.
2186-
For example, "2kHz relative" is an increment, unlike "+2kHz" which is an
2187-
absolute value.</p>
2185+
relatively to the inherited value, using a positive or negative offset.
2186+
For example, "2kHz relative" is an increment (strictly equivalent to
2187+
"+2kHz relative"), unlike "+2kHz" which is an absolute value (strictly
2188+
equivalent to "2kHz").</p>
21882189

21892190
<dt> <strong>&lt;semitones&gt;</strong>
21902191

@@ -2309,9 +2310,10 @@ <h3 id=voice-props-voice-pitch-range><span class=secno>10.4. </span>The
23092310

23102311
<dd>
23112312
<p> This keyword specifies that the provided frequency value is expressed
2312-
relatively to the inherited value, with positive or negative numbers.
2313-
For example, "+2kHz relative" is an increment, unlike "+2kHz" which is a
2314-
positive absolute value.</p>
2313+
relatively to the inherited value, using a positive or negative offset.
2314+
For example, "2kHz relative" is an increment (strictly equivalent to
2315+
"+2kHz relative"), unlike "+2kHz" which is an absolute value (strictly
2316+
equivalent to "2kHz").</p>
23152317

23162318
<dt> <strong>&lt;semitones&gt;</strong>
23172319

css3-speech/Overview.src.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,8 +1730,9 @@ <h3 id="voice-props-voice-pitch">The 'voice-pitch' property</h3>
17301730
</dt>
17311731
<dd>
17321732
<p> This keyword specifies that the provided frequency value is expressed relatively to the
1733-
inherited value, with positive or negative numbers. For example, "2kHz relative" is an
1734-
increment, unlike "+2kHz" which is an absolute value. </p>
1733+
inherited value, using a positive or negative offset. For example, "2kHz relative" is an
1734+
increment (strictly equivalent to "+2kHz relative"), unlike "+2kHz" which is an absolute
1735+
value (strictly equivalent to "2kHz"). </p>
17351736
</dd>
17361737
<dt>
17371738
<strong>&lt;semitones&gt;</strong>
@@ -1853,8 +1854,9 @@ <h3 id="voice-props-voice-pitch-range">The 'voice-pitch-range' property</h3>
18531854
</dt>
18541855
<dd>
18551856
<p> This keyword specifies that the provided frequency value is expressed relatively to the
1856-
inherited value, with positive or negative numbers. For example, "+2kHz relative" is an
1857-
increment, unlike "+2kHz" which is a positive absolute value. </p>
1857+
inherited value, using a positive or negative offset. For example, "2kHz relative" is an
1858+
increment (strictly equivalent to "+2kHz relative"), unlike "+2kHz" which is an absolute
1859+
value (strictly equivalent to "2kHz"). </p>
18581860
</dd>
18591861
<dt>
18601862
<strong>&lt;semitones&gt;</strong>

0 commit comments

Comments
 (0)