We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6e330 commit 776b307Copy full SHA for 776b307
1 file changed
css-grid/Overview.bs
@@ -3165,7 +3165,8 @@ With a Grid Container as Parent</h3>
3165
However, if the <a>grid container</a> parent is also the generator of the absolutely positioned element's <a>containing block</a>,
3166
instead use the <a>grid area</a> determined in [[#abspos-items]].
3167
For the purpose of calculating this static position,
3168
- a value of ''align-self: auto'' is treated identically to ''align-self/start''.
+ a value of ''align-self/auto'' for 'align-self'/'justify-self'
3169
+ behaves as ''align-self/start''.
3170
3171
Note: Note that this position is affected by the values of 'justify-self' and 'align-self' on the child,
3172
and that, as in most other layout models,
0 commit comments