@@ -4043,23 +4043,63 @@ Acknowledgements</h2>
40434043<h2 class="no-num" id="changes">
40444044Changes</h2>
40454045
4046- The following significant changes were made since the
4047- <a href=https://www.w3.org/TR/2015/WD-css-grid-1-20150806/>6 August 2015 Working Draft</a> .
4048-
4049- * Renamed <css> row-gap</css> /<css> column-gap</css> to 'grid-row-gap' /'grid-column-gap'
4050- to avoid having multicol and grid share 'column-gap' .
4051- This also preserves <css> grid-</css> as a prefix across these properties and their shorthand.
4052- * Split ''auto'' into ''auto-fill'' and ''auto-fit'' keywords for ''repeat()'' notation,
4053- adjusted grammar to guarantee a definite number of repetitions,
4054- and allowed minimum sizes to increase the number of repetitions past one to fulfill the minimum.
4055- * Reduced <<auto-repeat>> syntax to accept only a single track size, for simplicity.
4056- * Added information on the speech and navigation impact of reordering with grid placement or 'order'
4057- vs. reordering the underlying source.
4058- * Removed <css> grid-template</css> shorthand.
4059-
4060- A partial <a href="https://drafts.csswg.org/css-grid-1/issues-wd-20150805">Disposition of Comments</a> is available.
4061-
4062- See also <a href="https://www.w3.org/TR/2015/WD-css-grid-1-20150806/#changes">previous changes</a> .
4046+ <ul>
4047+ <li>
4048+ Internal table cell display types are <a>blockified</a>
4049+ instead of wrapped in an anonymous table.
4050+ (Updated to match changes to <a href="http://www.w3.org/TR/css-flexbox-1/">Flexbox</a> .)
4051+ <li>
4052+ Added <a href="#item-margins"></a>
4053+ and undefined whether percentages are calculated
4054+ against the block or inline axis of grid item’s containing block.
4055+ <li>
4056+ Added <a href="#order-accessibility"></a>
4057+ <li>
4058+ Fixed incorrect “Animation” lines in the property definition tables.
4059+ <li>
4060+ Allow <<fixed-size>> to accept ''minmax()'' notation.
4061+ <li>
4062+ Disallow <<flex>> sizes as minimum of ''minmax()'' function.
4063+ (Plan to allow it later, once we figure out how to make it work
4064+ in a manner consistent with <a href="https://lists.w3.org/Archives/Public/www-style/2016Mar/0333.html">author expectations</a> )
4065+ <li>
4066+ Fix errors and add clarifications to <a href="#auto-repeat">auto-repeat</a> definition.
4067+ <li>
4068+ Fix handling of assumed names of <a>implicit grid lines</a>
4069+ to account for the “search direction”.
4070+ <li>
4071+ Added back error handling for when the start and end lines are identical.
4072+ <li>
4073+ Corrected errors in finding the size of the implicit grid
4074+ in the <a>placement algorithm</a> .
4075+ <li>
4076+ Auto-place into the <a>implicit grid</a> rather than the <a>explicit grid</a> .
4077+ <li>
4078+ Don't follow ''auto'' values of 'align-self' or 'justify-self'
4079+ on absolutely-positioned children;
4080+ just default to ''start'' alignment.
4081+ (Properties set on the grid container
4082+ usually aren't meant to affect absolutely-positioned children.)
4083+ <li>
4084+ Clarify that negative gutters are invalid.
4085+ <li>
4086+ Specify that gutters are omitted at fragmentation breaks.
4087+ <li>
4088+ Define location of a <a>grid line</a> when ther eare no <a>grid tracks</a> .
4089+ <li>
4090+ Correct sizing of the grid under
4091+ a <a lt="min-content constraint">min-content</a> or <a>max-content constraint</a> .
4092+ <li>
4093+ Allow 'max-width' /'max-height' to affect track sizing in a sensible way.
4094+ <li>
4095+ Allow fragmentation breaks between grid columns.
4096+ <li>
4097+ Various editorial improvements.
4098+ </ul>
4099+
4100+ A <a href="http://drafts.csswg.org/css-flexbox-1/issues-wd-20150917">Disposition of Comments</a> is available.
4101+
4102+ See also <a href="https://www.w3.org/TR/2015/WD-css-grid-1-20150917/#changes">previous changes</a> .
40634103
40644104Privacy and Security Considerations {#priv-sec}
40654105===============================================
0 commit comments