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

feat: leave view transition pseudo selectors untouched #11375

Merged
merged 2 commits into from
Apr 29, 2024

Commits on Apr 29, 2024

  1. feat: leave view transition pseudo selectors untouched

    view transition pseude selectors are global-like, i.e. they shouldn't be scoped or treated as unused.
    In the process of adding support for this, is_root and is_host were consolidated into is_global_like because their usage locations didn't need any differentiation between them (same for the new view transition treatment)
    
    closes #9127
    dummdidumm committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1a8f99e View commit details
    Browse the repository at this point in the history
  2. regenerate types

    dummdidumm committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e8eeadc View commit details
    Browse the repository at this point in the history