mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-01 13:50:58 +00: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:
parent
04fe0c6aec
commit
6e6507c8c5
Notes:
github-actions[bot]
2025-07-22 22:03:58 +00:00
Author: https://github.com/skyz1
Commit: 6e6507c8c5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5555
Reviewed-by: https://github.com/tcl3 ✅
17 changed files with 66 additions and 43 deletions
|
|
@ -33,7 +33,7 @@ class HTMLObjectElement final
|
|||
public:
|
||||
virtual ~HTMLObjectElement() override;
|
||||
|
||||
virtual void form_associated_element_attribute_changed(FlyString const& name, Optional<String> const& value, Optional<FlyString> const& namespace_) override;
|
||||
virtual void form_associated_element_attribute_changed(FlyString const& name, Optional<String> const& old_value, Optional<String> const& value, Optional<FlyString> const& namespace_) override;
|
||||
virtual void form_associated_element_was_removed(DOM::Node*) override;
|
||||
|
||||
String data() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue