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

Unified Diff: Source/core/html/HTMLFieldSetElement.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/HTMLFieldSetElement.h
diff --git a/Source/core/html/HTMLFieldSetElement.h b/Source/core/html/HTMLFieldSetElement.h
index 7158af874563f3367287275442a90c8091411f49..ef727e779ead4288f4263f24a9a10417d2f67426 100644
--- a/Source/core/html/HTMLFieldSetElement.h
+++ b/Source/core/html/HTMLFieldSetElement.h
@@ -57,6 +57,7 @@ private:
virtual bool isValidElement() override final;
virtual void childrenChanged(const ChildrenChange&) override;
virtual bool areAuthorShadowsAllowed() const override { return false; }
+ virtual bool isSubmittableElement() override;
static void invalidateDisabledStateUnder(Element&);
void refreshElementsIfNeeded() const;

Powered by Google App Engine
This is Rietveld 408576698