LibWeb: Capitalize "No Popover state" consistently

Corresponds partly to 8035a256bf
This commit is contained in:
Sam Atkins 2025-07-08 10:21:00 +01:00 committed by Tim Ledbetter
parent 31b302fc73
commit e74afec9c5
Notes: github-actions[bot] 2025-07-08 16:11:09 +00:00
4 changed files with 9 additions and 8 deletions

View file

@ -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: