@@ -295,7 +295,7 @@ export const properties = new Map([
295295 [ "mask-size" , "5:2023" ] ,
296296 [ "math-depth" , "0:" ] ,
297297 [ "math-shift" , "5:2025" ] ,
298- [ "math-style" , "5 :2023" ] ,
298+ [ "math-style" , "10 :2023" ] ,
299299 [ "max-height" , "10:2015" ] ,
300300 [ "max-width" , "10:2015" ] ,
301301 [ "min-height" , "10:2015" ] ,
@@ -465,9 +465,9 @@ export const properties = new Map([
465465 [ "text-decoration-color" , "10:2020" ] ,
466466 [ "text-decoration-line" , "10:2020" ] ,
467467 [ "text-decoration-skip" , "0:" ] ,
468- [ "text-decoration-skip-ink" , "10:2022" ] ,
469468 [ "text-decoration-style" , "10:2020" ] ,
470469 [ "text-decoration-thickness" , "10:2021" ] ,
470+ [ "text-decoration-skip-ink" , "10:2022" ] ,
471471 [ "text-emphasis" , "10:2022" ] ,
472472 [ "text-emphasis-color" , "10:2022" ] ,
473473 [ "text-emphasis-position" , "10:2022" ] ,
@@ -3124,21 +3124,13 @@ export const propertyValues = new Map([
31243124 [
31253125 "text-decoration-line" ,
31263126 new Map ( [
3127- [ "grammar-error" , "5:2025" ] ,
31283127 [ "line-through" , "10:2020" ] ,
31293128 [ "none" , "10:2020" ] ,
31303129 [ "overline" , "10:2020" ] ,
3131- [ "spelling-error" , "5:2025" ] ,
31323130 [ "underline" , "10:2020" ] ,
31333131 [ "blink" , "0:" ] ,
3134- ] ) ,
3135- ] ,
3136- [
3137- "text-decoration-skip-ink" ,
3138- new Map ( [
3139- [ "all" , "0:" ] ,
3140- [ "auto" , "10:2022" ] ,
3141- [ "none" , "10:2022" ] ,
3132+ [ "grammar-error" , "5:2025" ] ,
3133+ [ "spelling-error" , "5:2025" ] ,
31423134 ] ) ,
31433135 ] ,
31443136 [
@@ -3157,6 +3149,14 @@ export const propertyValues = new Map([
31573149 [ "percentage" , "5:2024" ] ,
31583150 ] ) ,
31593151 ] ,
3152+ [
3153+ "text-decoration-skip-ink" ,
3154+ new Map ( [
3155+ [ "auto" , "10:2022" ] ,
3156+ [ "none" , "10:2022" ] ,
3157+ [ "all" , "0:" ] ,
3158+ ] ) ,
3159+ ] ,
31603160 [
31613161 "text-emphasis-position" ,
31623162 new Map ( [
0 commit comments