File tree 2 files changed +5
-6
lines changed 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -1191,10 +1191,9 @@ <h3 id=counter-style-range><span class=secno>3.5. </span> Limiting the
1191
1191
1192
1192
< p > Implementations must support ranges with a lower bound of at least
1193
1193
-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.
1198
1197
1199
1198
< h3 id =counter-style-width > < span class =secno > 3.6. </ span > Zero-Padding and
1200
1199
Constant-Width Representations: the ‘< a href ="#descdef-width "> < code
Original file line number Diff line number Diff line change @@ -828,8 +828,8 @@ <h3 id='counter-style-range'>
828
828
and an upper bound of at least 2< sup > 15</ sup > -1
829
829
(the range of a signed 2-byte int).
830
830
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 .
833
833
834
834
835
835
< h3 id ='counter-style-width '>
You can’t perform that action at this time.
0 commit comments