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 20746 - [Shadow]: Touch.target should be retargeted
Summary: [Shadow]: Touch.target should be retargeted
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Hayato Ito
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 18428
  Show dependency treegraph
 
Reported: 2013-01-23 17:56 UTC by Dimitri Glazkov
Modified: 2013-05-31 04:19 UTC (History)
1 user (show)

See Also:


Attachments

Description Dimitri Glazkov 2013-01-23 17:56:28 UTC
For encapsulation.
Comment 1 Hayato Ito 2013-01-24 08:41:33 UTC
We must re-target. TouchEvent have touches, targetTouches and changedTouches attributes. One of such touches might be an element which is in the different shadow tree from the event's target.
Comment 2 Hayato Ito 2013-05-31 04:18:58 UTC
I've updated the spec.
https://dvcs.w3.org/hg/webcomponents/diff/59f10206d543/spec/shadow/index.html

The bug id in the commit log was wrong. That should be 20746 rather than 21066.