Skip to content

Commit

Permalink
[css-text-3] Add missing sentence defining what grid-area is a shorth…
Browse files Browse the repository at this point in the history
…and for. #3492
  • Loading branch information
fantasai committed Jan 15, 2019
1 parent 09210af commit 5bdd09a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css-grid-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2995,6 +2995,9 @@ Placement Shorthands: the 'grid-column', 'grid-row', and 'grid-area' properties<
Animation type: discrete
</pre>

The 'grid-area' property is a <a>shorthand</a> for
'grid-row-start', 'grid-column-start', 'grid-row-end' and 'grid-column-end'.

If four <<grid-line>> values are specified,
'grid-row-start' is set to the first value,
'grid-column-start' is set to the second value,
Expand Down

0 comments on commit 5bdd09a

Please sign in to comment.