Make most HTML elements to support custom element
This patch add [HTMLConstructor] IDL extend attribute[1] to interface declaration of all of HTML element except for below to support custom element. Following HTML elements are not supported by this patch - <canvas> [2] Blink IDL compiler issue - <embed> [3] Crash in V8 - <form> [4] Crash in Blink - <iframe> [2] Blink IDL compiler issue - <input> [2] Blink IDL compiler issue - <object> [5] Crash in V8 - <video> [2] Blink IDL compiler issue [1] https://html.spec.whatwg.org/multipage/dom.html#htmlconstructor [2] http://crbug.com/806163 Blink IDL compiler should ignore HTMLConstructor extended attribute [3] http://crbug.com/806184 HTMLEmbedElement.idl should have HTMLConstruct extend attribute [4] http://crbug.com/806185 HTMLFormElement.idl should have HTMLConstruct extend attribute [5] http://crbug.com/806187 HTMLObjectElement.idl should have HTMLConstruct extend attribute Bug: 805326 Change-Id: Iccd292766102dbcd3eebf3ec1fd044dc4ff266b5 Reviewed-on: https://chromium-review.googlesource.com/888228 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#532297}
Showing
This diff is collapsed.
Please register or sign in to comment