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

[css-view-transitions-1] Fix tree-scoping from element-based to name-based. #10528

Merged
merged 3 commits into from
Jul 5, 2024

Commits on Jul 4, 2024

  1. [css-view-transitions-1] Fix tree-scoping from being element-based to…

    … being name-based.
    
    The previous fix for using the tree context made it inconsistent with how shadow DOM styling
    works for things like anchor positioning, and made it so that e.g. `::part` cannot set a
    `view-transition-name`.
    
    Refactored to make the `view-transition-name` a tree-scoped name, rather than check the
    tree context of the element.
    
    Closes w3c#10145
    noamr committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8936232 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    noamr committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ce070b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Modifiy vt-name algorithm

    noamr committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6a0aeec View commit details
    Browse the repository at this point in the history