Skip to content

Commit 5bdd09a

Browse files
committed
[css-text-3] Add missing sentence defining what grid-area is a shorthand for. w3c#3492
1 parent 09210af commit 5bdd09a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css-grid-1/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2995,6 +2995,9 @@ Placement Shorthands: the 'grid-column', 'grid-row', and 'grid-area' properties<
29952995
Animation type: discrete
29962996
</pre>
29972997

2998+
The 'grid-area' property is a <a>shorthand</a> for
2999+
'grid-row-start', 'grid-column-start', 'grid-row-end' and 'grid-column-end'.
3000+
29983001
If four <<grid-line>> values are specified,
29993002
'grid-row-start' is set to the first value,
30003003
'grid-column-start' is set to the second value,

0 commit comments

Comments
 (0)