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 19790 - [Custom]: Consider bulk register algorithm
Summary: [Custom]: Consider bulk register algorithm
Status: RESOLVED WONTFIX
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: 17103
  Show dependency treegraph
 
Reported: 2012-10-30 22:36 UTC by Dimitri Glazkov
Modified: 2012-12-11 23:33 UTC (History)
0 users

See Also:


Attachments

Description Dimitri Glazkov 2012-10-30 22:36:07 UTC
"Run element upgrade algorithm with TREE and DEFINITION as arguments"

If there are multiple registrations happening at the same time, we'll need to walk the DOM multiple times. We should consider bulk registration, where the upgrades are happening for multiple elements.
Comment 1 Dimitri Glazkov 2012-12-11 23:33:39 UTC
I walked around this problem, and concluded that implementations are free to use better/faster algorithms and data structures that are equivalent to the spec algorithm. No special spec wording is necessary.