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
In general, resolved values are the computed values,
1196
-
except for a small list of legacy 2.1 properties.
1197
-
Do we really want these properties to return the used value here?
1198
-
<ahref="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16906">Bug about this.</a>
1194
+
<pclass=note> Note: In general, resolved values are the computed values,
1195
+
except for a small list of legacy 2.1 properties.
1196
+
However, compatibility with early implementations of this module
1197
+
requires us to define <aclass=propertydata-link-type=propdeschref=#propdef-grid-template-rowstitle=grid-template-rows>grid-template-rows</a> and <aclass=propertydata-link-type=propdeschref=#propdef-grid-template-columnstitle=grid-template-columns>grid-template-columns</a> as returning used values.
1198
+
Authors are recommended to use the
1199
+
<ahref=http://dev.w3.org/csswg/cssom/#the-getstyleutils-interface><code>.rawComputedStyle</code> and <code>.usedStyle</code> attributes</a>
Automatic Placement: the <aclass=propertydata-link-type=propdeschref=#propdef-grid-auto-flowtitle=grid-auto-flow>grid-auto-flow</a> property</span><aclass=section-linkhref=#grid-auto-flow-property>§</a></h3>
<ahref=#grid-item>Grid items</a> that aren't explicitly placed are are automatically placed into an unoccupied space in the <ahref=#grid-container>grid container</a>.
1424
1426
The <aclass=propertydata-link-type=propdeschref=#propdef-grid-auto-flowtitle=grid-auto-flow>grid-auto-flow</a> property controls the direction in which the search for unoccupied space takes place,
1425
1427
and whether rows or columns are added as needed to accommodate the content.
auto-placed <ahref=#grid-item>grid items</a> are simply positioned according to the <aclass=propertydata-link-type=propdesctitle=grid-auto-position>grid-auto-position</a> property.
<tr><thscope=row><adata-property="">grid-row-start</a><td><aclass=productiondata-link-type=typehref=#typedef-grid-line><grid-line></a><td>auto<td><td>no<td>n/a<td>visual<td><ahref=#grid-item>grid items</a><td>specified value (almost)<td>
2808
2812
<tr><thscope=row><adata-property="">grid-column-start</a><td><aclass=productiondata-link-type=typehref=#typedef-grid-line><grid-line></a><td>auto<td><td>no<td>n/a<td>visual<td><ahref=#grid-item>grid items</a><td>specified value (almost)<td>
Abstract: This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a flexible or fixed predefined layout grid.
18
-
Ignored Terms: column-*, justify-*, containing block, grid-field, <positive-integer>, <ident>, auto
0 commit comments