@@ -681,12 +681,12 @@ Numeric Data Types</h2>
681
681
and various <a>dimensions</a>
682
682
including <<length>> , <<angle>> , <<time>> , <<frequency>> , and <<resolution>> .
683
683
684
- Note: While genera -purpose <a>dimensions</a> are defined here,
684
+ Note: While general -purpose <a>dimensions</a> are defined here,
685
685
some other modules define additional data types
686
686
(e.g. [[css-grid-1]] introduces ''fr'' units)
687
687
whose usage is more localized.
688
688
689
- <h2 id="numeric-ranges">
689
+ <h3 id="numeric-ranges">
690
690
Range Restrictions and Range Definition Notation</h3>
691
691
692
692
Properties can restrict numeric values to some range.
@@ -698,8 +698,8 @@ Range Restrictions and Range Definition Notation</h3>
698
698
<code> [<var>min</var>,<var>max</var>] </code>
699
699
within the angle brackets, after the identifying keyword,
700
700
indicating a closed range
701
- between (and including) <var> min</var> and <var> max</var> ,
702
- e.g. <<integer [0,10]>> .
701
+ between (and including) <var> min</var> and <var> max</var> .
702
+ For example, <<integer [0,10]>> indicates an integer between 0 and 10, inclusive .
703
703
704
704
Note: CSS values generally do not allow open ranges;
705
705
thus only square-bracket notation is used.
@@ -709,6 +709,7 @@ Range Restrictions and Range Definition Notation</h3>
709
709
UAs should support reasonably useful ranges and precisions.
710
710
Range extremes that are ideally unlimited
711
711
are indicated using ∞ or −∞ as appropriate.
712
+ For example, <<length [0, ∞]>> indicates a non-negative length.
712
713
713
714
If no range is indicated,
714
715
either by using the <a>bracketed range notation</a>
0 commit comments