Skip to content

Commit ce69967

Browse files
committed
[css-flexbox] Clarify pronouns in the abspos text.
1 parent 4636fcc commit ce69967

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-flexbox/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ <h3 class="heading settled heading" data-level=4.1 id=abspos-items><span class=s
753753
<p> Its static position is calculated by first doing full flex layout without the absolutely-positioned elements,
754754
then positioning each absolutely-positioned child as if it were the sole <a data-link-type=dfn href=#flex-item title="flex item">flex item</a>
755755
in the <a data-link-type=dfn href=#flex-container title="flex container">flex container</a>,
756-
assuming it was a fixed size box of its used size.
756+
assuming both the element and the <a data-link-type=dfn href=#flex-container title="flex container">flex container</a> were fixed size boxes of their used size.
757757

758758
<div class=example>
759759
For example, by default, the static position of an absolutely positioned element aligns it to the main-start/cross-start corner,

css-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ <h3 id='abspos-items'>
622622
Its static position is calculated by first doing full flex layout without the absolutely-positioned elements,
623623
then positioning each absolutely-positioned child as if it were the sole <a>flex item</a>
624624
in the <a>flex container</a>,
625-
assuming it was a fixed size box of its used size.
625+
assuming both the element and the <a>flex container</a> were fixed size boxes of their used size.
626626

627627
<div class='example'>
628628
For example, by default, the static position of an absolutely positioned element aligns it to the main-start/cross-start corner,

0 commit comments

Comments
 (0)