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

Unified Diff: third_party/WebKit/Source/core/html/HTMLSpanElement.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/HTMLSpanElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLSpanElement.idl b/third_party/WebKit/Source/core/html/HTMLSpanElement.idl
index d565f497b76f9142f44781f99cadd3e710bd75f0..627de83d001c7efb5abaa6f9dbf62c7242d46d47 100644
--- a/third_party/WebKit/Source/core/html/HTMLSpanElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLSpanElement.idl
@@ -24,6 +24,6 @@
*/
// https://html.spec.whatwg.org/#the-span-element
-
+[HTMLConstructor]
interface HTMLSpanElement : HTMLElement {
};

Powered by Google App Engine
This is Rietveld 408576698