-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Home
Domenic Denicola edited this page Jun 7, 2016
·
20 revisions
Custom elements is a feature that, until recently, was developed as monkeypatches onto various specifications. To help implementers have a consolidated view of how custom elements change the HTML Standard, we have a few resources.
First we have this listing of affected sections:
-
Elements in the DOM:
- The
HTMLElement
constructor - The definition of "element interface"
- The
- Custom elements
-
Window
got a newcustomElements
attribute - Creating and inserting nodes: create an element for a token
- The XHTML syntax now mentions that "create an element for a token" must be used.
- Various places now use the "create an element" hook introduced to the DOM Standard for creating elements:
- All throughout the spec:
[CEReactions]
extended attributes are now present
All relevant commits can be found in the list of pull requests tagged "topic: custom elements".
You may also be interested in similar information for changes to the DOM Standard.