|
50 | 50 | <h1>CSS Grid Template Layout Module</h1> |
51 | 51 | <!--=================================================================--> |
52 | 52 | <h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft |
53 | | - 28 February 2012</h2> |
| 53 | + 29 February 2012</h2> |
54 | 54 |
|
55 | 55 | <dl> |
56 | 56 | <dt>This version: |
57 | 57 |
|
58 | 58 | <dd><a |
59 | | - href="http://www.w3.org/TR/2012/ED-css3-layout-20120228/">http://www.w3.org/TR/2012/ED-css3-layout-20120228/</a> |
| 59 | + href="http://www.w3.org/TR/2012/ED-css3-layout-20120229/">http://www.w3.org/TR/2012/ED-css3-layout-20120229/</a> |
60 | 60 |
|
61 | 61 |
|
62 | 62 | <dt>Latest version: |
@@ -3919,8 +3919,8 @@ <h4 id=named-vs-numbered-slots><span class=secno>10.2.1. </span>Named vs |
3919 | 3919 | numbered slots</h4> |
3920 | 3920 |
|
3921 | 3921 | <p>Named slots are very easy to understand and use. Experience with the |
3922 | | - draft showed the everybody who sees an example immediately understand what |
3923 | | - it means. There is no need to use numbers or to count. |
| 3922 | + draft showed that everybody who sees an example immediately understands |
| 3923 | + what it means. Moreover, there is no need to use numbers or to count. |
3924 | 3924 |
|
3925 | 3925 | <p>But it is different for absolutely positioned elements that use the |
3926 | 3926 | grid. Those elements do not belong to a slot, they are merely placed on |
@@ -4726,6 +4726,10 @@ <h2 id=changes><span class=secno>11. </span>Changes</h2> |
4726 | 4726 | class=property>grid-columns</code></a>’, which makes animations |
4727 | 4727 | easier to specify. |
4728 | 4728 |
|
| 4729 | + <li>Replaced @ by * to indicate the default slot. The asterisk looks |
| 4730 | + better and may also be easier to remember, because of its association |
| 4731 | + with the notion of “wild card.” |
| 4732 | + |
4729 | 4733 | <li>Added dimensions with the ‘<code class=css>fr</code>’ unit |
4730 | 4734 | as an alternative to * on row and column sizes (and an issue about |
4731 | 4735 | whether these units are useful enough). |
@@ -4766,10 +4770,6 @@ <h2 id=changes><span class=secno>11. </span>Changes</h2> |
4766 | 4770 | href="#chains0"><code class=property>chains</code></a>’ property) |
4767 | 4771 | or page-based templates. |
4768 | 4772 |
|
4769 | | - <li>Replaced @ by * to indicate the default slot. The asterisk looks |
4770 | | - better and may also be easier to remember, because of its association |
4771 | | - with the notion of “wild card.” |
4772 | | - |
4773 | 4773 | <li>Renamed the keyword ‘<code class=css>fit-content</code>’ |
4774 | 4774 | to ‘<code class=css>auto</code>’. The former has a specific |
4775 | 4775 | meaning in <a href="#CSS3BOX" |
|
0 commit comments