Skip to content

Commit 3624d3e

Browse files
committed
(merge)
--HG-- extra : rebase_source : 11a2d839130d102bb950baf9be21fb635faa67ad
2 parents 533bf4a + ddb133f commit 3624d3e

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

css-template/Overview.src.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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
635635
expect there to be a way to say “select everything from this element
636636
onward” or maybe a pseudo-element selector for the text between
637637
elements. 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>
12171217
grid-columns: * 10em;
1218-
grid-template: "abc" "abd";
1218+
grid-template: "a b c" "a b d";
12191219
grid-rows: auto 4em;
12201220
</pre>
12211221

@@ -2784,13 +2784,13 @@ <h3 id=vertical-alignment>Vertical alignment of the contents of
27842784
<pre>
27852785
&lt;BODY>
27862786
&lt;P>...&lt;/P>
2787-
&lt;FIGURE>...&lt;/P>
2787+
&lt;FIGURE>...&lt;/FIGURE>
27882788
&lt;P>...&lt;/P>
2789-
&lt;FIGURE>...&lt;/P>
2789+
&lt;FIGURE>...&lt;/FIGURE>
27902790
&lt;P>...&lt;/P>
2791-
&lt;FIGURE>...&lt;/P>
2791+
&lt;FIGURE>...&lt;/FIGURE>
27922792
&lt;P>...&lt;/P>
2793-
&lt;FIGURE>...&lt;/P>
2793+
&lt;FIGURE>...&lt;/FIGURE>
27942794
&lt;/BODY>
27952795
</pre>
27962796

@@ -3389,13 +3389,13 @@ <h2 id=chains>Chaining slots: the 'chains' property</h2>
33893389
added 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

Comments
 (0)