Skip to content

Commit

Permalink
Update Safari iOS data for caret-color CSS property (mdn#21481)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Safari iOS/iPadOS for the `caret-color` CSS property. This fixes mdn#15128, which contains the supporting evidence for this change.

Additional Notes: The behavior described had not been seen in any version of Safari iOS I had tested.  Additionally, the commit that fixed the bug landed in iOS 11.3.
  • Loading branch information
queengooborg authored Dec 12, 2023
1 parent 0add467 commit 9317666
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions css/properties/caret-color.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@
"safari": {
"version_added": "11.1"
},
"safari_ios": {
"version_added": "11.3",
"partial_implementation": true,
"notes": "While the property is recognized, implementation is incomplete. The color of the caret does not always match the color set for the element in focus. See <a href='https://webkit.org/b/177489'>bug 177489</a>."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
Expand Down

0 comments on commit 9317666

Please sign in to comment.