8000 [css-device-adapt] MQ and @viewport: "all other rules" · w3c/csswg-drafts@2434bab · GitHub
Skip to content

Commit 2434bab

Browse files
author
Rune Lillesveen
committed
[css-device-adapt] MQ and @Viewport: "all other rules"
1 parent 90eaeb6 commit 2434bab

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-device-adapt/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ <h2 id=media-queries><span class=secno>7. </span>Media Queries</h2>
12581258
them separately with the <a href="#initial-viewport">initial viewport</a>
12591259
size used for evaluating media feature expressions and other values that
12601260
depend on the viewport size to avoid circular dependencies, but use the
1261-
actual viewport size when cascading all other properties and descriptors.
1261+
actual viewport size when cascading all other rules.
12621262

12631263
<p>Procedure for applying CSS rules:
12641264

@@ -1270,8 +1270,8 @@ <h2 id=media-queries><span class=secno>7. </span>Media Queries</h2>
12701270
<li>Compute the <a href="#actual-viewport">actual viewport</a> from the
12711271
cascaded viewport descriptors
12721272

1273-
<li>Cascade all other properties and descriptors using the <a
1274-
href="#actual-viewport">actual viewport</a> size
1273+
<li>Cascade all other rules using the <a href="#actual-viewport">actual
1274+
viewport</a> size
12751275
</ol>
12761276

12771277
<p class=note>The rationale for using the viewport descriptors obtained

css-device-adapt/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ <h2>Media Queries</h2>
10041004
them separately with the <span>initial viewport</span> size used for
10051005
evaluating media feature expressions and other values that depend on the
10061006
viewport size to avoid circular dependencies, but use the actual viewport
1007-
size when cascading all other properties and descriptors.</p>
1007+
size when cascading all other rules.</p>
10081008

10091009
<p>Procedure for applying CSS rules:</p>
10101010

@@ -1014,7 +1014,7 @@ <h2>Media Queries</h2>
10141014
on viewport size</li>
10151015
<li>Compute the <span>actual viewport</span> from the cascaded viewport
10161016
descriptors</li>
1017-
<li>Cascade all other properties and descriptors using the <span>actual
1017+
<li>Cascade all other rules using the <span>actual
10181018
viewport</span> size</li>
10191019
</ol>
10201020

0 commit comments

Comments
 (0)