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

Flag custom-state-pseudo-class as discontinued #1164

Merged
merged 2 commits into from
May 28, 2024

Commits on Dec 26, 2023

  1. Flag custom-state-pseudo-class as discontinued

    The WICG spec moved to actual standardization with two parts:
    
    1. The IDL part was moved to HTML in whatwg/html#8467
    2. The CSS part is to be integrated in Selectors, see w3c/csswg-drafts#4805
    
    This flags the spec as obsoleted by these two specs, using `selectors-4` for
    the CSS part. The CSS WG resolution mentions Selectors 5 but it does not exist
    yet.
    tidoust committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    06c6133 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Mark Custom State Pseudo Class as obsoleted by HTML only

    it should also be marked as obsolted by css-selectors-5 see #1337
    dontcallmedom committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ae96794 View commit details
    Browse the repository at this point in the history