@@ -851,17 +851,24 @@ pub const VENDOR_SPECIFIC_PSEUDO_ELEMENTS: [&str; 66] = [
851851
852852pub const SHADOW_TREE_PSEUDO_ELEMENTS : [ & str ; 1 ] = [ "part" ] ;
853853
854- pub const OTHER_PSEUDO_ELEMENTS : [ & str ; 22 ] = [
854+ pub const OTHER_PSEUDO_ELEMENTS : [ & str ; 29 ] = [
855855 "backdrop" ,
856+ "checkmark" ,
857+ "column" ,
856858 "content" ,
857859 "cue" ,
858860 "details-content" ,
859861 "file-selector-button" ,
860862 "grammar-error" ,
861863 "highlight" ,
862864 "marker" ,
865+ "picker" ,
866+ "picker-icon" ,
863867 "placeholder" ,
864868 "prefix" ,
869+ "scroll-button" ,
870+ "scroll-marker" ,
871+ "scroll-marker-group" ,
865872 "search-text" ,
866873 "selection" ,
867874 "shadow" ,
@@ -930,9 +937,10 @@ pub const RESOURCE_STATE_PSEUDO_CLASSES: [&str; 7] = [
930937 "volume-locked" ,
931938] ;
932939
933- pub const OTHER_PSEUDO_CLASSES : [ & str ; 52 ] = [
940+ pub const OTHER_PSEUDO_CLASSES : [ & str ; 57 ] = [
934941 "active" ,
935942 "active-view-transition" ,
943+ "active-view-transition-type" ,
936944 "any-link" ,
937945 "autofill" ,
938946 "blank" ,
@@ -951,6 +959,7 @@ pub const OTHER_PSEUDO_CLASSES: [&str; 52] = [
951959 "fullscreen" ,
952960 "fullscreen-ancestor" ,
953961 "future" ,
962+ "has-slotted" ,
954963 "host" ,
955964 "host-context" ,
956965 "hover" ,
@@ -977,6 +986,9 @@ pub const OTHER_PSEUDO_CLASSES: [&str; 52] = [
977986 "scope" ,
978987 "state" ,
979988 "target" ,
989+ "target-after" ,
990+ "target-before" ,
991+ "target-current" ,
980992 "unresolved" ,
981993 "user-invalid" ,
982994 "user-valid" ,
@@ -1156,6 +1168,7 @@ pub const KNOWN_PROPERTIES: &[&str] = &[
11561168 "direction" ,
11571169 "display" ,
11581170 "dominant-baseline" ,
1171+ "dynamic-range-limit" ,
11591172 "elevation" ,
11601173 "empty-cells" ,
11611174 "field-sizing" ,
@@ -1374,6 +1387,7 @@ pub const KNOWN_PROPERTIES: &[&str] = &[
13741387 "overflow-wrap" ,
13751388 "overflow-x" ,
13761389 "overflow-y" ,
1390+ "overlay" ,
13771391 "overscroll-behavior" ,
13781392 "overscroll-behavior-block" ,
13791393 "overscroll-behavior-inline" ,
@@ -1416,6 +1430,8 @@ pub const KNOWN_PROPERTIES: &[&str] = &[
14161430 "print-color-adjust" ,
14171431 "property-name" ,
14181432 "quotes" ,
1433+ "reading-flow" ,
1434+ "reading-order" ,
14191435 "region-fragment" ,
14201436 "resize" ,
14211437 "rest" ,
@@ -1443,6 +1459,7 @@ pub const KNOWN_PROPERTIES: &[&str] = &[
14431459 "scroll-margin-left" ,
14441460 "scroll-margin-right" ,
14451461 "scroll-margin-top" ,
1462+ "scroll-marker-group" ,
14461463 "scroll-padding" ,
14471464 "scroll-padding-block" ,
14481465 "scroll-padding-block-end" ,
@@ -1458,6 +1475,7 @@ pub const KNOWN_PROPERTIES: &[&str] = &[
14581475 "scroll-snap-stop" ,
14591476 "scroll-snap-type" ,
14601477 "scroll-start-target" ,
1478+ "scroll-target-group" ,
14611479 "scroll-timeline" ,
14621480 "scroll-timeline-axis" ,
14631481 "scroll-timeline-name" ,
0 commit comments