8000 fixed typo and moved sentence · xfq/csswg-drafts@c4bff24 · GitHub
Skip to content

Commit c4bff24

Browse files
committed
fixed typo and moved sentence
1 parent 524106a commit c4bff24

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

css3-speech/Overview.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2447,7 +2447,9 @@ <h2 id=lists><span class=secno>10. </span>List items and counters styles</h2>
24472447
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> is ignored, and
24482448
instead the &lsquo;<code class=css><a href="#list-style-type-def"><code
24492449
class=property>list-style-type</code></a></code>&rsquo; is used (if
2450-
present).
2450+
present). For hierarchical list structures, it is generally recommended
2451+
that user-agents announce the nesting depth of list items, in conjunction
2452+
with the speech output specified for the list style types.
24512453

24522454
<p class=note> Note that the working draft of the CSS Lists module <a
24532455
href="#CSS3LIST" rel=biblioentry>[CSS3LIST]<!--{{CSS3LIST}}--></a>
@@ -2462,9 +2464,7 @@ <h2 id=lists><span class=secno>10. </span>List items and counters styles</h2>
24622464
<p> For these list item styles, the user-agent defines (possibly based on
24632465
user preferences) what equivalent phrase is spoken or what audio cue is
24642466
played. List items with graphical bullets are therefore announced
2465-
appropriately in an implementation-dependent manner. For hierarchical
2466-
lists structures, it is recommended that user-agents announce the
2467-
nesting depth of list items.</p>
2467+
appropriately in an implementation-dependent manner.</p>
24682468

24692469
<dt> <strong>decimal, decimal-leading-zero, lower-roman, upper-roman,
24702470
georgian, armenian</strong>
@@ -3481,10 +3481,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
34813481
<dt id=CSS21>[CSS21]
34823482

34833483
<dd>Bert Bos; et al. <a
3484-
href="http://www.w3.org/TR/2009/CR-CSS2-20090423"><cite>Cascading Style
3485-
Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 23
3486-
April 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
3487-
href="http://www.w3.org/TR/2009/CR-CSS2-20090423">http://www.w3.org/TR/2009/CR-CSS2-20090423</a>
3484+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
3485+
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June
3486+
2011. W3C Recommendation. URL: <a
3487+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
34883488
</dd>
34893489
<!---->
34903490

@@ -3549,11 +3549,11 @@ <h3 class=no-num id=other-references>Other references</h3>
35493549

35503550
<dt id=CSS3LIST>[CSS3LIST]
35513551

3552-
<dd>Ian Hickson; Tantek &#199;el&#305;?k. <a
3553-
href="http://www.w3.org/TR/2002/WD-css3-lists-20021107"><cite>CSS3
3554-
module: Lists.</cite></a> 7 November 2002. W3C Working Draft. (Work in
3555-
progress.) URL: <a
3556-
href="http://www.w3.org/TR/2002/WD-css3-lists-20021107">http://www.w3.org/TR/2002/WD-css3-lists-20021107</a>
3552+
<dd>Tab Atkins Jr. <a
3553+
href="http://www.w3.org/TR/2011/WD-css3-lists-20110524"><cite>CSS Lists
3554+
and Counters Module Level 3.</cite></a> 24 May 2011. W3C Working Draft.
3555+
(Work in progress.) URL: <a
3556+
href="http://www.w3.org/TR/2011/WD-css3-lists-20110524">http://www.w3.org/TR/2011/WD-css3-lists-20110524</a>
35573557
</dd>
35583558
<!---->
35593559

css3-speech/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,9 @@ <h2 id="lists">List items and counters styles</h2>
20142014
synthesis. The '<a href="#list-style-image-def"><code class="property"
20152015
>list-style-image</code></a>' property of [[!CSS21]] is ignored, and instead the '<a
20162016
href="#list-style-type-def"><code class="property">list-style-type</code></a>' is used (if
2017-
present). </p>
2017+
present). For hierarchical list structures, it is generally recommended that user-agents
2018+
announce the nesting depth of list items, in conjunction with the speech output specified for
2019+
the list style types. </p>
20182020
<p class="note"> Note that the working draft of the CSS Lists module [[CSS3LIST]] contains new
20192021
features which are not yet supported in this version of the CSS Speech module. Support for
20202022
these features will be added later, when the CSS Lists draft stabilizes.</p>
@@ -2025,9 +2027,7 @@ <h2 id="lists">List items and counters styles</h2>
20252027
<dd>
20262028
<p> For these list item styles, the user-agent defines (possibly based on user preferences)
20272029
what equivalent phrase is spoken or what audio cue is played. List items with graphical
2028-
bullets are therefore announced appropriately in an implementation-dependent manner. For
2029-
hierarchical lists structures, it is recommended that user-agents announce the nesting
2030-
depth of list items.</p>
2030+
bullets are therefore announced appropriately in an implementation-dependent manner. </p>
20312031
</dd>
20322032
<dt>
20332033
<strong>decimal, decimal-leading-zero, lower-roman, upper-roman, georgian, armenian</strong>

0 commit comments

Comments
 (0)