Skip to content

Commit

Permalink
[css-values-4] Fix inverted assignment of A and B. #4329
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Nov 9, 2021
1 parent fad29e3 commit 7c4bef8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions css-values-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2045,12 +2045,12 @@ The Large, Small, and Dynamic Viewport Sizes</h5>
* Changes in interface that happen as a result of scrolling
or other frequent page interactions that would disturb the user
if they resulted in substantial layout changes
must be categorized as the former (A).
must be categorized as the latter (B).

* Changes in interface that have a sufficiently steady state
that re-laying out the document into the adjusted space
would be beneficial to the user
must be categorized as the latter (B).
must be categorized as the former (A).

* Additionally,
UAs may have some dynamically-shown interfaces
Expand Down Expand Up @@ -5192,6 +5192,13 @@ Recent Changes</h3>

(This is a subset of [[#additions-L3]].)

Substantial since <a href="https://www.w3.org/TR/2021/WD-css-values-4-20211016/">16 October 2021 WD</a>:

<ul>
<li>Fixed the inverted assignment of [=viewport-percentage length=] behaviors
to types of interface changes (A vs. B).
</ul>

Substantial since <a href="https://www.w3.org/TR/2021/WD-css-values-4-20210930/">30 September 2021 WD</a>:

<ul>
Expand Down

0 comments on commit 7c4bef8

Please sign in to comment.