Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions css-align/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1695,12 +1695,12 @@ Gap Shorthand: the 'gap' property</h3>
<pre class='propdef'>
Name: gap
Value: <<'row-gap'>> <<'column-gap'>>?
Initial: 0 0
Applies to: <a>grid containers</a>
Initial: see individual properties
Applies to: <a>multi-column elements</a>, <a>flex containers</a>, <a>grid containers</a>
Inherited: no
Percentages: refer to corresponding dimension of the content area
Media: visual
Computed value: as specified, with <<length>>s made absolute
Computed value: see individual properties
Animatable: as length, percentage, or calc
</pre>

Expand Down