@@ -1134,7 +1134,8 @@ Speech Synthesis: the '@counter-style/speak-as' descriptor</h3>
1134
1134
or possible but nonsensical when naively read out loud.
1135
1135
The '@counter-style/speak-as' descriptor describes how to synthesize the spoken form of a counter formatted with the given counter style.
1136
1136
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.
1138
1139
Values have the following meanings:
1139
1140
1140
1141
<dl dfn-for="@counter-style/speak-as" dfn-type=value>
@@ -2649,10 +2650,21 @@ Changes since the December 2017 Candidate Recommendation</h3>
2649
2650
(<a href="https://github.com/w3c/csswg-drafts/issues/6200">Issue 6200</a> )
2650
2651
* Allowed UAs to override the font choice of predefined symbolic counter styles.
2651
2652
(<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' .
2653
2655
(<a href="https://github.com/w3c/csswg-drafts/issues/6201">Issue 6201</a> )
2654
2656
* Clarified that 'speak-as' represents spoken output; it may be used for other AT.
2655
2657
(<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>
2656
2668
2657
2669
A <a href="https://drafts.csswg.org/css-counter-styles-3/issues-cr-2017">Disposition of Comments</a> is available.
2658
2670
0 commit comments