From 3b0ecd0dc148e3a1007261cfdf05131873f9ecdb Mon Sep 17 00:00:00 2001 From: Fuqiao Xue Date: Wed, 11 Oct 2017 17:37:58 +0800 Subject: [PATCH] [mediaqueries] Editorial fixes --- mediaqueries-5/Overview.bs | 2 +- mediaqueries/Overview.bs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mediaqueries-5/Overview.bs b/mediaqueries-5/Overview.bs index 24a6599d1f4..05f9de45805 100644 --- a/mediaqueries-5/Overview.bs +++ b/mediaqueries-5/Overview.bs @@ -12,7 +12,7 @@ Previous Version: Editor: Dean Jackson, Apple Editor: Florian Rivoal, Vivliostyle, https://florian.rivoal.net, http://vivliostyle.com, w3cid 43241 Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199 -Abstract: Media Queries 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. +Abstract: Media Queries 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. Ignored Terms: min-resolution, max-resolution, none, view-mode, mediaText, DOMString Link Defaults: css-break-3 (property) break-inside Link Defaults: css-cascade-3 (at-rule) @import diff --git a/mediaqueries/Overview.bs b/mediaqueries/Overview.bs index 92496d8231e..574f5fc7b84 100644 --- a/mediaqueries/Overview.bs +++ b/mediaqueries/Overview.bs @@ -15,7 +15,7 @@ Former Editor: Håkon Wium Lie, Opera, howcome@opera.com Former Editor: Tantek Çelik, Mozilla, tantek@cs.standard.edu Former Editor: Daniel Glazman, Disruptive Innovations, daniel@glazman.org Former Editor: Anne van Kesteren, Mozilla, annevk@annevk.nl -Abstract: Media Queries 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. +Abstract: Media Queries 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. Abstract: 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. Ignored Terms: min-resolution, max-resolution, none, view-mode, mediaText, CSSOMString @@ -223,7 +223,7 @@ Media Queries 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. - Note: CSS Device Adaptation [[CSS-DEVICE-ADAPT]]] + Note: CSS Device Adaptation [[CSS-DEVICE-ADAPT]] defines how ''@viewport'' rules interact with Media Queries.