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

Unified Diff: Source/core/html/HTMLInputElement.idl

Issue 14859003: Remove the compile time flag for DATALIST Element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add <datalist> display:none rule in RenderTheme::extraDefaultStyleSheet depending on the runtime fl… Created 7 years, 7 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: Source/core/html/HTMLInputElement.idl
diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl
index dfcd2cc482d8d01fcd27a7af0e9b7cd7990e2aad..a934d4a79bf026bf886ff0c4adb5bbffd6ffe483 100644
--- a/Source/core/html/HTMLInputElement.idl
+++ b/Source/core/html/HTMLInputElement.idl
@@ -38,7 +38,7 @@
[Reflect] attribute DOMString formTarget;
attribute unsigned long height;
attribute boolean indeterminate;
- [Conditional=DATALIST_ELEMENT] readonly attribute HTMLElement list;
+ readonly attribute HTMLElement list;
tkent 2013/05/20 21:32:11 This should have [EnabledAtRuntime=DatalistElement
[Reflect] attribute DOMString max;
[SetterRaisesException] attribute long maxLength;
[Reflect] attribute DOMString min;

Powered by Google App Engine
This is Rietveld 408576698