File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -514,7 +514,7 @@ Creating Initial Letters: the 'initial-letters' property</h3>
514
514
<pre> p::first-letter { initial-letters: 2; }</pre>
515
515
</div>
516
516
517
- <h4 id="first-most-inline-leve ">
517
+ <h4 id="first-most-inline-level ">
518
518
Applicability</h4>
519
519
520
520
To give authors more control over which characters can be styled as an <a>initial letter</a>
@@ -572,6 +572,10 @@ Applicability</h4>
572
572
its <a>used value</a> is ''initial-letters/normal'' ,
573
573
and it is not formatted as an <a>initial letter</a> .
574
574
575
+ Note: The 'initial-letters' property cannot apply to any element
576
+ whose 'float' is not ''float/none'' or 'position' is not ''static'' ,
577
+ because these values cause its 'display' to compute to ''block'' .
578
+
575
579
The effect of the 'initial-letters' property is undefined
576
580
on children of <a>ruby</a> base container boxes
577
581
and on <a>ruby</a> container boxes.
You can’t perform that action at this time.
0 commit comments