- From: Rick Byers <rbyers@google.com>
- Date: Thu, 5 Jun 2014 23:37:45 -0400
- To: Matt Brubeck <mbrubeck@mozilla.com>
- Cc: "public-touchevents@w3.org" <public-touchevents@w3.org>, Jared Duke <jdduke@chromium.org>
- Message-ID: <CAFUtAY9eAVMciSOQseeyTFuSjRvCeDG=oAB4o-cDFoNmdqxmAg@mail.gmail.com>
Thanks Matt. I've made the following changes and pushed an update here <https://dvcs.w3.org/hg/webevents/raw-file/tip/touchevents.html>: - added rotationAngle back, and updated text for radiusX to indicate that it's along the axis specified by rotationAngle, while radiusY is perpendicular to that axis. - changed unsupported radius value from 1 to 0 - changed radius units from long to float (matching proposed screenX/screenY changes in the v1-errata spec) - updated document date - added myself as an editor (I assume since these changes are non-trivial that's the right procedure, let me know otherwise). Any feedback? On Thu, Jun 5, 2014 at 6:43 PM, Matt Brubeck <mbrubeck@mozilla.com> wrote: > On 06/05/2014 03:01 PM, Rick Byers wrote: > >> Thanks, I see. So the text we had for radiusX/radiusY is a little >> misleading >> > > Agreed. > > > Does Mozilla implement this on any platforms? If so then I'm fine >> sticking with the slightly more confusing names, and I'd support just >> bringing the old rotationAngle text back into the extensions note. Any >> objection to me doing this (and perhaps adding some text to clarify the >> semantics)? >> > > As far as I can tell, Mozilla does not implement radiusX/Y and > rotationAngle on any platform. (On platforms where we implement touch > events, I believe we expose these properties but always set them to their > default values.) I have no objections to bringing back rotationAngle and > clarifying the note text. > > > What about the "default value of 1" issue that started this thread. Any >> input / history there? >> > > I think the only rationale for 1 was to prevent apps from blowing up badly > if they assume the radius is always positive. This was a completely > hypothetical scenario, so I wouldn't place too much weight on it. I > wouldn't object to changing these defaults to 0. >
Received on Friday, 6 June 2014 03:38:33 UTC