Skip to content

Commit b488d6e

Browse files
committed
[css-counter-styles] Define speak-as:auto for system:override styles. Eliminate 'computed to' wording, as there's no computed values in at-rules.
--HG-- extra : rebase_source : 6448f40d8b88b259ea14563c6438272c4a83e554
1 parent 0ef6a78 commit b488d6e

2 files changed

Lines changed: 76 additions & 56 deletions

File tree

css-counter-styles/Overview.bs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -877,9 +877,13 @@ Speech Synthesis: the 'speak-as' descriptor</h3>
877877
<dl dfn-for="@counter-style/speak-as" dfn-type=value>
878878
<dt><dfn>auto</dfn>
879879
<dd>
880-
If the counter style's 'system' is <a value for=system>alphabetic</a>, this value computes to <a value for=speak-as>alphabetic</a>.
881-
If the 'system' is ''cyclic'', this value computes to ''bullet''.
882-
Otherwise, this value computes to <a value for=speak-as>numeric</a>.
880+
If the counter style's 'system' is ''system/alphabetic'',
881+
this value has the same effect as ''speak-as/alphabetic''.
882+
If the 'system' is ''cyclic'',
883+
this value has the same effect as ''bullet''.
884+
If the 'system' is ''override'',
885+
this value has the same effect as the overridden style's 'speak-as'.
886+
Otherwise, this value has the same effect as ''speak-as/numeric''.
883887

884888
<dt><dfn>numeric</dfn>
885889
<dd>

0 commit comments

Comments
 (0)