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

Unified Diff: third_party/WebKit/Source/core/html/forms/InputType.h

Issue 2463693002: INPUT element: Updating 'step' attribute should adjust the last value. (Closed)
Patch Set: Created 4 years, 2 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/forms/InputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/InputType.h b/third_party/WebKit/Source/core/html/forms/InputType.h
index 666238e41c4ee12f7d339c941b1c137db18b8176..ca1b864eae91e10f782cdfb541a4ae6c7f768a6e 100644
--- a/third_party/WebKit/Source/core/html/forms/InputType.h
+++ b/third_party/WebKit/Source/core/html/forms/InputType.h
@@ -87,9 +87,9 @@ class CORE_EXPORT InputType : public GarbageCollectedFinalized<InputType> {
// DOM property functions
- // Checked first, before internal storage or the value attribute.
+ // Returns a string value in ValueMode::kFilename.
virtual bool getTypeSpecificValue(String&);
- // Checked last, if both internal storage and value attribute are missing.
+ // TODO(tkent): Remove fallbackValue().
virtual String fallbackValue() const;
// Checked after even fallbackValue, only when the valueWithDefault function
// is called.
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLInputElement.cpp ('k') | third_party/WebKit/Source/core/html/forms/RangeInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698