Skip to content

Commit af9dabd

Browse files
committed
[css-grid] Update Changes section
1 parent b445bc5 commit af9dabd

2 files changed

Lines changed: 26 additions & 14 deletions

File tree

css-grid/Overview.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,6 +1689,11 @@ <h3 data-level=6.3 id=grid-auto-position-property><span class=secno>6.3 </span><
16891689
become a <a href=#definite0>definite grid position</a> in both axises
16901690
for the auto-placed <a href=#grid-item>grid items</a>.
16911691

1692+
<p class=issue>
1693+
These properties might not be necessary in this level,
1694+
if we can provide a more reasonable default behavior
1695+
by, e.g., searching for an empty slot to stack items into
1696+
instead of always using 1,1 by default.
16921697

16931698
<h2 data-level=7 id=grid-shorthand><span class=secno>7 </span><span class=content>
16941699
Grid Definition Shorthand: the <a class=property data-link-type=propdesc href=#propdef-grid title=grid>grid</a> property</span><a class=section-link href=#grid-shorthand>§</a></h2>
@@ -2660,18 +2665,19 @@ <h2 class=no-num id=changes><span class=content>
26602665
<a href=http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/>2 April 2013 Working Draft</a>.
26612666

26622667
<p> <ul>
2663-
<li>Percentages are no longer resolved like they are in table layout.
2664-
<li><a href=#auto-margins>Margin alignment</a> now matches <a href=http://www.w3.org/TR/css3-flexbox>Flexbox</a> and <a href=http://www.w3.org/TR/css3-align>Box Alignment</a>.
2668+
<li>Redesigned <a href=#subgrid>subgrid</a> feature.
26652669
<li>Renamed all the <a href=#placement>placement properties</a> and <a href=#grid-definition>grid-defining properties</a>.
26662670
<li>Added the <a class=property data-link-type=propdesc href=#propdef-grid-template title=grid-template>grid-template</a> and <a class=property data-link-type=propdesc href=#propdef-grid title=grid>grid</a> shorthands.
2667-
<li>Refined <a href=#abspos-items>definitions of absolutely-positioned elements</a> whose containing block is a grid container.
2668-
<li>Defined the <a href=#static-position>static position</a> of direct children of a <a href=#grid-container>grid container</a>.
2669-
<li>Marked <a href=#visibility-collapse>grid row/column collapsing</a> as an open issue.
26702671
<li>Changed the syntax of <a href=#named-lines>named lines</a> to use parentheses and identifiers rather than strings.
2671-
<li>Removed the "none" value from <a class=property data-link-type=propdesc href=#propdef-grid-auto-flow title=grid-auto-flow>grid-auto-flow</a>, turning auto-placement on by default so that grid items by default don't stack on top of each other.
26722672
<li>Made named grid areas <a href=#implict-named-lines>imply named grid lines</a>.
2673+
<li><a href=#auto-margins>Margin alignment</a> now matches <a href=http://www.w3.org/TR/css3-flexbox>Flexbox</a> and <a href=http://www.w3.org/TR/css3-align>Box Alignment</a>.
2674+
<li>Percentages are no longer resolved like they are in table layout.
2675+
<li>Refined <a href=#abspos-items>definitions of absolutely-positioned elements</a> whose containing block is a grid container.
2676+
<li>Defined the <a href=#static-position>static position</a> of direct children of a <a href=#grid-container>grid container</a>.
26732677
<li>Added an option for dense packing to <a class=property data-link-type=propdesc href=#propdef-grid-auto-flow title=grid-auto-flow>grid-auto-flow</a>.
2674-
<li>Redesigned <a href=#subgrid>subgrid</a> feature.
2678+
<li>Proposed <a class=property data-link-type=propdesc href=#propdef-grid-auto-position title=grid-auto-position>grid-auto-position</a> property so that auto-stacking items can be controlled a bit better. (But see open issues on changing <a class=css data-link-type=maybe href=#propdef-grid-auto-flow title=grid-auto-flow>grid-auto-flow: none</a>.)
2679+
<li>Rewrote and fixed errors in the <a href=#auto-placement-algo>auto-placement algorithm</a>.
2680+
<li>Marked <a href=#visibility-collapse>grid row/column collapsing</a> as an open issue.
26752681
</ul>
26762682

26772683
<h2 class="no-ref no-num" id=conformance><span class=content>

css-grid/Overview.src.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,6 +1692,11 @@ <h3 id="grid-auto-position-property">
16921692
become a <a>definite grid position</a> in both axises
16931693
for the auto-placed <a>grid items</a>.
16941694

1695+
<p class="issue">
1696+
These properties might not be necessary in this level,
1697+
if we can provide a more reasonable default behavior
1698+
by, e.g., searching for an empty slot to stack items into
1699+
instead of always using 1,1 by default.
16951700

16961701
<h2 id='grid-shorthand'>
16971702
Grid Definition Shorthand: the 'grid' property</h2>
@@ -2716,16 +2721,17 @@ <h2 class="no-num" id="changes">
27162721
<a href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/">2 April 2013 Working Draft</a>.
27172722

27182723
<ul>
2719-
<li>Percentages are no longer resolved like they are in table layout.
2720-
<li><a href="#auto-margins">Margin alignment</a> now matches <a href="http://www.w3.org/TR/css3-flexbox">Flexbox</a> and <a href="http://www.w3.org/TR/css3-align">Box Alignment</a>.
2724+
<li>Redesigned <a>subgrid</a> feature.
27212725
<li>Renamed all the <a href="#placement">placement properties</a> and <a href="#grid-definition">grid-defining properties</a>.
27222726
<li>Added the 'grid-template' and 'grid' shorthands.
2723-
<li>Refined <a href="#abspos-items">definitions of absolutely-positioned elements</a> whose containing block is a grid container.
2724-
<li>Defined the <a href="#static-position">static position</a> of direct children of a <i>grid container</i>.
2725-
<li>Marked <a href="#visibility-collapse">grid row/column collapsing</a> as an open issue.
27262727
<li>Changed the syntax of <a href="#named-lines">named lines</a> to use parentheses and identifiers rather than strings.
2727-
<li>Removed the "none" value from 'grid-auto-flow', turning auto-placement on by default so that grid items by default don't stack on top of each other.
27282728
<li>Made named grid areas <a href="#implict-named-lines">imply named grid lines</a>.
2729+
<li><a href="#auto-margins">Margin alignment</a> now matches <a href="http://www.w3.org/TR/css3-flexbox">Flexbox</a> and <a href="http://www.w3.org/TR/css3-align">Box Alignment</a>.
2730+
<li>Percentages are no longer resolved like they are in table layout.
2731+
<li>Refined <a href="#abspos-items">definitions of absolutely-positioned elements</a> whose containing block is a grid container.
2732+
<li>Defined the <a href="#static-position">static position</a> of direct children of a <i>grid container</i>.
27292733
<li>Added an option for dense packing to 'grid-auto-flow'.
2730-
<li>Redesigned <a>subgrid</a> feature.
2734+
<li>Proposed 'grid-auto-position' property so that auto-stacking items can be controlled a bit better. (But see open issues on changing ''grid-auto-flow: none''.)
2735+
<li>Rewrote and fixed errors in the <a href="#auto-placement-algo">auto-placement algorithm</a>.
2736+
<li>Marked <a href="#visibility-collapse">grid row/column collapsing</a> as an open issue.
27312737
</ul>

0 commit comments

Comments
 (0)