Skip to content

Commit

Permalink
Update Safari data for css.properties.initial-letter.normal (mdn#22596)
Browse files Browse the repository at this point in the history
* Update Safari data for css.properties.initial-letter.normal

This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `normal` member of the `initial-letter` CSS property. The data comes from manual testing, running test code through BrowserStack, SauceLabs and custom VMs.

Test Code:

```

CSS.supports('-webkit-initial-letter', 'normal');

```

* Mark property as non-experimental
  • Loading branch information
queengooborg authored Jun 5, 2024
1 parent f68a6e1 commit e3b42c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/properties/initial-letter.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand All @@ -57,14 +57,14 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "9"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit e3b42c6

Please sign in to comment.