Skip to content

Commit 2ffd590

Browse files
committed
[css-counter-styles] Slightly reword the prefix descriptor to fix Roland's issue.
1 parent 4c68c31 commit 2ffd590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-counter-styles/Overview.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ <h3 id=counter-style-prefix><span class=secno>3.3. </span> Symbols before
10301030
algorithm for constructing the default contents of the ‘<code
10311031
class=css>::marker</code>’ pseudo-element; the prefix is not added
10321032
automatically when the counter() or counters() functions are used.
1033-
Prefixes are added to the representation after negative signs.
1033+
Prefixes come before any negative sign.
10341034

10351035
<h3 id=counter-style-suffix><span class=secno>3.4. </span> Symbols after
10361036
the marker: the ‘<a href="#descdef-suffix"><code

css-counter-styles/Overview.src.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ <h3 id='counter-style-prefix'>
740740
marker representation. Prefixes are only added by the algorithm for constructing
741741
the default contents of the ''::marker'' pseudo-element; the prefix is not
742742
added automatically when the counter() or counters() functions are used.
743-
Prefixes are added to the representation after negative signs.
743+
Prefixes come before any negative sign.
744744

745745

746746
<h3 id='counter-style-suffix'>

0 commit comments

Comments
 (0)