Skip to content

Commit fd49884

Browse files
committed
Recorded that Elika had the idea to put column sizes first.
1 parent 2b2836c commit fd49884

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

css3-layout/new2.src.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,6 +1188,8 @@ <h3 id=grid-shorthand> The 'grid' shorthand property</h3>
11881188
</div>
11891189

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

@@ -2495,8 +2497,10 @@ <h3 id=vertical-alignment>Vertical alignment of the contents of slots</h3>
24952497
slot is equal to the distance between the <span title="tail
24962498
edge">tail</span> margin edge of the anonymous block and
24972499
the <span title="tail edge">tail</span> margin edge of the
2498-
slot. <span class=note>(Note that if the content overflows the slot,
2499-
it will overflow at both edges.)</span>
2500+
slot.
2501+
2502+
<p class=note>(Note that if the content overflows the slot, it will
2503+
overflow at both edges.)
25002504

25012505
<dt>baseline
25022506
<dd>
@@ -2513,7 +2517,7 @@ <h3 id=vertical-alignment>Vertical alignment of the contents of slots</h3>
25132517
baseline of that line must align with the baselines of the relevant
25142518
first lines in all other slots with the same 'writing-mode' and the
25152519
same 'vertical-align' in the same row (if the slot
2516-
is <span>horizontal</span>) or same column (if the slot
2520+
is <span>horizontal</span>) or the same column (if the slot
25172521
is <span>vertical</span>). A slot has a relevant first line, if the
25182522
content has a first line (ignoring any lines inside floats) and that
25192523
first line has the same 'writing-mode' as the slot itself.

0 commit comments

Comments
 (0)