@@ -196,10 +196,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
196196 < li > < a href ="#integers "> < span class =secno > 4.1. </ span > Integers: the
197197 ‘< code class =css > <integer></ code > ’ type</ a >
198198
199- < li > < a href ="#numbers "> < span class =secno > 4.2. </ span > Numbers: the
200- ‘< code class =css > <number></ code > ’ type</ a >
201-
202- < li > < a href ="#percentages "> < span class =secno > 4.3. </ span > Percentages:
199+ < li > < a href ="#percentages "> < span class =secno > 4.2. </ span > Percentages:
203200 the ‘< code class =css > <percentage></ code > ’ type</ a >
204201 </ ul >
205202
@@ -706,10 +703,11 @@ <h3 id=integers><span class=secno>4.1. </span> Integers: the ‘<a
706703
707704 < p > Properties may restrict the integer value to some range. If the value is
708705 outside the allowed range, the declaration is invalid and must be < a
709- href ="http://www.w3.org/TR/CSS21/conform.html#ignore "> ignored</ a > .
706+ href ="http://www.w3.org/TR/CSS21/conform.html#ignore "> ignored</ a > . For
707+ unrestricted values, UAs must support at least up to ±2< sup > 30.</ sup >
710708
711- < h3 id =numbers > < span class = secno > 4.2. </ span > Numbers: the ‘< a
712- href =" #number-value " > < code class =css > <number></ code > </ a > ’ type</ h3 >
709+ < p > < sup id =numbers > Numbers: the ‘< a href =" #number-value " > < code
710+ class =css > <number></ code > </ a > ’ type </ sup >
713711
714712 < p > Number values are denoted by < dfn
715713 id =number-value > < code > <number></ code > </ dfn > . A < dfn
@@ -724,9 +722,10 @@ <h3 id=numbers><span class=secno>4.2. </span> Numbers: the ‘<a
724722
725723 < p > Properties may restrict the number value to some range. If the value is
726724 outside the allowed range, the declaration is invalid and must be < a
727- href ="http://www.w3.org/TR/CSS21/conform.html#ignore "> ignored</ a > .
725+ href ="http://www.w3.org/TR/CSS21/conform.html#ignore "> ignored</ a > . For
726+ unrestricted values, UAs must support at least up to ±2< sup > 30.</ sup >
728727
729- < h3 id =percentages > < span class =secno > 4.3 . </ span > Percentages: the
728+ < h3 id =percentages > < span class =secno > 4.2 . </ span > Percentages: the
730729 ‘< a href ="#percentage-value "> < code
731730 class =css > <percentage></ code > </ a > ’ type</ h3 >
732731
@@ -749,7 +748,8 @@ <h3 id=percentages><span class=secno>4.3. </span> Percentages: the
749748
750749 < p > Properties may restrict the percentage value to some range. If the value
751750 is outside the allowed range, the declaration is invalid and must be < a
752- href ="http://www.w3.org/TR/CSS21/conform.html#ignore "> ignored</ a > .
751+ href ="http://www.w3.org/TR/CSS21/conform.html#ignore "> ignored</ a > . For
752+ unrestricted values, UAs must support at least up to ±2< sup > 30%.</ sup >
753753
754754 < h2 id =lengths > < span class =secno > 5. </ span > Distance Units: the ‘< a
755755 href ="#length-value "> < code class =css > <length></ code > </ a > ’ type</ h2 >
@@ -1819,17 +1819,17 @@ <h2 class=no-num id=index>Index</h2>
18191819
18201820 < li > ms, < a href ="#ms " title =ms > < strong > 6.2.</ strong > </ a >
18211821
1822- < li > number, < a href ="#number " title =number > < strong > 4.2 .</ strong > </ a >
1822+ < li > number, < a href ="#number " title =number > < strong > 4.1 .</ strong > </ a >
18231823
18241824 < li > < a href ="#number-value "> < code > <number></ code > </ a > , < a
1825- href ="#number-value " title ="<number> "> < strong > 4.2 .</ strong > </ a >
1825+ href ="#number-value " title ="<number> "> < strong > 4.1 .</ strong > </ a >
18261826
18271827 < li > percentage, < a href ="#percentage "
1828- title =percentage > < strong > 4.3 .</ strong > </ a >
1828+ title =percentage > < strong > 4.2 .</ strong > </ a >
18291829
18301830 < li > < a href ="#percentage-value "> < code > <percentage></ code > </ a > , < a
18311831 href ="#percentage-value "
1832- title ="<percentage> "> < strong > 4.3 .</ strong > </ a >
1832+ title ="<percentage> "> < strong > 4.2 .</ strong > </ a >
18331833
18341834 < li > rad, < a href ="#rad " title =rad > < strong > 6.1.</ strong > </ a >
18351835
0 commit comments