Skip to content

Commit

Permalink
Link Gecko/WebKit bugs for fractional coordinates for PointerEvent (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Jun 30, 2021
1 parent 4808dab commit 0027560
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions api/PointerEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -558,10 +558,12 @@
}
],
"firefox": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://bugzil.la/1680669'>bug 1680669</a>."
},
"firefox_android": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://bugzil.la/1680669'>bug 1680669</a>."
},
"ie": {
"version_added": true,
Expand All @@ -579,10 +581,12 @@
"notes": "<code>movementX</code> and <code>movementY</code> are not fractional, see <a href='https://crbug.com/802067'>Chromium bug 802067</a>."
},
"safari": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://webkit.org/b/133180'>bug 133180</a>."
},
"safari_ios": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://webkit.org/b/133180'>bug 133180</a>."
},
"samsunginternet_android": {
"version_added": "9.0",
Expand Down

0 comments on commit 0027560

Please sign in to comment.