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 25400 - [Shadow]: elementFromPoint is incorrect
Summary: [Shadow]: elementFromPoint is incorrect
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Hayato Ito
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14978
  Show dependency treegraph
 
Reported: 2014-04-21 16:53 UTC by Erik Arvidsson
Modified: 2014-04-24 04:18 UTC (History)
3 users (show)

See Also:


Attachments

Description Erik Arvidsson 2014-04-21 16:53:22 UTC
"Let PATH be the result of running the event path calculation algorithm with HIT as input"

The event path algorithm takes an EVENT argument. elementFromPoint has no EVENT object to pass.
Comment 1 Erik Arvidsson 2014-04-21 16:58:13 UTC
The reason it takes an event object is that it needs to know if the event type should be stopped.