Skip to content

Commit e52b13f

Browse files
committed
minor reformulation
1 parent 5af539f commit e52b13f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css3-speech/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2186,9 +2186,9 @@ <h3 id=voice-props-voice-pitch><span class=secno>10.3. </span>The &lsquo;<a
21862186
<dt> <strong>absolute</strong>
21872187

21882188
<dd>
2189-
<p> This keyword specifies that the provided frequency represents an
2190-
absolute value. If a negative frequency is specified, the computed
2191-
frequency will be zero.</p>
2189+
<p> If specified, this keyword indicates that the specified frequency
2190+
represents an absolute value. If a negative frequency is specified, the
2191+
computed frequency will be zero.</p>
21922192

21932193
<dt> <strong>&lt;semitones&gt;</strong>
21942194

@@ -2327,8 +2327,8 @@ <h3 id=voice-props-voice-range><span class=secno>10.4. </span>The &lsquo;<a
23272327
<dt> <strong>absolute</strong>
23282328

23292329
<dd>
2330-
<p> This keyword specifies that the provided frequency is expressed as an
2331-
absolute, positive value. If a negative frequency is specified, the
2330+
<p> If specified, this keyword indicates that the specified frequency
2331+
represents an absolute value. If a negative frequency is specified, the
23322332
computed frequency will be zero.</p>
23332333

23342334
<dt> <strong>&lt;semitones&gt;</strong>

css3-speech/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,8 +1733,8 @@ <h3 id="voice-props-voice-pitch">The 'voice-pitch' property</h3>
17331733
<strong>absolute</strong>
17341734
</dt>
17351735
<dd>
1736-
<p> This keyword specifies that the provided frequency represents an absolute value. If a
1737-
negative frequency is specified, the computed frequency will be zero. </p>
1736+
<p> If specified, this keyword indicates that the specified frequency represents an absolute
1737+
value. If a negative frequency is specified, the computed frequency will be zero. </p>
17381738
</dd>
17391739
<dt>
17401740
<strong>&lt;semitones&gt;</strong>
@@ -1868,7 +1868,7 @@ <h3 id="voice-props-voice-range">The 'voice-range' property</h3>
18681868
<strong>absolute</strong>
18691869
</dt>
18701870
<dd>
1871-
<p> This keyword specifies that the provided frequency is expressed as an absolute, positive
1871+
<p> If specified, this keyword indicates that the specified frequency represents an absolute
18721872
value. If a negative frequency is specified, the computed frequency will be zero.</p>
18731873
</dd>
18741874
<dt>

0 commit comments

Comments
 (0)