Skip to content

Commit 96ad43d

Browse files
committed
[css-flexbox] Try more fixes?
1 parent 99ceb47 commit 96ad43d

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2863,7 +2863,7 @@ Changes since the 18 September 2012 Candidate Recommendation</h3>
28632863
<p>Percentage margins and paddings on <i>flex items</i>
28642864
are always resolved against their respective dimensions;
28652865
unlike blocks, they do not always resolve against
2866-
the inline dimension of their containing block.
2866+
the inline dimension of their containing block.</p>
28672867
</ins>
28682868
</blockquote>
28692869
<li id="change-2012-stretch-definite">
@@ -2877,7 +2877,7 @@ Changes since the 18 September 2012 Candidate Recommendation</h3>
28772877
the outer <i>cross size</i> of any <i>flex items</i> with ''align-self: stretch''
28782878
is the flex container's inner cross size
28792879
(clamped to the <i>flex item</i>’s min and max <i>cross size</i>)
2880-
and is considered <i>definite</i>.
2880+
and is considered <i>definite</i>.</p>
28812881
</ins>
28822882
</blockquote>
28832883
<li id="change-2012-stretch-auto">
@@ -2890,7 +2890,7 @@ Changes since the 18 September 2012 Candidate Recommendation</h3>
28902890
so that percentage-sized children can be resolved.
28912891

28922892
<p class="note">Note that this step does not affect the main size of the flex item,
2893-
even if it has an intrinsic aspect ratio.
2893+
even if it has an intrinsic aspect ratio.</p>
28942894
</ins>
28952895
</blockquote>
28962896
<li id="change-2012-intrinsic-ratio">

css-flexbox/Overview.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,9 +2830,9 @@ <h3 class="heading settled heading" id=changes-2012><span class=content>
28302830
<p>Percentage margins and paddings on <a data-link-type=dfn href=#flex-item title="flex items">flex items</a>
28312831
are always resolved against their respective dimensions;
28322832
unlike blocks, they do not always resolve against
2833-
the inline dimension of their containing block.
2834-
2835-
</ins></blockquote>
2833+
the inline dimension of their containing block.</p>
2834+
</ins>
2835+
</blockquote>
28362836
<li id=change-2012-stretch-definite><a class=self-link href=#change-2012-stretch-definite></a>
28372837
Pass definiteness of a single-line flex container’s size through to any stretched items.
28382838
(<a href=http://dev.w3.org/csswg/css-flexbox-1/issues-cr-2012#issue-3>Issue 3</a>)
@@ -2844,9 +2844,9 @@ <h3 class="heading settled heading" id=changes-2012><span class=content>
28442844
the outer <a data-link-type=dfn href=#cross-size title="cross size">cross size</a> of any <a data-link-type=dfn href=#flex-item title="flex items">flex items</a> with <a class=css data-link-type=propdesc href=#propdef-align-self title=align-self>align-self: stretch</a>
28452845
is the flex container’s inner cross size
28462846
(clamped to the <a data-link-type=dfn href=#flex-item title="flex item">flex item</a>’s min and max <a data-link-type=dfn href=#cross-size title="cross size">cross size</a>)
2847-
and is considered <a data-link-type=dfn href=#definite title=definite>definite</a>.
2848-
2849-
</ins></blockquote>
2847+
and is considered <a data-link-type=dfn href=#definite title=definite>definite</a>.</p>
2848+
</ins>
2849+
</blockquote>
28502850
<li id=change-2012-stretch-auto><a class=self-link href=#change-2012-stretch-auto></a>
28512851
Allow percentages inside a stretched auto-height flex item to resolve by requiring a relayout pass.
28522852
(<a href=http://dev.w3.org/csswg/css-flexbox-1/issues-cr-2012#issue-3>Issue 3</a>)
@@ -2857,9 +2857,9 @@ <h3 class="heading settled heading" id=changes-2012><span class=content>
28572857
so that percentage-sized children can be resolved.
28582858

28592859
<p class=note>Note that this step does not affect the main size of the flex item,
2860-
even if it has an intrinsic aspect ratio.
2861-
2862-
</ins></blockquote>
2860+
even if it has an intrinsic aspect ratio.</p>
2861+
</ins>
2862+
</blockquote>
28632863
<li id=change-2012-intrinsic-ratio><a class=self-link href=#change-2012-intrinsic-ratio></a>
28642864
Allow intrinsic aspect ratios to inform the <a href=#algo-main-item>main-size calculation.</a>
28652865
(<a href=http://dev.w3.org/csswg/css-flexbox-1/issues-cr-2012#issue-8>Issue 8</a>)

0 commit comments

Comments
 (0)