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 21064 - [Custom]: Update serializing and parsing to include custom tags and type extensions.
Summary: [Custom]: Update serializing and parsing to include custom tags and type exte...
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: 17103
  Show dependency treegraph
 
Reported: 2013-02-20 19:07 UTC by Dimitri Glazkov
Modified: 2013-04-10 20:53 UTC (History)
0 users

See Also:


Attachments

Description Dimitri Glazkov 2013-02-20 19:07:14 UTC
That whole section of the spec needs to be rewritten.
Comment 1 Dimitri Glazkov 2013-02-26 22:41:07 UTC
Parsing: https://dvcs.w3.org/hg/webcomponents/rev/d7cbdd3fd1b6
Comment 2 Dimitri Glazkov 2013-02-26 22:47:21 UTC
I don't think we need to modify anything in serialization, since we create custom elements properly in the first place.
Comment 3 Dimitri Glazkov 2013-02-27 01:37:11 UTC
Oops, forgot to queue up and call the create callback.
Comment 4 Dimitri Glazkov 2013-04-10 20:53:41 UTC
Bug 18747 will take care of the callbacks.