22"http://www.w3.org/TR/html4/strict.dtd">
33
44< html lang =en >
5- < head > < meta content ="text/html; charset=iso-8859-1 " http-equiv =Content-Type >
5+ < head > < meta content ="text/html; charset=utf-8 " http-equiv =Content-Type >
66
77 < title > CSS Values and Units Module Level 3</ title >
88
@@ -196,7 +196,10 @@ <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 ="#percentages "> < span class =secno > 4.2. </ span > Percentages:
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:
200203 the ‘< code class =css > <percentage></ code > ’ type</ a >
201204 </ ul >
202205
@@ -724,10 +727,10 @@ <h3 id=integers><span class=secno>4.1. </span> Integers: the ‘<a
724727 < p > Properties may restrict the integer value to some range. If the value is
725728 outside the allowed range, the declaration is invalid and must be < a
726729 href ="http://www.w3.org/TR/CSS21/conform.html#ignore "> ignored</ a > . For
727- unrestricted values, UAs must support at least up to ±2< sup > 30. </ sup >
730+ unrestricted values, UAs must support at least up to ±2< sup > 30</ sup > .
728731
729- < p > < sup id =numbers > Numbers: the ‘< a href =" #number-value " > < code
730- class =css > <number></ code > </ a > ’ type </ sup >
732+ < h3 id =numbers > < span class = secno > 4.2. </ span > Numbers: the ‘< a
733+ href =" #number-value " > < code class =css > <number></ code > </ a > ’ type</ h3 >
731734
732735 < p > Number values are denoted by < dfn
733736 id =number-value > < code > <number></ code > </ dfn > . A < dfn
@@ -745,7 +748,7 @@ <h3 id=integers><span class=secno>4.1. </span> Integers: the ‘<a
745748 href ="http://www.w3.org/TR/CSS21/conform.html#ignore "> ignored</ a > . For
746749 unrestricted values, UAs must support at least up to ±2< sup > 30.</ sup >
747750
748- < h3 id =percentages > < span class =secno > 4.2 . </ span > Percentages: the
751+ < h3 id =percentages > < span class =secno > 4.3 . </ span > Percentages: the
749752 ‘< a href ="#percentage-value "> < code
750753 class =css > <percentage></ code > </ a > ’ type</ h3 >
751754
@@ -1874,17 +1877,17 @@ <h2 class=no-num id=index>Index</h2>
18741877
18751878 < li > ms, < a href ="#ms " title =ms > < strong > 6.2.</ strong > </ a >
18761879
1877- < li > number, < a href ="#number " title =number > < strong > 4.1 .</ strong > </ a >
1880+ < li > number, < a href ="#number " title =number > < strong > 4.2 .</ strong > </ a >
18781881
18791882 < li > < a href ="#number-value "> < code > <number></ code > </ a > , < a
1880- href ="#number-value " title ="<number> "> < strong > 4.1 .</ strong > </ a >
1883+ href ="#number-value " title ="<number> "> < strong > 4.2 .</ strong > </ a >
18811884
18821885 < li > percentage, < a href ="#percentage "
1883- title =percentage > < strong > 4.2 .</ strong > </ a >
1886+ title =percentage > < strong > 4.3 .</ strong > </ a >
18841887
18851888 < li > < a href ="#percentage-value "> < code > <percentage></ code > </ a > , < a
18861889 href ="#percentage-value "
1887- title ="<percentage> "> < strong > 4.2 .</ strong > </ a >
1890+ title ="<percentage> "> < strong > 4.3 .</ strong > </ a >
18881891
18891892 < li > < a href ="#position-value "> < code > <position></ code > </ a > , < a
18901893 href ="#position-value " title ="<position> "> < strong > 7.3.</ strong > </ a >
0 commit comments