Skip to content

Commit

Permalink
Fixes mdn#11994
Browse files Browse the repository at this point in the history
Add partial implementation notes for Safari InputEvent()
  • Loading branch information
ZhangYiJiang committed Aug 13, 2021
1 parent 6e098b8 commit 05c6466
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api/InputEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@
"version_added": "44"
},
"safari": {
"version_added": "10.1"
"version_added": "10.1",
"partial_implementation": true,
"notes": [
"Does not support inputEventInit parameter, see <a href='https://bugs.webkit.org/show_bug.cgi?id=170416'>bug 170416</a>"
]
},
"safari_ios": {
"version_added": "10.3"
Expand Down

0 comments on commit 05c6466

Please sign in to comment.