Re: [csswg-drafts] [css-pseudo-4] ::first-letter should include space separators (#5154)

The meeting mentions compat between Gecko and Blink.

I don't think theres compat between Gecko and Blink. They treat punctuation and space somewhat differently. 

**Chrome:**
Does not include any characters when sentence starts with "« ". Includes the punctuation but not the space and the following character when starting with "– ".

<img width="255" alt="Screenshot-Chrome" src="https://user-images.githubusercontent.com/175195/88254014-08adaa00-ccb4-11ea-950d-5b6e1f2af3af.png">

**Firefox:**
Does not include any characters when sentence starts with "« " or "– ".

<img width="255" alt="Screenshot–Firefox" src="https://user-images.githubusercontent.com/175195/88254022-0b100400-ccb4-11ea-872b-9a492499b787.png">

**Safari:**
Includes punctuation and space when starting with "« ". Only includes punctuation when starting with "– ".
<img width="377" alt="Screenshot-Safari" src="https://user-images.githubusercontent.com/175195/88254019-09ded700-ccb4-11ea-9069-9441120759d2.png">

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

Received on Thursday, 23 July 2020 05:18:03 UTC