Skip to content

Commit 3a38ef2

Browse files
committed
[css-pseudo] Resolve issue in favor of containing block; in <div lang=de><p lang=en>Ijk</p></div> we want to use en. Particularly important for mixed script text!
1 parent 6697468 commit 3a38ef2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

css-pseudo/Overview.bs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,7 @@ The ::first-letter pseudo-element</h3>
247247
In Dutch, for example, if the letter combination "ij" appears at the beginning of an element,
248248
both letters should be considered within the ''::first-letter'' pseudo-element. [[UAX29]]
249249
The UA should tailor its definition of <i>typographic letter unit</i>
250-
to reflect the first-letter traditions of the <i>originating element</i>’s content language.
251-
252-
Issue: This is actually a problem in cases where the originating element is an ancestor
253-
with a different content. What <em>should</em> we say here?
250+
to reflect the first-letter traditions of the ''::first-letter'' pseudo-element’s <em>containing block</em>’s content language.
254251

255252
Note: Note that the first <i>typographic letter unit</i> may in fact
256253
be a digit, e.g., the “6” in “67 million dollars is a lot of money.”

0 commit comments

Comments
 (0)