@@ -157,9 +157,9 @@ export const properties = new Map([
157157 [ "font-style" , "10:2015" ] ,
158158 [ "font-synthesis" , "10:2022" ] ,
159159 [ "font-synthesis-position" , "0:" ] ,
160- [ "font-synthesis-small-caps" , "5 :2023" ] ,
161- [ "font-synthesis-style" , "5 :2023" ] ,
162- [ "font-synthesis-weight" , "5 :2023" ] ,
160+ [ "font-synthesis-small-caps" , "10 :2023" ] ,
161+ [ "font-synthesis-style" , "10 :2023" ] ,
162+ [ "font-synthesis-weight" , "10 :2023" ] ,
163163 [ "font-variant" , "10:2015" ] ,
164164 [ "font-variant-alternates" , "10:2023" ] ,
165165 [ "font-variant-caps" , "10:2020" ] ,
@@ -320,7 +320,7 @@ export const properties = new Map([
320320 [ "opacity" , "10:2015" ] ,
321321 [ "fill-opacity" , "10:2017" ] ,
322322 [ "stroke-opacity" , "10:2017" ] ,
323- [ "outline" , "5 :2023" ] ,
323+ [ "outline" , "10 :2023" ] ,
324324 [ "outline-color" , "10:2015" ] ,
325325 [ "outline-offset" , "10:2017" ] ,
326326 [ "outline-style" , "10:2015" ] ,
@@ -530,6 +530,7 @@ export const atRules = new Map([
530530 [ "font-face" , "10:2015" ] ,
531531 [ "font-palette-values" , "10:2022" ] ,
532532 [ "font-feature-values" , "10:2023" ] ,
533+ [ "function" , "0:" ] ,
533534 [ "import" , "10:2015" ] ,
534535 [ "media" , "10:2015" ] ,
535536 [ "namespace" , "10:2015" ] ,
@@ -811,6 +812,8 @@ export const propertyValues = new Map([
811812 [ "ideographic" , "0:" ] ,
812813 [ "mathematical" , "0:" ] ,
813814 [ "middle" , "0:" ] ,
815+ [ "text-after-edge" , "0:" ] ,
816+ [ "text-before-edge" , "0:" ] ,
814817 ] ) ,
815818 ] ,
816819 [ "align-items" , new Map ( [ [ "anchor-center" , "0:" ] ] ) ] ,
@@ -1089,7 +1092,11 @@ export const propertyValues = new Map([
10891092 [ "left" , "0:" ] ,
10901093 [ "none" , "0:" ] ,
10911094 [ "right" , "0:" ] ,
1095+ [ "self-block-end" , "0:" ] ,
1096+ [ "self-block-start" , "0:" ] ,
10921097 [ "self-end" , "0:" ] ,
1098+ [ "self-inline-end" , "0:" ] ,
1099+ [ "self-inline-start" , "0:" ] ,
10931100 [ "self-start" , "0:" ] ,
10941101 [ "span-all" , "0:" ] ,
10951102 [ "span-block-end" , "0:" ] ,
@@ -1098,11 +1105,21 @@ export const propertyValues = new Map([
10981105 [ "span-end" , "0:" ] ,
10991106 [ "span-inline-end" , "0:" ] ,
11001107 [ "span-inline-start" , "0:" ] ,
1108+ [ "span-self-block-end" , "0:" ] ,
1109+ [ "span-self-block-start" , "0:" ] ,
1110+ [ "span-self-end" , "0:" ] ,
1111+ [ "span-self-inline-end" , "0:" ] ,
1112+ [ "span-self-inline-start" , "0:" ] ,
1113+ [ "span-self-start" , "0:" ] ,
11011114 [ "span-start" , "0:" ] ,
11021115 [ "span-top" , "0:" ] ,
11031116 [ "span-x-end" , "0:" ] ,
1117+ [ "span-x-self-end" , "0:" ] ,
1118+ [ "span-x-self-start" , "0:" ] ,
11041119 [ "span-x-start" , "0:" ] ,
11051120 [ "span-y-end" , "0:" ] ,
1121+ [ "span-y-self-end" , "0:" ] ,
1122+ [ "span-y-self-start" , "0:" ] ,
11061123 [ "span-y-start" , "0:" ] ,
11071124 [ "start" , "0:" ] ,
11081125 [ "top" , "0:" ] ,
@@ -1686,7 +1703,7 @@ export const propertyValues = new Map([
16861703 [
16871704 "font-size" ,
16881705 new Map ( [
1689- [ "xxx-large" , "5 :2023" ] ,
1706+ [ "xxx-large" , "10 :2023" ] ,
16901707 [ "math" , "0:" ] ,
16911708 ] ) ,
16921709 ] ,
@@ -1726,22 +1743,22 @@ export const propertyValues = new Map([
17261743 [
17271744 "font-synthesis-small-caps" ,
17281745 new Map ( [
1729- [ "auto" , "5 :2023" ] ,
1730- [ "none" , "5 :2023" ] ,
1746+ [ "auto" , "10 :2023" ] ,
1747+ [ "none" , "10 :2023" ] ,
17311748 ] ) ,
17321749 ] ,
17331750 [
17341751 "font-synthesis-style" ,
17351752 new Map ( [
1736- [ "auto" , "5 :2023" ] ,
1737- [ "none" , "5 :2023" ] ,
1753+ [ "auto" , "10 :2023" ] ,
1754+ [ "none" , "10 :2023" ] ,
17381755 ] ) ,
17391756 ] ,
17401757 [
17411758 "font-synthesis-weight" ,
17421759 new Map ( [
1743- [ "auto" , "5 :2023" ] ,
1744- [ "none" , "5 :2023" ] ,
1760+ [ "auto" , "10 :2023" ] ,
1761+ [ "none" , "10 :2023" ] ,
17451762 ] ) ,
17461763 ] ,
17471764 [
0 commit comments