- From: <bugzilla@jessica.w3.org>
- Date: Wed, 17 Aug 2016 07:06:00 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25529
Dominic Cooney <dominicc@chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dominicc@chromium.org
--- Comment #9 from Dominic Cooney <dominicc@chromium.org> ---
FWIW, customized built-in elements are like this:
createElement('div').setAttribute('is', 'foo-bar')
does not create a customized built-in element; parsing
<div is="foo-bar">
which sets the attributes "at once" does create a customized build-in element.
This is why createElement needs the ElementCreationOptions.
Wearing my Blink implementer hat, we have separate code paths for parser-set
attributes and author set ones. Different behavior arising out of that is a
possibility.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 17 August 2016 07:06:09 UTC