Re: [csswg-drafts] [css-break] Clarify how `box-shadow` should appear when a box is sliced (#10171)

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