Skip to content

Commit 50b0f6f

Browse files
committed
[css-inline] per working group resolution, initial letter is undefined for ruby
1 parent 8a5bce7 commit 50b0f6f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css-inline/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,10 +499,11 @@ Creating Initial Letters: the 'initial-letter' property</h3>
499499
<pre>p::first-letter { initial-letter: 2; }</pre>
500500
</div>
501501

502-
Issue: Define interaction with <a>ruby</a>. Easiest is to make it not apply to/within <a>ruby</a>.
503-
504502
The 'initial-letter' property does not apply to boxes
505-
that are not positioned at the start of the line due to bidi reordering.
503+
that are not positioned at the start of the line due to bidi reordering.
504+
505+
The 'initial-letter' property is undefined on children of <a>ruby</a> base container boxes
506+
and on <a>ruby</a> container boxes.
506507

507508
<h4 id="initial-letter-properties">
508509
Properties</h4>

0 commit comments

Comments
 (0)