Skip to content

Commit

Permalink
Add Safari iOS versions for details HTML element (#13868)
Browse files Browse the repository at this point in the history
This PR adds real values for Safari iOS/iPadOS for the `details` HTML element by mirroring the data.
  • Loading branch information
queengooborg authored Dec 6, 2021
1 parent 01e35d7 commit fae8049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/elements/details.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"version_added": "6"
},
"safari_ios": {
"version_added": "6.1"
"version_added": "6"
},
"samsunginternet_android": {
"version_added": true
Expand Down Expand Up @@ -82,7 +82,7 @@
"version_added": "6"
},
"safari_ios": {
"version_added": "6.1"
"version_added": "6"
},
"samsunginternet_android": {
"version_added": true
Expand Down

0 comments on commit fae8049

Please sign in to comment.