@@ -665,18 +665,18 @@ URL Modifiers</h4>
665665<h2 id="numeric-types">
666666Numeric 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