File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,6 +275,9 @@ <h2 id=display-flexbox><span class=secno>2. </span>New values for
275275 class =property > clear</ code > ’ compute to their initial values on a
276276 flexbox child
277277
278+ < li > ‘< code class =property > vertical-align</ code > ’ has no
279+ effect on a flexbox child
280+
278281 < li class =issue > [Others?]
279282 </ ul >
280283 </ div >
@@ -864,7 +867,14 @@ <h2 id=inlinesAndBlocks><span class=secno>9. </span>Relationship to
864867 the containing layout model to use), and then write that up. Then the
865868 other layout models we produce can re-use the same template.</ p >
866869
867- < p > For now, I'm commenting out the text of the section.</ p >
870+ < p > Need to define:</ p >
871+
872+ < ul >
873+ < li > The min/max/fit-content widths and heights of flexboxes in block
874+ contents
875+
876+ < li > Other stuff?
877+ </ ul >
868878 </ div >
869879 <!--
870880 <p>
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ <h2 id=display-flexbox>New values for 'display' property</h2>
167167 values on a flexbox ('break-before', 'break-inside', and 'break-after' are still
168168 valid on a flexbox).</ li >
169169 < li > 'float' and 'clear' compute to their initial values on a flexbox child</ li >
170+ < li > 'vertical-align' has no effect on a flexbox child</ li >
170171 < li class =issue > [Others?]</ li >
171172 </ ul >
172173</ div >
@@ -610,7 +611,11 @@ <h2 id="inlinesAndBlocks">Relationship to Inlines and blocks</h2>
610611 layout model to use), and then write that up. Then the other layout models
611612 we produce can re-use the same template.</ p >
612613
613- < p > For now, I'm commenting out the text of the section.</ p >
614+ < p > Need to define:</ p >
615+ < ul >
616+ < li > The min/max/fit-content widths and heights of flexboxes in block contents</ li >
617+ < li > Other stuff?</ li >
618+ </ ul >
614619 </ div >
615620 <!--
616621 <p>
You can’t perform that action at this time.
0 commit comments