Skip to content

Commit 73734bb

Browse files
fix: update baseline data (#287)
Co-authored-by: fasttime <6367844+fasttime@users.noreply.github.com>
1 parent 386f42a commit 73734bb

File tree

2 files changed

+29
-12
lines changed

2 files changed

+29
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"rollup-plugin-delete": "^3.0.1",
107107
"tailwind-csstree": "^0.1.0",
108108
"typescript": "^5.9.2",
109-
"web-features": "^3.1.0",
109+
"web-features": "^3.3.0",
110110
"yorkie": "^2.0.0"
111111
},
112112
"engines": {

src/data/baseline-data.js

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)