Skip to content

Commit e7c8fc3

Browse files
committed
Merge pull request #25 from javifernandez/master
Alignment container for justify-self and justify-items In Grid Layout must be the grid area instead of the grid cell.
2 parents 8866343 + 5e68d3a commit e7c8fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-align/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
704704
<dd>
705705
The 'justify-self' property applies along the grid's <a>row axis</a>.
706706

707-
The <a>alignment container</a> is the <a>grid cell</a>.
707+
The <a>alignment container</a> is the <a>grid area</a>.
708708
The <a>alignment subject</a> is the <a>grid item</a>’s margin box.
709709
The default <a>overflow alignment</a> is ''true''.
710710
</dl>
@@ -798,7 +798,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
798798
<dd>
799799
The 'align-self' property applies along the grid's <a>column axis</a>.
800800

801-
The <a>alignment container</a> is the <a>grid cell</a>.
801+
The <a>alignment container</a> is the <a>grid area</a>.
802802
The <a>alignment subject</a> is the <a>grid item</a>’s margin box.
803803
The default <a>overflow alignment</a> is ''true''.
804804
</dl>

0 commit comments

Comments
 (0)