1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 22:37:34 +00:00

LibWeb: Bring form submission more up to spec

The main missing things are:
- Dialog submission
- Form validation
- Encoding URLs in the form element's encoding
- Navigables
This commit is contained in:
Luke Wilde 2023-06-18 16:30:23 +01:00 committed by Andreas Kling
parent bd62fe9c33
commit f04d1d493d
6 changed files with 668 additions and 73 deletions

View file

@ -160,7 +160,7 @@ private:
static TypeAttributeState parse_type_attribute(StringView);
void create_shadow_tree_if_needed();
ErrorOr<void> run_input_activation_behavior();
WebIDL::ExceptionOr<void> run_input_activation_behavior();
void set_checked_within_group();
// https://html.spec.whatwg.org/multipage/input.html#value-sanitization-algorithm