Skip to content

Commit a109e1a

Browse files
committed
[css-flexbox] -m
1 parent 30ca6ab commit a109e1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ Absolutely-Positioned Flex Children</h3>
671671

672672
The <a>static position</a> of an absolutely positioned child of a <a>flex container</a>
673673
is determined by setting the <a>static position</a> rectangle to the <a>flex container's</a> padding box,
674-
then aligning the child within this rectangle according to the 'justify-content' value of the <a>flex container</a>
674+
then aligning the absolutely positioned child within this rectangle according to the 'justify-content' value of the <a>flex container</a>
675675
and the 'align-self' value of the child itself.
676676

677677
<div class='example'>

css-flexbox/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ <h3 class="heading settled" data-level=4.1 id=abspos-items><span class=secno>4.1
774774

775775
<p>The <a data-link-type=dfn href=#static-position title="static position">static position</a> of an absolutely positioned child of a <a data-link-type=dfn href=#flex-container title="flex container">flex container</a>
776776
is determined by setting the <a data-link-type=dfn href=#static-position title="static position">static position</a> rectangle to the <a data-link-type=dfn href=#flex-container title="flex container’s">flex container’s</a> padding box,
777-
then aligning the child within this rectangle according to the <a class=property data-link-type=propdesc href=#propdef-justify-content title=justify-content>justify-content</a> value of the <a data-link-type=dfn href=#flex-container title="flex container">flex container</a>
777+
then aligning the absolutely positioned child within this rectangle according to the <a class=property data-link-type=propdesc href=#propdef-justify-content title=justify-content>justify-content</a> value of the <a data-link-type=dfn href=#flex-container title="flex container">flex container</a>
778778
and the <a class=property data-link-type=propdesc href=#propdef-align-self title=align-self>align-self</a> value of the child itself.</p>
779779

780780
<div class=example>

0 commit comments

Comments
 (0)