Skip to content

Commit 6fb9004

Browse files
committed
[css-flexbox] Remove sentence about float affecting box generation, since it no longer does.
1 parent 58a6149 commit 6fb9004

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,6 @@ Flex Containers: the ''flex'' and ''inline-flex'' 'display' values</h2>
505505
* the 'column-*' properties in the Multi-column Layout module [[!CSS3COL]] have no effect on a flex container.
506506
* 'float' and 'clear' do not create floating or clearance of <a>flex item</a>,
507507
and do not take it out-of-flow.
508-
However, the 'float' property can still affect box generation
509-
by influencing the 'display' property's computed value.
510508
* 'vertical-align' has no effect on a flex item.
511509
* the ''::first-line'' and ''::first-letter'' pseudo-elements do not apply to <a>flex containers</a>,
512510
and <a>flex containers</a> do not contribute a <a>first formatted line</a> or <a>first letter</a>

css-flexbox/Overview.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -727,9 +727,7 @@ <h2 class="heading settled" data-level="3" id="flex-containers"><span class="sec
727727
<p>the <a class="property" data-link-type="propdesc">column-*</a> properties in the Multi-column Layout module <a data-link-type="biblio" href="#biblio-css3col">[CSS3COL]</a> have no effect on a flex container.</p>
728728
<li data-md="">
729729
<p><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visuren.html#propdef-float">float</a> and <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visuren.html#propdef-clear">clear</a> do not create floating or clearance of <a data-link-type="dfn" href="#flex-item">flex item</a>,
730-
and do not take it out-of-flow.
731-
However, the <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visuren.html#propdef-float">float</a> property can still affect box generation
732-
by influencing the <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visuren.html#propdef-display">display</a> property’s computed value.</p>
730+
and do not take it out-of-flow.</p>
733731
<li data-md="">
734732
<p><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visudet.html#propdef-vertical-align">vertical-align</a> has no effect on a flex item.</p>
735733
<li data-md="">

0 commit comments

Comments
 (0)