Attribute that marks an element carrying CONTENT_ZOOM_ROOT_ATTRIBUTE as pop-up content
opened from that zoom area (a popover, menu or tooltip portaled out of the area element) rather
than a pane. The platform scales such an element with its area but never reports it as an area of
its own and never places the zoom indicator on it. platform-bible-react's PopoverContent,
DropdownMenuContent and TooltipContent set it automatically; SelectContent,
ContextMenuContent, MenubarContent and DropdownMenuSubContent do not yet.
Extension code cannot import this value at runtime — @papi/core is types-only — so a web view
that marks its own pop-up content writes the literal 'data-platform-content-zoom-popup' itself
and keeps it equal to this constant.
This constant is unstable and may change or disappear without notice
Attribute that marks an element carrying CONTENT_ZOOM_ROOT_ATTRIBUTE as pop-up content opened from that zoom area (a popover, menu or tooltip portaled out of the area element) rather than a pane. The platform scales such an element with its area but never reports it as an area of its own and never places the zoom indicator on it.
platform-bible-react'sPopoverContent,DropdownMenuContentandTooltipContentset it automatically;SelectContent,ContextMenuContent,MenubarContentandDropdownMenuSubContentdo not yet.Extension code cannot import this value at runtime —
@papi/coreis types-only — so a web view that marks its own pop-up content writes the literal'data-platform-content-zoom-popup'itself and keeps it equal to this constant.This constant is unstable and may change or disappear without notice