File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2353,6 +2353,8 @@ The Implicit Grid</h3>
2353
2353
together with the <a>explicit grid properties</a>
2354
2354
in a single declaration.
2355
2355
2356
+
2357
+
2356
2358
<!--
2357
2359
███ ██ ██ ████████ ███████ ████████ ████████ ███ ██████ ██ ██ ██████
2358
2360
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
@@ -2611,11 +2613,17 @@ Grid Definition Shorthand: the 'grid' property</h3>
2611
2613
('grid-auto-rows' , 'grid-auto-columns' , and 'grid-auto-flow' ),
2612
2614
in a single declaration.
2613
2615
(It does not reset the <a>gutter</a> properties.)
2616
+
2614
2617
Its syntax matches 'grid-template' ,
2615
2618
plus an additional syntax form
2616
2619
for defining auto-flow grids:
2617
2620
2618
2621
<dl dfn-for=grid dfn-type=value>
2622
+ <dt> <<'grid-template'>>
2623
+ <dd>
2624
+ Sets the 'grid-template' longhands as as for 'grid-template' ,
2625
+ and the 'grid-auto-*' longhands to their initial values.
2626
+
2619
2627
<dt> <dfn id='grid-s-auto-row'><<'grid-template-rows'>> / [ auto-flow && dense? ] <<'grid-auto-columns'>>?</dfn>
2620
2628
<dt> <dfn id='grid-s-auto-column'>[ auto-flow && dense? ] <<'grid-auto-rows'>>? / <<'grid-template-columns'>></dfn>
2621
2629
<dd>
Original file line number Diff line number Diff line change @@ -2508,6 +2508,8 @@ The Implicit Grid</h3>
2508
2508
together with the <a>explicit grid properties</a>
2509
2509
in a single declaration.
2510
2510
2511
+
2512
+
2511
2513
<!--
2512
2514
███ ██ ██ ████████ ███████ ████████ ████████ ███ ██████ ██ ██ ██████
2513
2515
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
@@ -2766,11 +2768,17 @@ Grid Definition Shorthand: the 'grid' property</h3>
2766
2768
('grid-auto-rows' , 'grid-auto-columns' , and 'grid-auto-flow' ),
2767
2769
in a single declaration.
2768
2770
(It does not reset the <a>gutter</a> properties.)
2771
+
2769
2772
Its syntax matches 'grid-template' ,
2770
2773
plus an additional syntax form
2771
2774
for defining auto-flow grids:
2772
2775
2773
2776
<dl dfn-for=grid dfn-type=value>
2777
+ <dt> <<'grid-template'>>
2778
+ <dd>
2779
+ Sets the 'grid-template' longhands as as for 'grid-template' ,
2780
+ and the 'grid-auto-*' longhands to their initial values.
2781
+
2774
2782
<dt> <dfn id='grid-s-auto-row'><<'grid-template-rows'>> / [ auto-flow && dense? ] <<'grid-auto-columns'>>?</dfn>
2775
2783
<dt> <dfn id='grid-s-auto-column'>[ auto-flow && dense? ] <<'grid-auto-rows'>>? / <<'grid-template-columns'>></dfn>
2776
2784
<dd>
You can’t perform that action at this time.
0 commit comments