From 5e68d3a871e6ba46cfd9e982f2ce434f695f6941 Mon Sep 17 00:00:00 2001 From: Javier Fernandez Date: Mon, 25 May 2015 12:42:26 +0200 Subject: [PATCH] Alignment container for justify-self and justify-items In Grid Layout must be the grid area instead of the grid cell. --- css-align/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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''.