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 21408 - [Custom]: should createElement('x-foo') work when called synchronously after document.register('x-foo', ...)
Summary: [Custom]: should createElement('x-foo') work when called synchronously after ...
Status: RESOLVED DUPLICATE of bug 18747
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14968
  Show dependency treegraph
 
Reported: 2013-03-27 02:29 UTC by Scott Miles
Modified: 2013-04-10 20:13 UTC (History)
0 users

See Also:


Attachments

Description Scott Miles 2013-03-27 02:29:24 UTC
I don't think the specification is ... specific on this point.

It seems the webkit implementation currently requires me to yield the thread before I can use createElement, which seems less than ideal.
Comment 1 Dimitri Glazkov 2013-03-27 02:48:56 UTC
Yes, it should work right away.
Comment 2 Dimitri Glazkov 2013-04-10 20:13:48 UTC

*** This bug has been marked as a duplicate of bug 18747 ***