Skip to content

Commit 36eb02e

Browse files
committed
[css-values-3] Fix indentation. Whitespace only change.
1 parent 2e0e136 commit 36eb02e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

css-values-3/Overview.bs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -665,18 +665,18 @@ URL Modifiers</h4>
665665
<h2 id="numeric-types">
666666
Numeric Data Types</h2>
667667

668-
Properties may restrict numeric values to some range.
669-
If the value is outside the allowed range,
670-
unless otherwise specified,
671-
the declaration is invalid and must be <a href="https://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
672-
673-
CSS theoretically supports infinite precision and infinite ranges for all value types;
674-
however in reality implementations have finite capacity.
675-
UAs should support reasonably useful ranges and precisions.
668+
Properties may restrict numeric values to some range.
669+
If the value is outside the allowed range,
670+
unless otherwise specified,
671+
the declaration is invalid and must be <a href="https://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
672+
673+
CSS theoretically supports infinite precision and infinite ranges for all value types;
674+
however in reality implementations have finite capacity.
675+
UAs should support reasonably useful ranges and precisions.
676676
<!--
677-
The recommended minimum ranges and precision,
678-
and the required rounding and clamping rules,
679-
are given in <a href="#required-ranges">Appendix A</a>.
677+
The recommended minimum ranges and precision,
678+
and the required rounding and clamping rules,
679+
are given in <a href="#required-ranges">Appendix A</a>.
680680
-->
681681

682682
<!--

0 commit comments

Comments
 (0)