Skip to content

Commit

Permalink
Update Safari data for form HTML element (#24151)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `form` HTML element. This copies the data from the API counterpart, which fixes #24135.
  • Loading branch information
queengooborg committed Aug 22, 2024
1 parent e18d6a5 commit d0875f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/elements/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "≤4"
"version_added": "3"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down Expand Up @@ -93,7 +93,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "≤4"
"version_added": "3"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit d0875f7

Please sign in to comment.