- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 09 Apr 2024 11:09:34 +0000
- To: public-css-archive@w3.org
The spec says > The effect is as though the element were rendered with no breaks present, and then sliced by the breaks afterward This seems closer to Blink for my previous testcase, but here Blink produces a bigger shadow when slicing: ```html <!DOCTYPE html> <style>span { box-shadow: 200px 0px 0 1px silver }</style> <div><span>aaaaaaaa bbbbbbbb</span></div> <div style="width: 0"><span>aaaaaaaa bbbbbbbb</span></div> ``` ![imatge](https://github.com/w3c/csswg-drafts/assets/7477678/d12021c9-9a49-479f-8037-28633a01ac3a) -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10171#issuecomment-2044747934 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 9 April 2024 11:09:34 UTC