mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
LibWeb: Reference multipage spec for form element constraints
This commit is contained in:
parent
e0576f4790
commit
adfb371e4f
Notes:
github-actions[bot]
2025-02-06 00:36:20 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/adfb371e4fa Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3474 Reviewed-by: https://github.com/tcl3
1 changed files with 3 additions and 3 deletions
|
@ -91,13 +91,13 @@ public:
|
|||
// https://html.spec.whatwg.org/multipage/forms.html#concept-submit-button
|
||||
virtual bool is_submit_button() const { return false; }
|
||||
|
||||
// https://html.spec.whatwg.org/#candidate-for-constraint-validation
|
||||
// https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#candidate-for-constraint-validation
|
||||
bool is_candidate_for_constraint_validation() const;
|
||||
|
||||
// https://html.spec.whatwg.org/#concept-fv-valid
|
||||
// https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#concept-fv-valid
|
||||
bool satisfies_its_constraints() const;
|
||||
|
||||
// https://html.spec.whatwg.org/#definitions
|
||||
// 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; }
|
||||
virtual bool suffering_from_a_pattern_mismatch() const { return false; }
|
||||
|
|
Loading…
Add table
Reference in a new issue