Skip to content

Commit 054699e

Browse files
committed
[mediaqueries] Be more explicit about what kinds of things can affects MQs.
1 parent 3f8125f commit 054699e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

mediaqueries/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@ <h2 class="heading settled heading" data-level=2 id=media><span class=secno>2 </
281281
its styling,
282282
or any other internal aspect;
283283
they’re only dependent on “external” information
284-
unless otherwise specified.
284+
unless another feature explicitly specifies that it affects the resolution of Media Queries,
285+
such as the <span class=css data-link-type=maybe title=@viewport>@viewport</span> rule.
285286

286287
<p> The syntax of a <a data-link-type=dfn href=#media-query title="media query">media query</a> consists of
287288
an optional <a data-link-type=dfn href=#media-query-modifier title="media query modifier">media query modifier</a>,

mediaqueries/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ <h2 id="media">
131131
its styling,
132132
or any other internal aspect;
133133
they're only dependent on “external” information
134-
unless otherwise specified.
134+
unless another feature explicitly specifies that it affects the resolution of Media Queries,
135+
such as the ''@viewport'' rule.
135136

136137
The syntax of a <a>media query</a> consists of
137138
an optional <a>media query modifier</a>,

0 commit comments

Comments
 (0)