Skip to content

Commit 77181f2

Browse files
committed
Minor rearrangement of items.
1 parent 5b1b97b commit 77181f2

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

css3-layout/new2.src.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3253,8 +3253,9 @@ <h3>Syntax, features and levels</h3>
32533253
<h4>Named vs numbered slots</h4>
32543254

32553255
<p>Named slots are very easy to understand and use. Experience with
3256-
the draft showed the everybody who sees an example immediately
3257-
understand what it means. There is no need to use numbers or to count.
3256+
the draft showed that everybody who sees an example immediately
3257+
understands what it means. Moreover, there is no need to use numbers
3258+
or to count.
32583259

32593260
<p>But it is different for absolutely positioned elements that use the
32603261
grid. Those elements do not belong to a slot, they are merely placed
@@ -3965,6 +3966,10 @@ <h2 id=changes>Changes</h2>
39653966
'grid-rows' and 'grid-columns', which makes animations easier to
39663967
specify.
39673968

3969+
<li>Replaced @ by * to indicate the default slot. The asterisk looks
3970+
better and may also be easier to remember, because of its association
3971+
with the notion of “wild card.”
3972+
39683973
<li>Added dimensions with the ''fr'' unit as an alternative to * on
39693974
row and column sizes (and an issue about whether these units are
39703975
useful enough).
@@ -3995,10 +4000,6 @@ <h2 id=changes>Changes</h2>
39954000
level 4. It is only useful in combination with chaining of slots (the
39964001
'chains' property) or page-based templates.
39974002

3998-
<li>Replaced @ by * to indicate the default slot. The asterisk looks
3999-
better and may also be easier to remember, because of its association
4000-
with the notion of “wild card.”
4001-
40024003
<li>Renamed the keyword ''fit-content'' to ''auto''. The former has a
40034004
specific meaning in [[CSS3BOX]], which is related, but not the same.
40044005

0 commit comments

Comments
 (0)