You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subgrids: the <spandata-link-for=grid-template-rowsdata-link-type=value>subgrid</span> keyword</a><li><ahref=#resolved-track-list><spanclass=secno>5.1.5</span>
Named Areas: the <spanclass=propertydata-link-type=propdesctitle=grid-template-areas>grid-template-areas</span> property</a><ulclass=toc><li><ahref=#implicit-named-lines><spanclass=secno>5.2.1</span>
121
-
Implicit Named Lines</a></ul><li><ahref=#grid-template-property><spanclass=secno>5.3</span>
121
+
Implicit Named Lines</a></ul><li><ahref=#explicit-grid-shorthand><spanclass=secno>5.3</span>
122
122
Grid Definition Shorthand: the <spanclass=propertydata-link-type=propdesctitle=grid-template>grid-template</span> property</a></ul><li><ahref=#implicit-grids><spanclass=secno>6</span>
123
123
The Implicit Grid</a><ulclass=toc><li><ahref=#auto-tracks><spanclass=secno>6.1</span>
124
124
Sizing Auto-generated Rows and Columns: the <spanclass=propertydata-link-type=propdesctitle=grid-auto-rows>grid-auto-rows</span> and <spanclass=propertydata-link-type=propdesctitle=grid-auto-columns>grid-auto-columns</span> properties</a><li><ahref=#grid-auto-flow-property><spanclass=secno>6.2</span>
<li>Step 2 needs to take into account the major-axis spans of every item as well. Otherwise, extra-wide single items can create new columns late in auto-placement.
1604
1604
1605
-
<li>Step 4 needs to verify that placement also doesn't cause the item to generate new columns. Currently, it only verifies that placement wont' overlap anything else.
1605
+
<li>Step 4 needs to verify that placement also doesn't cause the item to generate new columns. Currently, it only verifies that placement won't overlap anything else.
<li>Step 2 needs to take into account the major-axis spans of every item as well. Otherwise, extra-wide single items can create new columns late in auto-placement.
1596
1596
1597
-
<li>Step 4 needs to verify that placement also doesn't cause the item to generate new columns. Currently, it only verifies that placement wont' overlap anything else.
1597
+
<li>Step 4 needs to verify that placement also doesn't cause the item to generate new columns. Currently, it only verifies that placement won't overlap anything else.
0 commit comments