Skip to content

Commit 61d628d

Browse files
committed
[css-counter-styles-3] Clear up some language surrounding bounds and implementation limits.
1 parent 5c62def commit 61d628d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

css-counter-styles-3/Overview.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,10 +1191,9 @@ <h3 id=counter-style-range><span class=secno>3.5. </span> Limiting the
11911191

11921192
<p> Implementations must support ranges with a lower bound of at least
11931193
-2<sup>15</sup> and an upper bound of at least 2<sup>15</sup>-1 (the range
1194-
of a signed 2-byte int). They may support higher ranges. If a range is
1195-
specified with a bound greater than the implementation's supported bounds,
1196-
it must be treated as specifying the implementation's maximum supported
1197-
bound.
1194+
of a signed 2-byte int). They may support higher ranges. If any specified
1195+
bound is outside of the implementation's supported bounds, it must be
1196+
treated as the closest bound that the implementation does support.
11981197

11991198
<h3 id=counter-style-width><span class=secno>3.6. </span> Zero-Padding and
12001199
Constant-Width Representations: the ‘<a href="#descdef-width"><code

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,8 +828,8 @@ <h3 id='counter-style-range'>
828828
and an upper bound of at least 2<sup>15</sup>-1
829829
(the range of a signed 2-byte int).
830830
They may support higher ranges.
831-
If a range is specified with a bound greater than the implementation's supported bounds,
832-
it must be treated as specifying the implementation's maximum supported bound.
831+
If any specified bound is outside of the implementation's supported bounds,
832+
it must be treated as the closest bound that the implementation does support.
833833

834834

835835
<h3 id='counter-style-width'>

0 commit comments

Comments
 (0)