Skip to content

Commit bc15d54

Browse files
committed
Specify codepoints for 0-9
1 parent 9330ec0 commit bc15d54

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-lists/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3804,9 +3804,9 @@ <h3 id=numeric><span class=secno>3.3 </span>Numeric</h3>
38043804

38053805
<td>(none)
38063806

3807-
<td>The UA may use 0-9 in combination with font features, or synthesize
3808-
superscript glyphs, instead of using the Unicode superscript
3809-
characters.
3807+
<td>The UA may use 0-9 (U+0030&endash;U+0039) in combination with font
3808+
features, or synthesize superscript glyphs, instead of using the
3809+
Unicode superscript characters.
38103810

38113811
<tr>
38123812
<td><dfn id=telugu>telugu</dfn>

css3-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2758,7 +2758,7 @@ <h3>Numeric</h3>
27582758
<td>U+2070, U+00B9, U+00B2, U+00B3, U+2074, U+2075, U+2076, U+2077, U+2078, U+2079</td>
27592759
<td>10</td>
27602760
<td>(none)</td>
2761-
<td>The UA may use 0-9 in combination with font features, or synthesize superscript glyphs, instead of using the Unicode superscript characters.</td>
2761+
<td>The UA may use 0-9 (U+0030&endash;U+0039) in combination with font features, or synthesize superscript glyphs, instead of using the Unicode superscript characters.</td>
27622762
</tr>
27632763

27642764
<tr>

0 commit comments

Comments
 (0)