Skip to content

Commit

Permalink
[css-conditional-5] Layout containment not required for query contain…
Browse files Browse the repository at this point in the history
…ers #10544
  • Loading branch information
mirisuzanne committed Dec 19, 2024
1 parent 2ed6043 commit 37d8d23
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions css-conditional-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -492,18 +492,16 @@ Creating Query Containers: the 'container-type' property</h3>
<dd>
Establishes a [=query container=] for [=container size queries=]
on both the [=inline axis|inline=] and [=block axis=].
Applies [=layout containment=],
[=style containment=],
and [=size containment=]
to the [=principal box=].
Applies [=style containment=] and [=size containment=]
to the [=principal box=],
and establishes an [=independent formatting context=].
<dt><dfn>inline-size</dfn>
<dd>
Establishes a [=query container=] for [=container size queries=]
on the container’s own [=inline axis=].
Applies [=layout containment=],
[=style containment=],
and [=inline-size containment=]
to the [=principal box=].
Applies [=style containment=] and [=inline-size containment=]
to the [=principal box=],
and establishes an [=independent formatting context=].
<dt><dfn>scroll-state</dfn>
<dd>
Establishes a [=query container=] for [=scroll-state queries=]
Expand Down Expand Up @@ -1707,13 +1705,24 @@ The <code>CSSContainerRule</code> interface</h3>
<h2 id='changes' class='no-num'>
Changes</h2>

<h3 id="changes-20241105" class="no-num">
Changes since the <a href="https://www.w3.org/TR/2024/WD-css-conditional-5-20241105/">Working Draft of 5 November 2024</a>
</h3>

<ul>
<li>
Dimensional query containers no longer apply layout containment
(<a href="https://github.com/w3c/csswg-drafts/pull/10544">#10544</a>)
</li>
</ul>

<h3 id="changes-20240723" class="no-num">
Changes since the <a href="https://www.w3.org/TR/2024/WD-css-conditional-5-20240723/">Working Draft of 23 July 2024</a>
</h3>

<ul>
<!-- To 31 Oct 2024 -->
<li>Add 'none'-keywords to scroll-state() features (<a href="https://github.com/w3c/csswg-drafts/pull/10874">#10874</a>)</li>
<li>Add 'none'-keywords to scroll-state() features (<a href="https://github.com/w3c/csswg-drafts/pull/10874">#10874</a>)</li>
<li>Added container-type:scroll-state, and scroll-state() queries for stuck, snapped, and scrollable features
(<a href="https://github.com/w3c/csswg-drafts/issues/6402#issuecomment-1812973013">#6402</a>,
<a href="https://github.com/w3c/csswg-drafts/issues/10784#issuecomment-2379901508">#10784</a>,
Expand Down

0 comments on commit 37d8d23

Please sign in to comment.