Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: third_party/WebKit/Source/core/html/HTMLHeadingElement.idl

Issue 2424693002: Custom Elements: Complete HTMLConstructor Algorithm (Closed)
Patch Set: Updated expected test results Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/HTMLHeadingElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLHeadingElement.idl b/third_party/WebKit/Source/core/html/HTMLHeadingElement.idl
index db2088e8da5cfac4b0689c000bc2a0398467abfb..b2dfaf1073f690f0aa428f278e1ca2ca04983d16 100644
--- a/third_party/WebKit/Source/core/html/HTMLHeadingElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLHeadingElement.idl
@@ -18,7 +18,7 @@
*/
// https://html.spec.whatwg.org/#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements
-
+[HTMLConstructor]
interface HTMLHeadingElement : HTMLElement {
// obsolete members
// https://html.spec.whatwg.org/#HTMLHeadingElement-partial

Powered by Google App Engine
This is Rietveld 408576698