Skip to content

Commit e277d2d

Browse files
committed
[css-counter-styles] s/document language/content language/ per WG resolution <https://www.w3.org/TR/css-text-3/#content-language>
1 parent 0e4216f commit e277d2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-counter-styles/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ Limiting the counter scope: the 'range' descriptor</h3>
875875
the first value is the lower bound
876876
and the second value is the upper bound.
877877
This range is inclusive - it contains both the lower and upper bound numbers.
878-
If ''infinite'' is used as the first value in a range,
878+
If ''range/infinite'' is used as the first value in a range,
879879
it represents negative infinity;
880880
if used as the second value,
881881
it represents positive infinity.
@@ -1125,18 +1125,18 @@ Speech Synthesis: the '@counter-style/speak-as' descriptor</h3>
11251125

11261126
<dt><dfn>numbers</dfn>
11271127
<dd>
1128-
The counter's value is spoken as a number in the document language.
1128+
The counter's value is spoken as a number in the <a>content language</a>.
11291129

11301130
<dt><dfn>words</dfn>
11311131
<dd>
11321132
<a>Generate a counter representation</a> for the value as normal,
1133-
then speak it as normal text in the document language.
1133+
then speak it as normal text in the <a>content language</a>.
11341134

11351135

11361136
<dt><dfn>spell-out</dfn>
11371137
<dd>
11381138
<a>Generate a counter representation</a> for the value as normal,
1139-
then spell it out letter-by-letter in the document language.
1139+
then spell it out letter-by-letter in the <a>content language</a>.
11401140
If the UA does not know how to pronounce the symbols,
11411141
it may handle it as ''numbers''.
11421142

0 commit comments

Comments
 (0)