Skip to content

Commit 11b27ef

Browse files
Safari 18.4 disabled unprefixed line-clamp CSS property (#26771)
Update Safari data for line-clamp CSS property This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `line-clamp` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.13.0). Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/line-clamp Additional Notes: Looks like Safari dropped support for the unprefixed version since no other browser supported it. Confirmed via manual testing. Co-authored-by: Claas Augner <[email protected]>
1 parent 192b223 commit 11b27ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css/properties/line-clamp.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@
2828
"opera": "mirror",
2929
"opera_android": "mirror",
3030
"safari": [
31-
{
32-
"version_added": "18.2"
33-
},
3431
{
3532
"prefix": "-webkit-",
3633
"version_added": "5"
34+
},
35+
{
36+
"version_added": "18.2",
37+
"version_removed": "18.4"
3738
}
3839
],
3940
"safari_ios": "mirror",

0 commit comments

Comments
 (0)