Skip to content

Commit 5e194f0

Browse files
Chrome 11-29 / Safari support -webkit-hyphenate-limit-after CSS property (#25432)
This PR updates and corrects version values for Chrome and Safari for the `-webkit-hyphenate-limit-after` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.12.8). Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/-webkit-hyphenate-limit-after Co-authored-by: Claas Augner <[email protected]>
1 parent e37b474 commit 5e194f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css/properties/-webkit-hyphenate-limit-after.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"__compat": {
66
"support": {
77
"chrome": {
8-
"version_added": false
8+
"version_added": "11",
9+
"version_removed": "30"
910
},
1011
"chrome_android": "mirror",
1112
"edge": "mirror",
@@ -20,7 +21,7 @@
2021
"opera": "mirror",
2122
"opera_android": "mirror",
2223
"safari": {
23-
"version_added": "13.1"
24+
"version_added": "5.1"
2425
},
2526
"safari_ios": "mirror",
2627
"samsunginternet_android": "mirror",

0 commit comments

Comments
 (0)