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 :closed pseudo class, for the pop-up API only #36555

Merged
merged 1 commit into from
Oct 25, 2022

Commits on Oct 25, 2022

  1. Add :closed pseudo class, for the pop-up API only

    Per the [1] resolution, the CSSWG will be adding both :open (which
    is already implemented for pop-up) and :closed (which this CL adds).
    At this point, both `:open` and `:closed` are only supported for
    the pop-up API, and only with the HTMLPopupAttribute feature
    enabled. More general support for other elements will be added
    later.
    
    [1] w3c/csswg-drafts#7319 (comment)
    
    Bug: 1307772
    Change-Id: If0c27f1f8c7a30fc00656d5eeafe4b6c21bba890
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3961537
    Reviewed-by: Joey Arhar <jarhar@chromium.org>
    Commit-Queue: Mason Freed <masonf@chromium.org>
    Auto-Submit: Mason Freed <masonf@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1063120}
    mfreed7 authored and chromium-wpt-export-bot committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    e1bdf62 View commit details
    Browse the repository at this point in the history