We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21045c6 commit 8fc3f4dCopy full SHA for 8fc3f4d
1 file changed
mediaqueries/Overview.bs
@@ -971,10 +971,14 @@ orientation</h3>
971
Type: discrete
972
</pre>
973
974
- The 'orientation' media feature is ''portrait''
975
- when the value of the 'height' media feature is greater than or equal to
976
- the value of the 'width' media feature.
977
- Otherwise 'orientation' is ''landscape''.
+ <dl dfn-type=value dfn-for="@media/orientation">
+ <dt><dfn>portrait</dfn>
+ <dd>The 'orientation' media feature is ''portrait''
+ when the value of the 'height' media feature is greater than or equal to
978
+ the value of the 'width' media feature.
979
+ <dt><dfn>landscape</dfn>
980
+ <dd>Otherwise 'orientation' is ''landscape''.
981
+ </dl>
982
983
<div class="example">
984
The following media query tests for “portrait” orientation,
0 commit comments