- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Sun, 02 Oct 2022 14:52:02 +0000
- To: public-css-archive@w3.org
I think it's even more strange that with `td { background: transparent }` you can see the blue background from the row. But `document.elementsFromPoint(120, 120)` says `[ td, table, body, html ]`, not including the row even if you can explicitly see it. It's like rows get `pointer-events: none` or something. Anyways, if we add hit-testing for table rows, probably should also add hit-testing for row groups, columns and column groups, according to this model: https://www.w3.org/TR/CSS22/tables.html#table-layers -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7817#issuecomment-1264661710 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 2 October 2022 14:52:04 UTC