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
|
@ -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 {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue