Skip to content

Commit 23ec887

Browse files
committed
[css-grid] Fix w3c#249 - Be more accurate about which properties are reset, via dholbert.
1 parent eebdd33 commit 23ec887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-grid/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2156,7 +2156,7 @@ Grid Definition Shorthand: the 'grid' property</h3>
21562156
'grid-auto-flow' is also set to either ''row'' or ''column'' accordingly,
21572157
with ''dense'' if it's specified.
21582158

2159-
All other properties are reset to their initial values.
2159+
All other 'grid' <a>sub-properties</a> are reset to their initial values.
21602160
</dl>
21612161

21622162
Note: Note that you can only specify the explicit <em>or</em> the implicit grid properties in a single 'grid' declaration.

0 commit comments

Comments
 (0)