8000 [css-counter-styles] Lower the lower/upper-roman range to 3999. · w3c/csswg-drafts@e22aed1 · GitHub
Skip to content

Commit e22aed1

Browse files
committed
[css-counter-styles] Lower the lower/upper-roman range to 3999.
--HG-- extra : rebase_source : eada3017ca4f5ecae4bc299b006a7f76d3048a37
1 parent b2348ec commit e22aed1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-counter-styles/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,13 +1123,13 @@ Numeric: ''decimal'', ''decimal-leading-zero'', ''cjk-decimal'', ''lower-roman''
11231123

11241124
@counter-style lower-roman {
11251125
system: additive;
1126-
range: 1 4999;
1126+
range: 1 3999;
11271127
additive-symbols: 1000 m, 900 cm, 500 d, 400 cd, 100 c, 90 xc, 50 l, 40 xl, 10 x, 9 ix, 5 v, 4 iv, 1 i;
11281128
}
11291129

11301130
@counter-style upper-roman {
11311131
system: additive;
1132-
range: 1 4999;
1132+
range: 1 3999;
11331133
additive-symbols: 1000 M, 900 CM, 500 D, 400 CD, 100 C, 90 XC, 50 L, 40 XL, 10 X, 9 IX, 5 V, 4 IV, 1 I;
11341134
}
11351135

css-counter-styles/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</p>
5959
<h1 class="p-name no-ref" id=title>CSS Counter Styles Level 3</h1>
6060
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
61-
<span class=dt-updated><span class=value-title title=20140222>22 February 2014</span></span></span></h2>
61+
<span class=dt-updated><span class=value-title title=20140224>24 February 2014</span></span></span></h2>
6262
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-counter-styles/>http://dev.w3.org/csswg/css-counter-styles/</a><dt>Latest version:<dd><a href=http://w3.org/TR/css-counter-styles-3/>http://w3.org/TR/css-counter-styles-3/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-counter-styles/>http://dev.w3.org/csswg/css-counter-styles/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/ rel=previous>http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/</a>
6363
<dt>Feedback:</dt>
6464
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-counter-styles%5D%20feedback">www-style@w3.org</a>
@@ -1157,13 +1157,13 @@ <h3 class="heading settled heading" data-level=6.1 id=simple-numeric><span class
11571157

11581158
@counter-style lower-roman {
11591159
system: additive;
1160-
range: 1 4999;
1160+
range: 1 3999;
11611161
additive-symbols: 1000 m, 900 cm, 500 d, 400 cd, 100 c, 90 xc, 50 l, 40 xl, 10 x, 9 ix, 5 v, 4 iv, 1 i;
11621162
}
11631163

11641164
@counter-style upper-roman {
11651165
system: additive;
1166-
range: 1 4999;
1166+
range: 1 3999;
11671167
additive-symbols: 1000 M, 900 CM, 500 D, 400 CD, 100 C, 90 XC, 50 L, 40 XL, 10 X, 9 IX, 5 V, 4 IV, 1 I;
11681168
}
11691169

0 commit comments

Comments
 (0)