Re: [csswg-drafts] [cssom-view] Should table rows be returned by elementFromPoint & elementsFromPoint? (#4182)

In https://crbug.com/6647594#c17 it was found that `<tr>`, `<tbody>`, `<thead>`, and `<tfoot>` are not included in elementsFromPoint by Chromium and Gecko. Elements with the equivalent `display` values (`display: table-row`, `display: table-row-group`, `display: table-header-group`, and `display: table-footer-group`) are not included in elementsFromPoint by Chromium, but are included in elementsFromPoint by Gecko.

The cssom-view spec issue ["The terms CSS layout box and SVG layout box are not currently defined by CSS or SVG."](https://drafts.csswg.org/cssom-view/#issue-167dc25d) seems related to this issue.

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

Received on Sunday, 11 August 2019 14:42:39 UTC