[csswg-drafts] [css-tables][css-position] Disagreeement about percentage resolution in insets of relpos caption (#11171)

Loirooriol has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-tables][css-position] Disagreeement about percentage resolution in insets of relpos caption ==
```html
<!DOCTYPE html>
<table border style="padding: 25px">
  <caption style="position: relative; left: 100%; height: 20px; background: cyan"></caption>
  <td style="width: 50px; height: 50px"></td>
</table>
```

Firefox shifts the caption 110px to the right, but Blink and WebKit only shift it 58px.
So Firefox resolves against the border box of the table wrapper box, while Blink&WebKit use the table grid box.
The spec claims that the table wrapper box is a block container, so I would expect to resolve against the content box of the table wrapper box.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11171 using your GitHub account


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

Received on Friday, 8 November 2024 14:36:19 UTC