Skip to content

Commit e639086

Browse files
committed
[css-counter-styles] Switch ethiopic-numeric to use the same suffix as the other ethiopic ones in Predefined Counter Styles.
1 parent 8e2acce commit e639086

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-counter-styles/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2408,7 +2408,7 @@ Ethiopic Numeric Counter Style: ''ethiopic-numeric''</h3>
24082408

24092409
For this system, the name is "ethiopic-numeric",
24102410
the 'range' is ''1 infinite'',
2411-
the 'suffix' is a single space (U+0020) character,
2411+
the 'suffix' is <code>"/ "</code> (U+002F SOLIDUS followed by a U+0020 SPACE),
24122412
and the rest of the descriptors have their initial value.
24132413

24142414
<div class="example">

css-counter-styles/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3415,7 +3415,7 @@ <h3 class="heading settled" data-level="7.2" id="ethiopic-numeric-counter-style"
34153415

34163416
<p>For this system, the name is "ethiopic-numeric",
34173417
the <a class="property" data-link-type="propdesc" href="#descdef-counter-style-range">range</a> is <span class="css">1 infinite</span>,
3418-
the <a class="property" data-link-type="propdesc" href="#descdef-counter-style-suffix">suffix</a> is a single space (U+0020) character,
3418+
the <a class="property" data-link-type="propdesc" href="#descdef-counter-style-suffix">suffix</a> is <code>"/ "</code> (U+002F SOLIDUS followed by a U+0020 SPACE),
34193419
and the rest of the descriptors have their initial value.</p>
34203420

34213421

0 commit comments

Comments
 (0)