mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-18 15:01:54 +00:00
LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes
Corresponds tod426109ea1
andfd08f81d06
This commit is contained in:
parent
a35d14eab3
commit
423cdd447d
Notes:
github-actions[bot]
2025-06-24 15:13:34 +00:00
Author: https://github.com/AtkinsSJ
Commit: 423cdd447d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5194
Reviewed-by: https://github.com/shannonbooth ✅
35 changed files with 108 additions and 103 deletions
|
@ -616,7 +616,7 @@ bool HTMLFormElement::interactively_validate_constraints()
|
|||
// For elements that are form-associated custom elements, user agents should use their validation anchor instead, for the purposes of these actions.
|
||||
// - User agents may report more than one constraint violation.
|
||||
// - User agents may coalesce related constraint violation reports if appropriate (e.g. if multiple radio buttons in a group are marked as required, only one error need be reported).
|
||||
// - If one of the controls is not being rendered (e.g. it has the hidden attribute set) then user agents may report a script error.
|
||||
// - If one of the controls is not being rendered (e.g. it has the hidden attribute set), then user agents may report a script error.
|
||||
// FIXME: Does this align with other browsers?
|
||||
auto first_invalid_control = unhandled_invalid_controls.first_matching([](auto control) {
|
||||
return control->check_visibility({});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue