@@ -243,6 +243,7 @@ const highlight = {
243
243
*/
244
244
const treeAbiding = {
245
245
functions : {
246
+ ...viewTransitions . elements . functions ,
246
247
'part' : {
247
248
classes : [ /* filled at the bottom of the file */ ] ,
248
249
elements : [ /* filled at the bottom of the file */ ] ,
@@ -252,6 +253,7 @@ const treeAbiding = {
252
253
'scroll-button' : { classes : [ 'disabled' ] , value : "'*' | <scroll-button-direction>" } ,
253
254
} ,
254
255
identifiers : {
256
+ ...viewTransitions . elements . identifiers ,
255
257
'after' : { classes : [ 'empty' ] , elements : [ 'marker' ] } ,
256
258
'backdrop' : { } ,
257
259
'before' : { classes : [ 'empty' ] , elements : [ 'marker' ] } ,
@@ -349,7 +351,6 @@ const elements = {
349
351
functions : {
350
352
...highlight . functions ,
351
353
...treeAbiding . functions ,
352
- ...viewTransitions . elements . functions ,
353
354
'nth-fragment' : { value : '<an+b>' } ,
354
355
'slotted' : {
355
356
elements : [
@@ -363,7 +364,6 @@ const elements = {
363
364
...highlight . identifiers ,
364
365
...treeAbiding . identifiers ,
365
366
...typographic ,
366
- ...viewTransitions . elements . identifiers ,
367
367
'clear-icon' : { } ,
368
368
'color-swatch' : { } ,
369
369
'column' : { elements : [ 'scroll-marker' ] } ,
0 commit comments