16:59:52 RRSAgent has joined #webapps 16:59:52 logging to http://www.w3.org/2010/10/13-webapps-irc 16:59:54 RRSAgent, make logs public 16:59:56 Zakim, this will be DOM3 16:59:56 I do not see a conference matching that name scheduled within the next hour, trackbot 16:59:57 Meeting: Web Applications Working Group Teleconference 16:59:57 Date: 13 October 2010 17:00:25 MichaelC has joined #webapps 17:01:01 Zakim, code? 17:01:01 the conference code is 26632 (tel:+1.617.761.6200 tel:+33.4.26.46.79.03 tel:+44.203.318.0479), shepazu 17:01:10 janina has joined #webapps 17:01:58 Travis has joined #webapps 17:01:59 richardschwerdtfe has joined #webapps 17:02:14 Zakim, code? 17:02:14 the conference code is 26632 (tel:+1.617.761.6200 tel:+33.4.26.46.79.03 tel:+44.203.318.0479), shepazu 17:03:48 Having a bit of trouble calling in... hang tight. 17:04:01 OK. 17:05:24 zakim, who is on the phone? 17:05:24 I notice Team_(webapps)16:57Z has restarted 17:05:25 On the phone I see Shepazu, Janina_Sajka, Gregory_Rosmaita, Michael_Cooper, Rich, [Microsoft], [IPcaller] 17:05:41 zakim, IPcaller is Joseph_Scheuhammer 17:05:41 +Joseph_Scheuhammer; got it 17:05:42 +??P1 17:05:43 monday's discussion on DI and DOM3 at PF call: http://www.w3.org/2010/10/11-pf-minutes.html 17:05:52 zakim, I am Joseph_Scheuhammer 17:05:52 ok, clown, I now associate you with Joseph_Scheuhammer 17:06:00 Zakim, ??P1 is Olli_Pettay 17:06:00 +Olli_Pettay; got it 17:06:02 I think 17:06:14 Zakim, call Mike-goog 17:06:14 ok, MikeSmith; the call is being made 17:06:16 +Mike 17:07:12 + +1.650.253.aaaa 17:07:32 +Art_Barstow 17:07:42 Zakim, who's on the phone? 17:07:42 On the phone I see Shepazu, Janina_Sajka, Gregory_Rosmaita, Michael_Cooper, Rich, [Microsoft], Joseph_Scheuhammer, Olli_Pettay, Mike, +1.650.253.aaaa, Art_Barstow 17:08:01 I'm 1.650.253.aaaa 17:08:21 Zakim, [Microsoft] is Travis 17:08:21 +Travis; got it 17:08:39 jrossi has joined #webapps 17:08:40 Zakim 1.650.253.aaaa is tonychang 17:08:45 err 17:08:49 Zakim +1.650.253.aaaa is tonychang 17:08:52 tonychang, you need a comma 17:09:00 . Zakim, 17:09:05 Zakim, +1.650.253.aaaa is tonychang 17:09:05 +tonychang; got it 17:09:09 MikeSmith: thanks 17:09:15 cheers 17:09:38 Zakim, call Mike 17:09:38 ok, MikeSmith; the call is being made 17:09:40 +Mike 17:09:47 scribeNick: Jacob 17:09:51 -Mike 17:10:08 chair: shepazu 17:11:22 "First Call" instead of "Last Call"… 17:11:29 shepazu: This is the first Last Call....intended to be feature complete last call, not the document last call. 17:12:25 shepazu: Apple proposal for UI events for ARIA. 17:12:37 http://lists.w3.org/Archives/Public/www-dom/2010JulSep/att-0106/UserInterfaceIndependence.html 17:14:04 shepazu: The UIRequestEvent, first interface (Sect. 2), the const list is not intended to be a set of constants that come up with that event. Rather, it's a set of events that use that interface. For ex, MouseEvent hase mousemove/mousedown/etc. 17:14:56 q? 17:15:06 shepazu: I think this would be useful. Love to see it in D3E. So we could see an arrangment such that instead of a keyboard evt with key == Undo, we could see an actual Undo Event. 17:15:08 q+ 17:15:21 shepazu: the undo evt could happen before the keyboard event for the undo key 17:17:04 Travis: Small concern: a series of high level semantic events (the fire as a result of intended meaning by end user, "the result of a particular default action"). Nowhere in D3E (w/ exception of click) do we have the concept of a meta-event. My concern is they dont really jive with the rest of the events which are currently spec'd in our draft (which are more low-level events tied to the likes of hardware actions, etc). 17:17:31 Travis: Clearly value in these events. I just don't see that we just try to graft those into the spec with our current focus. 17:18:25 shepazu: Planning on making a new WG (Touch Interface WG). The intent there is to manage touch interface, but also some higher level events too. Possibly renaming WG to something like Touch Interface and Abstract Events WG 17:18:51 shepazu: So that is another possible venue for similar sorts of things. 17:20:00 shepazu: related proposal by Google, around textInput event to change it to beforeInput and abstract it out to capture all sorts of changes to the document (undo, redo, etc). Not necessarily in semantic terms, but functionally. 17:20:45 there is some background noise 17:22:32 HTML5 defines undo/redo events 17:22:35 richardschwerdtfe: Couple points: one thing that I wish we had better tools on mobile devices, but this is the one thing that's really prohibiting us from producing a good mobile device. Keyboards on mobile dont always map correctly. Higher level events would allow for manipulating better and allow us to be more accesible. I wish I had some of the events earlier on. 17:23:11 Travis: To add on to that, w/ D3E today to make your app accesible you have to write your code directly to the input devices you have available (keyboard, mouse) and on some platforms touch. 17:23:49 tonychang: From Google, details on beforeInput. I think UIRequestEvent is fine and will meet a lot of the simliar needs of beforeInput. 17:24:05 tonychang: beforeInput was trying to be one evt you listen for that captures all possible inputs. 17:24:27 tonychang: downside of UIRequestEvent is that you have to subscribe to a bunch of events (Undo/Redo/etc) to get all input 17:24:48 ? 17:24:51 q? 17:25:19 travis: I think we have to be realisitic. Any spec that tries to define semantic evts is going to be incomplete. We need figure out what the key events that capture the main scenarios we have are. 17:26:28 shepazu: wishes this approach had been taken 15 yrs ago. My concern is that this will take up a really long time (min, several months) to come to agreement. I think that conversation needs to happen. I am concerned that it happens in the scope of D3E. 17:27:04 shepazu: I'd like to hear people's reaction to that. Excellent work, excellent ideas. We could have these higher events and we agree it would make it easier. 17:27:26 shepazu: But I think we could agree that the conversation won't be settled in the next month and a half. 17:28:00 Travis: It's been 10 years in the making (D3E). Let's get these things done. But I am sensitive to the accesibility needs to have these completed. 17:28:04 tlr has joined #webapps 17:28:30 richardschwerdtfe: How would the module track for dom events work? 17:28:47 jrossi: do you have microphone near keyboard? 17:28:55 shepazu: It wouldn't be a D3E module. It would be some other spec that uses D3E. D3E underlies things like SVG, HTML5. 17:29:04 yeah, muted the mic. better? 17:29:13 better, thanks 17:29:25 shepazu: It also goes into a few low level evts. 17:29:25 er, no 17:29:39 must be something else 17:30:04 shepazu: Example, event propagation, contstruction of events, dispatching, etc. It's the architecture of events and a few particular events on top of that. 17:30:53 shepazu: This new events spec would not talk about the architecture that D3E lays as a framework. It would simply define a set of interfaces and events, the order in which they're fired, etc. So just the evts themselves and not the mechanisms. 17:31:11 shepazu: Logistically, we could start iterating on the spec to come to a conclusion while we're still working on D3E. 17:31:27 shepazu: Probably be ready for first public WD before the 2nd D3E last call. 17:31:59 shepazu: Key factor, unlike a lot of other specs, this has the interest of Google,Microsoft, other browser vendors. 17:32:18 shepazu: with that, things could happen very quickly. 17:32:31 richardschwerdtfe: Seems like a reasonable approach. 17:33:02 shepazu: Does anyone have a problem with that approach? 17:33:48 richardschwerdtfe: In line with what you're thinking, we could actually use all the ARIA spec and make it applicable for mobile. 17:33:57 shepazu: Don't understand... 17:34:21 http://www.w3.org/WAI/PF/aria-practices/ 17:34:47 richardschwerdtfe: We could take the define the relation between device input events and application control with accessibility in mind. 17:34:55 http://www.w3.org/WAI/PF/aria/ 17:35:11 shepazu: Topic interests me. Would be interested in being one of the editors; but probably not the only one. 17:35:41 shepazu: I'm hearing general agreement that htis work is worthwhile. 17:35:55 richardschwerdtfe: alignment with last call? 17:36:31 shepazu: I think that's useful. Talk about this potential spec and have it's first public WD align with the real Last Call for D3E for gap analysis. Make sure D3E doesn't define something that hampers us latter. 17:36:50 shepazu: I would expect 1st public WD sometime in Jan. 17:37:07 shepazu: I think that's doable. Especially if we get Google and Apple togethre to talk about these things. 17:37:17 background noise is getting even worse :( 17:37:19 MichaelC: Which WG owns this? 17:37:48 MichaelC: still a webapps thing? maybe somebody from PS? joint publication? How do we get all the right people at the table? 17:38:43 shepazu: I think PF is needed. But also whoever else we need to have the right people here to find common ground. 17:38:54 shepazu: I'd be happy to technically join the PF WG. 17:39:01 JAllan has joined #webapps 17:39:15 MichaelC: We're also going to use the D3E architecture as well, correct? 17:39:38 shepazu: Yes, but most groups use D3E as a fundamental grounding for their events. That's just an assumption. 17:39:53 shepazu: Some groups don't use dom events, but we're trying to bring them into the fold to. 17:39:55 s/MichaelC/Rich/ 17:40:35 MichaelC: I wouldn't want this to have the flavor of an accesibility only spec. 17:40:48 to get more input from browser implementors, webapps wg should be actively involved 17:40:48 shepazu: Wouldn't want to slow this down by making it go through a new charter revision. 17:41:02 shepazu: Wouldn't want to be in Touch WG because of IP issues. 17:41:12 Zakim, Mike is me 17:41:12 +MikeSmith; got it 17:41:22 shepazu: But I agree if it were best if it weren't seen simply as accesibility. 17:41:26 Zakim, mute me 17:41:26 MikeSmith should now be muted 17:41:48 richardschwerdtfe: In terms of PF charters, can we do this in PF? 17:42:13 MichaelC: It's not chartered to do something like this. But we could charter this as an informal related thing. But we can deal with that offline. 17:43:38 Resolution: We will deal with high level intentional events in a separate spec that builds on DOM3 Events. 17:44:14 shepazu: Intend to do it in a timeframe that overlaps with the real last call of D3E. 17:45:00 shepazu: Probably need to have some email about scroll request and wheel events. 17:45:47 getting Chris Fleizach on a telcon might be worthwhile too 17:46:19 shepazu: with regards to beforeInput and this directio we're taking, does it make sense to you that we would look at this in a larger scope? 17:46:37 tonychang: yes, this seems fine to me. The end goal is the same. How we get there....I don't have a strong preference. 17:47:01 -Gregory_Rosmaita 17:47:02 janina has left #webapps 17:47:05 -Michael_Cooper 17:47:07 -Joseph_Scheuhammer 17:47:08 -Janina_Sajka 17:47:12 -Rich 17:47:14 clown has left #webapps 17:47:21 -Art_Barstow 17:47:33 shepazu: Let's talk about graphics. mouse getCoordsAt() 17:47:34 Topic: MouseEvent.getCoordsAt 17:48:48 tlr has joined #webapps 17:48:56 Travis: when you transform an element, most properties are relative to viewport. 17:49:01 shepazu: (doesn't agree) 17:49:11 Travis: the ones that aren't are the ones we want to talk about. 17:49:16 shepazu: (sees the light) 17:49:50 Travis: The offset are relative to the coordinates of the element. So what how should those be affected by transforms? 17:50:02 Travis: Why on MouseEvents instead of just doc? 17:50:17 Travis: Unles mouse event provides some sort of info that isn't intrinsically available. 17:50:22 http://jwatt.org/svg/tmp/mouse-relative-positioning.svg 17:51:42 jrossi: I don't think mouse events are the only place you deal with the issue of translating coordinates between different contexts (the viewport, transformed elements, etc) 17:51:59 JAllan has left #webapps 17:52:13 shepazu: Agreed. It's surprisingly difficult to do this in a way that's logical and makes sense. It's unintuitive even after much work on SVG. 17:52:28 shepazu: I code SVG by hand and yet I don't remember this. 17:53:20 shepazu: The key part is that you have to get clientX/clientY. Generally this comes from the mouse. But sometimes it's just some generic point. 17:53:36 shepazu: should have been screenX/screenY but... 17:53:44 Travis: one example: getClientBoundRect 17:54:50 jrossi: needs to be abstracted from SVG. 17:55:17 sicking has joined #webapps 17:55:45 shepazu: nothing SVG-specific, other than where concept of transforms originated. We can define in a way that you pass in a "point object" (regardless of type) or even the x and y and get back a point object. 17:56:36 shepazu: not taking in a point would actually be nice. Could be seen as a point contructor....pass in x/y and returns point object. 17:56:50 Travis: write it out like an API.....please? 17:57:33 document.getElementById('transformedElement').transformedX; 17:57:39 document.getElementById('transformedElement').transformedY; 17:57:41 ?? 17:58:21 This all should perhaps go to http://dev.w3.org/csswg/cssom-view/ 17:58:22 Point DocumentInterface.getGlobalCoords(x, y); 17:58:52 Point getCoordsAt(x,y,element) 18:00:04 Element.transformedClientX; 18:00:16 Travis: data is local to the element, right? It's the element that's transformed that's relative to. Why not put it on element itself? 18:00:43 jrossi: like on on Element, if you had elm you could just say elm.getCoordsAt(x,y) 18:00:56 smaug_: seems quite natural to go in css-om 18:01:00 CSSOM-Views; seems like the right place to me too. 18:01:24 shepazu: I can see that. Only concern, would like to see this defined and in browsers. IE9? 18:01:44 Travis: tight timeline, can't commit, would need to discuss internally 18:01:55 Travis: workaround is available 18:02:01 shepazu: workaround is somewhat obtuse 18:02:05 jcraig has joined #webapps 18:04:51 shepazu: ↑ 18:04:57 shepazu: would like to take a stab at defining this in D3E. Wouldn't mind marking as "at risk" and it could be taken out in Last Call and go in css-om? 18:05:07 smaug_: Why do you want to have it in D3E? 18:05:25 -MikeSmith 18:05:49 Zakim, code? 18:05:49 the conference code is 26632 (tel:+1.617.761.6200 tel:+33.4.26.46.79.03 tel:+44.203.318.0479), MikeSmith 18:06:07 smaug_: But what part goes in events? Doesn't make sense that D3E events is the place for this? 18:06:11 jrossi: agrees 18:06:20 shepazu: Put another way,... 18:06:25 Travis: 18:06:30 shepazu: 18:06:53 shepazu: I think that putting it in D3E events might persuade MSFT to implement. 18:07:04 Zakim, call jcraig 18:07:04 I am sorry, jcraig; I do not know a number for jcraig 18:07:39 Travis: probably can't justify putting it in already. Fundamentally seems wrong to ram in through D3E. 18:07:49 q? 18:08:07 jcraig: the ARIA part of the meeting started over an hour ago 18:08:09 Travis: Our SVG folks are interested in this. Could work with Anna to put this in CSS-Om. 18:09:10 RRSAgent, make minutes 18:09:10 I have made the request to generate http://www.w3.org/2010/10/13-webapps-minutes.html MikeSmith 18:09:19 shepazu: I'll recommend this goes in SVG/CSS transforms spec. 18:09:28 RRSAgent, make logs public 18:09:50 Travis: could mention we debated it and felt that it wasn't an events-related issue and felt like it was better suited for Element 18:10:16 shepazu: Feel like MouseEvent is missing this thing. Would like to put these as attributes on the MouseEvents rather than separate method. 18:10:25 scribe: jrossi 18:10:45 Travis: I think we're wise to push to another location so that the details could be more paid attention to. 18:11:02 Resolution: We will suggest this lives in CSS-OM or CSS/SVG Transforms spec. 18:11:04 i/This is the first Last Call/scribe: jrossi 18:11:14 RRSAgent, make logs public 18:11:18 RRSAgent, make minutes 18:11:18 I have made the request to generate http://www.w3.org/2010/10/13-webapps-minutes.html MikeSmith 18:11:48 -tonychang 18:13:26 shepazu: Wondering if we should take another shot at DOMActivate in this other events spec. 18:13:47 Travis: Certainly valid. Once again would want to understand why click isn't dragged back in the mix. 18:14:05 shepazu: Click doesn't do everything. If you just want to listen to an activation, click is cumbersome. 18:14:38 Travis: but now we'll be firing more specific events, hopefully, with this new spec 18:14:58 jrossi: yes, DOMActivate seemed too generic to me. More specific events with more meaning (in this new spec) will be more useful. 18:15:51 http://www.w3.org/2008/webapps/track/products/2 18:16:58 jcraig has left #webapps 18:18:47 Topic: Missing .key values 18:19:02 shepazu: Issues raised by Microsoft 18:19:50 or not actually raised.....emailed to list... 18:22:26 shepazu: happy to add back multiple, also think there's some remote control type things that could be added 18:22:34 ISSUE-149? 18:22:35 ISSUE-149 -- The multiply and other key values are missing -- raised 18:22:35 http://www.w3.org/2008/webapps/track/issues/149 18:23:06 Resolution: add "multiply" back. Need to discuss if add and plus are the same thing. 18:23:35 -Travis 18:23:37 trackbot: end telcon 18:23:37 Zakim, list attendees 18:23:37 As of this point the attendees have been Shepazu, Janina_Sajka, Gregory_Rosmaita, Michael_Cooper, Rich, Joseph_Scheuhammer, Olli_Pettay, Art_Barstow, Travis, tonychang, MikeSmith 18:23:38 RRSAgent, please draft minutes 18:23:38 I have made the request to generate http://www.w3.org/2010/10/13-webapps-minutes.html trackbot 18:23:39 RRSAgent, bye 18:23:39 I see no action items 18:23:40 -Olli_Pettay