Skip to content

Commit 41f2b02

Browse files
committed
Generated. Do not edit!
1 parent 5bea21e commit 41f2b02

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

css-template/Overview.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5777,6 +5777,21 @@ <h2 id=changes><span class=secno>12. </span>Changes</h2>
57775777
href="/TR/2011/WD-css3-layout-20111129/">29 November 2011 draft:</a>
57785778

57795779
<ul>
5780+
<li>Following the model of <a href="#CSS3-FLEXBOX"
5781+
rel=biblioentry>[CSS3-FLEXBOX]<!--{{CSS3-FLEXBOX}}--></a>, there is now a
5782+
new value ‘<a href="#grid"><code class=css>grid</code></a>’ for ‘<a
5783+
href="#display1"><code class=property>display</code></a>’ that turns a
5784+
grid element and its children into block boxes. Such children are
5785+
positioned with ‘<a href="#grid-area"><code
5786+
class=property>grid-area</code></a>’ and ‘<a href="#flow0"><code
5787+
class=property>flow</code></a>’ does not apply.
5788+
5789+
<li>A new ‘<a href="#grid"><code class=css>grid</code></a>’ value on
5790+
<a href="#position0"><code class=property>position</code></a>
5791+
switches elements between positioned (‘<a href="#grid-area"><code
5792+
class=property>grid-area</code></a>’ applies) and flowed (‘<a
5793+
href="#flow0"><code class=property>flow</code></a>’ applies).
5794+
57805795
<li>Short rows in a template aren't automatically padded with ‘<code
57815796
class=css>.</code>’, but make the template illegal.
57825797
<!-- WG decision 11 Apr 2012 -->

0 commit comments

Comments
 (0)