Bug 1088761 - Support reportValidity() for form controls. r=smaug

From 2c2f7223e9d88f431f3e3fee7384dffbca07d8a9 Mon Sep 17 00:00:00 2001
This commit is contained in:
John Dai
2016-04-15 16:13:00 +08:00
parent 44fea04816
commit f27c6c5b07
19 changed files with 95 additions and 6 deletions

View File

@@ -387,6 +387,11 @@ public:
return CheckFormValidity(nullptr);
}
bool ReportValidity()
{
return CheckValidFormSubmission();
}
Element*
IndexedGetter(uint32_t aIndex, bool &aFound);