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
adding a new block-level and new inline-level display type,
935
935
and defining a new type of formatting context
936
936
along with properties to control its layout.
937
-
None of the properties defined in this module apply to the <aclass="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-line">::first-line</a> or <spanclass="css">::first-letter</span> pseudo-elements.</p>
937
+
None of the properties defined in this module apply to the <aclass="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-line">::first-line</a> or <aclass="css"data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-letter">::first-letter</a> pseudo-elements.</p>
<p>the <aclass="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-line">::first-line</a> and <spanclass="css">::first-letter</span> pseudo-elements do not apply to <adata-link-type="dfn" href="#flex-container">flex containers</a>,
1107
+
<p>the <aclass="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-line">::first-line</a> and <aclass="css"data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-letter">::first-letter</a> pseudo-elements do not apply to <adata-link-type="dfn" href="#flex-container">flex containers</a>,
1108
1108
and <adata-link-type="dfn" href="#flex-container">flex containers</a> do not contribute a <adata-link-type="dfn">first formatted line</a> or <adata-link-type="dfn">first letter</a>
<p><adata-link-type="dfn" href="#flex-item">Flex items</a> paint exactly the same as inline blocks <adata-link-type="biblio" href="#biblio-css21">[CSS21]</a>,
1278
1278
except that <aclass="property" data-link-type="propdesc" href="#propdef-order">order</a>-modified document order is used in place of raw document order,
1279
1279
and <aclass="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-position-3/#propdef-z-index">z-index</a>
1280
-
values other than <spanclass="css">auto</span> create a stacking context
1281
-
even if <aclass="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-position-3/#propdef-position">position</a> is <spanclass="css">static</span>.</p>
1280
+
values other than <aclass="css"data-link-type="maybe" href="http://dev.w3.org/csswg/css-position-3/#valdef-z-index-auto">auto</a> create a stacking context
1281
+
even if <aclass="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-position-3/#propdef-position">position</a> is <aclass="css"data-link-type="maybe" href="http://dev.w3.org/csswg/css-position-3/#valdef-position-static">static</a>.</p>
1282
1282
1283
1283
1284
1284
<pclass="note" role="note">Note: Descendants that are positioned outside a flex item still participate
Remove the requirement that the <adata-link-type="dfn" href="#flex-basis">flex basis</a> be <spanclass="css">content</span> for the <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-images-3/#specified-size">specified size</a> to be defined.
4671
-
(The specified size should always win if it is smaller than the intrinsic size.
4671
+
The specified size should always win if it is smaller than the intrinsic size.
4672
4672
This is particularly important to maintain author expectations for,
4673
-
e.g. <code><img src="…" width=40 height=40 title="100x100 image"></code>.)
4673
+
e.g. <code><img src="…" width=40 height=40 title="100x100 image"></code>.
<p>If the specified <spanclass="css">display-outside</span> of an in-flow child of an element that generates a <adata-link-type="dfn" href="#flex-container">flex container</a>
5668
-
is <aclass="css"data-link-type="maybe" href="http://dev.w3.org/csswg/css-display-3/#valdef-display-outside-inline-level">inline-level</a>,
5669
-
it computes to <aclass="css"data-link-type="maybe" href="http://dev.w3.org/csswg/css-display-3/#valdef-display-outside-block-level">block-level</a>.
5670
+
is <spanclass="css">inline-level</span>,
5671
+
it computes to <spanclass="css">block-level</span>.
5670
5672
(This effectively converts any inline <aclass="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/visuren.html#propdef-display">display</a> values to their block equivalents.)</p>
Clarified that <aclass="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-overflow-3/#propdef-overflow">overflow</a> applies to flex containers.
Clarified that <aclass="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-line">::first-line</a> and <spanclass="css">::first-letter</span> pseudo-elements
5686
+
Clarified that <aclass="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-line">::first-line</a> and <aclass="css"data-link-type="maybe" href="http://dev.w3.org/csswg/css-pseudo-4/#selectordef-first-letter">::first-letter</a> pseudo-elements
5685
5687
do not apply to flex containers (because they are not block containers).
0 commit comments