mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Implement 'no-validate state' concept
This commit is contained in:
parent
edfae02680
commit
8ca956e6f1
Notes:
github-actions[bot]
2025-07-07 19:15:00 +00:00
Author: https://github.com/edvwib 🔰
Commit: 8ca956e6f1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4592
Reviewed-by: https://github.com/tcl3
7 changed files with 109 additions and 5 deletions
|
@ -110,6 +110,9 @@ public:
|
|||
// https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#concept-fv-valid
|
||||
bool satisfies_its_constraints() const;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#concept-fs-novalidate
|
||||
bool novalidate_state() const;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/form-control-infrastructure/#definitions
|
||||
virtual bool suffering_from_being_missing() const { return false; }
|
||||
virtual bool suffering_from_a_type_mismatch() const { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue