-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Home
Domenic Denicola edited this page May 31, 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
Also, here is a listing of all relevant commits:
- https://github.com/whatwg/html/commit/6e7eaa4bd2912965fd83766f99f984f249531f3a
- https://github.com/whatwg/html/commit/785863622acc5cc9faf1ff392ae17786ee7b3b80
- https://github.com/whatwg/html/commit/1d596a555d3c2f067ae643e447eaa88137b595ac
- https://github.com/whatwg/html/commit/db8899be5b0971a3c43b8a2ac926a5df1f5bc2b9
- https://github.com/whatwg/html/commit/fc927e65ceab229209f116866a76b1c618b9a1d4
- https://github.com/whatwg/html/commit/27aa7bc4fa6f168654a8c858f0773e611f679b39
- https://github.com/whatwg/html/commit/1fee4f56538b4881a43d75db7bf86fb634b370e0
- https://github.com/whatwg/html/commit/dee1771d9e3e0bd996521402988fba73372ee33e
- https://github.com/whatwg/html/commit/c9d898386d7b79cf1c7e104b5768e393c924078f
- https://github.com/whatwg/html/commit/a082daa4aa272f4eae77b67aa3116af482f03e5e
- https://github.com/whatwg/html/commit/28f252fbf714e18209cc1b747f5ee130a50ec649
- https://github.com/whatwg/html/commit/11bdd701e79c8dd6040586b5257eb01f3b620659
- https://github.com/whatwg/html/commit/edda04a44c64352387199ba6ed412d27ea305bfb
- https://github.com/whatwg/html/commit/002ea53e1da8e5683801f42109d9338153acb932
- https://github.com/whatwg/html/commit/5946d084658ff2f8d5ec3cea3c448175eaa5336e
- https://github.com/whatwg/html/commit/6561250ec3788938a2d64932093b0ea293b97174
- https://github.com/whatwg/html/commit/9a49f1805457e58b59c308f5b0233c3c757171da
You may also be interested in similar information for changes to the DOM Standard.