Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@
"eslint-plugin-eslint-plugin": "^6.3.2",
"lint-staged": "^15.2.7",
"mdast-util-from-markdown": "^2.0.2",
"mdn-data": "^2.24.0",
"mdn-data": "^2.25.0",
"mocha": "^11.0.0",
"prettier": "^3.6.0",
"rollup": "^4.52.3",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^3.0.1",
"tailwind-csstree": "^0.1.0",
"typescript": "^5.9.2",
"web-features": "^3.6.0",
"web-features": "^3.9.1",
"yorkie": "^2.0.0"
},
"engines": {
Expand Down
36 changes: 18 additions & 18 deletions src/data/baseline-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ export const properties = new Map([
["table-layout", "10:2015"],
["text-align", "10:2015"],
["text-align-last", "10:2022"],
["text-autospace", "0:"],
["text-autospace", "5:2025"],
["text-box", "0:"],
["text-box-edge", "0:"],
["text-box-trim", "0:"],
Expand Down Expand Up @@ -588,12 +588,12 @@ export const functions = new Map([
["sign", "5:2025"],
["anchor", "0:"],
["anchor-size", "0:"],
["color", "5:2023"],
["color", "10:2023"],
["attr", "10:2015"],
["calc", "10:2015"],
["calc-size", "0:"],
["rect", "5:2024"],
["color-mix", "5:2023"],
["color-mix", "10:2023"],
["conic-gradient", "10:2020"],
["repeating-conic-gradient", "10:2020"],
["round", "5:2024"],
Expand Down Expand Up @@ -626,17 +626,18 @@ export const functions = new Map([
["hsl", "10:2015"],
["hwb", "10:2022"],
["image-set", "5:2023"],
["lab", "5:2023"],
["lch", "5:2023"],
["lab", "10:2023"],
["lch", "10:2023"],
["light-dark", "5:2024"],
["clamp", "10:2020"],
["max", "10:2020"],
["min", "10:2020"],
["ray", "5:2024"],
["oklab", "5:2023"],
["oklch", "5:2023"],
["oklab", "10:2023"],
["oklch", "10:2023"],
["paint", "0:"],
["path", "10:2020"],
["xywh", "5:2024"],
["rem", "5:2024"],
["rgb", "10:2015"],
["mod", "5:2024"],
Expand All @@ -645,7 +646,6 @@ export const functions = new Map([
["ellipse", "10:2020"],
["inset", "10:2020"],
["polygon", "10:2020"],
["xywh", "5:2024"],
["steps", "10:2015"],
["matrix", "10:2015"],
["rotate", "10:2015"],
Expand Down Expand Up @@ -1099,6 +1099,10 @@ export const propertyValues = new Map([
["self-inline-end", "0:"],
["self-inline-start", "0:"],
["self-start", "0:"],
["self-x-end", "0:"],
["self-x-start", "0:"],
["self-y-end", "0:"],
["self-y-start", "0:"],
["span-all", "0:"],
["span-block-end", "0:"],
["span-block-start", "0:"],
Expand All @@ -1112,25 +1116,21 @@ export const propertyValues = new Map([
["span-self-inline-end", "0:"],
["span-self-inline-start", "0:"],
["span-self-start", "0:"],
["span-self-x-end", "0:"],
["span-self-x-start", "0:"],
["span-self-y-end", "0:"],
["span-self-y-start", "0:"],
["span-start", "0:"],
["span-top", "0:"],
["span-x-end", "0:"],
["span-x-self-end", "0:"],
["span-x-self-start", "0:"],
["span-x-start", "0:"],
["span-y-end", "0:"],
["span-y-self-end", "0:"],
["span-y-self-start", "0:"],
["span-y-start", "0:"],
["start", "0:"],
["top", "0:"],
["x-end", "0:"],
["x-self-end", "0:"],
["x-self-start", "0:"],
["x-start", "0:"],
["y-end", "0:"],
["y-self-end", "0:"],
["y-self-start", "0:"],
["y-start", "0:"],
]),
],
Expand Down Expand Up @@ -2658,8 +2658,8 @@ export const propertyValues = new Map([
["ideograph-alpha", "0:"],
["ideograph-numeric", "0:"],
["insert", "0:"],
["no-autospace", "0:"],
["normal", "0:"],
["no-autospace", "5:2025"],
["normal", "5:2025"],
["punctuation", "0:"],
["replace", "0:"],
]),
Expand Down
Loading