mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb: Capitalize "No Popover state" consistently
Corresponds partly to 8035a256bf
This commit is contained in:
committed by
Tim Ledbetter
parent
31b302fc73
commit
e74afec9c5
Notes:
github-actions[bot]
2025-07-08 16:11:09 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/e74afec9c5d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5353 Reviewed-by: https://github.com/tcl3 ✅
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user