Skip to content

Commit 752fabd

Browse files
author
Rune Lillesveen
committed
[css-device-adapt] Clearer English in MQ evaluation text.
http://lists.w3.org/Archives/Public/www-style/2013Oct/0129.html
1 parent b0bc0cf commit 752fabd

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

css-device-adapt/Overview.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rel=dcterms.rights>
1212
<meta content="CSS Device Adaptation" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-10-02 name=dcterms.date>
14+
<meta content=2013-10-03 name=dcterms.date>
1515
<meta content="Rune Lillesveen" name=dcterms.creator>
1616
<meta content="Øyvind Stenhaug" name=dcterms.creator>
1717
<meta content="Florian Rivoal" name=dcterms.creator>
@@ -30,13 +30,13 @@
3030

3131
<h1>CSS Device Adaptation</h1>
3232

33-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 October 2013</h2>
33+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 October 2013</h2>
3434

3535
<dl>
3636
<dt>This version:
3737

3838
<dd>$Date$ (editor's draft)
39-
<!--<dd><a href="http://dev.w3.org/csswg/css-device-adapt/">http://www.w3.org/TR/2013/WD-css-device-adapt-20131002/</a></dd>-->
39+
<!--<dd><a href="http://dev.w3.org/csswg/css-device-adapt/">http://www.w3.org/TR/2013/WD-css-device-adapt-20131003/</a></dd>-->
4040

4141
<dt>Latest version:
4242

@@ -1239,11 +1239,11 @@ <h2 id=media-queries><span class=secno>7. </span>Media Queries</h2>
12391239
default aspect ratio of the user agent.”
12401240
</blockquote>
12411241

1242-
<p>For <code class=css>@viewport</code> rules, though, the UA must cascade
1243-
them separately with the <a href="#initial-viewport">initial viewport</a>
1244-
size used for evaluating media feature expressions and other values that
1245-
depend on the viewport size to avoid circular dependencies, but use the
1246-
actual viewport size when cascading all other rules.
1242+
<p>The UA must however cascade <code class=css>@viewport</code> rules
1243+
separately with the <a href="#initial-viewport">initial viewport</a> size
1244+
used for evaluating media feature expressions and other values that depend
1245+
on the viewport size to avoid circular dependencies, but use the actual
1246+
viewport size when cascading all other rules.
12471247

12481248
<p>Procedure for applying CSS rules:
12491249

css-device-adapt/Overview.src.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -982,14 +982,14 @@ <h2>Media Queries</h2>
982982

983983
<p>From the Media Queries specification [[!MEDIAQ]]:</p>
984984

985-
<blockquote><p>&ldquo;To avoid circular dependencies, it is never necessary to apply the style
986-
sheet in order to evaluate expressions. For example, the aspect ratio of a
987-
printed document may be influenced by a style sheet, but expressions
988-
involving &lsquo;device-aspect-ratio&rsquo; will be based on the default aspect ratio
989-
of the user agent.&rdquo;</p></blockquote>
990-
991-
<p>For <code class="css">@viewport</code> rules, though, the UA must cascade
992-
them separately with the <span>initial viewport</span> size used for
985+
<blockquote><p>&ldquo;To avoid circular dependencies, it is never necessary
986+
to apply the style sheet in order to evaluate expressions. For example,
987+
the aspect ratio of a printed document may be influenced by a style sheet,
988+
but expressions involving &lsquo;device-aspect-ratio&rsquo; will be based
989+
on the default aspect ratio of the user agent.&rdquo;</p></blockquote>
990+
991+
<p>The UA must however cascade <code class="css">@viewport</code> rules
992+
separately with the <span>initial viewport</span> size used for
993993
evaluating media feature expressions and other values that depend on the
994994
viewport size to avoid circular dependencies, but use the actual viewport
995995
size when cascading all other rules.</p>

0 commit comments

Comments
 (0)