Bug 1956645 - Parse and serialize view-transition-class. r=view-transitions-reviewers,firefox-style-system-reviewers,emilio

Parse and serialize `view-transition-class: none | <custom-ident>+`.
This property will be used after we extend `<pt-name-selector>` to
`<pt-name-and-class-selector>` for named view transition pseudo-elements.
Will do this in Bug 1956646. Also, we will handle the class matching in
Bug 1964949.

Differential Revision: https://phabricator.services.mozilla.com/D249681
This commit is contained in:
Boris Chiou
2025-05-17 21:55:37 +00:00
committed by bchiou@mozilla.com
parent b4be95171c
commit bca008efdf
14 changed files with 141 additions and 55 deletions

View File

@@ -190,6 +190,7 @@ exports.ANIMATION_TYPE_FOR_LONGHANDS = [
"-moz-user-input",
"user-select",
"vector-effect",
"view-transition-class",
"view-transition-name",
"visibility",
"white-space-collapse",