mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 07:22:21 +00:00
LibWeb: Capitalize "No Popover state" consistently
Corresponds partly to 8035a256bf
This commit is contained in:
parent
31b302fc73
commit
e74afec9c5
Notes:
github-actions[bot]
2025-07-08 16:11:09 +00:00
Author: https://github.com/AtkinsSJ
Commit: e74afec9c5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5353
Reviewed-by: https://github.com/tcl3 ✅
4 changed files with 9 additions and 8 deletions
|
@ -181,7 +181,7 @@ void HTMLButtonElement::activation_behavior(DOM::Event const& event)
|
|||
return;
|
||||
}
|
||||
|
||||
// 3. Let isPopover be true if target's popover attribute is not in the no popover state; otherwise false.
|
||||
// 3. Let isPopover be true if target's popover attribute is not in the No Popover state; otherwise false.
|
||||
auto is_popover = target->popover().has_value();
|
||||
|
||||
// 4. If isPopover is false and command is not in the Custom state:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue