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

Unified Diff: third_party/WebKit/Source/core/html/HTMLOutputElement.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/HTMLOutputElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLOutputElement.idl b/third_party/WebKit/Source/core/html/HTMLOutputElement.idl
index 8e55d6cf2a4ef21c80f200bd090305315a08300c..362bd4361b9e23388efbb044562e44d4c18e7ee5 100644
--- a/third_party/WebKit/Source/core/html/HTMLOutputElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLOutputElement.idl
@@ -24,7 +24,7 @@
*/
// https://html.spec.whatwg.org/#the-output-element
-
+[HTMLConstructor]
interface HTMLOutputElement : HTMLElement {
[CEReactions, PutForwards=value] readonly attribute DOMTokenList htmlFor;
[ImplementedAs=formOwner] readonly attribute HTMLFormElement? form;

Powered by Google App Engine
This is Rietveld 408576698