We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5bce7 commit 50b0f6fCopy full SHA for 50b0f6f
1 file changed
css-inline/Overview.bs
@@ -499,10 +499,11 @@ Creating Initial Letters: the 'initial-letter' property</h3>
499
<pre>p::first-letter { initial-letter: 2; }</pre>
500
</div>
501
502
- Issue: Define interaction with <a>ruby</a>. Easiest is to make it not apply to/within <a>ruby</a>.
503
-
504
The 'initial-letter' property does not apply to boxes
505
- that are not positioned at the start of the line due to bidi reordering.
+ that are not positioned at the start of the line due to bidi reordering.
+
+ The 'initial-letter' property is undefined on children of <a>ruby</a> base container boxes
506
+ and on <a>ruby</a> container boxes.
507
508
<h4 id="initial-letter-properties">
509
Properties</h4>
0 commit comments