We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eec1da commit bdcd674Copy full SHA for bdcd674
1 file changed
mediaqueries/Overview.bs
@@ -917,6 +917,8 @@ width</h3>
917
For paged media, this is the width of the page box
918
(as described by CSS2, section 13.2 [[!CSS21]]).
919
920
+ <<length>>s are interpreted according to [[#units]].
921
+
922
Negative <<length>>s are invalid.
923
924
<div class="example">
@@ -956,8 +958,9 @@ height</h3>
956
958
For continuous media, this is the height of the viewport including the size of a rendered scroll bar (if any).
957
959
For paged media, this is the height of the page box.
960
- Negative <<length>>s are invalid.
961
962
963
+ Negative <<length>>s are invalid.
964
965
<h3 id='aspect-ratio'>
966
aspect-ratio</h3>
0 commit comments