Skip to content

Commit

Permalink
Update Safari iOS data for perspective CSS property (#23642)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Safari iOS/iPadOS for the `perspective` CSS property. This fixes #6637, which contains the supporting evidence for this change.
  • Loading branch information
queengooborg authored Jul 15, 2024
1 parent 1d4f908 commit 7651219
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/properties/perspective.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
],
"safari_ios": [
{
"version_added": "9"
"version_added": "9",
"notes": "In iOS 13, the <code>perspective</code> property did not function properly. The issues were fixed in iOS 14."
},
{
"prefix": "-webkit-",
Expand Down

0 comments on commit 7651219

Please sign in to comment.