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
Copy file name to clipboardExpand all lines: css-inline/Overview.bs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2544,14 +2544,14 @@ An initial letter does not affect the position of its containing element. For
2544
2544
A paragraph with an initial letter may have fewer lines of text than the initial letter occupies. The initial letter acts as if it is a float, and the subsequent para may wrap around it.
2545
2545
2546
2546
<figure>
2547
-
<img src="initial-letter-short-para.png" alt="short para with initial letter" width="480"/>
2547
+
<img src="initial-letter-short-para.png" alt="short para with initial letter" width="600"/>
2548
2548
<p class="caption">The red text is a short paragraph with an initial letter. Note the subsequent paragraph wraps around the initial letter as if it were a float.</p>
2549
2549
</figure>
2550
2550
2551
2551
If the subsequent paragraph also has an initial letter, then that initial letter must clear the float of the previous initial letter.
2552
2552
2553
2553
<figure>
2554
-
<img src="initial-letter-short-para-initial.png" alt="short para with initial letter followed by para with initial" width="480"/>
2554
+
<img src="initial-letter-short-para-initial.png" alt="short para with initial letter followed by para with initial" width="600"/>
2555
2555
<p class="caption">The red text is a short paragraph with an initial letter. If the subsequent paragraph also has an initial letter, its initial letter clears as if it was a float, too.</p>
<p>A paragraph with an initial letter may have fewer lines of text than the initial letter occupies. The initial letter acts as if it is a float, and the subsequent para may wrap around it.</p>
2644
2644
2645
2645
<figure>
2646
-
<imgalt="short para with initial letter" src=initial-letter-short-para.pngwidth=480>
2646
+
<imgalt="short para with initial letter" src=initial-letter-short-para.pngwidth=600>
2647
2647
<pclass=caption>The red text is a short paragraph with an initial letter. Note the subsequent paragraph wraps around the initial letter as if it were a float.</p>
2648
2648
</figure>
2649
2649
2650
2650
<p>If the subsequent paragraph also has an initial letter, then that initial letter must clear the float of the previous initial letter.</p>
2651
2651
2652
2652
<figure>
2653
-
<imgalt="short para with initial letter followed by para with initial" src=initial-letter-short-para-initial.pngwidth=480>
2653
+
<imgalt="short para with initial letter followed by para with initial" src=initial-letter-short-para-initial.pngwidth=600>
2654
2654
<pclass=caption>The red text is a short paragraph with an initial letter. If the subsequent paragraph also has an initial letter, its initial letter clears as if it was a float, too.</p>
0 commit comments