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
Abstract: This module introduces masonry layout as an additional layout mode for <a href="https://www.w3.org/TR/css-grid-2/">CSS Grid</a> containers.
15
18
WPT Path Prefix: css/css-grid/masonry/tentative/
19
+
WPT Display: open
16
20
Markup Shorthands: css yes
17
21
Status Text: <strong>This specification represents two variations on the proposal for masonry layout. Feedback on the alternatives is welcome.</strong>
18
22
</pre>
@@ -27,6 +31,11 @@ spec: css-grid-2; type: dfn;
27
31
text: auto-placement algorithm
28
32
text: computed track list
29
33
text: collapsed track
34
+
spec: css-flexbox-1;
35
+
type:property;
36
+
text: order
37
+
type:dfn;
38
+
text: order-modified document order
30
39
</pre>
31
40
32
41
@@ -1332,15 +1341,19 @@ Acknowledgements</h2>
1332
1341
<h2 id=security>
1333
1342
Security Considerations</h2>
1334
1343
1344
+
<p>
1335
1345
As a layout specification,
1336
1346
this spec introduces no new security considerations
1337
-
beyond taht exposed by CSS layout in general.
1347
+
beyond that exposed by CSS layout in general.
1348
+
</p>
1338
1349
1339
1350
<h2 id=privacy>
1340
1351
Privacy Considerations</h2>
1341
1352
1353
+
<p>
1342
1354
As a layout specification,
1343
1355
this spec introduces no new privacy considerations
0 commit comments