File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff 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 '>
You can’t perform that action at this time.
0 commit comments