diff options
Diffstat (limited to 'WebCore/html/HTMLButtonElement.idl')
| -rw-r--r-- | WebCore/html/HTMLButtonElement.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/HTMLButtonElement.idl b/WebCore/html/HTMLButtonElement.idl index 55803df..cb9383d 100644 --- a/WebCore/html/HTMLButtonElement.idl +++ b/WebCore/html/HTMLButtonElement.idl @@ -37,6 +37,7 @@ module html { readonly attribute DOMString type; attribute [ConvertNullToNullString] DOMString value; readonly attribute boolean willValidate; + readonly attribute DOMString validationMessage; boolean checkValidity(); void setCustomValidity(in [ConvertUndefinedOrNullToNullString] DOMString error); void click(); |
