Skip to content

Commit 066a614

Browse files
committed
Fix errors in DoC, and linkify things
1 parent a4a28dc commit 066a614

3 files changed

Lines changed: 104 additions & 95 deletions

File tree

css3-values/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,10 +1465,10 @@ <h2 id="limits">
14651465
<p>
14661466
Values outside the supported range must be clamped into the supported range.
14671467
Values specified with an unsupported amount of precision must be rounded
1468-
to the closest supported value;
1468+
to the closest supported value when parsed;
14691469
except that values that are not equal to, but would round to,
14701470
either zero or the boundary of a closed range,
1471-
are rounded away from that value rather than to it.
1471+
should be rounded away from that value rather than to it.
14721472

14731473
<div class="example">
14741474
<p>

0 commit comments

Comments
 (0)