File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments