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:
parent
bd62fe9c33
commit
f04d1d493d
6 changed files with 668 additions and 73 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue