00:01:43 RRSAgent has joined #webapps 00:01:43 logging to http://www.w3.org/2013/09/04-webapps-irc 00:01:51 zakim, this will be d3e 00:01:51 ok, Travis; I see RWC_WAPI(D3E)8:00PM scheduled to start now 00:02:31 RWC_WAPI(D3E)8:00PM has now started 00:02:32 +[Microsoft] 00:02:41 zakim, [Microsoft] is me 00:02:42 +Travis; got it 00:02:52 Present+ Travis_Leithead 00:02:53 garykac has joined #webapps 00:02:54 marcosc_ has joined #webapps 00:03:07 Present+ Gary_Kac 00:03:23 + +1.425.893.aaaa 00:03:24 - +1.425.893.aaaa 00:03:24 + +1.425.893.aaaa 00:03:55 Zakim, 1.425.893.aaaa is garykac 00:03:56 sorry, Travis, I do not recognize a party named '1.425.893.aaaa' 00:04:02 Kacmarcik 00:04:04 Zakim, +1.425.893.aaaa is garykac 00:04:04 +garykac; got it 00:04:19 rrsagent, this meeting spans midnight 00:06:46 Today we will be reviewing the issue noted in the latest editors draft: 00:06:47 https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html 00:07:27 Going through the ED and looking for "issue ": https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html 00:07:45 ISSUE 2: normative order for events 00:08:05 How interoperable is the listed order? 00:08:12 garykac: Not sure. Need to verify 00:08:48 ... bug mentions that order is different from Opera/Chrome+Safari/IE are all different 00:10:36 We should re-evaluate the order in recent versions of IE/Chrome/Firefox. 00:12:21 Moving to the third issue: what else is needed for InputEvent type 00:13:26 ... I suspect that we could live with the current definition. We should propose this for D3E to the list and move on. 00:13:44 It depends on what's the purpose of beforeinput. 00:14:09 kochi_home has joined #webapps 00:14:26 Next Issue (4): Relation to editing spec. 00:14:49 me Masayuki are you on the call? 00:15:03 hello 00:15:08 No, I just on IRC. 00:15:28 We're going through the ED: https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html 00:15:38 We're looking at Issue #4 00:15:46 garykac: thanks 00:16:01 We think that for issue4, we would leave this burden up to the editing spec itself. 00:16:08 sgtm 00:16:13 +[IPcaller] 00:16:52 zakim, +[IPcaller] is kochi_home 00:16:52 sorry, Travis, I do not recognize a party named '+[IPcaller]' 00:17:00 zakim, IPcaller is kochi_home 00:17:00 +kochi_home; got it 00:17:07 Issue 5 00:20:05 beforeinput has a default action at least modifying the DOM. 00:20:24 The tables look OK (for what they are) 00:20:50 garykac: Good point. 00:21:00 Scribe: Travis 00:21:01 For issue 5, I don't think we need to add Document to the list 00:21:04 ScribeNick: Travis 00:21:13 masayuki: Yes, I'll add that. 00:21:15 ah, earthquake hits here... 00:21:26 !! 00:21:37 now on issue 6 00:21:59 DOM_LOCATION _MOBILE and _JOYSTICK 00:22:41 I agree with that they are not needed. 00:23:02 If the location is unknown, to use _STANDARD? 00:23:49 I don't think that '-1' as a value is useful. I think _STANDARD is a good enough default 00:24:00 masayuki: yes 00:24:13 OK, Issue 7 00:24:19 NumLock key location 00:24:29 Spec was ambiguous, but implementations now agree. 00:24:41 We will update the spec. 00:24:50 We're going to update the spec to match the implementations: 00:25:10 now issue 8- 00:25:14 locale 00:25:21 NumLock key may be placed on standard position like notebook PC. 00:25:46 IF we move the locale into UIEvents, then we'll still have some implementations out there (at least IE) 00:26:13 It would be nice to clarify what exactly should be in locale, and that's more than we probably want to do for DOM3 00:26:38 Needs to be more clearly specified--we agree to move to UI Events spec for additional clarification 00:26:40 I'll move locale into UIEVents 00:26:48 sounds good 00:27:02 now issue 9: when compositionupdate is fired 00:27:08 Sounds good. It's too complicated. 00:27:25 The spec now defines this, we should review it. 00:27:45 For issue #9, I updated the spec to specify when the event should fire. Please review the text and let me know if you have comments. 00:27:48 so do we agree compositionupdate should occur before DOM is updated? 00:29:02 marcosc has joined #webapps 00:31:15 (the earthquake was M6.9...) 00:31:59 garykac: will add more detail to the key events during composition (regarding synthetic key insertion) 00:33:17 masayuki: issue 12 00:33:33 masayuki: do you think the order of composition events look good to you? 00:33:45 Now on issue 11. 00:33:48 let me check... 00:34:17 For issue 11: Should compositionend still fire when compositionstart is canceled? 00:34:21 I don't have a preference 00:34:45 Is there a reason to fire it (or a reason to not fire it)? 00:35:19 IE should have an observable behavior (as it's cancellable) 00:35:39 Spec currently says to fire the compositionend event even after cancelling start. 00:35:51 I wrote the spec to always fire the compositionend. We can leave it that way unless there's a reason to change it. 00:36:23 kochi_home: preference to fire the composition end event as speced. 00:36:37 issue 12 00:36:54 now on issue12- DOM order of composition update 00:37:36 The draft is written to say: beforeinput + compositionevent + DOM-update + input 00:38:27 issue 12's text seems to match my expectations 00:39:04 on issue 13 00:39:10 For issue #13, I added an example. Are there any other examples that we should include in the spec? 00:39:13 (modifier key combos that we may have missed) 00:39:23 I like compositionupdate + beforeinput better. 00:40:43 Ctrl+Shift key is pressed, the key value becomes uppercase? 00:41:12 We have the uppercase example with 'Q' 00:41:14 masayuki: are you on the call? 00:41:27 kochi_home: no. 00:41:34 masayuki: On CU + BI better, is this because you never expect compositionupdate to be cancelled? 00:41:35 Ah You'd like a control + shift example added? 00:41:41 masayuki: ah, ok. 00:42:12 garykac: yes, for clearer spec. 00:42:29 masayuki: ok. I'll add it. 00:44:06 garykac: Thanks, then, I'll work on implementing .key value for printable keys on Gecko. 00:44:27 And I'll post some feedback. 00:47:02 masayuki: any rationale for your opinion earlier on compositionupdate before beforeinput? 00:48:34 Travis: compositionupdate is a notification of native IME change, and beforeinput is a notification of to change the DOM. So, I feel compositionupdate kicks beforeinput is natural order. 00:50:24 ok. I'll update the draft to be cu + bi + DOM + input 00:50:31 I agree with masayuki's preference. 00:51:40 On issue14 - maxlength requirement 00:52:22 Perhaps 30 (or 31) would be better. 00:52:24 A limit seems reasonable. 00:52:32 maxlength limitation is applied for untrusted events? 00:53:04 I wouldn't think so. 00:54:26 Then, browser should have non-fixed string buffer in KeyboardEvent? 00:56:12 Ok. Then we won't specify a limit. 00:56:16 I think it might be better without specifying a limit 00:56:34 (Especially one that is UA enforced) 00:56:42 For issue #15, I'll need to investigate and give more info before we can talk about that. 00:57:05 SGTM, but it should be allowed to cut keyname for security. 00:58:34 garykac: on Linux, Super and Hyper is usually mapped to Win-logo key. However, Meta key is mapped to another key (e.g., shift + alt) 00:59:07 Issue 16 - use of ' ' or 'Spacebar' 00:59:43 marcosc has joined #webapps 00:59:58 To test: https://dvcs.w3.org/hg/d4e/raw-file/tip/key-event-test.html 01:00:17 (that last URL was for Travis) 01:00:45 Windows and Mac have space key's keycode. However, Linux doesn't have it. 01:01:22 So, Linux needs complicated code for setting "Spacebar". 01:01:38 I'm OK with making spacebar's key value ' ' (not special) 01:01:56 Travis: I agree with it. 01:02:01 IE will need to change our implementation to match, but we'll have to change other stuff too :-) 01:02:09 That would probably be the most consistent. 01:03:32 jeffh has joined #webapps 01:03:38 I'll update the draft with our comments and add any new issues. 01:04:00 We got through issues 1 - 16 today. 01:04:18 garykac: will make spec updates based on today's call. 01:04:22 Once we clear out all the issues, we'll be able to send the draft our more broadly. 01:05:16 garykac: see https://www.w3.org/Bugs/Public/show_bug.cgi?id=21118#c3 for issue 17 ;-) 01:08:02 lgombos has joined #webapps 01:08:07 Next teleconference? 01:08:16 Should we meet in two weeks? 01:08:16 2 weeks from now? 01:08:26 it's okay for me. 01:08:28 kochi: when is your next earthquake planned? 01:09:01 There's a button to file bugs for any issues that people find. 01:09:02 haha 01:09:11 OK. Next call is on Sept. 17 01:09:18 sounds good, 01:09:36 -Travis 01:09:37 -kochi_home 01:09:37 -garykac 01:09:39 RWC_WAPI(D3E)8:00PM has ended 01:09:39 Attendees were Travis, garykac, kochi_home 01:09:41 g'bye 01:09:51 see you. 01:09:57 rrsagent, make the minutes 01:09:57 I have made the request to generate http://www.w3.org/2013/09/04-webapps-minutes.html Travis 01:10:08 rrsagent, make the logs public 01:10:08 I'm logging. I don't understand 'make the logs public', Travis. Try /msg RRSAgent help 01:10:19 rrsagent, set the log public 01:10:19 I'm logging. I don't understand 'set the log public', Travis. Try /msg RRSAgent help 01:10:46 rrsagent, set logs public 01:11:38 rrsagent, please make the minutes 01:11:38 I have made the request to generate http://www.w3.org/2013/09/04-webapps-minutes.html Travis 01:12:21 rssagent, please publish the minutes 01:12:32 rrsagent, please publish the minutes 01:12:32 I have made the request to generate http://www.w3.org/2013/09/04-webapps-minutes.html Travis 01:13:49 lgombos has joined #webapps 01:14:13 lgombos_ has joined #webapps 01:22:57 marcosc has joined #webapps 01:49:55 marcosc has joined #webapps 02:20:04 marcosc has joined #webapps 02:28:33 lgombos_ has joined #webapps 02:49:29 skddc has joined #webapps 03:01:33 skddc has left #webapps 03:14:13 marcosc has joined #webapps 03:24:34 davidb has joined #webapps 03:30:33 lgombos has joined #webapps 03:36:48 marcosc has joined #webapps 04:03:05 marcosc has joined #webapps 04:33:45 marcosc has joined #webapps 05:05:49 marcosc has joined #webapps 05:34:12 marcosc has joined #webapps 06:03:03 marcosc has joined #webapps 06:55:29 tobie has joined #webapps 06:57:12 marcosc has joined #webapps 07:30:49 marcosc has joined #webapps 07:38:16 Lachy has joined #webapps 07:54:23 glenn has joined #webapps 08:08:04 darobin has joined #webapps 09:06:29 tobie has joined #webapps 09:10:23 chaals has joined #webapps 09:17:01 tobie has joined #webapps 09:17:57 smaug has joined #webapps 09:33:03 Dashiva has joined #webapps 09:50:13 skddc has joined #webapps 09:53:19 skddc has joined #webapps 10:09:45 slightlyoff has joined #webapps 10:14:50 mounir has joined #webapps 10:19:26 jgraham has joined #webapps 10:25:49 abarsto has joined #webapps 10:40:05 jkomoros has joined #webapps 10:40:54 cwilso has joined #webapps 10:42:21 Domenic_ has joined #webapps 10:45:30 richt has joined #webapps 11:13:09 lgombos has joined #webapps 11:16:33 smaug_ has joined #webapps 11:37:58 marcosc has joined #webapps 11:41:49 glenn has joined #webapps 11:46:35 abarsto has joined #webapps 11:46:40 glenn has joined #webapps 11:56:37 marcosc has joined #webapps 12:00:12 glenn has joined #webapps 12:01:06 lgombos has joined #webapps 12:05:03 Zakim has left #webapps 12:25:32 dom has joined #webapps 12:26:28 lgombos has joined #webapps 12:27:35 marcosc has joined #webapps 12:52:17 marcosc has joined #webapps 12:57:15 lgombos has joined #webapps 13:20:20 fjh has joined #webapps 13:27:50 davidb has joined #webapps 13:47:33 Lachy_ has joined #webapps 14:25:35 dom has joined #webapps 14:34:55 skddc_ has joined #webapps 14:58:40 davidb_ has joined #webapps 15:26:05 lmclister has joined #webapps 15:48:21 glenn has joined #webapps 15:54:53 lgombos has joined #webapps 16:18:24 jsbell has joined #webapps 16:24:49 lgombos has joined #webapps 16:39:25 lmclister has joined #webapps 16:43:21 abarsto has joined #webapps 16:43:45 lgombos has joined #webapps 16:47:54 tantek has joined #webapps 16:58:53 Lachy has joined #webapps 17:31:24 darobin has joined #webapps 17:42:30 smaug has joined #webapps 17:44:50 divya has joined #webapps 18:15:44 chaals has joined #webapps 18:28:16 marcosc has joined #webapps 18:41:38 marcosc has joined #webapps 20:27:41 divya has joined #webapps 20:41:17 divya1 has joined #webapps 20:42:51 tantek has joined #webapps 21:23:28 divya has joined #webapps 21:25:07 divya1 has joined #webapps 21:58:16 marcosc has joined #webapps 22:37:44 marcosc has joined #webapps 23:12:47 marcosc has joined #webapps 23:17:19 chaals has joined #webapps 00:16:53 glenn has joined #webapps 01:35:26 marcosc has joined #webapps 01:39:40 marcosc has joined #webapps 01:53:13 chaals has joined #webapps 02:10:32 marcosc has joined #webapps 02:19:51 glenn has joined #webapps 03:53:33 lmclister has joined #webapps 04:26:56 glenn has joined #webapps 04:37:35 lmclister has joined #webapps 04:52:27 marcosc has joined #webapps 05:46:36 marcosc has joined #webapps 06:40:45 marcosc has joined #webapps 06:44:13 Lachy has joined #webapps 07:11:01 darobin has joined #webapps 07:34:55 marcosc has joined #webapps 08:16:47 skddc has joined #webapps 08:22:48 marcosc has joined #webapps 09:12:31 chaals has joined #webapps 10:06:01 smaug has joined #webapps 10:27:05 abarsto has joined #webapps 10:49:10 lgombos has joined #webapps 11:58:37 marcosc has joined #webapps 12:17:06 chaals has joined #webapps 12:17:24 marcosc has joined #webapps 12:18:08 dom has joined #webapps 12:21:45 smaug has joined #webapps 12:22:32 dom_ has joined #webapps 12:27:41 lgombos has joined #webapps 12:48:12 marcosc has joined #webapps 12:59:03 lgombos has joined #webapps 13:41:53 marcosc has joined #webapps 13:53:22 glenn has joined #webapps 13:53:34 glenn has joined #webapps 13:55:22 davidb has joined #webapps 13:55:35 marcosc has joined #webapps 14:21:16 chaals has joined #webapps 14:45:50 tobie has joined #webapps 15:04:11 lgombos has joined #webapps 15:09:05 skddc has joined #webapps 15:14:17 lmclister has joined #webapps 15:22:35 skddc_ has joined #webapps 15:33:46 skddc has joined #webapps 15:52:54 divya has joined #webapps 16:01:14 divya has joined #webapps 16:02:03 jsbell has joined #webapps 16:09:12 glenn_ has joined #webapps 16:15:31 skddc has joined #webapps 16:22:56 darobin has joined #webapps 16:24:50 darobin_ has joined #webapps 16:24:54 darobin has joined #webapps 17:11:39 divya has joined #webapps 17:37:45 marcosc has joined #webapps 17:47:05 marcosc has joined #webapps 18:22:56 marcosc has joined #webapps 18:25:51 lgombos_ has joined #webapps 18:50:46 marcosc has joined #webapps 19:26:31 marcosc has joined #webapps 19:27:15 lgombos has joined #webapps 19:27:57 darobin has joined #webapps 19:30:55 divya has joined #webapps 19:43:53 divya has joined #webapps 19:50:12 davidb has joined #webapps 20:02:44 divya has joined #webapps 21:09:50 marcosc has joined #webapps 22:03:58 marcosc has joined #webapps 22:07:51 divya has joined #webapps 22:12:51 marcosc has joined #webapps 22:13:21 marcosc has joined #webapps 22:16:46 divya has joined #webapps 22:21:57 divya has joined #webapps 22:30:34 divya1 has joined #webapps 22:31:36 divya1 has joined #webapps 23:02:00 divya has joined #webapps 23:07:32 marcosc has joined #webapps 23:14:11 marcosc_ has joined #webapps 23:28:34 marcosc has joined #webapps 23:55:43 marcosc has joined #webapps 23:59:14 marcosc_ has joined #webapps 00:25:38 marcosc has joined #webapps 00:36:57 marcosc has joined #webapps 01:03:22 marcosc has joined #webapps 01:07:35 marcosc has joined #webapps 01:33:59 marcosc has joined #webapps 02:39:22 marcosc has joined #webapps 03:06:07 marcosc has joined #webapps 03:12:26 marcosc has joined #webapps 03:16:34 divya has joined #webapps 03:38:46 marcosc has joined #webapps 03:47:45 marcosc has joined #webapps 03:54:18 divya has joined #webapps 04:14:08 marcosc has joined #webapps 04:31:59 marcosc has joined #webapps 04:58:16 marcosc has joined #webapps 05:03:48 divya has joined #webapps 05:19:38 glenn has joined #webapps 05:41:13 divya has joined #webapps 05:49:50 glenn has joined #webapps 06:23:08 marcosc has joined #webapps 06:44:25 dom has joined #webapps 07:14:55 marcosc has joined #webapps 07:46:04 tobie has joined #webapps 08:08:36 darobin has joined #webapps 08:13:03 skddc has joined #webapps 08:42:59 jungkees has joined #webapps 09:06:16 smaug has joined #webapps 09:19:20 glenn has joined #webapps 10:04:20 karl has joined #webapps 10:04:44 karl has joined #webapps 10:14:37 smaug has joined #webapps 10:25:41 abarsto has joined #webapps 11:11:16 skddc has joined #webapps 12:11:43 dom, is the W&MIG using a W3C channel? 12:19:55 ArtB, #web-mobile 12:20:10 thanks dom 12:20:11 (but that's mostly the chairs there at this time) 12:20:58 dom, I forget … is the CoreMob CG now closed or is it closing? 12:21:11 see http://www.w3.org/community/coremob/2013/09/04/coremob-update-announcing-the-web-and-mobile-interest-group/ 12:21:16 "Finally, the question. Given little traffic on this list, the dormancy of the CG and the explicit intention of the W&M IG to pursue the work of Coremob I think it is time to archive Coremob. Objections?" 12:22:15 thanks, I missed the Call for the Objections part of that email 12:22:22 is there a deadline? 12:23:29 oh, the e-mail I got truncates Jo's message so I didn't get the part about the objection 12:23:57 perhaps you or Jo should fwd his blog to the list (in its entirety) 12:24:16 good idea 12:28:46 marcosc has joined #webapps 13:10:42 marcosc has joined #webapps 13:30:01 marcosc has joined #webapps 13:38:58 smaug has joined #webapps 13:40:48 davidb has joined #webapps 13:46:19 tobie has joined #webapps 14:05:14 glenn has joined #webapps 14:23:50 Lachy has joined #webapps 15:37:48 skddc has joined #webapps 15:51:29 jsbell has joined #webapps 15:56:23 divya has joined #webapps 16:02:46 divya has joined #webapps 16:07:58 lmclister has joined #webapps 16:13:57 Lachy has joined #webapps 16:32:43 divya has joined #webapps 16:37:24 divya has joined #webapps 17:17:49 glenn has joined #webapps 17:30:16 smaug has joined #webapps 17:52:47 smaug has joined #webapps 18:38:55 divya has joined #webapps 18:48:36 tantek has joined #webapps 19:13:05 lgombos has joined #webapps 19:35:07 marcosc has joined #webapps 19:41:14 marcosc_ has joined #webapps 19:43:48 divya has joined #webapps 19:52:37 divya has joined #webapps 19:57:45 divya has joined #webapps 20:01:25 divya has joined #webapps 20:01:59 davidb has joined #webapps 20:17:06 marcosc has joined #webapps 20:18:17 marcosc_ has joined #webapps 20:49:24 marcosc has joined #webapps 20:50:23 marcosc_ has joined #webapps 21:04:27 tobie has joined #webapps 21:21:26 marcosc has joined #webapps 21:22:38 marcosc_ has joined #webapps 21:41:22 lmclister has joined #webapps 21:53:37 marcosc has joined #webapps 21:55:34 marcosc_ has joined #webapps 21:55:46 sgalineau has joined #webapps 21:56:33 sgalineau has joined #webapps 22:26:42 marcosc has joined #webapps 22:28:39 marcosc_ has joined #webapps 22:51:04 smaug has joined #webapps 22:59:35 marcosc has joined #webapps 23:00:51 marcosc_ has joined #webapps 23:03:53 lgombos has joined #webapps 23:24:23 lmclister has joined #webapps 23:33:58 marcosc has joined #webapps 23:35:03 lgombos has joined #webapps 23:36:48 marcosc_ has joined #webapps 00:06:24 smaug has joined #webapps 00:07:57 marcosc has joined #webapps 00:08:36 marcosc_ has joined #webapps 00:12:42 marcosc has joined #webapps 00:39:23 marcosc_ has joined #webapps 00:40:41 marcosc__ has joined #webapps 00:59:51 marcosc has joined #webapps 01:11:44 marcosc has joined #webapps 01:16:11 marcosc_ has joined #webapps 01:28:07 paradisaeidae has joined #webapps 01:47:04 paradisaeidae_ has joined #webapps 01:47:13 marcosc has joined #webapps 01:49:41 marcosc_ has joined #webapps 01:53:05 lmclister has joined #webapps 02:23:49 marcosc has joined #webapps 02:45:18 marcosc has joined #webapps 03:21:04 marcosc has joined #webapps 03:26:09 lgombos has joined #webapps 03:30:51 marcosc has joined #webapps 03:38:43 lmclister has joined #webapps 04:01:47 marcosc has joined #webapps 04:02:44 marcosc_ has joined #webapps 04:33:53 marcosc has joined #webapps 04:35:50 marcosc_ has joined #webapps 05:06:31 marcosc has joined #webapps 05:08:03 marcosc has joined #webapps 05:39:08 marcosc has joined #webapps 05:39:47 marcosc_ has joined #webapps 06:10:33 marcosc has joined #webapps 06:11:16 marcosc_ has joined #webapps 06:42:20 marcosc has joined #webapps 06:43:10 marcosc_ has joined #webapps 07:13:48 marcosc has joined #webapps 07:14:14 glenn has joined #webapps 07:14:31 marcosc has joined #webapps 07:45:39 marcosc has joined #webapps 07:47:28 Lachy has joined #webapps 07:59:12 Lachy has joined #webapps 08:06:52 marcosc has joined #webapps 08:21:00 tobie has joined #webapps 08:33:11 tobie has joined #webapps 08:34:00 tantek has joined #webapps 08:37:34 marcosc has joined #webapps 08:46:42 tantek has joined #webapps 08:48:18 darobin has joined #webapps 09:10:32 marcosc has joined #webapps 09:46:23 marcosc has joined #webapps 09:49:38 skddc has joined #webapps 09:54:12 skddc_ has joined #webapps 09:55:37 marcosc has joined #webapps 10:26:31 marcosc has joined #webapps 10:38:23 marcosc has joined #webapps 10:55:14 skddc has joined #webapps 11:08:20 skddc_ has joined #webapps 11:09:31 marcosc has joined #webapps 11:15:21 darobin has joined #webapps 11:19:28 skddc_ has joined #webapps 11:26:44 skddc_ has joined #webapps 11:35:02 marcosc has joined #webapps 12:04:54 glenn has joined #webapps 12:10:49 marcosc has joined #webapps 12:17:38 marcosc_ has joined #webapps 12:38:44 marcosc has joined #webapps 12:51:34 marcosc_ has joined #webapps 12:52:19 marcosc__ has joined #webapps 12:59:37 smaug has joined #webapps 13:23:02 marcosc_ has joined #webapps 13:26:48 marcosc__ has joined #webapps 13:38:35 skddc has joined #webapps 13:57:50 marcosc_ has joined #webapps 13:58:39 marcosc__ has joined #webapps 14:29:40 marcosc_ has joined #webapps 14:30:48 marcosc__ has joined #webapps 14:43:59 marcosc_ has joined #webapps 14:56:02 darobin has joined #webapps 15:02:40 marcosc has joined #webapps 15:06:06 lgombos has joined #webapps 15:08:28 marcosc__ has joined #webapps 15:16:27 lgombos_ has joined #webapps 15:39:22 lgombos_ has joined #webapps 15:41:30 marcosc has joined #webapps 15:49:15 marcosc has joined #webapps 16:17:47 lgombos_ has joined #webapps 16:20:24 marcosc has joined #webapps 16:27:53 marcosc has joined #webapps 16:30:44 glenn has joined #webapps 16:32:28 darobin has joined #webapps 16:47:30 lgombos_ has joined #webapps 16:59:22 marcosc has joined #webapps 17:02:41 marcosc__ has joined #webapps 17:33:28 marcosc has joined #webapps 17:34:37 marcosc has joined #webapps 18:08:41 marcosc has joined #webapps 18:17:21 marcosc has joined #webapps 18:34:16 darobin has joined #webapps 18:48:08 marcosc has joined #webapps 18:48:44 marcosc__ has joined #webapps 19:19:53 marcosc has joined #webapps 19:21:56 marcosc_ has joined #webapps 19:23:18 tobie has joined #webapps 19:38:07 marcosc has joined #webapps 19:52:50 marcosc_ has joined #webapps 19:53:26 marcosc__ has joined #webapps 20:22:03 smaug has joined #webapps 20:24:31 marcosc_ has joined #webapps 20:25:10 marcosc__ has joined #webapps 20:59:28 marcosc_ has joined #webapps 21:01:08 marcosc__ has joined #webapps 21:09:33 lmclister has joined #webapps 21:12:13 karl has joined #webapps 21:32:05 marcosc_ has joined #webapps 21:32:49 marcosc__ has joined #webapps 21:34:50 smaug has joined #webapps 21:46:33 marcosc_ has joined #webapps 22:03:56 marcosc has joined #webapps 22:04:40 marcosc__ has joined #webapps 22:35:25 marcosc has joined #webapps 22:36:06 marcosc__ has joined #webapps 22:43:35 smaug has joined #webapps 22:49:38 marcosc has joined #webapps 22:50:35 marcosc has joined #webapps 23:07:11 marcosc has joined #webapps 23:07:55 marcosc_ has joined #webapps 23:08:10 smaug has joined #webapps 23:41:26 marcosc has joined #webapps 23:42:15 marcosc_ has joined #webapps 00:14:25 marcosc has joined #webapps 00:18:27 marcosc_ has joined #webapps 00:49:01 marcosc has joined #webapps 00:49:55 marcosc_ has joined #webapps 01:21:05 marcosc has joined #webapps 01:21:45 marcosc has joined #webapps 01:52:30 marcosc has joined #webapps 01:53:13 marcosc_ has joined #webapps 02:13:58 skddc has joined #webapps 02:24:18 marcosc has joined #webapps 02:25:02 marcosc_ has joined #webapps 02:55:48 marcosc has joined #webapps 02:57:09 marcosc_ has joined #webapps 03:27:57 marcosc has joined #webapps 03:29:11 marcosc_ has joined #webapps 04:00:07 marcosc has joined #webapps 04:00:56 marcosc_ has joined #webapps 04:31:53 marcosc has joined #webapps 04:32:38 marcosc_ has joined #webapps 05:03:20 marcosc has joined #webapps 05:04:00 marcosc_ has joined #webapps 05:35:11 marcosc has joined #webapps 05:35:50 marcosc_ has joined #webapps 06:06:36 marcosc has joined #webapps 06:10:16 marcosc_ has joined #webapps 06:41:27 marcosc has joined #webapps 06:42:14 marcosc_ has joined #webapps 07:16:25 marcosc has joined #webapps 07:17:08 marcosc_ has joined #webapps 07:48:08 marcosc has joined #webapps 07:55:09 marcosc_ has joined #webapps 08:26:15 marcosc has joined #webapps 08:35:35 skddc has joined #webapps 08:39:21 smaug has joined #webapps 08:52:43 glenn has joined #webapps 09:19:37 marcosc has joined #webapps 09:48:06 marcosc has joined #webapps 10:15:11 marcosc has joined #webapps 10:22:15 skddc has joined #webapps 10:57:45 skddc has joined #webapps 11:03:54 darobin has joined #webapps 11:39:26 marcosc has joined #webapps 12:13:31 marcosc has joined #webapps 12:40:36 marcosc has joined #webapps 13:07:20 skddc has joined #webapps 13:16:37 glenn has joined #webapps 13:22:21 marcosc has joined #webapps 13:49:07 marcosc has joined #webapps 14:20:01 darobin has joined #webapps 14:23:16 marcosc has joined #webapps 15:22:20 what repository home are folks using for webapps specs these days? 16:06:51 lgombos has joined #webapps 16:11:12 skddc has joined #webapps 16:39:16 lgombos has joined #webapps 16:47:16 marcosc has joined #webapps 17:18:01 darobin has joined #webapps 17:36:58 marcosc has joined #webapps 17:44:07 Lachy has joined #webapps 17:56:19 marcosc has joined #webapps 18:01:15 marcosc_ has joined #webapps 19:04:46 lgombos has joined #webapps 19:46:33 sicking has joined #webapps 20:08:55 lgombos has joined #webapps 20:41:46 lgombos has joined #webapps 21:36:50 krijn has joined #webapps 21:37:09 marcosc has joined #webapps 22:53:00 marcosc has joined #webapps 23:19:37 skddc has joined #webapps 23:31:05 marcosc_ has joined #webapps 23:32:54 lgombos has joined #webapps 23:57:30 marcosc_ has joined #webapps 00:00:22 marcosc__ has joined #webapps 00:02:35 marcosc_ has joined #webapps 00:04:25 lgombos has joined #webapps 00:13:07 marcosc has joined #webapps 00:41:46 marcosc has joined #webapps 01:24:50 kochi has joined #webapps 01:24:51 kochi1 has joined #webapps 01:41:26 marcosc has joined #webapps 02:24:57 lmclister has joined #webapps 02:35:33 marcosc has joined #webapps 02:59:15 lmclister has joined #webapps 03:53:29 lmclister has joined #webapps 04:33:11 marcosc has joined #webapps 06:10:13 marcosc has joined #webapps 06:21:06 marcosc_ has joined #webapps 06:48:46 marcosc has joined #webapps 06:52:05 dom has joined #webapps 07:31:20 darobin has joined #webapps 07:36:36 marcosc_ has joined #webapps 07:44:05 darobin_ has joined #webapps 07:52:05 tobie has joined #webapps 08:03:27 marcosc has joined #webapps 08:33:36 marcosc has joined #webapps 09:04:27 smaug has joined #webapps 09:18:39 marcosc has joined #webapps 09:45:24 marcosc has joined #webapps 09:54:40 marcosc has joined #webapps 10:24:29 marcosc has joined #webapps 10:38:28 abarsto has joined #webapps 10:46:14 karl has joined #webapps 10:56:35 Lachy has joined #webapps 11:09:08 glenn has joined #webapps 11:19:04 marcosc has joined #webapps 12:58:20 tobie has joined #webapps 12:59:24 marcosc has joined #webapps 13:00:35 glenn has joined #webapps 13:03:09 davidb has joined #webapps 13:16:41 marcosc_ has joined #webapps 14:05:44 glenn_ has joined #webapps 14:09:15 marcosc_ has joined #webapps 14:17:17 marcosc has joined #webapps 14:18:38 marcosc_ has joined #webapps 14:55:29 glenn has joined #webapps 15:36:19 lmclister has joined #webapps 15:52:10 lmclister has joined #webapps 15:52:31 jsbell has joined #webapps 16:06:04 divya has joined #webapps 16:09:48 divya has joined #webapps 16:11:52 marcosc has joined #webapps 16:14:20 gavin_ has joined #webapps 17:12:34 marcosc has joined #webapps 17:16:51 renoirb has joined #webapps 17:25:11 Lachy has joined #webapps 17:27:06 abarsto has joined #webapps 17:31:49 smaug has joined #webapps 17:54:16 divya has joined #webapps 17:58:24 lmclister has joined #webapps 18:06:29 smaug has joined #webapps 18:42:11 marcosc_ has joined #webapps 19:02:11 chaals has joined #webapps 19:20:56 Lachy has joined #webapps 19:52:05 lmclister has joined #webapps 20:01:16 divya has joined #webapps 20:02:48 fjh has joined #webapps 20:09:05 karl has joined #webapps 21:14:26 lmclister has joined #webapps 21:16:31 divya has joined #webapps 21:30:31 glenn has joined #webapps 22:06:12 glenn has joined #webapps 22:39:57 smaug has joined #webapps 22:41:58 marcosc has joined #webapps 23:08:43 marcosc has joined #webapps 23:30:32 smaug has joined #webapps 23:31:46 smaug has joined #webapps 23:34:37 smaug has joined #webapps 23:35:05 smaug has joined #webapps 23:39:02 marcosc has joined #webapps 01:36:38 marcosc has joined #webapps 02:14:15 skddc has joined #webapps 02:53:34 divya has joined #webapps 03:04:47 divya has joined #webapps 04:11:09 jungkees has joined #webapps 04:14:41 lmclister has joined #webapps 04:19:29 marcosc has joined #webapps 05:51:55 marcosc has joined #webapps 06:07:18 sgalineau has joined #webapps 06:55:45 marcosc has joined #webapps 06:56:47 marcosc_ has joined #webapps 07:09:16 chaals has joined #webapps 07:48:21 dom has joined #webapps 07:58:11 marcosc_ has joined #webapps 08:05:37 marcosc has joined #webapps 08:06:35 sgalineau has joined #webapps 08:07:58 darobin has joined #webapps 08:11:32 sgalinea_ has joined #webapps 08:20:38 marcosc has joined #webapps 08:22:58 sgalineau has joined #webapps 08:29:28 marcosc has joined #webapps 08:36:39 schuki has joined #webapps 08:41:18 marcosc has joined #webapps 08:46:11 sgalineau has joined #webapps 08:47:59 marcosc has joined #webapps 08:51:48 marcosc_ has joined #webapps 08:59:39 marcosc has joined #webapps 09:02:50 marcosc_ has joined #webapps 09:03:04 Lachy has joined #webapps 09:11:33 skddc has joined #webapps 09:18:13 smaug has joined #webapps 09:20:00 darobin has joined #webapps 09:30:24 darobin has joined #webapps 09:30:27 marcosc has joined #webapps 10:21:54 chaals1 has joined #webapps 10:22:29 chaals has joined #webapps 10:24:03 abarsto has joined #webapps 11:05:34 chaals has joined #webapps 11:37:37 chaals has joined #webapps 11:48:08 chaals, yves can you commit to reviewing some of Cameron's Web IDL tests http://w3c-test.org/web-platform-tests/submissions/271/WebIDL/tests/submissions/heycam/ ? 11:52:32 skddc has joined #webapps 11:57:40 hmm. depends how good a review you want... 11:58:28 (effectively I suspect I can commit to confirming tests, but that's not actually the same as reviewing...) 12:17:07 darobin has joined #webapps 12:28:57 glenn has joined #webapps 12:41:40 chaals has joined #webapps 13:11:18 glenn_ has joined #webapps 13:14:56 tobie has joined #webapps 13:32:13 skddc has joined #webapps 13:36:36 davidb has joined #webapps 13:37:16 davidb has joined #webapps 14:45:25 fjh has joined #webapps 15:00:14 smaug has joined #webapps 15:26:43 Lachy_ has joined #webapps 15:40:16 jsbell has joined #webapps 15:56:06 lmclister has joined #webapps 16:01:54 divya has joined #webapps 16:13:37 fjh has left #webapps 16:48:45 skddc has joined #webapps 16:51:56 marcosc has joined #webapps 17:15:08 lgombos has joined #webapps 17:15:41 lmclister has joined #webapps 17:38:49 divya has joined #webapps 17:40:44 lmclister has joined #webapps 17:46:26 skddc_ has joined #webapps 17:52:25 divya has joined #webapps 17:56:02 divya has joined #webapps 17:58:51 davidb has joined #webapps 18:22:23 davidb_ has joined #webapps 18:49:34 Lachy has joined #webapps 18:56:36 divya has joined #webapps 19:19:31 lmclister has joined #webapps 19:32:13 divya has joined #webapps 19:59:33 glenn has joined #webapps 20:01:13 glenn_ has joined #webapps 21:02:12 dveditz has joined #webapps 21:02:38 tobie has joined #webapps 21:08:31 lgombos has joined #webapps 21:21:16 tobie has joined #webapps 21:24:46 skddc has joined #webapps 22:37:58 marcosc has joined #webapps 23:13:08 lgombos has joined #webapps 23:42:11 marcosc has joined #webapps 23:43:49 lgombos has joined #webapps 00:10:48 marcosc has joined #webapps 00:58:05 tobie has joined #webapps 02:09:40 marcosc has joined #webapps 03:53:11 marcosc has joined #webapps