Skip to content

Commit cfb4509

Browse files
committed
[css-inline] correct auto to all in example
1 parent cf7852d commit cfb4509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-inline/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ Ordinary initial letter with no wrapping.
770770
<pre>
771771
p::first-letter {
772772
initial-letter: 3;
773-
initial-letter-wrap: auto;
773+
initial-letter-wrap: all;
774774
}
775775
</pre>
776776
<img alt="text wrapping around dropcap A" src="images/A-wraparound.png" width="600">

0 commit comments

Comments
 (0)