- From: Gary Kacmarcik <notifications@github.com>
- Date: Thu, 13 Feb 2020 09:34:10 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 13 February 2020 17:34:23 UTC
garykac 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> | "specific". Also, the phrasing "For xxx, checkout yyy" reads to me as "check it out, dude". I think this would be more consistent with the existing style if it was "For xxx specific attributes, see the yyy 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#pullrequestreview-358414975
Received on Thursday, 13 February 2020 17:34:23 UTC