File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments