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 22449 - Always (maybe?) include the root element in elementsFromPoint
Summary: Always (maybe?) include the root element in elementsFromPoint
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:25 UTC by Simon Pieters
Modified: 2013-08-08 13:28 UTC (History)
0 users

See Also:


Attachments

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

[[
If there is no element at the given position the method must return a sequence containing the root element
]]

It would make more sense to include the root element even if there is an element at the given position.