Re: [csswg-drafts] [css-position][css-tables] position doesn’t apply on <tr> either (#1899)

From my tests and few hours of research, it seems that `position: relative` works on all major browsers but there are two exceptions:

- Safari on macOS needs the `transform: translate(0)` hack.
- Both Safari and Chrome on iOS don't work and the hack doesn't help either.

Wrapping the absolute element in a relative one obviously works but then you cannot achieve the goal of the element rendering in context of the row instead of a cell.

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


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

Received on Friday, 13 October 2023 10:47:34 UTC