Skip to content

Commit 7452f5a

Browse files
committed
[css-flexbox] Add previous change to changes section.
--HG-- extra : rebase_source : 826581bba118d271ed9a75bbb0c31d8d049ee826
1 parent c320698 commit 7452f5a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

css-flexbox/Overview.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2744,6 +2744,8 @@ <h2 class="no-num heading settled heading" id=changes><span class=content>Change
27442744
An omitted <a class=property data-link-type=propdesc href=#propdef-flex-basis title=flex-basis>flex-basis</a> component of the <a class=property data-link-type=propdesc href=#propdef-flex title=flex>flex</a> shorthand now resolves to <span class=css data-link-type=maybe>0%</span> instead of <span class=css data-link-type=maybe>0px</span>.
27452745
<li>
27462746
Defined that an unresolvable percentage <a href=#flex-base-size>flex base size</a> is treated as <a class=css-code data-link-for=width data-link-type=value>auto</a>.
2747+
<li>
2748+
Simplified the static position of abspos children of <a href=#flex-container>flex containers</a> to be consistent with Grid Layout.
27472749
</ul>
27482750

27492751
<p>The following significant clarifications were also made:

css-flexbox/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2764,6 +2764,8 @@ <h2 class="no-num" id="changes">Changes</h2>
27642764
An omitted 'flex-basis' component of the 'flex' shorthand now resolves to ''0%'' instead of ''0px''.
27652765
<li>
27662766
Defined that an unresolvable percentage <i>flex base size</i> is treated as <a value for=width>auto</a>.
2767+
<li>
2768+
Simplified the static position of abspos children of <a>flex containers</a> to be consistent with Grid Layout.
27672769
</ul>
27682770

27692771
<p>The following significant clarifications were also made:

0 commit comments

Comments
 (0)