Skip to content

Commit 776b307

Browse files
committed
[cs-grid] Fix missing justify-self correction.
1 parent ab6e330 commit 776b307

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3165,7 +3165,8 @@ With a Grid Container as Parent</h3>
31653165
However, if the <a>grid container</a> parent is also the generator of the absolutely positioned element's <a>containing block</a>,
31663166
instead use the <a>grid area</a> determined in [[#abspos-items]].
31673167
For the purpose of calculating this static position,
3168-
a value of ''align-self: auto'' is treated identically to ''align-self/start''.
3168+
a value of ''align-self/auto'' for 'align-self'/'justify-self'
3169+
behaves as ''align-self/start''.
31693170

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

0 commit comments

Comments
 (0)