diff --git a/css-align/Overview.bs b/css-align/Overview.bs index df7edbb0a95..4ec7d8d2e27 100644 --- a/css-align/Overview.bs +++ b/css-align/Overview.bs @@ -704,7 +704,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property
The 'justify-self' property applies along the grid's row axis. - The alignment container is the grid cell. + The alignment container is the grid area. The alignment subject is the grid item’s margin box. The default overflow alignment is ''true''. @@ -798,7 +798,7 @@ Block/Cross-Axis Alignment: the 'align-self' property
The 'align-self' property applies along the grid's column axis. - The alignment container is the grid cell. + The alignment container is the grid area. The alignment subject is the grid item’s margin box. The default overflow alignment is ''true''.