@@ -607,6 +607,7 @@ export const functions = new Map([
607607 [ "cross-fade" , "0:" ] ,
608608 [ "cubic-bezier" , "10:2015" ] ,
609609 [ "var" , "10:2017" ] ,
610+ [ "dynamic-range-limit-mix" , "0:" ] ,
610611 [ "element" , "0:" ] ,
611612 [ "exp" , "5:2023" ] ,
612613 [ "hypot" , "5:2023" ] ,
@@ -689,6 +690,8 @@ export const functions = new Map([
689690 [ "cos" , "10:2023" ] ,
690691 [ "sin" , "10:2023" ] ,
691692 [ "tan" , "10:2023" ] ,
693+ [ "cross-origin" , "0:" ] ,
694+ [ "referrer-policy" , "0:" ] ,
692695] ) ;
693696export const units = new Map ( [
694697 [ "cap" , "5:2023" ] ,
@@ -767,7 +770,7 @@ export const selectors = new Map([
767770 [ "has-slotted" , "0:" ] ,
768771 [ "heading" , "0:" ] ,
769772 [ "headingfunction" , "0:" ] ,
770- [ "highlight" , "0: " ] ,
773+ [ "highlight" , "5:2026 " ] ,
771774 [ "host" , "10:2020" ] ,
772775 [ "hostfunction" , "10:2020" ] ,
773776 [ "host-context" , "0:" ] ,
@@ -2031,8 +2034,8 @@ export const propertyValues = new Map([
20312034 [ "left" , "10:2015" ] ,
20322035 [ "none" , "10:2015" ] ,
20332036 [ "right" , "10:2015" ] ,
2034- [ "inline-end" , "5 :2023" ] ,
2035- [ "inline-start" , "5 :2023" ] ,
2037+ [ "inline-end" , "10 :2023" ] ,
2038+ [ "inline-start" , "10 :2023" ] ,
20362039 ] ) ,
20372040 ] ,
20382041 [
@@ -2041,8 +2044,8 @@ export const propertyValues = new Map([
20412044 [ "left" , "10:2015" ] ,
20422045 [ "none" , "10:2015" ] ,
20432046 [ "right" , "10:2015" ] ,
2044- [ "inline-end" , "5 :2023" ] ,
2045- [ "inline-start" , "5 :2023" ] ,
2047+ [ "inline-end" , "10 :2023" ] ,
2048+ [ "inline-start" , "10 :2023" ] ,
20462049 ] ) ,
20472050 ] ,
20482051 [
@@ -2350,6 +2353,7 @@ export const propertyValues = new Map([
23502353 new Map ( [
23512354 [ "allow-end" , "0:" ] ,
23522355 [ "first" , "0:" ] ,
2356+ [ "force-end" , "0:" ] ,
23532357 [ "last" , "0:" ] ,
23542358 [ "none" , "0:" ] ,
23552359 ] ) ,
@@ -3339,7 +3343,7 @@ export const propertyValues = new Map([
33393343 [
33403344 "transform-box" ,
33413345 new Map ( [
3342- [ "border-box" , "5 :2023" ] ,
3346+ [ "border-box" , "10 :2023" ] ,
33433347 [ "content-box" , "5:2024" ] ,
33443348 [ "fill-box" , "10:2020" ] ,
33453349 [ "stroke-box" , "5:2024" ] ,
0 commit comments