Skip to content

Commit 305992b

Browse files
committed
[css3-flexbox] Add line to Changes section about previous commit.
1 parent 7bc5c74 commit 305992b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4002,6 +4002,10 @@ <h2 class=no-num id=changes>Changes</h2>
40024002
instead of raw document order when painting. (This was already stated in
40034003
the ‘<a href="#order"><code class=property>order</code></a>’ section,
40044004
but not in the section explicitly about painting order.)
4005+
4006+
<li> Specify that percentage margins/paddings on flex items are resolved
4007+
against their respective dimensions, not the inline dimension of the
4008+
containing block like blocks do.
40054009
</ul>
40064010

40074011
<p>A <a

css3-flexbox/Overview.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3273,6 +3273,10 @@ <h2 class="no-num" id="changes">Changes</h2>
32733273
<li>
32743274
Clarified that 'order'-modified document order is used instead of raw document order when painting.
32753275
(This was already stated in the 'order' section, but not in the section explicitly about painting order.)
3276+
3277+
<li>
3278+
Specify that percentage margins/paddings on flex items are resolved against their respective dimensions,
3279+
not the inline dimension of the containing block like blocks do.
32763280
</ul>
32773281

32783282
<p>A <a href="http://dev.w3.org/csswg/css3-flexbox/issues-cr-2012">Disposition of Candidate Recommendation Comments</a> is available.

0 commit comments

Comments
 (0)