@@ -10,7 +10,7 @@ export const BASELINE_LOW = 5;
1010
1111export const properties = new Map ( [
1212 [ "accent-color" , "0:" ] ,
13- [ "alignment-baseline" , "0: " ] ,
13+ [ "alignment-baseline" , "5:2026 " ] ,
1414 [ "all" , "10:2020" ] ,
1515 [ "anchor-name" , "5:2026" ] ,
1616 [ "anchor-scope" , "5:2026" ] ,
@@ -45,7 +45,7 @@ export const properties = new Map([
4545 [ "background-position-y" , "10:2016" ] ,
4646 [ "background-repeat" , "10:2015" ] ,
4747 [ "background-size" , "10:2015" ] ,
48- [ "baseline-shift" , "0: " ] ,
48+ [ "baseline-shift" , "5:2026 " ] ,
4949 [ "baseline-source" , "0:" ] ,
5050 [ "border-image" , "10:2015" ] ,
5151 [ "border-image-outset" , "10:2015" ] ,
@@ -292,7 +292,7 @@ export const properties = new Map([
292292 [ "mask-position" , "5:2023" ] ,
293293 [ "mask-repeat" , "5:2023" ] ,
294294 [ "mask-size" , "5:2023" ] ,
295- [ "math-depth" , "0: " ] ,
295+ [ "math-depth" , "5:2026 " ] ,
296296 [ "math-shift" , "5:2025" ] ,
297297 [ "math-style" , "10:2023" ] ,
298298 [ "max-height" , "10:2015" ] ,
@@ -859,11 +859,11 @@ export const propertyValues = new Map([
859859 "alignment-baseline" ,
860860 new Map ( [
861861 [ "alphabetic" , "0:" ] ,
862- [ "baseline" , "0: " ] ,
862+ [ "baseline" , "5:2026 " ] ,
863863 [ "central" , "0:" ] ,
864864 [ "ideographic" , "0:" ] ,
865865 [ "mathematical" , "0:" ] ,
866- [ "middle" , "0: " ] ,
866+ [ "middle" , "5:2026 " ] ,
867867 [ "text-after-edge" , "0:" ] ,
868868 [ "text-before-edge" , "0:" ] ,
869869 ] ) ,
@@ -1441,8 +1441,8 @@ export const propertyValues = new Map([
14411441 "baseline-shift" ,
14421442 new Map ( [
14431443 [ "baseline" , "0:" ] ,
1444- [ "sub" , "0: " ] ,
1445- [ "super" , "0: " ] ,
1444+ [ "sub" , "5:2026 " ] ,
1445+ [ "super" , "5:2026 " ] ,
14461446 ] ) ,
14471447 ] ,
14481448 [
@@ -2035,7 +2035,7 @@ export const propertyValues = new Map([
20352035 [ "nastaliq" , "10:2015" ] ,
20362036 [ "sans-serif" , "10:2015" ] ,
20372037 [ "serif" , "10:2015" ] ,
2038- [ "math" , "0: " ] ,
2038+ [ "math" , "5:2026 " ] ,
20392039 [ "system-ui" , "10:2021" ] ,
20402040 [ "ui-monospace" , "0:" ] ,
20412041 [ "ui-rounded" , "0:" ] ,
@@ -2082,7 +2082,7 @@ export const propertyValues = new Map([
20822082 "font-size" ,
20832083 new Map ( [
20842084 [ "xxx-large" , "10:2023" ] ,
2085- [ "math" , "0: " ] ,
2085+ [ "math" , "5:2026 " ] ,
20862086 ] ) ,
20872087 ] ,
20882088 [
0 commit comments