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 14982 - [Decorators]: Research how DOM selection affects various decorator scenarios
Summary: [Decorators]: Research how DOM selection affects various decorator scenarios
Status: RESOLVED INVALID
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14973
  Show dependency treegraph
 
Reported: 2011-11-28 23:35 UTC by Dimitri Glazkov
Modified: 2012-01-14 00:06 UTC (History)
0 users

See Also:


Attachments

Description Dimitri Glazkov 2011-11-28 23:35:16 UTC
Selection is weird, because it potentially modifies the state of DOM? Need to research this.
Comment 1 Dimitri Glazkov 2012-01-14 00:06:18 UTC
Selection doesn't modify the state of DOM, and selection in the shadow DOM subtrees does not leak to the document. The interaction is defined in the shadow DOM spec.