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

Unified Diff: third_party/WebKit/Source/core/html/HTMLOListElement.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/HTMLOListElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLOListElement.idl b/third_party/WebKit/Source/core/html/HTMLOListElement.idl
index 52294deda821d1753a400ebe20077c1c819496d8..de98778b15e5611c239e2f71e750be9ce7a00833 100644
--- a/third_party/WebKit/Source/core/html/HTMLOListElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLOListElement.idl
@@ -20,11 +20,11 @@
// https://html.spec.whatwg.org/#the-ol-element
interface HTMLOListElement : HTMLElement {
- [Reflect] attribute boolean reversed;
- attribute long start;
- [Reflect] attribute DOMString type;
+ [CEReactions, Reflect] attribute boolean reversed;
+ [CEReactions] attribute long start;
+ [CEReactions, Reflect] attribute DOMString type;
// obsolete members
// https://html.spec.whatwg.org/#HTMLOListElement-partial
- [Reflect] attribute boolean compact;
+ [CEReactions, Reflect] attribute boolean compact;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLModElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLObjectElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698