Jacek Caban (@jacek) commented about dlls/mshtml/nsiface.idl:
- uuid(00bed276-f1f7-492f-a039-dbd9b9efc10b),
- local
+] +interface nsIDOMValidityState : nsISupports +{
- nsresult GetValueMissing(bool *_retval);
- nsresult GetTypeMismatch(bool *_retval);
- nsresult GetPatternMismatch(bool *_retval);
- nsresult GetTooLong(bool *_retval);
- nsresult GetRangeUnderflow(bool *_retval);
- nsresult GetRangeOverflow(bool *_retval);
- nsresult GetStepMismatch(bool *_retval);
- nsresult GetBadInput(bool *_retval);
- nsresult GetCustomError(bool *_retval);
- nsresult GetValid(bool *_retval);
+}
It's no longer needed.