Bug 1911216 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Add the parser for the following pseudo elements:
1. `::view-transition`
2. `::view-transition-group(name)`
3. `::view-transition-image-pair(name)`
4. `::view-transition-old(name)`
5. `::view-transition-new(name)`

Note that only `::view-transition` is not functional. Others take a `<pt-name-selector>` as their argument (i.e. root or view-transition-name): `<pt-name-selector> = '*' | <custom-ident>`
Add the parser for the following pseudo elements:
1. `::view-transition`
2. `::view-transition-group(name)`
3. `::view-transition-image-pair(name)`
4. `::view-transition-old(name)`
5. `::view-transition-new(name)`

Note that only `::view-transition` is not functional. Others take a `<pt-name-selector>` as their argument (i.e. root or view-transition-name): `<pt-name-selector> = '*' | <custom-ident>`

The related wpt: testing/web-platform/tests/css/css-view-transitions/parsing/pseudo-elements-valid.html
Add the parser for the following pseudo elements:
1. `::view-transition`
2. `::view-transition-group(name)`
3. `::view-transition-image-pair(name)`
4. `::view-transition-old(name)`
5. `::view-transition-new(name)`

Note that only `::view-transition` is not functional. Others take a `<pt-name-selector>` as their argument (i.e. root or view-transition-name): `<pt-name-selector> = '*' | <custom-ident>`

The related wpt: [testing/web-platform/tests/css/css-view-transitions/parsing/pseudo-elements-valid.html](https://searchfox.org/mozilla-central/rev/1b65dee82116a31ab16cf653b9780be959946dc6/testing/web-platform/tests/css/css-view-transitions/parsing/pseudo-elements-valid.html)

Back to Bug 1911216 Comment 0