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

Unified Diff: third_party/WebKit/Source/core/html/HTMLProgressElement.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/HTMLProgressElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLProgressElement.idl b/third_party/WebKit/Source/core/html/HTMLProgressElement.idl
index ffe0d517bd14f792b1f58e396331648c07407761..85da4e1c821e6b84da0e4f48ee5111eea5a3d036 100644
--- a/third_party/WebKit/Source/core/html/HTMLProgressElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLProgressElement.idl
@@ -20,8 +20,8 @@
// https://html.spec.whatwg.org/#the-progress-element
interface HTMLProgressElement : HTMLElement {
- attribute double value;
- attribute double max;
+ [CEReactions] attribute double value;
+ [CEReactions] attribute double max;
readonly attribute double position;
readonly attribute NodeList labels;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLPreElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLQuoteElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698