Skip to content

Commit 6dc5581

Browse files
committed
[css-values-4][editorial] Fix changes list.
1 parent ea3cf60 commit 6dc5581

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

css-values-4/Overview.bs

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5196,12 +5196,19 @@ Recent Changes</h3>
51965196

51975197
<ul>
51985198
<li>Fixed the inverted assignment of [=viewport-percentage length=] behaviors
5199-
to types of interface changes (A vs. B).
5200-
</ul>
5201-
5202-
Substantial since <a href="https://www.w3.org/TR/2021/WD-css-values-4-20210930/">30 September 2021 WD</a>:
5203-
5204-
<ul>
5199+
to types of interface changes (A vs. B).
5200+
<blockquote>
5201+
<ul>
5202+
<li>Changes in interface that happen as a result of scrolling
5203+
or other frequent page interactions that would disturb the user
5204+
if they resulted in substantial layout changes
5205+
must be categorized as the <del>former (A)</del> <ins>latter (B)</ins>.
5206+
<li>Changes in interface that have a sufficiently steady state
5207+
that re-laying out the document into the adjusted space
5208+
would be beneficial to the user
5209+
must be categorized as the <del>latter (B)</del> <ins>former (A)</ins>.
5210+
</ul>
5211+
</blockquote>
52055212
<li>Defined minimum number of ''calc()'' terms, arguments, and nesting as 32.
52065213
(<a href="https://github.com/w3c/csswg-drafts/issues/3462">Issue 3462</a>)
52075214
<li>Defined that ''mod(-0, infinity)'' returns ''NaN''.

0 commit comments

Comments
 (0)