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 18585 - [Custom]: Consider providing accessor from ELEMENT to UPGRADE
Summary: [Custom]: Consider providing accessor from ELEMENT to UPGRADE
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: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 18720
  Show dependency treegraph
 
Reported: 2012-08-15 22:59 UTC by Dimitri Glazkov
Modified: 2012-08-28 21:26 UTC (History)
0 users

See Also:


Attachments

Description Dimitri Glazkov 2012-08-15 22:59:44 UTC
"Replace ELEMENT with UPGRADE in TREE"

After this operation in the upgrade algorithm, the ELEMENT becomes a free-floating element. Should we:

1) fire an event on ELEMENT (what's the name of the event?)
2) Setting a property on ELEMENT pointing to UPGRADE? Or maybe this is just event information?
Comment 1 Dimitri Glazkov 2012-08-28 21:26:13 UTC
http://dvcs.w3.org/hg/webcomponents/rev/b5dde431db43.

Event should be enough.