Skip to content

Commit 9eda19b

Browse files
committed
::view-transion-* are tree-abiding
1 parent 2174c4e commit 9eda19b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/values/pseudos.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ const highlight = {
243243
*/
244244
const treeAbiding = {
245245
functions: {
246+
...viewTransitions.elements.functions,
246247
'part': {
247248
classes: [/* filled at the bottom of the file */],
248249
elements: [/* filled at the bottom of the file */],
@@ -252,6 +253,7 @@ const treeAbiding = {
252253
'scroll-button': { classes: ['disabled'], value: "'*' | <scroll-button-direction>" },
253254
},
254255
identifiers: {
256+
...viewTransitions.elements.identifiers,
255257
'after': { classes: ['empty'], elements: ['marker'] },
256258
'backdrop': {},
257259
'before': { classes: ['empty'], elements: ['marker'] },
@@ -349,7 +351,6 @@ const elements = {
349351
functions: {
350352
...highlight.functions,
351353
...treeAbiding.functions,
352-
...viewTransitions.elements.functions,
353354
'nth-fragment': { value: '<an+b>' },
354355
'slotted': {
355356
elements: [
@@ -363,7 +364,6 @@ const elements = {
363364
...highlight.identifiers,
364365
...treeAbiding.identifiers,
365366
...typographic,
366-
...viewTransitions.elements.identifiers,
367367
'clear-icon': {},
368368
'color-swatch': {},
369369
'column': { elements: ['scroll-marker'] },

0 commit comments

Comments
 (0)