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

@ -115,7 +115,7 @@ GC::Ptr<HTMLElement> PopoverInvokerElement::get_the_popover_target_element(GC::R
if (!popover_element)
return {};
// 6. If popoverElement's popover attribute is in the no popover state, then return null.
// 6. If popoverElement's popover attribute is in the No Popover state, then return null.
if (!popover_element->popover().has_value())
return {};