Skip to content

Commit 5bea21e

Browse files
committed
[css3-layout] Updated Changes section.
1 parent 5f6a403 commit 5bea21e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

css-template/Overview.src.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4557,6 +4557,14 @@ <h2 id=changes>Changes</h2>
45574557
href="/TR/2011/WD-css3-layout-20111129/" >29 November 2011 draft:</a>
45584558

45594559
<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+
45604568
<li>Short rows in a template aren't automatically padded with '.', but
45614569
make the template illegal. <!-- WG decision 11 Apr 2012 -->
45624570

0 commit comments

Comments
 (0)