mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb/HTML: Sanitize email input with multiple attribute
This implements the missing part of the value sanitization algorithm for email inputs with the multiple attribute.
This commit is contained in:
committed by
Tim Ledbetter
parent
04fe0c6aec
commit
6e6507c8c5
Notes:
github-actions[bot]
2025-07-22 22:03:58 +00:00
Author: https://github.com/skyz1 Commit: https://github.com/LadybirdBrowser/ladybird/commit/6e6507c8c5f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5555 Reviewed-by: https://github.com/tcl3 ✅
@@ -91,7 +91,7 @@ bool HTMLObjectElement::will_validate()
|
||||
return false;
|
||||
}
|
||||
|
||||
void HTMLObjectElement::form_associated_element_attribute_changed(FlyString const& name, Optional<String> const&, Optional<FlyString> const&)
|
||||
void HTMLObjectElement::form_associated_element_attribute_changed(FlyString const& name, Optional<String> const&, Optional<String> const&, Optional<FlyString> const&)
|
||||
{
|
||||
// https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element
|
||||
// Whenever one of the following conditions occur:
|
||||
|
||||
Reference in New Issue
Block a user