Skip to content

Commit 1466b3b

Browse files
committed
[css-counter-styles-3] Add diff to changes list for speak-as clarification.
1 parent 72af9f7 commit 1466b3b

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

css-counter-styles-3/Overview.bs

+14-2
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,8 @@ Speech Synthesis: the '@counter-style/speak-as' descriptor</h3>
11341134
or possible but nonsensical when naively read out loud.
11351135
The '@counter-style/speak-as' descriptor describes how to synthesize the spoken form of a counter formatted with the given counter style.
11361136
Assistive technologies should use this spoken form when reading out the counter style,
1137-
and may use the 'speak-as' value to inform transformations to outputs other than speech.
1137+
and may use the '@counter-style/speak-as' value
1138+
to inform transformations to outputs other than speech.
11381139
Values have the following meanings:
11391140

11401141
<dl dfn-for="@counter-style/speak-as" dfn-type=value>
@@ -2649,10 +2650,21 @@ Changes since the December 2017 Candidate Recommendation</h3>
26492650
(<a href="https://github.com/w3c/csswg-drafts/issues/6200">Issue 6200</a>)
26502651
* Allowed UAs to override the font choice of predefined symbolic counter styles.
26512652
(<a href="https://github.com/w3c/csswg-drafts/issues/6201">Issue 6201</a>)
2652-
* Restricted special rendering of predefined symbolic counter styles to usage as a list marker via 'list-style-type'.
2653+
* Restricted special rendering of predefined symbolic counter styles
2654+
to usage as a list marker via 'list-style-type'.
26532655
(<a href="https://github.com/w3c/csswg-drafts/issues/6201">Issue 6201</a>)
26542656
* Clarified that 'speak-as' represents spoken output; it may be used for other AT.
26552657
(<a href="https://github.com/w3c/csswg-drafts/issues/6040">Issue 6040</a>)
2658+
<blockquote>
2659+
<p>A counter style can be constructed with a meaning that is obvious visually,
2660+
but impossible to meaningfully represent via a speech synthesizer or other non-visual means,
2661+
or possible but nonsensical when naively read out <ins>loud</ins>.
2662+
The '@counter-style/speak-as' descriptor describes how to synthesize
2663+
the spoken form of a counter formatted with the given counter style.
2664+
<ins>Assistive technologies should use this spoken form when reading out the counter style,
2665+
and may use the '@counter-style/speak-as' value
2666+
to inform transformations to outputs other than speech.</ins>
2667+
</blockquote>
26562668

26572669
A <a href="https://drafts.csswg.org/css-counter-styles-3/issues-cr-2017">Disposition of Comments</a> is available.
26582670

0 commit comments

Comments
 (0)