Re: [csswg-drafts] [css-table-3][css-backgrounds] tr background-color when td cell has a border-radius (#11734)

At the [beginning of table layers ](https://drafts.csswg.org/css2/#table-layers) it says 

> The background set on an element in one of the layers will only be visible if the layers above it have a transparent background.

In [4.6. Effect on Tables](https://drafts.csswg.org/css-backgrounds/#border-radius-tables), it says:

> The [border-radius](https://drafts.csswg.org/css-backgrounds/#propdef-border-radius) properties do apply to table, inline-table, and table-cell boxes in separated borders mode ([border-collapse: separate](https://drafts.csswg.org/css-tables-3/#propdef-border-collapse)). When border-collapse is [collapse](https://drafts.csswg.org/css2/#valdef-border-collapse-collapse), they have no effect.

I wonder why the area of the table cell outside of the border is not considered transparent. 

https://codepen.io/webcompat/full/MYWKbrm

![Image](https://github.com/user-attachments/assets/5d1034aa-9121-4519-9f04-0844174ebb64)

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


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

Received on Wednesday, 19 February 2025 02:09:38 UTC