Skip to content

Commit

Permalink
Add Safari 17.4 support for date input showPicker function (#22000)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Jan 26, 2024
1 parent ee89e3d commit 28c6010
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/HTMLInputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -2172,7 +2172,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
"version_added": "17.4"
},
"safari_ios": {
"version_added": false,
Expand Down Expand Up @@ -2208,7 +2208,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
"version_added": "17.4"
},
"safari_ios": {
"version_added": false,
Expand Down
5 changes: 5 additions & 0 deletions browsers/safari.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,11 @@
"status": "current",
"engine": "WebKit",
"engine_version": "617.2.4"
},
"17.4": {
"release_notes": "https://developer.apple.com/documentation/safari-release-notes/safari-17_4-release-notes",
"status": "beta",
"engine": "WebKit"
}
}
}
Expand Down

0 comments on commit 28c6010

Please sign in to comment.