Skip to content

Commit 0ed5256

Browse files
committed
Added 'vertical-align' to the list of ignored properties.
Started listing box data that Flexbox needs to expose.
1 parent 4500846 commit 0ed5256

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

css3-flexbox/Overview.new.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,9 @@ <h2 id=display-flexbox><span class=secno>2. </span>New values for
275275
class=property>clear</code>&rsquo; compute to their initial values on a
276276
flexbox child
277277

278+
<li>&lsquo;<code class=property>vertical-align</code>&rsquo; 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>

css3-flexbox/Overview.new.src.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)