Skip to content

Commit 7ee7cc4

Browse files
committed
Generated. Do not edit!
1 parent 77181f2 commit 7ee7cc4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css3-layout/new2.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
<h1>CSS Grid Template Layout Module</h1>
5151
<!--=================================================================-->
5252
<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>
5454

5555
<dl>
5656
<dt>This version:
5757

5858
<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>
6060

6161

6262
<dt>Latest version:
@@ -3919,8 +3919,8 @@ <h4 id=named-vs-numbered-slots><span class=secno>10.2.1. </span>Named vs
39193919
numbered slots</h4>
39203920

39213921
<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.
39243924

39253925
<p>But it is different for absolutely positioned elements that use the
39263926
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>
47264726
class=property>grid-columns</code></a>&rsquo;, which makes animations
47274727
easier to specify.
47284728

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+
47294733
<li>Added dimensions with the &lsquo;<code class=css>fr</code>&rsquo; unit
47304734
as an alternative to * on row and column sizes (and an issue about
47314735
whether these units are useful enough).
@@ -4766,10 +4770,6 @@ <h2 id=changes><span class=secno>11. </span>Changes</h2>
47664770
href="#chains0"><code class=property>chains</code></a>&rsquo; property)
47674771
or page-based templates.
47684772

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-
47734773
<li>Renamed the keyword &lsquo;<code class=css>fit-content</code>&rsquo;
47744774
to &lsquo;<code class=css>auto</code>&rsquo;. The former has a specific
47754775
meaning in <a href="#CSS3BOX"

0 commit comments

Comments
 (0)