You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -612,7 +613,7 @@ the ''continue/fragments'' value of the 'continue' property.
612
613
another one to be created. The second
613
614
card is created just like it's the
614
615
next sibling of the first.
615
-
</div></pre></td><td>
616
+
</div></code></pre></td><td>
616
617
<div class="in-cards-demo">In this example, the text in the<br>div is broken into a series of<br>cards. These cards all have the<br>same style. The presence of<br>enough content to overflow<br>one of the cards causes another</div>
617
618
<div class="in-cards-demo">one to be created. The second<br>card is created just like it's the<br>next sibling of the first.</div>
618
619
</td></tr></table>
@@ -712,7 +713,8 @@ the ''continue/fragments'' value of the 'continue' property.
@@ -734,7 +736,7 @@ the ''continue/fragments'' value of the 'continue' property.
734
736
</style>
735
737
<div class="bouncy-columns">
736
738
<i>...</i>
737
-
</div></pre></td><td>
739
+
</div></code></pre></td><td>
738
740
<div class="bouncy-columns-demo one">In this<br>example, the<br>text in the div<br>is broken into<br>a series of<br>columns. The<br>author<br>probably</div>
739
741
<div class="bouncy-columns-demo two">intended the<br>text to fill two<br>columns. But<br>if it happens to<br>fill three<br>columns, the<br>third column is<br>still created. It</div>
740
742
<div class="bouncy-columns-demo">just doesn't<br>have any<br>fragment-specific<br>styling because<br>the author<br>didn't give it<br>any.</div>
@@ -810,7 +812,8 @@ the ''continue/fragments'' value of the 'continue' property.
@@ -827,7 +830,7 @@ the ''continue/fragments'' value of the 'continue' property.
827
830
</style>
828
831
<div class="article">
829
832
The <code>font-size</code> property<i>...</i>
830
-
</div></pre></td><td>
833
+
</div></code></pre></td><td>
831
834
<div class="article-font-inherit-demo one">The <code>font-size</code> property<br>specified on the fragment<br>is inherited into the</div>
832
835
<div class="article-font-inherit-demo two">descendants of the fragment.<br>This means that inherited<br>properties can be used<br>reliably on a fragment, as in<br>this example.</div>
833
836
</td></tr></table>
@@ -884,7 +887,8 @@ the ''continue/fragments'' value of the 'continue' property.
<div class="article-max-lines-demo one">The max-lines property allows<br>authors to use a larger font for the first<br>few lines of an article. Without the</div>
1023
1028
<div class="article-max-lines-demo two">max-lines property, authors<br>might have to use the<br>'height' property instead, but<br>that would leave a slight gap<br>if the author miscalculated<br>how much height a given<br>number of lines would<br>occupy (which might be</div>
1024
1029
<div class="article-max-lines-demo three">particularly hard if the author<br>didn't know what text would<br>be filling the space, exactly<br>what font would be used, or<br>exactly which platform's font<br>rendering would be used to<br>display the font).</div>
0 commit comments