Skip to content

Popover: spec for dealing with element removal is incorrect #9161

@jakearchibald

Description

@jakearchibald

https://html.spec.whatwg.org/multipage/infrastructure.html#dom-trees:hide-popover-algorithm

When a popover is removed from the DOM, it calls the hide popover algorithm.

That algorithm will always exit on step 1, since the removed element is no longer connected to the document.

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: popoverThe popover attribute and friends

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions