Skip to content

Commit e46cf27

Browse files
committed
[css-flexbox][css-grid] Remove now-incorrect text about align-self:auto and abspos static position; Align now defines this correctly. w3c#440.
1 parent 696d6a1 commit e46cf27

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,8 +676,7 @@ Absolutely-Positioned Flex Children</h3>
676676
assuming both the child and the flex container
677677
were fixed-size boxes of their used size.
678678
For this purpose,
679-
a value of ''align-self: auto'' is treated identically to ''align-self/start'',
680-
and ''margin/auto'' margins are treated as zero.
679+
''margin/auto'' margins are treated as zero.
681680

682681
<div class="note">
683682
In other words,

css-grid/Overview.bs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3325,9 +3325,6 @@ With a Grid Container as Parent</h3>
33253325
whose edges coincide with the padding edges of the <a>grid container</a>.
33263326
However, if the <a>grid container</a> parent is also the generator of the absolutely positioned element's <a>containing block</a>,
33273327
instead use the <a>grid area</a> determined in [[#abspos-items]].
3328-
For the purpose of calculating this static position,
3329-
a value of ''align-self/auto'' for 'align-self'/'justify-self'
3330-
behaves as ''align-self/start''.
33313328

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

0 commit comments

Comments
 (0)