@@ -631,7 +631,7 @@ <h3>Summary and use cases</h3>
631631
632632< pre > span:nth-child(n+4)::after {content: " "}</ pre >
633633
634- < p class =issue > This space handling not very intuitive. One might
634+ < p class =issue > This space handling is not very intuitive. One might
635635expect there to be a way to say “select everything from this element
636636onward” or maybe a pseudo-element selector for the text between
637637elements. Or a new property to specify different ways to handle the
@@ -1215,7 +1215,7 @@ <h3 id=grid-shorthand >The 'grid' shorthand property</h3>
12151215
12161216< pre >
12171217grid-columns: * 10em;
1218- grid-template: "abc " "abd ";
1218+ grid-template: "a b c " "a b d ";
12191219grid-rows: auto 4em;
12201220</ pre >
12211221
@@ -2784,13 +2784,13 @@ <h3 id=vertical-alignment>Vertical alignment of the contents of
27842784< pre >
27852785<BODY>
27862786<P> ...</P>
2787- <FIGURE> ...</P >
2787+ <FIGURE> ...</FIGURE >
27882788<P> ...</P>
2789- <FIGURE> ...</P >
2789+ <FIGURE> ...</FIGURE >
27902790<P> ...</P>
2791- <FIGURE> ...</P >
2791+ <FIGURE> ...</FIGURE >
27922792<P> ...</P>
2793- <FIGURE> ...</P >
2793+ <FIGURE> ...</FIGURE >
27942794</BODY>
27952795</ pre >
27962796
@@ -3389,13 +3389,13 @@ <h2 id=chains>Chaining slots: the 'chains' property</h2>
33893389added at the bottom.
33903390
33913391< pre >
3392- div { grid: "@@..ff... ." / 3.6em
3393- ".aa..gg.. ." / 3.6em
3394- "..bb..hh. ." / 3.6em
3395- "...cc..ii ." / 3.6em
3396- "....dd..jj" / 3.6em
3397- "......... ." / 0.6em
3398- "eeee..kkkk" / auto;
3392+ div { grid: "@ @ . . f f . . . ." 3.6em
3393+ ". a a . . g g . . ." 3.6em
3394+ ". . b b . . h h . ." 3.6em
3395+ ". . . c c . . i i ." 3.6em
3396+ ". . . . d d . . j j" 3.6em
3397+ ". . . . . . . . . ." 0.6em
3398+ "e e e e . . k k k k" auto;
33993399 chains: @ a b c d e, f g h i j k}
34003400#first { position: @ }
34013401#second { position: f }
0 commit comments