mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
LibWeb: Implement the form-control willValidate property
This change — part of the HTML constraint-validation API (aka “client-side form validation”) — implements the willValidate IDL/DOM attribute/property for all form controls that support it.
This commit is contained in:
committed by
Tim Ledbetter
parent
7da5869b14
commit
e79319ad85
@@ -14,7 +14,7 @@ interface HTMLFieldSetElement : HTMLElement {
|
||||
|
||||
[SameObject] readonly attribute HTMLCollection elements;
|
||||
|
||||
[FIXME] readonly attribute boolean willValidate;
|
||||
readonly attribute boolean willValidate;
|
||||
[FIXME, SameObject] readonly attribute ValidityState validity;
|
||||
[FIXME] readonly attribute DOMString validationMessage;
|
||||
[FIXME] boolean checkValidity();
|
||||
|
||||
Reference in New Issue
Block a user