Re: [w3c/uievents] Change the type of click and auxclick to PointerEvent (#259)

NavidZ commented on this pull request.



> @@ -1386,6 +1387,7 @@ myDiv.addEventListener("auxclick", function(e) {
     |                  | <li>{{MouseEvent}}.{{MouseEvent/buttons}} : value based on all buttons currently     |
     |                  |     depressed, <code>0</code> if no buttons pressed</li>                             |
     |                  | <li>{{MouseEvent}}.{{MouseEvent/relatedTarget}} : <code>null</code></li>             |
+                         |                  | <li>For {{PointerEvent}} speciftic attributes checkout {{PointerEvent}} spec.</li>   |

Fair enough. To be honest with you I got the same feeling. But I couldn't remember the exact wording in other places. Fixed now. The {{PointerEvent}} reference still doesn't resolved and gives me a link error in bikeshed. Do you know if I should do something specific here or something is missing from PointerEvent spec.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/pull/259#discussion_r380884418

Received on Tuesday, 18 February 2020 19:25:08 UTC