Skip to content

Commit 96b3664

Browse files
committed
[css-flexbox] Markup fixes
1 parent ee46baf commit 96b3664

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css-flexbox/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -896,9 +896,9 @@ <h3 class="heading settled" data-level=4.4 id=visibility-collapse><span class=se
896896
</ul>
897897
</ul>
898898
</nav>
899-
<article>
899+
<div>
900900
Interesting Stuff to Read
901-
</article>
901+
</div>
902902
</div>
903903
</figure>
904904

@@ -3090,7 +3090,7 @@ <h4 class="heading settled" id=change-201403-substantive><span class=content>
30903090
For example, a percentage-height block whose flex item parent has
30913091
<a class=css data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visudet.html#propdef-height title=height>height: 120em; min-height: auto</a>
30923092
will size itself against <a class=css data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visudet.html#propdef-height title=height>height: 120em</a> regardless of the impact
3093-
that <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height title=min-height>min-height</a> might have on the used size of the flex item.
3093+
that <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height title=min-height>min-height</a> might have on the used size of the flex item.</p>
30943094
</ins>
30953095
</blockquote>
30963096

@@ -3121,7 +3121,7 @@ <h4 class="heading settled" id=change-201403-substantive><span class=content>
31213121
the main size must be treated as definite for the purpose of resolving the percentage,
31223122
and the percentage must resolve against the flexed main size of the flex item
31233123
(that is, after the layout algorithm below has been completed for the flex item’s flex container,
3124-
and the flex item has acquired its final size).</ins>
3124+
and the flex item has acquired its final size).</p></ins>
31253125
</blockquote>
31263126

31273127
<li id=change-201403-clamp-single-line><a class=self-link href=#change-201403-clamp-single-line></a>
@@ -3193,7 +3193,7 @@ <h4 class="heading settled" id=change-201403-clarify><span class=content>
31933193
by setting the child’s <a data-link-type=dfn href=#static-position-rectangle title="static-position rectangle">static-position rectangle</a> to the flex container’s content box,
31943194
then aligning the absolutely positioned child within this rectangle
31953195
according to the <a class=property data-link-type=propdesc href=#propdef-justify-content title=justify-content>justify-content</a> value of the flex container and the <a class=property data-link-type=propdesc href=#propdef-align-self title=align-self>align-self</a> value of the child itself.
3196-
</ins>
3196+
</p></ins>
31973197
</blockquote>
31983198

31993199
<li id=change-201403-abspos-ordering><a class=self-link href=#change-201403-abspos-ordering></a>
@@ -3218,7 +3218,7 @@ <h4 class="heading settled" id=change-201403-clarify><span class=content>
32183218
<blockquote>
32193219
<ins><p class=note>Note: Absolutely-positioned children of a flex container
32203220
do not participate in flex layout, but are reordered
3221-
together with any flex item children.</ins>
3221+
together with any flex item children.</p></ins>
32223222
</blockquote>
32233223

32243224
<li id=change-201403-clarify-stretched><a class=self-link href=#change-201403-clarify-stretched></a>

0 commit comments

Comments
 (0)