Skip to content

Commit 34a47e6

Browse files
committed
v8.5.1
1 parent fc34bd1 commit 34a47e6

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to cssdb
22

3+
### 8.5.1 (December 3, 2025)
4+
5+
- Rename `position-area` to `position-area-property`
6+
37
### 8.5.0 (December 3, 2025)
48

59
- Added `position-area`

cssdb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,7 @@
19121912
"vendors_implementations": 3
19131913
},
19141914
{
1915-
"id": "position-area",
1915+
"id": "position-area-property",
19161916
"title": "`position-area` property",
19171917
"description": "The `position-area` property offers a convenient grid-based concept for positioning relative to the default anchor box.",
19181918
"specification": "https://drafts.csswg.org/css-anchor-position/#position-area",

cssdb.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,7 @@ export default [
19121912
"vendors_implementations": 3
19131913
},
19141914
{
1915-
"id": "position-area",
1915+
"id": "position-area-property",
19161916
"title": "`position-area` property",
19171917
"description": "The `position-area` property offers a convenient grid-based concept for positioning relative to the default anchor box.",
19181918
"specification": "https://drafts.csswg.org/css-anchor-position/#position-area",

cssdb.settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@
14271427
]
14281428
},
14291429
{
1430-
"id": "position-area",
1430+
"id": "position-area-property",
14311431
"title": "`position-area` property",
14321432
"description": "The `position-area` property offers a convenient grid-based concept for positioning relative to the default anchor box.",
14331433
"specification": "https://drafts.csswg.org/css-anchor-position/#position-area",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssdb",
3-
"version": "8.5.0",
3+
"version": "8.5.1",
44
"type": "module",
55
"description": "A list of CSS features and their positions in the process of becoming implemented web standards",
66
"license": "MIT-0",

0 commit comments

Comments
 (0)