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

But in this case I prefer Blink:

```html
<!DOCTYPE html>
<style>
div {
  width: 0;
  line-height: 3;
}
span {
  box-shadow: 5px 5px 0 10px silver;
  height: 300px;
}
</style>
<div>aaaaaaaa<span>bbbbb ccccc</span>ddddd</div>
```

| Gecko | Blink | WebKit | Servo |
| - | - | - | - |
| ![](https://github.com/w3c/csswg-drafts/assets/7477678/26bb0679-e3ab-4c89-a09d-51fc1e59b9f9) | ![](https://github.com/w3c/csswg-drafts/assets/7477678/10242f8e-19eb-4909-8694-f35171330726) | ![imatge](https://github.com/w3c/csswg-drafts/assets/7477678/98be94f1-bd24-443c-893f-6615c0c42969) | ![](https://github.com/w3c/csswg-drafts/assets/7477678/ade35036-f9fd-4e54-95a9-3242a4f51d8c) |



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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 4 April 2024 16:32:34 UTC