Skip to content

Commit a8ff4a2

Browse files
committed
[css-inline] update applies-to lines for all initial-letter properties per fix for w3c#2184
1 parent 91b5989 commit a8ff4a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-inline-3/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,8 @@ Alignment of Initial Letters: the 'initial-letter-align' property</h3>
644644
Name: <dfn id="propdef-initial-letter-align">initial-letter-align</dfn>
645645
Value: border-box? [ alphabetic | ideographic | hebrew | hanging ] | border-box
646646
Initial: alphabetic
647-
Applies to: <code>::first-letter</code> pseudo elements and inline level first child of a block container
647+
Applies to: <code>::first-letter</code> pseudo-elements and
648+
<a href="#first-most-inline-level">certain inline-level boxes</a> (see prose)
648649
Inherited: yes
649650
Percentages: N/A
650651
Media: visual
@@ -888,7 +889,8 @@ Initial Letter Wrapping: the 'initial-letter-wrap' property</h3>
888889
Name: <dfn id="propdef-initial-letter-wrap">initial-letter-wrap</dfn>
889890
Value: none | first | all | grid | <<length>> | <<percentage>>
890891
Initial: none
891-
Applies to: <code>::first-letter</code> pseudo-elements and inline-level first child of a block container
892+
Applies to: <code>::first-letter</code> pseudo-elements and
893+
<a href="#first-most-inline-level">certain inline-level boxes</a> (see prose)
892894
Inherited: yes
893895
Percentages: relative to <a>logical width</a> of (last fragment of) initial letter
894896
Media: visual

0 commit comments

Comments
 (0)