File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -964,7 +964,7 @@ Line Spacing: the 'line-height' property</h3>
964
964
965
965
<pre class="propdef">
966
966
Name : line-height
967
- Value : normal | <<number>> | <<length-percentage>>
967
+ Value : normal | <<number [0,∞] >> | <<length-percentage [0,∞] >>
968
968
Initial : normal
969
969
Applies to : non-replaced inline boxes and SVG <a>text content elements</a>
970
970
Inherited : yes
@@ -991,19 +991,19 @@ Line Spacing: the 'line-height' property</h3>
991
991
Determine the [=preferred line height=]
992
992
automatically based on font metrics.
993
993
994
- <dt> <dfn><<length>></dfn>
994
+ <dt> <dfn><<length [0,∞] >></dfn>
995
995
<dd>
996
996
The specified length is used as the [=preferred line height=] .
997
997
Negative values are illegal.
998
998
999
- <dt> <dfn><<number>></dfn>
999
+ <dt> <dfn><<number [0,∞] >></dfn>
1000
1000
<dd>
1001
1001
The [=preferred line height=] is this number
1002
1002
multiplied by the element's computed 'font-size' .
1003
1003
Negative values are illegal.
1004
1004
The [=computed value=] is the same as the [=specified value=] .
1005
1005
1006
- <dt> <dfn><<percentage>></dfn>
1006
+ <dt> <dfn><<percentage [0,∞] >></dfn>
1007
1007
<dd>
1008
1008
The [=preferred line height=]
1009
1009
and [=computed value=] of the property
Original file line number Diff line number Diff line change @@ -1664,7 +1664,7 @@ Page size: the 'size' property</h3>
1664
1664
<pre class=descdef>
1665
1665
Name : size
1666
1666
For : @page
1667
- Value : <<length>>{1,2} | auto | [ <<page-size>> || [ portrait | landscape ] ]
1667
+ Value : <<length [0,∞] >>{1,2} | auto | [ <<page-size>> || [ portrait | landscape ] ]
1668
1668
Initial : auto
1669
1669
Computed value : specified value, with <<length>>s made absolute.
1670
1670
</pre>
@@ -1748,7 +1748,7 @@ Page size: the 'size' property</h3>
1748
1748
shorter sides of the page box are horizontal. If a <<page-size>> is not specified, the size of the page sheet
1749
1749
is chosen by the UA.
1750
1750
1751
- <dt> <dfn><<length>></dfn>
1751
+ <dt> <dfn><<length [0,∞] >></dfn>
1752
1752
<dd>
1753
1753
The page box will be set to the given absolute dimension(s). If only one length
1754
1754
value is specified, it sets both the width and height of the page box (i.e.,
Original file line number Diff line number Diff line change @@ -2856,7 +2856,7 @@ Tab Character Size: the 'tab-size' property</h3>
2856
2856
2857
2857
<pre class="propdef">
2858
2858
Name : tab-size
2859
- Value : <<number>> | <<length>>
2859
+ Value : <<number [0,∞] >> | <<length [0,∞] >>
2860
2860
Initial : 8
2861
2861
Applies to : text
2862
2862
Inherited : yes
Original file line number Diff line number Diff line change @@ -4042,7 +4042,7 @@ Tab Character Size: the 'tab-size' property</h3>
4042
4042
4043
4043
<pre class="propdef">
4044
4044
Name : tab-size
4045
- Value : <<number>> | <<length>>
4045
+ Value : <<number [0,∞] >> | <<length [0,∞] >>
4046
4046
Initial : 8
4047
4047
Applies to : text
4048
4048
Inherited : yes
You can’t perform that action at this time.
0 commit comments