@@ -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?
11921194There would be no need for a slash:
11931195
@@ -2495,8 +2497,10 @@ <h3 id=vertical-alignment>Vertical alignment of the contents of slots</h3>
24952497slot is equal to the distance between the < span title ="tail
24962498edge "> tail</ span > margin edge of the anonymous block and
24972499the < 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>
25132517baseline of that line must align with the baselines of the relevant
25142518first lines in all other slots with the same 'writing-mode' and the
25152519same '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
25172521is < span > vertical</ span > ). A slot has a relevant first line, if the
25182522content has a first line (ignoring any lines inside floats) and that
25192523first line has the same 'writing-mode' as the slot itself.
0 commit comments