Skip to content
Merged
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: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to cssdb

### Unreleased

- Updated `@mdn/browser-compat-data` to `7.2.1`

### 8.5.2 (December 4, 2025)

- Update `system-ui-font-family` polyfill url
Expand Down
13 changes: 10 additions & 3 deletions cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -1919,9 +1919,11 @@
"stage": 2,
"browser_support": {
"and_chr": "129",
"and_ff": "147",
"android": "129",
"chrome": "129",
"edge": "129",
"firefox": "147",
"ios_saf": "26",
"op_mob": "86",
"opera": "115",
Expand All @@ -1933,13 +1935,14 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/position-area"
},
"example": "div {\n position-area: start end;\n}",
"interoperable_at": 1768262400,
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-position-area-property"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "prefers-color-scheme-query",
Expand Down Expand Up @@ -2283,22 +2286,26 @@
"chrome": "87",
"edge": "87",
"firefox": "70",
"ios_saf": "26.2",
"oculus": "13.0",
"op_mob": "62",
"opera": "73",
"samsung": "14.0"
"safari": "26.2",
"samsung": "14.0",
"webview_ios": "26.2"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/text-decoration"
},
"example": "p {\n text-decoration: green wavy underline 2px;\n}",
"interoperable_at": 1605744000,
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "trigonometric-functions",
Expand Down
13 changes: 10 additions & 3 deletions cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1919,9 +1919,11 @@ export default [
"stage": 2,
"browser_support": {
"and_chr": "129",
"and_ff": "147",
"android": "129",
"chrome": "129",
"edge": "129",
"firefox": "147",
"ios_saf": "26",
"op_mob": "86",
"opera": "115",
Expand All @@ -1933,13 +1935,14 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/position-area"
},
"example": "div {\n position-area: start end;\n}",
"interoperable_at": 1768262400,
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-position-area-property"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "prefers-color-scheme-query",
Expand Down Expand Up @@ -2283,22 +2286,26 @@ export default [
"chrome": "87",
"edge": "87",
"firefox": "70",
"ios_saf": "26.2",
"oculus": "13.0",
"op_mob": "62",
"opera": "73",
"samsung": "14.0"
"safari": "26.2",
"samsung": "14.0",
"webview_ios": "26.2"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/text-decoration"
},
"example": "p {\n text-decoration: green wavy underline 2px;\n}",
"interoperable_at": 1605744000,
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "trigonometric-functions",
Expand Down
Loading