Skip to content

Commit 62492d1

Browse files
author
Florian Rivoal
committed
[mediaqueries] Make it more explicit that other specs need to explicitely override the fact that mediaqueries normally do not depend on other features
1 parent fc9b379 commit 62492d1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

mediaqueries/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</p>
6161
<h1 class="p-name no-ref" id=title>Media Queries Level 4</h1>
6262
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
63-
<span class=dt-updated><span class=value-title title=20140129>29 January 2014</span></span></span></h2>
63+
<span class=dt-updated><span class=value-title title=20140202>2 February 2014</span></span></span></h2>
6464
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/mediaqueries4/>http://dev.w3.org/csswg/mediaqueries4/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/mediaqueries4/>http://dev.w3.org/csswg/mediaqueries4/</a>
6565
<dt>Feedback:</dt>
6666
<dd><a href="mailto:www-style@w3.org?subject=%5Bmediaqueries%5D%20feedback">www-style@w3.org</a>
@@ -433,7 +433,7 @@ <h2 class="heading settled heading" data-level=2 id=media><span class=secno>2 </
433433
for example if the device is tiled from landscape to portrait orientation,
434434
and change the behavior of any constructs dependent on those <a data-link-type=dfn href=#media-query title="media queries">media queries</a> accordingly.
435435

436-
<p> Unless otherwise specified, it is never necessary to apply a style sheet in order to evaluate expressions.
436+
<p> 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.
437437

438438
<p class=note> Note: CSS Device Adaptation <a data-biblio-type=informative data-link-type=biblio href=#css-device-adapt title=css-device-adapt>[CSS-DEVICE-ADAPT]</a>]
439439
defines how <span class=css data-link-type=maybe title=@viewport>@viewport</span> rules interact with Media Queries.

mediaqueries/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h2 id="media">
197197
for example if the device is tiled from landscape to portrait orientation,
198198
and change the behavior of any constructs dependent on those <a>media queries</a> accordingly.
199199

200-
Unless otherwise specified, it is never necessary to apply a style sheet in order to evaluate expressions.
200+
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.
201201

202202
Note: CSS Device Adaptation [[CSS-DEVICE-ADAPT]]]
203203
defines how ''@viewport'' rules interact with Media Queries.

0 commit comments

Comments
 (0)