We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6a403 commit 5bea21eCopy full SHA for 5bea21e
1 file changed
css-template/Overview.src.html
@@ -4557,6 +4557,14 @@ <h2 id=changes>Changes</h2>
4557
href="/TR/2011/WD-css3-layout-20111129/" >29 November 2011 draft:</a>
4558
4559
<ul>
4560
+<li>Following the model of [[CSS3-FLEXBOX]], there is now a new value
4561
+''grid'' for 'display' that turns a grid element and its children into
4562
+block boxes. Such children are positioned with 'grid-area' and 'flow'
4563
+does not apply.
4564
+
4565
+<li>A new ''grid'' value on 'position' switches elements between
4566
+positioned ('grid-area' applies) and flowed ('flow' applies).
4567
4568
<li>Short rows in a template aren't automatically padded with '.', but
4569
make the template illegal. <!-- WG decision 11 Apr 2012 -->
4570
0 commit comments