You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the flex container’s margins do not collapse with the margins of its contents.
632
634
<adata-link-type=dfnhref=#flex-containertitle="flex containers">Flex containers</a> form a containing block for their contents
633
635
<ahref=http://www.w3.org/TR/CSS21/visudet.html#containing-block-details>exactly like block containers do</a>. <adata-biblio-type=normativedata-link-type=bibliohref=#css21title=css21>[CSS21]</a>
634
-
The <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-overflow-3/#overflowtitle=overflow>overflow</a> property applies to <adata-link-type=dfnhref=#flex-containertitle="flex containers">flex containers</a>.
636
+
The <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-overflow-3/#overflow0title=overflow>overflow</a> property applies to <adata-link-type=dfnhref=#flex-containertitle="flex containers">flex containers</a>.
When calculating the baseline according to the above rules,
1927
-
if the box contributing a baseline has an <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-overflow-3/#overflowtitle=overflow>overflow</a> value that allows scrolling,
1929
+
if the box contributing a baseline has an <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-overflow-3/#overflow0title=overflow>overflow</a> value that allows scrolling,
1928
1930
the box must be treated as being in its initial scroll position
in-flow boxes with a scrolling mechanisms (see the <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-overflow-3/#overflowtitle=overflow>overflow</a> property)
1954
+
in-flow boxes with a scrolling mechanisms (see the <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-overflow-3/#overflow0title=overflow>overflow</a> property)
1953
1955
must be considered as if scrolled to their origin position.
Clarified that table anonymous box generation occurs in place of computed value conversion for internal table elements.
2812
2815
<li>
2813
-
Clarified that <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-overflow-3/#overflowtitle=overflow>overflow</a> applies to flex containers.
2816
+
Clarified that <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-overflow-3/#overflow0title=overflow>overflow</a> applies to flex containers.
2814
2817
<li>
2815
2818
Clarified that <spanclass=cssdata-link-type=maybetitle=::first-line>::first-line</span> and <spanclass=cssdata-link-type=maybetitle=::first-letter>::first-letter</span> pseudo-elements do not apply to flex containers (because they are not block containers).
0 commit comments