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

Unified Diff: third_party/WebKit/Source/core/html/HTMLHRElement.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/HTMLHRElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLHRElement.idl b/third_party/WebKit/Source/core/html/HTMLHRElement.idl
index 1023126d0c01e7189cdedf1de8a52ab8f4108e77..090945c40f09760182a495bd77f4102508630367 100644
--- a/third_party/WebKit/Source/core/html/HTMLHRElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLHRElement.idl
@@ -23,9 +23,9 @@
interface HTMLHRElement : HTMLElement {
// obsolete members
// https://html.spec.whatwg.org/#HTMLHRElement-partial
- [Reflect] attribute DOMString align;
- [Reflect] attribute DOMString color;
- [Reflect] attribute boolean noShade;
- [Reflect] attribute DOMString size;
- [Reflect] attribute DOMString width;
+ [CEReactions, Reflect] attribute DOMString align;
+ [CEReactions, Reflect] attribute DOMString color;
+ [CEReactions, Reflect] attribute boolean noShade;
+ [CEReactions, Reflect] attribute DOMString size;
+ [CEReactions, Reflect] attribute DOMString width;
};

Powered by Google App Engine
This is Rietveld 408576698