Skip to content

Commit 99954cb

Browse files
committed
[css-inline-3] Deal with other cases in which initial letter is not at the start of the line. #2184 (comment)
1 parent 253670d commit 99954cb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

css-inline-3/Overview.bs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -535,9 +535,6 @@ Creating Initial Letters: the 'initial-letter' property</h3>
535535
are all first-child <a>inline boxes</a>
536536
that have a <a lt="computed value">computed</a> 'initial-letter' value
537537
of ''initial-letter/normal''.
538-
Furthermore, if 'initial-letter' is applied to an <a>inline-level box</a>
539-
that is not positioned at the start of the line due to bidi reordering,
540-
its <a>used value</a> is ''initial-letter/normal''.
541538

542539
<div class="example">
543540
For example,
@@ -570,6 +567,12 @@ Creating Initial Letters: the 'initial-letter' property</h3>
570567
as it has an ancestor already styled as an <a>initial letter</a>.)
571568
</div>
572569

570+
If 'initial-letter' is applied to an <a>inline-level box</a>
571+
that is not positioned at the start of the line due to bidi reordering
572+
or which is otherwise preceded by other <a>inline-level</a> content,
573+
its <a>used value</a> is ''initial-letter/normal'',
574+
and it is not formatted as an <a>initial letter</a>.
575+
573576
The 'initial-letter' property is undefined on children of <a>ruby</a> base container boxes
574577
and on <a>ruby</a> container boxes.
575578

0 commit comments

Comments
 (0)