Skip to content

Commit 4e09f37

Browse files
authored
Merge pull request #1859 from xfq/editorial
[mediaqueries] Editorial fixes
2 parents db48b4b + 3b0ecd0 commit 4e09f37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mediaqueries-5/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Previous Version:
1212
Editor: Dean Jackson, Apple
1313
Editor: Florian Rivoal, Vivliostyle, https://florian.rivoal.net, http://vivliostyle.com, w3cid 43241
1414
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
15-
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.
15+
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.
1616
Ignored Terms: min-resolution, max-resolution, none, view-mode, mediaText, DOMString
1717
Link Defaults: css-break-3 (property) break-inside
1818
Link Defaults: css-cascade-3 (at-rule) @import

mediaqueries/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Former Editor: Håkon Wium Lie, Opera, howcome@opera.com
1515
Former Editor: Tantek Çelik, Mozilla, tantek@cs.standard.edu
1616
Former Editor: Daniel Glazman, Disruptive Innovations, daniel@glazman.org
1717
Former Editor: Anne van Kesteren, Mozilla, annevk@annevk.nl
18-
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.
18+
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.
1919
Abstract:
2020
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.
2121
Ignored Terms: min-resolution, max-resolution, none, view-mode, mediaText, CSSOMString
@@ -223,7 +223,7 @@ Media Queries</h2>
223223

224224
Unless another feature explicitly specifies that it affects the resolution of Media Queries, it is never necessary to apply a style sheet in order to evaluate expressions.
225225

226-
Note: CSS Device Adaptation [[CSS-DEVICE-ADAPT]]]
226+
Note: CSS Device Adaptation [[CSS-DEVICE-ADAPT]]
227227
defines how ''@viewport'' rules interact with Media Queries.
228228

229229
<h3 id='mq-list'>

0 commit comments

Comments
 (0)