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

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

Issue 2043503002: Add [CEReactions] IDL attributes for Custom Elements V1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yukishiino review Created 4 years, 6 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/HTMLFieldSetElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl
index fb86dc856e6de0fecee63a2b551065870d41c770..101742718f6b2762773cc4977410cb694940ec37 100644
--- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl
@@ -20,9 +20,9 @@
// https://html.spec.whatwg.org/#the-fieldset-element
interface HTMLFieldSetElement : HTMLElement {
- [Reflect] attribute boolean disabled;
+ [CEReactions, Reflect] attribute boolean disabled;
[ImplementedAs=formOwner] readonly attribute HTMLFormElement? form;
- [Reflect] attribute DOMString name;
+ [CEReactions, Reflect] attribute DOMString name;
readonly attribute DOMString type;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLEmbedElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLFontElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698