Skip to content
Open
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
Chrome 145 letter-spacing and word-spacing percentage support
  • Loading branch information
chrisdavidmills committed Mar 6, 2026
commit 1149deb04d9a671659ff1c8619d15b94b23ecd6d
32 changes: 32 additions & 0 deletions css/properties/letter-spacing.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,38 @@
}
}
},
"percentages": {
"__compat": {
"description": "`<percentage>` values",
"spec_url": "https://www.w3.org/TR/css-text-4/#propdef-word-spacing",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"spec_url": "https://www.w3.org/TR/css-text-4/#propdef-word-spacing",
"spec_url": "https://www.w3.org/TR/css-text-4/#valdef-word-spacing-length-percentage",

or

Suggested change
"spec_url": "https://www.w3.org/TR/css-text-4/#propdef-word-spacing",
"spec_url": "https://www.w3.org/TR/css-values-4/#percentage-value",

"support": {
"chrome": {
"version_added": "145"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "45"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "7"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"svg_elements": {
"__compat": {
"description": "On SVG elements",
Expand Down
5 changes: 3 additions & 2 deletions css/properties/word-spacing.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"percentages": {
"__compat": {
"description": "`<percentage>` values",
"spec_url": "https://www.w3.org/TR/css-text-4/#propdef-word-spacing",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dito

"support": {
"chrome": {
"version_added": "145"
Expand All @@ -112,8 +113,8 @@
},
"status": {
"experimental": false,
"standard_track": false,
"deprecated": true
"standard_track": true,
"deprecated": false
}
}
},
Expand Down