Skip to content

Commit fbf88b5

Browse files
committed
[css-grid] Reword the grid-auto-flow:none issue with more detail.
1 parent 9154bb4 commit fbf88b5

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

css-grid/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,11 +1458,11 @@ <h3 data-level=6.2 id=grid-auto-flow-property><span class=secno>6.2 </span><span
14581458
<p class=note> Note: A future level of this module is expected to add a value that flows auto-positioned items together into a single “default” cell.
14591459

14601460
<p class=issue>
1461-
While we want the functionality of <a class=css data-link-type=maybe href=#valuedef-none0>none</a>,
1462-
the specifics defined here aren't great
1463-
(they're for compat with current IE behavior).
1464-
Is it possible to still make <a class=css data-link-type=maybe href=#valuedef-rows>rows</a> the default,
1465-
and maybe figure out a way to make the default position determined by the auto-placement algorithm?
1461+
IE compat apparently requires the <a data-link-for=grid-auto-flow data-link-type=value href=#valuedef-none>none</a> value,
1462+
but it's not a very good value.
1463+
Can we perhaps just have that be an IE-specific value set in the UA stylesheet?
1464+
Change our value to <span class=css data-link-type=maybe>stack</span>
1465+
and let <a class=property data-link-type=propdesc href=#propdef-grid-auto-position title=grid-auto-position>grid-auto-position</a> accept <code>rows | columns</code> instead to mean "use the auto-placement algorithm".
14661466

14671467
<p>
14681468
Auto-placement takes <a href=#grid-item>grid items</a> in <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-flexbox-1/#order title=order>order</a>-modified document order.

css-grid/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,11 +1447,11 @@ <h3 id="grid-auto-flow-property">
14471447
Note: A future level of this module is expected to add a value that flows auto-positioned items together into a single “default” cell.
14481448

14491449
<p class='issue'>
1450-
While we want the functionality of ''none'',
1451-
the specifics defined here aren't great
1452-
(they're for compat with current IE behavior).
1453-
Is it possible to still make ''rows'' the default,
1454-
and maybe figure out a way to make the default position determined by the auto-placement algorithm?
1450+
IE compat apparently requires the <a value for=grid-auto-flow>none</a> value,
1451+
but it's not a very good value.
1452+
Can we perhaps just have that be an IE-specific value set in the UA stylesheet?
1453+
Change our value to ''stack''
1454+
and let 'grid-auto-position' accept <code>rows | columns</code> instead to mean "use the auto-placement algorithm".
14551455

14561456
<p>
14571457
Auto-placement takes <a>grid items</a> in 'order'-modified document order.

0 commit comments

Comments
 (0)