Skip to content

Commit f22b14a

Browse files
committed
[css-counter-styles-3] Fix negative sign for simp-chinese-formal.
1 parent eebd91e commit f22b14a

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
@@ -2511,7 +2511,7 @@ <h5 class="no-num no-toc" id=limited-chinese> Chinese</h5>
25112511

25122512
<td>负 U+8D1F
25132513

2514-
<td> U+8D1F
2514+
<td> U+8D1F
25152515

25162516
<td>負 U+8CA0
25172517

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@ <h5 id='limited-chinese' class="no-num no-toc">
18031803
<tr>
18041804
<th scope=row>Negative Sign
18051805
<td>负 U+8D1F
1806-
<td> U+8D1F
1806+
<td> U+8D1F
18071807
<td>負 U+8CA0
18081808
<td>負 U+8CA0
18091809
</tbody>

0 commit comments

Comments
 (0)