@@ -709,7 +709,7 @@ Font width: the 'font-stretch!!property' property</h3>
709709
710710 <pre class="propdef">
711711 Name : font-stretch
712- Value : normal | <<percentage>> | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded
712+ Value : normal | <<percentage [0,∞] >> | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded
713713 Initial : normal
714714 Applies to : all elements and text
715715 Inherited : yes
@@ -741,7 +741,7 @@ Font width: the 'font-stretch!!property' property</h3>
741741 <tr><th> <dfn>ultra-expanded</dfn> <td> 200%
742742 </table>
743743
744- <dfn value for=font-stretch><<percentage>></dfn>
744+ <dfn value for=font-stretch><<percentage [0,∞] >></dfn>
745745 values represent the fractional width of the glyphs,
746746 with 100% representing “normal” glyph widths
747747 (as defined by the font designer).
@@ -787,7 +787,7 @@ Font style: the 'font-style!!property' property</h3>
787787
788788 <pre class="propdef">
789789 Name : font-style
790- Value : normal | italic | oblique <<angle>>?
790+ Value : normal | italic | oblique <<angle [-90,90] >>?
791791 Initial : normal
792792 Applies to : all elements and text
793793 Inherited : yes
@@ -825,7 +825,7 @@ Font style: the 'font-style!!property' property</h3>
825825 Matches against a font that is labeled as an italic face,
826826 or an oblique face if one does not exist.
827827
828- <dt> <dfn>oblique <<angle>>?</dfn>
828+ <dt> <dfn>oblique <<angle [-90,90] >>?</dfn>
829829 <dd>
830830 Controls matching against an oblique face.
831831 Positive angles represent a clockwise slant;
@@ -914,7 +914,7 @@ Font size: the 'font-size' property</h3>
914914
915915 <pre class="propdef">
916916 Name : font-size
917- Value : <<absolute-size>> | <<relative-size>> | <<length-percentage>> | math
917+ Value : <<absolute-size>> | <<relative-size>> | <<length-percentage [0,∞] >> | math
918918 Initial : medium
919919 Applies to : all elements and text
920920 Inherited : yes
@@ -976,7 +976,7 @@ Font size: the 'font-size' property</h3>
976976 In addition, a user agent may choose to use different ratios
977977 when it detects paragraph text as opposed to title text.
978978
979- <dt> <dfn><<length-percentage>></dfn>
979+ <dt> <dfn><<length-percentage [0,∞] >></dfn>
980980 <dd>
981981 A length value specifies an absolute font size
982982 (independent of the user agent's font table).
@@ -1110,7 +1110,7 @@ Relative sizing: the 'font-size-adjust' property</h3>
11101110
11111111 <pre class="propdef">
11121112 Name : font-size-adjust
1113- Value : none | <<number>>
1113+ Value : none | <<number [0,∞] >>
11141114 Initial : none
11151115 Applies to : all elements and text
11161116 Inherited : yes
@@ -1198,7 +1198,7 @@ Relative sizing: the 'font-size-adjust' property</h3>
11981198 <dd>
11991199 Do not preserve the font's x-height.
12001200
1201- <dt> <dfn id="aspect-ratio-value"><<number>></dfn>
1201+ <dt> <dfn id="aspect-ratio-value"><<number [0,∞] >></dfn>
12021202
12031203 <dd>
12041204 Specifies the <a>aspect value</a> used in the calculation below
0 commit comments