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
Grid Containers: the <spandata-link-type=value>grid</span> and <spanclass=cssdata-link-type=maybe>inline-grid</span><spanclass=propertydata-link-type=propdesctitle=display>display</span> values</a></ul><li><ahref=#grid-items><spanclass=secno>4</span>
Collapsed Grid Items: the <spanclass=propertydata-link-type=propdesctitle=visibility>visibility</span> property</a><li><ahref=#order-property><spanclass=secno>4.3</span>
112
111
Reordered Grid Items: the <spanclass=propertydata-link-type=propdesctitle=order>order</span> property</a></ul><li><ahref=#grid-definition><spanclass=secno>5</span>
113
112
The Explicit Grid</a><ulclass=toc><li><ahref=#track-sizing><spanclass=secno>5.1</span>
114
113
Track Sizing: the <spanclass=propertydata-link-type=propdesctitle=grid-template-rows>grid-template-rows</span> and <spanclass=propertydata-link-type=propdesctitle=grid-template-columns>grid-template-columns</span> properties</a><ulclass=toc><li><ahref=#named-lines><spanclass=secno>5.1.1</span>
This is a proposal to create the ability to have descendants of a grid item participate in a grid layout,
743
742
similar to the behavior defined by the Template Layout module.
744
743
745
744
<p>
746
745
A descendant of the grid can be pulled out of flow and participate directly in the grid
747
-
by assigning it <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-position-3/#positiontitle=position>position: grid</a>.
748
-
An element with <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-position-3/#positiontitle=position>position: grid</a> is pulled out of flow and participates as a grid item
749
-
belonging to the first ancestor with <aclass=cssdata-link-type=maybehref=#propdef-displaytitle=display>display: grid</a>.
746
+
by assigning it <span data-link-type="maybe" class="css">position: grid</span>.
747
+
An element with <span data-link-type="maybe" class="css">position: grid</span> is pulled out of flow and participates as a grid item
748
+
belonging to the first ancestor with <span data-link-type="maybe" class="css">display: grid</span>.
750
749
If the element is positioned using named lines or slots,
751
-
it belongs to the first ancestor with <aclass=cssdata-link-type=maybehref=#propdef-displaytitle=display>display: grid</a> that has all of the corresponding named lines/slots.
750
+
it belongs to the first ancestor with <span data-link-type="maybe" class="css">display: grid</span> that has all of the corresponding named lines/slots.
752
751
If no such ancestor exists, the item remains in flow.
753
752
754
-
<pclass=issue>
753
+
<p class="issue">
755
754
Alternatively, the item can just go into the first grid,
756
-
and missing names are treated as <adata-link-for="<grid-line>" data-link-type=valuehref=#grid-placement-auto>auto</a>.
755
+
and missing names are treated as <a value for="<grid-line>">auto</a>.
0 commit comments