Re: [csswg-drafts] [css-text] cursive shaping breaks needs better scoping

Using `::first-letter` to change the formatting would do so. But merely selecting something with first letter shouldn't do anything, just like merely putting a span around something shouldn't.

So, if you put `::first-letter { text-transform: uppercase; }` on some arabic text, it doesn't affect the formatting, since arabic is unicameral, and it isn't allowed to break letter shaping.

-- 
GitHub Notification of comment by frivoal
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/698#issuecomment-438541355 using your GitHub account

Received on Wednesday, 14 November 2018 05:21:39 UTC