This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22450 - elementsFromPoint and multiple overlapping boxes per element
Summary: elementsFromPoint and multiple overlapping boxes per element
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM View (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-25 10:55 UTC by Simon Pieters
Modified: 2013-08-08 13:28 UTC (History)
0 users

See Also:


Attachments

Description Simon Pieters 2013-06-25 10:55:12 UTC
http://dev.w3.org/csswg/cssom-view/#dom-document-elementsfrompoint

[[
The sequence to be returned is sorted by paint order, with the first element as the topmost in the order.
]]

What should it do for cases like http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2365 ?
Comment 1 Simon Pieters 2013-06-27 11:19:22 UTC
https://dvcs.w3.org/hg/csswg/diff/655c8af66581/cssom-view/Overview.src.html

Assuming coordinates that match all the boxes, the sequence would be [html, body, html]