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

Unified Diff: Source/core/html/HTMLFormControlElement.h

Issue 1202563009: <fieldset> should be ignored in interactive validation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/core/html/HTMLFormControlElement.h
diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h
index c9914bca5b156aad0b56b1dd033cbb89a3916e1d..0f9ddca04fe380ff285a0299d07f574bb3c3563b 100644
--- a/Source/core/html/HTMLFormControlElement.h
+++ b/Source/core/html/HTMLFormControlElement.h
@@ -107,7 +107,7 @@ public:
bool isAutofilled() const { return m_isAutofilled; }
void setAutofilled(bool = true);
-
+ bool isSubmittableElement();
static HTMLFormControlElement* enclosingFormControlElement(Node*);
String nameForAutofill() const;

Powered by Google App Engine
This is Rietveld 408576698