Skip to content

Commit 9bdb155

Browse files
fix: update baseline data (#189)
Co-authored-by: fasttime <6367844+fasttime@users.noreply.github.com>
1 parent 3309592 commit 9bdb155

File tree

2 files changed

+80
-28
lines changed

2 files changed

+80
-28
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@
9797
"got": "^14.4.2",
9898
"lint-staged": "^15.2.7",
9999
"mdast-util-from-markdown": "^2.0.2",
100-
"mdn-data": "^2.21.0",
100+
"mdn-data": "^2.22.1",
101101
"mocha": "^10.4.0",
102102
"prettier": "^3.6.0",
103103
"rollup": "^4.16.2",
104104
"rollup-plugin-copy": "^3.5.0",
105105
"rollup-plugin-delete": "^3.0.1",
106106
"tailwind-csstree": "^0.1.0",
107107
"typescript": "^5.8.2",
108-
"web-features": "^2.35.1",
108+
"web-features": "^2.41.0",
109109
"yorkie": "^2.0.0"
110110
},
111111
"engines": {

src/data/baseline-data.js

Lines changed: 78 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export const properties = new Map([
132132
["font-kerning", "10:2020"],
133133
["font-language-override", "0:"],
134134
["font-optical-sizing", "10:2020"],
135-
["font-palette", "5:2022"],
135+
["font-palette", "10:2022"],
136136
["font", "10:2015"],
137137
["font-size", "10:2015"],
138138
["font-size-adjust", "5:2024"],
@@ -338,7 +338,7 @@ export const properties = new Map([
338338
["top", "10:2015"],
339339
["pointer-events", "10:2015"],
340340
["position", "10:2015"],
341-
["print-color-adjust", "0:"],
341+
["print-color-adjust", "5:2025"],
342342
["quotes", "10:2015"],
343343
["reading-flow", "0:"],
344344
["resize", "0:"],
@@ -405,8 +405,8 @@ export const properties = new Map([
405405
["marker-mid", "10:2017"],
406406
["marker-start", "10:2017"],
407407
["r", "10:2020"],
408-
["rx", "0:"],
409-
["ry", "0:"],
408+
["rx", "5:2024"],
409+
["ry", "5:2024"],
410410
["shape-rendering", "10:2020"],
411411
["stop-color", "10:2017"],
412412
["stop-opacity", "10:2017"],
@@ -509,7 +509,7 @@ export const atRules = new Map([
509509
["counter-style", "5:2023"],
510510
["view-transition", "0:"],
511511
["font-face", "10:2015"],
512-
["font-palette-values", "5:2022"],
512+
["font-palette-values", "10:2022"],
513513
["font-feature-values", "5:2023"],
514514
["import", "10:2015"],
515515
["media", "10:2015"],
@@ -561,7 +561,7 @@ export const mediaConditions = new Map([
561561
["video-dynamic-range", "0:"],
562562
]);
563563
export const types = new Map([
564-
["abs", "0:"],
564+
["abs", "5:2025"],
565565
["sign", "0:"],
566566
["anchor", "0:"],
567567
["anchor-size", "0:"],
@@ -1336,7 +1336,7 @@ export const propertyValues = new Map([
13361336
["column", "0:"],
13371337
["always", "0:"],
13381338
["auto", "10:2020"],
1339-
["avoid", "10:2020"],
1339+
["avoid", "0:"],
13401340
["avoid-page", "0:"],
13411341
["left", "10:2020"],
13421342
["page", "10:2020"],
@@ -1352,7 +1352,7 @@ export const propertyValues = new Map([
13521352
["column", "0:"],
13531353
["always", "0:"],
13541354
["auto", "10:2020"],
1355-
["avoid", "10:2020"],
1355+
["avoid", "0:"],
13561356
["avoid-page", "0:"],
13571357
["left", "10:2020"],
13581358
["page", "10:2020"],
@@ -1501,6 +1501,15 @@ export const propertyValues = new Map([
15011501
["math", "0:"],
15021502
]),
15031503
],
1504+
[
1505+
"ruby-position",
1506+
new Map([
1507+
["alternate", "0:"],
1508+
["inter-character", "0:"],
1509+
["over", "5:2024"],
1510+
["under", "5:2024"],
1511+
]),
1512+
],
15041513
[
15051514
"dominant-baseline",
15061515
new Map([
@@ -1520,6 +1529,7 @@ export const propertyValues = new Map([
15201529
["fixed", "0:"],
15211530
]),
15221531
],
1532+
["align-content", new Map([["normal", "10:2015"]])],
15231533
[
15241534
"flex-basis",
15251535
new Map([
@@ -1580,6 +1590,14 @@ export const propertyValues = new Map([
15801590
]),
15811591
],
15821592
["font-feature-settings", new Map([["normal", "10:2017"]])],
1593+
[
1594+
"font-kerning",
1595+
new Map([
1596+
["auto", "10:2020"],
1597+
["none", "10:2020"],
1598+
["normal", "10:2020"],
1599+
]),
1600+
],
15831601
[
15841602
"font-optical-sizing",
15851603
new Map([
@@ -1590,9 +1608,9 @@ export const propertyValues = new Map([
15901608
[
15911609
"font-palette",
15921610
new Map([
1593-
["dark", "5:2022"],
1594-
["light", "5:2022"],
1595-
["normal", "5:2022"],
1611+
["dark", "10:2022"],
1612+
["light", "10:2022"],
1613+
["normal", "10:2022"],
15961614
]),
15971615
],
15981616
[
@@ -1627,7 +1645,7 @@ export const propertyValues = new Map([
16271645
new Map([
16281646
["italic", "10:2015"],
16291647
["normal", "10:2015"],
1630-
["oblique-angle", "10:2020"],
1648+
["oblique-angle", "0:"],
16311649
]),
16321650
],
16331651
[
@@ -1794,6 +1812,7 @@ export const propertyValues = new Map([
17941812
["preserve-parent-color", "0:"],
17951813
]),
17961814
],
1815+
["gap", new Map([["normal", "10:2017"]])],
17971816
[
17981817
"grid-auto-flow",
17991818
new Map([
@@ -1834,6 +1853,7 @@ export const propertyValues = new Map([
18341853
]),
18351854
],
18361855
["grid-template", new Map([["none", "10:2020"]])],
1856+
["row-gap", new Map([["normal", "10:2017"]])],
18371857
[
18381858
"hanging-punctuation",
18391859
new Map([
@@ -2091,6 +2111,7 @@ export const propertyValues = new Map([
20912111
]),
20922112
],
20932113
["column-count", new Map([["auto", "10:2017"]])],
2114+
["column-gap", new Map([["normal", "10:2015"]])],
20942115
["column-width", new Map([["auto", "10:2016"]])],
20952116
[
20962117
"object-fit",
@@ -2249,8 +2270,8 @@ export const propertyValues = new Map([
22492270
[
22502271
"print-color-adjust",
22512272
new Map([
2252-
["economy", "0:"],
2253-
["exact", "0:"],
2273+
["economy", "5:2025"],
2274+
["exact", "5:2025"],
22542275
]),
22552276
],
22562277
[
@@ -2260,6 +2281,18 @@ export const propertyValues = new Map([
22602281
["none", "10:2015"],
22612282
]),
22622283
],
2284+
[
2285+
"reading-flow",
2286+
new Map([
2287+
["flex-flow", "0:"],
2288+
["flex-visual", "0:"],
2289+
["grid-columns", "0:"],
2290+
["grid-order", "0:"],
2291+
["grid-rows", "0:"],
2292+
["normal", "0:"],
2293+
["source-order", "0:"],
2294+
]),
2295+
],
22632296
[
22642297
"resize",
22652298
new Map([
@@ -2283,15 +2316,6 @@ export const propertyValues = new Map([
22832316
["none", "0:"],
22842317
]),
22852318
],
2286-
[
2287-
"ruby-position",
2288-
new Map([
2289-
["alternate", "0:"],
2290-
["inter-character", "0:"],
2291-
["over", "5:2024"],
2292-
["under", "5:2024"],
2293-
]),
2294-
],
22952319
[
22962320
"scroll-behavior",
22972321
new Map([
@@ -2492,6 +2516,20 @@ export const propertyValues = new Map([
24922516
["top-outside", "0:"],
24932517
]),
24942518
],
2519+
[
2520+
"empty-cells",
2521+
new Map([
2522+
["hide", "10:2015"],
2523+
["show", "10:2015"],
2524+
]),
2525+
],
2526+
[
2527+
"table-layout",
2528+
new Map([
2529+
["auto", "10:2015"],
2530+
["fixed", "10:2015"],
2531+
]),
2532+
],
24952533
[
24962534
"text-align",
24972535
new Map([
@@ -2526,6 +2564,13 @@ export const propertyValues = new Map([
25262564
]),
25272565
],
25282566
["text-box", new Map([["normal", "0:"]])],
2567+
[
2568+
"text-combine-upright",
2569+
new Map([
2570+
["all", "10:2022"],
2571+
["none", "10:2022"],
2572+
]),
2573+
],
25292574
[
25302575
"text-decoration-line",
25312576
new Map([
@@ -2567,9 +2612,9 @@ export const propertyValues = new Map([
25672612
new Map([
25682613
["auto", "0:"],
25692614
["left", "10:2022"],
2570-
["over", "5:2022"],
2615+
["over", "10:2022"],
25712616
["right", "10:2022"],
2572-
["under", "5:2022"],
2617+
["under", "10:2022"],
25732618
]),
25742619
],
25752620
[
@@ -2635,6 +2680,7 @@ export const propertyValues = new Map([
26352680
[
26362681
"text-underline-position",
26372682
new Map([
2683+
["auto", "10:2020"],
26382684
["from-font", "10:2020"],
26392685
["left", "5:2024"],
26402686
["right", "5:2024"],
@@ -2745,7 +2791,13 @@ export const propertyValues = new Map([
27452791
]),
27462792
],
27472793
["view-transition-class", new Map([["none", "0:"]])],
2748-
["view-transition-name", new Map([["none", "0:"]])],
2794+
[
2795+
"view-transition-name",
2796+
new Map([
2797+
["match-element", "0:"],
2798+
["none", "0:"],
2799+
]),
2800+
],
27492801
[
27502802
"visibility",
27512803
new Map([

0 commit comments

Comments
 (0)