@@ -168,7 +168,7 @@ export const properties = new Map([
168168 [ "font-variant-emoji" , "0:" ] ,
169169 [ "font-variant-ligatures" , "10:2020" ] ,
170170 [ "font-variant-numeric" , "10:2020" ] ,
171- [ "font-variant-position" , "0: " ] ,
171+ [ "font-variant-position" , "5:2023 " ] ,
172172 [ "font-variation-settings" , "10:2018" ] ,
173173 [ "font-weight" , "10:2015" ] ,
174174 [ "font-width" , "0:" ] ,
@@ -549,7 +549,7 @@ export const mediaConditions = new Map([
549549 [ "device-aspect-ratio" , "0:" ] ,
550550 [ "device-height" , "0:" ] ,
551551 [ "device-width" , "0:" ] ,
552- [ "display-mode" , "5:2023 " ] ,
552+ [ "display-mode" , "10:2020 " ] ,
553553 [ "dynamic-range" , "10:2022" ] ,
554554 [ "forced-colors" , "10:2022" ] ,
555555 [ "any-hover" , "10:2018" ] ,
@@ -681,7 +681,7 @@ export const functions = new Map([
681681export const selectors = new Map ( [
682682 [ "active-view-transition" , "5:2025" ] ,
683683 [ "active-view-transition-type" , "5:2026" ] ,
684- [ "autofill" , "10:2023 " ] ,
684+ [ "autofill" , "0: " ] ,
685685 [ "defined" , "10:2020" ] ,
686686 [ "backdrop" , "10:2022" ] ,
687687 [ "after" , "10:2015" ] ,
@@ -1328,7 +1328,7 @@ export const propertyValues = new Map([
13281328 [
13291329 "background-attachment" ,
13301330 new Map ( [
1331- [ "fixed" , "10:2022 " ] ,
1331+ [ "fixed" , "0: " ] ,
13321332 [ "local" , "10:2022" ] ,
13331333 [ "scroll" , "10:2015" ] ,
13341334 ] ) ,
@@ -2198,7 +2198,7 @@ export const propertyValues = new Map([
21982198 [
21992199 "font-variant-position" ,
22002200 new Map ( [
2201- [ "normal" , "0: " ] ,
2201+ [ "normal" , "5:2023 " ] ,
22022202 [ "sub" , "0:" ] ,
22032203 [ "super" , "0:" ] ,
22042204 ] ) ,
0 commit comments