DescriptionCustom Elements in template should not be upgraded
Custom elements inside the templates were updgraded during cloning
of template using importNode. This issue is not with the custom
elements but with the import procedure of templates.
Use the template document to import the nodes instead
of the current document.
TEST=fast/dom/HTMLTemplate/import-template.html
BUG=430578
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185508
Patch Set 1 #
Total comments: 2
Patch Set 2 : Using ensureTemplateDocument() #
Messages
Total messages: 8 (3 generated)
|