mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
LibWeb: Implement validity IDL attribute
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#import <HTML/HTMLElement.idl>
|
||||
#import <HTML/HTMLFormElement.idl>
|
||||
#import <HTML/ValidityState.idl>
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/form-elements.html#htmloutputelement
|
||||
[Exposed=Window]
|
||||
@@ -15,7 +16,7 @@ interface HTMLOutputElement : HTMLElement {
|
||||
[CEReactions] attribute DOMString value;
|
||||
|
||||
[FIXME] readonly attribute boolean willValidate;
|
||||
[FIXME] readonly attribute ValidityState validity;
|
||||
readonly attribute ValidityState validity;
|
||||
[FIXME] readonly attribute DOMString validationMessage;
|
||||
[FIXME] boolean checkValidity();
|
||||
[FIXME] boolean reportValidity();
|
||||
|
||||
Reference in New Issue
Block a user