Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: w3c/csswg-drafts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: w3c/csswg-drafts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: vt2-classes
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 25, 2024

  1. [css-view-transitions-2] Add 'view-transition-class'

    A `view-transition-class` property allows specifying view-transition pseudo-elements
    that apply to multiple participating elements without having to replicate them.
    
    In this PR:
    - Specifying `view-transition-class`
    - Extending the pseudo-element syntax to support `::view-transition-foo(name.class)`
    - Extending the capture algorithms and data structure to capture the classes
    - Added a simple example for using classes
    
    Based on [this resolution](#8319 (comment)).
    Closes #8319
    noamr committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d49b54a View commit details
    Browse the repository at this point in the history
  2. nit

    noamr committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    34232c3 View commit details
    Browse the repository at this point in the history
  3. Update css-view-transitions-2/Overview.bs

    Co-authored-by: Khushal Sagar <63884798+khushalsagar@users.noreply.github.com>
    noamr and khushalsagar committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    55f5e03 View commit details
    Browse the repository at this point in the history
  4. Update css-view-transitions-2/Overview.bs

    Co-authored-by: Khushal Sagar <63884798+khushalsagar@users.noreply.github.com>
    noamr and khushalsagar committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3472269 View commit details
    Browse the repository at this point in the history
  5. Update css-view-transitions-2/Overview.bs

    Co-authored-by: Khushal Sagar <63884798+khushalsagar@users.noreply.github.com>
    noamr and khushalsagar committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d918977 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8889771 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Reinstate monkey-patch

    noamr committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e74b86c View commit details
    Browse the repository at this point in the history
Loading