Skip to content

Commit f1d0171

Browse files
committed
[css-counter-styles-3] Fix the other occurence of the negative sign for Chinese.
1 parent 7b04a70 commit f1d0171

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-counter-styles-3/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2866,7 +2866,7 @@ <h4 id=extended-cjk><span class=secno>6.1.2. </span> Extended
28662866

28672867
<td>负 U+8D1F
28682868

2869-
<td> U+8D1F
2869+
<td> U+8D1F
28702870

28712871
<td>負 U+8CA0
28722872

css-counter-styles-3/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2059,7 +2059,7 @@ <h4 id='extended-cjk'>
20592059
<tr>
20602060
<th scope=row>Negative Sign
20612061
<td>负 U+8D1F
2062-
<td> U+8D1F
2062+
<td> U+8D1F
20632063
<td>負 U+8CA0
20642064
<td>負 U+8CA0
20652065
</tbody>

0 commit comments

Comments
 (0)