Skip to content

Commit b3b76c0

Browse files
committed
Generated. Do not edit!
1 parent fd49884 commit b3b76c0

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

css3-layout/new2.html

Lines changed: 13 additions & 9 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-
1 March 2012</h2>
53+
2 March 2012</h2>
5454

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

5858
<dd><a
59-
href="http://www.w3.org/TR/2012/ED-css3-layout-20120301/">http://www.w3.org/TR/2012/ED-css3-layout-20120301/</a>
59+
href="http://www.w3.org/TR/2012/ED-css3-layout-20120302/">http://www.w3.org/TR/2012/ED-css3-layout-20120302/</a>
6060

6161

6262
<dt>Latest version:
@@ -1591,6 +1591,9 @@ <h3 id=grid-shorthand><span class=secno>2.4. </span> The &lsquo;<a
15911591
</div>
15921592

15931593
<div class=issue>
1594+
<!-- The idea to put column sizes first is due to Fantasai:
1595+
http://www.w3.org/mid/4F4FF423.1000205@inkedblade.net -->
1596+
15941597
<p>Does it look better with the column sizes first instead of last? There
15951598
would be no need for a slash:
15961599

@@ -3099,8 +3102,9 @@ <h3 id=vertical-alignment><span class=secno>6.1. </span>Vertical alignment
30993102
margin edge of the slot is equal to the distance between the <a
31003103
href="#tail-edge" title="tail edge">tail</a> margin edge of the anonymous
31013104
block and the <a href="#tail-edge" title="tail edge">tail</a> margin edge
3102-
of the slot. <span class=note>(Note that if the content overflows the
3103-
slot, it will overflow at both edges.)</span>
3105+
of the slot.
3106+
<p class=note>(Note that if the content overflows the slot, it will
3107+
overflow at both edges.)
31043108

31053109
<dt>baseline
31063110

@@ -3120,11 +3124,11 @@ <h3 id=vertical-alignment><span class=secno>6.1. </span>Vertical alignment
31203124
class=property>writing-mode</code></a>&rsquo; and the same &lsquo;<a
31213125
href="#vertical-align"><code
31223126
class=property>vertical-align</code></a>&rsquo; in the same row (if the
3123-
slot is <a href="#horizontal-element.">horizontal</a>) or same column
3124-
(if the slot is <a href="#vertical-element">vertical</a>). A slot has a
3125-
relevant first line, if the content has a first line (ignoring any
3126-
lines inside floats) and that first line has the same &lsquo;<a
3127-
href="#writing-mode"><code
3127+
slot is <a href="#horizontal-element.">horizontal</a>) or the same
3128+
column (if the slot is <a href="#vertical-element">vertical</a>). A
3129+
slot has a relevant first line, if the content has a first line
3130+
(ignoring any lines inside floats) and that first line has the same
3131+
&lsquo;<a href="#writing-mode"><code
31283132
class=property>writing-mode</code></a>&rsquo; as the slot itself.
31293133
</ol>
31303134

0 commit comments

Comments
 (0)