@@ -243,6 +243,7 @@ const highlight = {
243243 */
244244const 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