File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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
@@ -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 }
You can’t perform that action at this time.
0 commit comments