Skip to content

Commit 5c62def

Browse files
committed
[css-counter-styles-3] Make the complex counter styles negative-capable.
1 parent b0596a8 commit 5c62def

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

css-counter-styles-3/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,8 @@ <h2 id=complex-predefined-counters><span class=secno>6. </span> Complex
19641964

19651965
<p> All of the counter styles defined in this section have a <a
19661966
href="#spoken-form"><i title=counter-speak-as>spoken form</i></a> of ‘<a
1967-
href="#speak-as-numeric"><code class=css>numeric</code></a>’.
1967+
href="#speak-as-numeric"><code class=css>numeric</code></a>’, and are
1968+
all <a href="#negative-capable"><i>negative-capable</i></a>.
19681969

19691970
<h3 id=complex-cjk><span class=secno>6.1. </span> Longhand East Asian
19701971
Counter Styles: ‘<a href="#japanese-informal0"><code

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,8 @@ <h2 id='complex-predefined-counters'>
14831483
reusing the algorithm but swapping out some of the other descriptors.
14841484

14851485
<p>
1486-
All of the counter styles defined in this section have a <i title='counter-speak-as'>spoken form</i> of ''numeric''.
1486+
All of the counter styles defined in this section have a <i title='counter-speak-as'>spoken form</i> of ''numeric'',
1487+
and are all <i>negative-capable</i>.
14871488

14881489

14891490
<h3 id='complex-cjk'>

0 commit comments

Comments
 (0)