Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "hide all popovers" algorithm #8886

Merged
merged 6 commits into from
Feb 23, 2023
Merged

Commits on Feb 14, 2023

  1. Add "hide all popovers" algorithm

    This was requested for cross referencing instead of "hide all popovers
    until" here:
    whatwg/fullscreen#204 (comment)
    
    This patch also fixes a bug where a null endpoint is passed to hide all
    popovers until, but hide all popovers until assumes endpoint is not null
    by looking for endpoint's node document. The bug is fixed by adding a
    required document parameter to hide all popovers until.
    josepharhar committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ea851d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    0d2d44d View commit details
    Browse the repository at this point in the history
  2. Export some popover dfns

    These dfns need to be exported in order to be used in the fullscreen
    spec: whatwg/fullscreen#204
    josepharhar committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    0b7026f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24d0b5f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    84397e3 View commit details
    Browse the repository at this point in the history
  2. simplify node document

    josepharhar committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    dd1c487 View commit details
    Browse the repository at this point in the history