Skip to content

Commit bdcd674

Browse files
committed
[mediaqueries] More cross referencing for easier readability
1 parent 8eec1da commit bdcd674

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

mediaqueries/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,8 @@ width</h3>
917917
For paged media, this is the width of the page box
918918
(as described by CSS2, section 13.2 [[!CSS21]]).
919919

920+
<<length>>s are interpreted according to [[#units]].
921+
920922
Negative <<length>>s are invalid.
921923

922924
<div class="example">
@@ -956,8 +958,9 @@ height</h3>
956958
For continuous media, this is the height of the viewport including the size of a rendered scroll bar (if any).
957959
For paged media, this is the height of the page box.
958960

959-
Negative <<length>>s are invalid.
961+
<<length>>s are interpreted according to [[#units]].
960962

963+
Negative <<length>>s are invalid.
961964

962965
<h3 id='aspect-ratio'>
963966
aspect-ratio</h3>

0 commit comments

Comments
 (0)