Skip to content

Commit 94bedf5

Browse files
committed
Fix bikeshed errors
1 parent 82e8f07 commit 94bedf5

2 files changed

Lines changed: 3370 additions & 1420 deletions

File tree

mediaqueries/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Former Editor: Anne van Kesteren, Mozilla, annevk@annevk.nl
1717
Abstract: <a>Media Queries</a> allow authors to test and query values or features of the user agent or display device, independent of the document being rendered. They are used in the CSS @media rule to conditionally apply styles to a document, and in various other contexts and languages, such as HTML and Javascript.
1818
Abstract:
1919
Abstract: Media Queries Level 4 describes the mechanism and syntax of media queries, media types, and media features. It extends and supersedes the features defined in Media Queries Level 3.
20-
Ignored Terms: min-resolution, max-resolution, none, view-mode
20+
Ignored Terms: min-resolution, max-resolution, none, view-mode, mediaText, DOMString
2121
Link Defaults: css-break-3 (property) break-inside
2222
</pre>
2323

@@ -958,8 +958,8 @@ aspect-ratio</h3>
958958
Type: range
959959
</pre>
960960

961-
The 'aspect-ratio' media feature is defined as the ratio of the value of the ''width'' media feature
962-
to the value of the ''height'' media feature.
961+
The 'aspect-ratio' media feature is defined as the ratio of the value of the 'width' media feature
962+
to the value of the 'height' media feature.
963963

964964

965965
<h3 id='orientation'>

0 commit comments

Comments
 (0)