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

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

== [cssom-view] Should table rows be returned by elementFromPoint & elementsFromPoint? ==
https://drafts.csswg.org/cssom-view/#dom-document-elementsfrompoint

According to the spec, step 2 of the algorithm is to look for a layout box "that would be a target for hit testing".

Currently, Chromium, Gecko and Webkit do not return table rows from elementsFromPoint.

Should we? It seems the answer has to do with hit testing, which has no spec.

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

Received on Friday, 9 August 2019 21:36:30 UTC