Skip to content

Commit

Permalink
Update Chrome note for white-space to new syntax (#25572)
Browse files Browse the repository at this point in the history
`white-space` become a shorthand for `text-wrap-mode`

Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
skyclouds2001 and caugner authored Jan 6, 2025
1 parent f30fa17 commit b79a2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/properties/white-space.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
"chrome": {
"version_added": "114",
"partial_implementation": true,
"notes": "Accepts shorthand values for `white-space-collapse` and `text-wrap` only."
"notes": "Only accepts values for `white-space-collapse` and `text-wrap-mode`, not `white-space-trim`."
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down

0 comments on commit b79a2bd

Please sign in to comment.