Skip to content

Commit ea974a9

Browse files
author
Florian Rivoal
committed
[Editorial] Rephrase the Abstract
1 parent 6942262 commit ea974a9

2 files changed

Lines changed: 36 additions & 30 deletions

File tree

mediaqueries4/Overview.html

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444

4545
<h1 id=media-queries>Media Queries Level 4</h1>
4646

47-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 May 2012</h2>
47+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 June 2012</h2>
4848

4949
<dl>
5050
<dt>This version:
51-
<!-- <dd><a href="http://www.w3.org/TR/2012/ED-mediaqueries4-20120529/">http://www.w3.org/TR/2012/ED-mediaqueries4-20120529/</a> -->
51+
<!-- <dd><a href="http://www.w3.org/TR/2012/ED-mediaqueries4-20120619/">http://www.w3.org/TR/2012/ED-mediaqueries4-20120619/</a> -->
5252

5353

5454
<dd><a
@@ -129,21 +129,26 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 May 2012</h2>
129129

130130
<h2 class="no-num no-toc" id=abstract>Abstract</h2>
131131

132-
<p>HTML4 and CSS2 currently support media-dependent style sheets tailored
133-
for different <em>media types</em>. For example, a document may use
134-
sans-serif fonts when displayed on a screen and serif fonts when printed.
135-
<code class=css>screen</code>’ and ‘<code class=css>print</code>
136-
are two media types that have been defined. <em>Media queries</em> extend
137-
the functionality of media types by allowing more precise labeling of
138-
style sheets.
139-
140-
<p>A media query consists of an optional media type and zero or more
141-
expressions that check for the conditions of particular <em>media
142-
features</em>. Among the media features that can be used in media queries
143-
are ‘<code class=css>width</code>’, ‘<code
144-
class=css>height</code>’, and ‘<code class=css>color</code>’. By
145-
using media queries, presentations can be tailored to a specific range of
146-
output devices without changing the content itself.
132+
<p><em>Media Queries</em> allow authors to adapt the style applied to a
133+
document based on the environment the document is being rendered in. <a
134+
href="#HTML401" rel=biblioentry>[HTML401]<!--{{HTML401}}--></a> and <a
135+
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> introduced this
136+
mechanism, by allowing detection of the <em>media type</em>. For example,
137+
a document may use sans-serif fonts when displayed on a screen and serif
138+
fonts when printed. ‘<code class=css>screen</code>’ and ‘<code
139+
class=css>print</code>’ are two media types that have been defined.
140+
Media Queries Level 3 <a href="#MEDIAQ"
141+
rel=biblioentry>[MEDIAQ]<!--{{MEDIAQ}}--></a> refined this mechanism by
142+
allowing detection of individual characteristics, or <em>media
143+
features</em>. For example, a document may use a different style when
144+
displayed in ‘<code class=css>portrait</code>’ and in ‘<code
145+
class=css>landscape</code>’ mode, as detected by the ‘<code
146+
class=css>orientation</code>’ media feature.
147+
148+
<p>Media Queries Level 4 describes the mechanism, media types and media
149+
features that already existed in <a href="#MEDIAQ"
150+
rel=biblioentry>[MEDIAQ]<!--{{MEDIAQ}}--></a>, and further introduces new
151+
media features.
147152

148153
<h2 class="no-num no-toc" id=status>Status of this document</h2>
149154
<!--begin-status-->

mediaqueries4/Overview.src.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,21 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
8484

8585
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
8686

87-
<p>HTML4 and CSS2 currently support media-dependent style sheets
88-
tailored for different <em>media types</em>. For example, a
89-
document may use sans-serif fonts when displayed on a screen and
90-
serif fonts when printed. ''screen'' and ''print'' are two media
91-
types that have been defined. <em>Media queries</em> extend the
92-
functionality of media types by allowing more precise labeling of
93-
style sheets.</p>
87+
<p><em>Media Queries</em> allow authors to adapt the style applied to a
88+
document based on the environment the document is being rendered in.
89+
[[HTML401]] and [[!CSS21]] introduced this mechanism, by allowing detection of
90+
the <em>media type</em>. For example, a document may use sans-serif fonts when
91+
displayed on a screen and serif fonts when printed. ''screen'' and ''print''
92+
are two media types that have been defined. Media Queries Level 3 [[MEDIAQ]]
93+
refined this mechanism by allowing detection of individual characteristics, or
94+
<em>media features</em>. For example, a document may use a different style when
95+
displayed in ''portrait'' and in ''landscape'' mode, as detected by the
96+
''orientation'' media feature.
97+
98+
<p>Media Queries Level 4 describes the mechanism, media types and media
99+
features that already existed in [[MEDIAQ]], and further introduces new media
100+
features.
94101

95-
<p>A media query consists of an optional media type and zero or more
96-
expressions that check for the conditions of particular <em>media
97-
features</em>. Among the media features that can be used in media queries
98-
are ''width'', ''height'', and ''color''. By using media queries,
99-
presentations can be tailored to a specific range of output devices without
100-
changing the content itself.</p>
101102

102103
<h2 class="no-num no-toc" id="status">Status of this document</h2>
103104

0 commit comments

Comments
 (0)