Skip to content

Commit

Permalink
[css-flexbox][css-grid] Remove now-incorrect text about align-self:au…
Browse files Browse the repository at this point in the history
…to and abspos static position; Align now defines this correctly. #440.
  • Loading branch information
tabatkins committed Mar 14, 2017
1 parent 696d6a1 commit e46cf27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions css-flexbox/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -676,8 +676,7 @@ Absolutely-Positioned Flex Children</h3>
assuming both the child and the flex container
were fixed-size boxes of their used size.
For this purpose,
a value of ''align-self: auto'' is treated identically to ''align-self/start'',
and ''margin/auto'' margins are treated as zero.
''margin/auto'' margins are treated as zero.

<div class="note">
In other words,
Expand Down
3 changes: 0 additions & 3 deletions css-grid/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3325,9 +3325,6 @@ With a Grid Container as Parent</h3>
whose edges coincide with the padding edges of the <a>grid container</a>.
However, if the <a>grid container</a> parent is also the generator of the absolutely positioned element's <a>containing block</a>,
instead use the <a>grid area</a> determined in [[#abspos-items]].
For the purpose of calculating this static position,
a value of ''align-self/auto'' for 'align-self'/'justify-self'
behaves as ''align-self/start''.

Note: Note that this position is affected by the values of 'justify-self' and 'align-self' on the child,
and that, as in most other layout models,
Expand Down

0 comments on commit e46cf27

Please sign in to comment.