Skip to content

Commit 2555586

Browse files
committed
[css-flexbox] Ugh, another try.
1 parent 96ad43d commit 2555586

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2840,7 +2840,7 @@ Changes since the 18 September 2012 Candidate Recommendation</h3>
28402840
<p class='note'>
28412841
It is intended that this will compute to the ''min-content'' keyword
28422842
when the specification defining it (<a href="http://www.w3.org/TR/css3-writing-modes/#intrinsic-sizing">Writing Modes Appendix D</a>)
2843-
is sufficiently mature.
2843+
is sufficiently mature.</p>
28442844
</del>
28452845
<ins>
28462846
<p>On a <a>flex item</a> whose 'overflow' is not ''overflow/visible'',

css-flexbox/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2807,18 +2807,18 @@ <h3 class="heading settled heading" id=changes-2012><span class=content>
28072807
<p class=note>
28082808
It is intended that this will compute to the <span class=css data-link-type=maybe title=min-content>min-content</span> keyword
28092809
when the specification defining it (<a href=http://www.w3.org/TR/css3-writing-modes/#intrinsic-sizing>Writing Modes Appendix D</a>)
2810-
is sufficiently mature.
2811-
2810+
is sufficiently mature.</p>
2811+
</del>
28122812
<ins>
2813-
</ins><p>On a <a data-link-type=dfn href=#flex-item title="flex item">flex item</a> whose <a class=property data-link-type=propdesc href=http://www.w3.org/TR/css-overflow-3/#overflow title=overflow>overflow</a> is not <span class=css data-link-for=overflow data-link-type=maybe title=visible>visible</span>,
2813+
<p>On a <a data-link-type=dfn href=#flex-item title="flex item">flex item</a> whose <a class=property data-link-type=propdesc href=http://www.w3.org/TR/css-overflow-3/#overflow title=overflow>overflow</a> is not <span class=css data-link-for=overflow data-link-type=maybe title=visible>visible</span>,
28142814
this keyword specifies as the minimum size the smaller of:
28152815

28162816
<p> <ul>
28172817
<li>the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-sizing-3/#min-content-measure title="min-content size">min-content size</a>, or
28182818
<li>the computed <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visudet.html#propdef-width title=width>width</a>/<a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visudet.html#propdef-height title=height>height</a>, if that value is <a data-link-type=dfn href=#definite title=definite>definite</a>.
28192819
</ul>
2820-
2821-
</del></dl>
2820+
</ins>
2821+
</dl>
28222822
</blockquote>
28232823
<li id=change-2012-percent-margins><a class=self-link href=#change-2012-percent-margins></a>
28242824
Specified that percentage margins/paddings on flex items

0 commit comments

Comments
 (0)