/irc-logs / w3c / #webapps / 2015-11-04 / end
Options:
Previous day, Next day
- # Session Start: Wed Nov 04 00:00:00 2015
- # Session Ident: #webapps
- # [00:25] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [00:32] * Quits: marcosc__ (~marcosc@public.cloak) (Client closed connection)
- # [00:33] * Joins: marcosc (~marcosc@public.cloak)
- # [00:34] * Joins: joannawu (~JoannaWu@public.cloak)
- # [00:40] * Quits: marcosc (~marcosc@public.cloak) (Ping timeout: 180 seconds)
- # [00:41] * Quits: joannawu (~JoannaWu@public.cloak) (Ping timeout: 180 seconds)
- # [00:46] * leaverou is now known as leaverou_away
- # [01:11] * Joins: marcosc (~marcosc@public.cloak)
- # [01:47] * Joins: Florian (~Florian@public.cloak)
- # [01:57] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [01:57] * Joins: masayuki (~masayuki@public.cloak)
- # [01:59] * Joins: sicking (~sicking@public.cloak)
- # [02:01] * Joins: garykac (~garykac@public.cloak)
- # [02:05] * Joins: Travis (~Travis@public.cloak)
- # [02:05] <Travis> UIEvents folks: WebEx client won't let me connect--says the meeting has been cancelled.
- # [02:06] * Quits: marcosc (~marcosc@public.cloak) (Client closed connection)
- # [02:06] <garykac> I'm getting a message saying that the number is invalid or the meeting hasn't started.
- # [02:06] <garykac> Could it be related to the time zone change?
- # [02:06] <garykac> I mean daylight savings time.
- # [02:06] <Travis> Hmm...
- # [02:07] <Travis> This tells me its cancelled: https://mit.webex.com/mw3000/mywebex/default.do?service=1&siteurl=mit&main_url=%2Fmc3000%2Fe.do%3Fsiteurl%3Dmit%26AT%3DMI%26EventID%3D0
- # [02:07] <garykac> Well then, our work here is done, it seems.
- # [02:08] <Travis> :_
- # [02:08] <Travis> :)
- # [02:08] <Travis> (That was the redirected link)
- # [02:08] <Travis> The original is: https://mit.webex.com/mit/j.php?MTID=m5bc20b6f3ce7fa6b1b77fb810451472c
- # [02:08] <Travis> Well, we can meet over IRC as well...
- # [02:09] <Travis> Agenda?
- # [02:09] * Joins: RRSAgent (rrsagent@public.cloak)
- # [02:09] <RRSAgent> logging to http://www.w3.org/2015/11/04-webapps-irc
- # [02:10] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [02:10] * Joins: marcosc (~marcosc@public.cloak)
- # [02:10] * terri is now known as terri_offline
- # [02:10] <garykac> Review TPAC.
- # [02:11] <garykac> Identify next high-prio items
- # [02:12] <garykac> A summary of items we discussed at TPAC:
- # [02:12] <garykac> Add 'Unidentified' to the |code| spec to be used when the code value cannot be determined (eg, with virtual keyboards)
- # [02:12] <garykac> Add descriptive text specifying how |code| should be set for virtual keyboards
- # [02:12] <garykac> Add images in spec for phone arrow pad and numpad section (show position of '*' and '#').
- # [02:12] <garykac> Remove the virtual modifier key 'Accel'
- # [02:13] <garykac> Remove the 'OS' key and have Windows return 'Meta' (similar to Mac)
- # [02:13] <garykac> Update section on mobile phone keys to specify that arrow keys and Enter should be used for the Android dpad keys.
- # [02:13] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [02:13] <garykac> Need to add example showing how composition events should fire when the composition string overflows the IME buffer.
- # [02:14] <garykac> Those are the big items that I have from TPAC.
- # [02:14] <Travis> Have these issues been committed in the spec yet?
- # [02:14] <garykac> There were also various updates to the |key| values based on Android KEYCODEs.
- # [02:15] <garykac> I haven't written the updated descriptions nor have I created the new images.
- # [02:15] <garykac> But most of the |key| values have been updated.
- # [02:16] <garykac> I have a few more small updates (the "11" and "12" key, plus an updated desc for the "0" key for the HDMI-CEC usage)
- # [02:16] <Travis> OK. Perhaps we should focus this week on landing those changes and then meet next week to review the next round? Also, I'd like to start a testing plan...
- # [02:17] <garykac> My assumption is that the work related to Ranges and contentEditable are being done by the Editing task force. And that we only need to track it to make sure it keeps moving forward.
- # [02:17] <garykac> The lack of progress with testing is my biggest disappointment with TPAC - the Editing meeting took over the time I wanted to spend on that. :-(
- # [02:18] <garykac> But we can do the testing on our own, whereas the Editing work needed the big group together...
- # [02:18] <garykac> travis: sgtm
- # [02:19] <garykac> I'll make my remaining changes over the next few days.
- # [02:19] <Travis> That is my basic understanding as well. There was some discussion with the Editing TF about where to spec some of their changes, and I can't recall if we landed on a resolution.
- # [02:20] <Travis> e.g., should the input and beforeInput algorithms be incorporated into our doc or kept in theirs...
- # [02:20] * Quits: jsbell (~jsbell@public.cloak) ("There's no place like home...")
- # [02:23] <masayuki> SGTM, input and beforeinput are important for the relation between keyboard events and composition events. The document which recommend web developers to use them instead of key events should be in UIEvents spec.
- # [02:23] <garykac> As for where this should live, the Edit TF will keep |beforeinput| and |input| for now, but we need to keep the info about the order of events (relative to other events) in UIEvents.
- # [02:24] <garykac> So, the info will be split (unfortunately) between Editing and UIEvents.
- # [02:26] <garykac> Longer term, I think it makes sense to move the InputEvent IDL into UIEvents.
- # [02:26] <garykac> But it makes sense for it to stay in Editing for the time being as long as they are actively working on it and making progress.
- # [02:26] <garykac> To clarify: the info will be split because all of the Editing info related to these events belongs in the Editing spec, not in UIEvents. Whereas UIEvents needs to have the event-order info.
- # [02:29] <garykac> masayuki: There was one |key| value that changed name: 'MediaSkip' -> 'MediaSkipForward'
- # [02:29] <garykac> Because we now have 'MediaSkipBackward'
- # [02:30] <masayuki> garykac: Oh, thank you for the information.
- # [02:32] <garykac> That's all I have for this week.
- # [02:33] <garykac> I'll be landing the updates we agreed up over the next week.
- # [02:33] <masayuki> I think that Firefox will follow the new key spec at Firefox 45 or 46.
- # [02:34] <garykac> masayuki: I should have all those Android key codes that you requested added to the spec in the next week.
- # [02:34] * Joins: tantek (~tantek@public.cloak)
- # [02:34] <masayuki> garykac: Thank you for your great work!!
- # [02:35] <garykac> No problem. I love the progress that Mozilla is making in this area.
- # [02:35] <garykac> For next week, I think we should split time 50/50 between going over the bugs and working on a test plan.
- # [02:36] <garykac> Probably start with bugs and then switch over to testing...
- # [02:42] * Quits: marcosc (~marcosc@public.cloak) (Ping timeout: 180 seconds)
- # [02:44] <Travis> Sounds good to me.
- # [02:47] <garykac> I just fixed https://github.com/w3c/DOM-Level-3-Events-code/issues/6 (removing USB Usage IDs from the |code| tables.
- # [02:49] <garykac> By next week, my plan is to close out all the |key| and |code| bugs.
- # [02:49] <garykac> Anyway, I'm going to head out. now.
- # [02:50] <garykac> Same time next week?
- # [02:50] * Joins: joannawu (~JoannaWu@public.cloak)
- # [02:50] <Travis> Same time.
- # [02:50] <Travis> Thanks Gary.
- # [02:50] <masayuki> Okay, see you next week.
- # [02:50] <garykac> See you all then.
- # [02:50] <garykac> Thanks
- # [02:52] <Travis> RRSAgent, please generate the minutes
- # [02:52] <RRSAgent> I have made the request to generate http://www.w3.org/2015/11/04-webapps-minutes.html Travis
- # [02:52] <Travis> RRSAgent, make logs public
- # [02:52] <RRSAgent> I have made the request, Travis
- # [02:53] * Quits: tantek (~tantek@public.cloak) (tantek)
- # [02:56] * Quits: Travis (~Travis@public.cloak) ("Page closed")
- # [02:57] * Quits: joannawu (~JoannaWu@public.cloak) (Ping timeout: 180 seconds)
- # [02:57] * Quits: garykac (~garykac@public.cloak) (Ping timeout: 180 seconds)
- # [03:00] * Quits: smaug (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [03:13] * Joins: marcosc (~marcosc@public.cloak)
- # [03:23] * Joins: marcosc_ (~marcosc@public.cloak)
- # [03:23] * Quits: marcosc (~marcosc@public.cloak) (Client closed connection)
- # [03:40] * Quits: ArtB (~ArtB@public.cloak) ("Leaving.")
- # [03:41] * Joins: sicking (~sicking@public.cloak)
- # [03:49] * Quits: masayuki (~masayuki@public.cloak) (Ping timeout: 180 seconds)
- # [03:50] * Quits: marcosc_ (~marcosc@public.cloak) (Client closed connection)
- # [04:04] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [04:06] * Joins: jyasskin (~textual@public.cloak)
- # [04:30] * Joins: marcosc (~marcosc@public.cloak)
- # [04:30] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
- # [04:50] * Joins: joannawu (~JoannaWu@public.cloak)
- # [04:57] * Quits: joannawu (~JoannaWu@public.cloak) (Ping timeout: 180 seconds)
- # [06:02] * Quits: karl (~karlcow@public.cloak) ("The deeper I go / the deeper I go / green mountains - Santoka")
- # [06:03] * Joins: karl (~karlcow@public.cloak)
- # [06:21] * Joins: joannawu (~JoannaWu@public.cloak)
- # [06:22] * Joins: jyasskin (~textual@public.cloak)
- # [06:28] * Quits: joannawu (~JoannaWu@public.cloak) (Ping timeout: 180 seconds)
- # [06:37] * Quits: marcosc (~marcosc@public.cloak) (Client closed connection)
- # [07:01] * Joins: estellevw (~estellevw@public.cloak)
- # [07:03] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [07:04] * Joins: sicking (~sicking@public.cloak)
- # [07:23] * Joins: marcosc (~marcosc@public.cloak)
- # [07:24] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [07:37] * Joins: joannawu (~JoannaWu@public.cloak)
- # [07:40] * Joins: zcorpan (~zcorpan@public.cloak)
- # [07:41] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [07:44] * Joins: sicking (~sicking@public.cloak)
- # [07:46] * Quits: joannawu (~JoannaWu@public.cloak) (Ping timeout: 180 seconds)
- # [08:20] * Joins: Florian (~Florian@public.cloak)
- # [08:30] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
- # [08:41] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [08:58] * Joins: sicking (~sicking@public.cloak)
- # [08:59] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [09:00] * Joins: Florian (~Florian@public.cloak)
- # [09:00] * Joins: zcorpan (~zcorpan@public.cloak)
- # [09:07] * Quits: Florian (~Florian@public.cloak) (Ping timeout: 180 seconds)
- # [09:10] * Joins: dom (dom@public.cloak)
- # [09:24] * Quits: marcosc (~marcosc@public.cloak) (Client closed connection)
- # [09:25] * Joins: joannawu (~JoannaWu@public.cloak)
- # [09:29] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [09:34] * Quits: joannawu (~JoannaWu@public.cloak) (Ping timeout: 180 seconds)
- # [09:52] * Joins: marcosc (~marcosc@public.cloak)
- # [09:54] * Quits: marcosc (~marcosc@public.cloak) (Client closed connection)
- # [10:11] * Joins: LJWatson (~chatzilla@public.cloak)
- # [11:00] * Joins: wilsonpage (~wilsonpage@public.cloak)
- # [11:02] * Joins: wilsonpa_ (~wilsonpage@public.cloak)
- # [11:02] * Quits: wilsonpage (~wilsonpage@public.cloak) (Client closed connection)
- # [11:05] * Quits: wilsonpa_ (~wilsonpage@public.cloak) ("My Mac has gone to sleep. ZZZzzz…")
- # [11:06] * Joins: wilsonpage (~wilsonpage@public.cloak)
- # [11:33] * Joins: marcosc (~marcosc@public.cloak)
- # [11:54] * Joins: ArtB (~ArtB@public.cloak)
- # [11:58] * Quits: marcosc (~marcosc@public.cloak) (Client closed connection)
- # [12:03] * Quits: LJWatson (~chatzilla@public.cloak) ("Carpe diem")
- # [12:19] * Joins: Florian (~Florian@public.cloak)
- # [12:24] * Joins: guillaume (guillaume@public.cloak)
- # [12:26] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [12:36] * Joins: jmajnert (~quassel@public.cloak)
- # [12:47] * Joins: chaals (~Adium@public.cloak)
- # [12:53] * Joins: joannawu (~JoannaWu@public.cloak)
- # [13:01] * Joins: wilsonpa_ (~wilsonpage@public.cloak)
- # [13:07] * Quits: wilsonpage (~wilsonpage@public.cloak) (Ping timeout: 180 seconds)
- # [13:16] * Quits: wilsonpa_ (~wilsonpage@public.cloak) ("My Mac has gone to sleep. ZZZzzz…")
- # [13:27] * Joins: wilsonpage (~wilsonpage@public.cloak)
- # [13:39] * Quits: wilsonpage (~wilsonpage@public.cloak) ("My Mac has gone to sleep. ZZZzzz…")
- # [13:39] * Joins: smaug (~chatzilla@public.cloak)
- # [14:00] * Joins: LJWatson (~chatzilla@public.cloak)
- # [14:41] * Joins: wilsonpage (~wilsonpage@public.cloak)
- # [14:45] * Quits: wilsonpage (~wilsonpage@public.cloak) (Client closed connection)
- # [15:17] * Quits: smaug (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [15:29] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [15:46] * Quits: LJWatson (~chatzilla@public.cloak) ("Carpe diem")
- # [15:46] * Joins: LJWatson (~chatzilla@public.cloak)
- # [15:58] * Joins: chaals (~Adium@public.cloak)
- # [16:19] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [16:20] * Quits: Hixie_ (~ianh@public.cloak) (Client closed connection)
- # [16:20] * Joins: Hixie (~ianh@public.cloak)
- # [16:24] * Joins: smaug (~chatzilla@public.cloak)
- # [16:24] * Joins: wilsonpage (~wilsonpage@public.cloak)
- # [16:48] * Joins: estellevw (~estellevw@public.cloak)
- # [16:51] * Joins: fjh (~fhirsch3@public.cloak)
- # [16:52] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [16:53] * wilsonpage is now known as wilsonpage-away
- # [16:53] * wilsonpage-away is now known as wilsonpage
- # [17:00] * Quits: LJWatson (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [17:00] * Joins: LJWatson (~chatzilla@public.cloak)
- # [17:05] * Joins: jyasskin (~textual@public.cloak)
- # [17:06] * Joins: zcorpan (~zcorpan@public.cloak)
- # [17:18] * Joins: estellevw (~estellevw@public.cloak)
- # [17:22] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [17:30] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [17:35] * Quits: wilsonpage (~wilsonpage@public.cloak) ("My Mac has gone to sleep. ZZZzzz…")
- # [17:43] * Joins: wilsonpage (~wilsonpage@public.cloak)
- # [17:45] * Joins: zcorpan (~zcorpan@public.cloak)
- # [17:45] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [17:51] * Quits: joannawu (~JoannaWu@public.cloak) (Client closed connection)
- # [17:57] * Joins: tantek (~tantek@public.cloak)
- # [18:05] * Joins: zcorpan (~zcorpan@public.cloak)
- # [18:06] * Joins: bkardell_ (~uid10373@public.cloak)
- # [18:10] * Quits: fjh (~fhirsch3@public.cloak) (fjh)
- # [18:22] * terri_offline is now known as terri
- # [18:48] * Joins: sicking (~sicking@public.cloak)
- # [18:53] * Joins: joannawu (~JoannaWu@public.cloak)
- # [19:00] * Quits: joannawu (~JoannaWu@public.cloak) (Ping timeout: 180 seconds)
- # [19:01] * Quits: guillaume (guillaume@public.cloak) (Ping timeout: 180 seconds)
- # [19:10] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [19:14] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
- # [19:16] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [19:17] * Quits: wilsonpage (~wilsonpage@public.cloak) ("My Mac has gone to sleep. ZZZzzz…")
- # [19:28] * Quits: tantek (~tantek@public.cloak) (tantek)
- # [19:32] * Joins: tantek (~tantek@public.cloak)
- # [20:09] * Quits: bkardell_ (~uid10373@public.cloak) ("Connection closed for inactivity")
- # [20:13] * Quits: LJWatson (~chatzilla@public.cloak) ("Carpe diem")
- # [20:27] * Joins: sicking (~sicking@public.cloak)
- # [20:43] * terri is now known as terri_offline
- # [21:47] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [21:52] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [21:54] * Joins: zcorpan (~zcorpan@public.cloak)
- # [21:56] * terri_offline is now known as terri
- # [21:57] * Joins: sicking (~sicking@public.cloak)
- # [22:20] * Quits: tantek (~tantek@public.cloak) (tantek)
- # [22:36] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [22:36] * Joins: sicking (~sicking@public.cloak)
- # [22:47] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [22:47] * Joins: sicking (~sicking@public.cloak)
- # [22:48] * Quits: dom (dom@public.cloak) (Ping timeout: 180 seconds)
- # [22:57] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [23:00] * Joins: sicking (~sicking@public.cloak)
- # [23:04] * heycam|away is now known as heycam
- # [23:23] * Quits: karl (~karlcow@public.cloak) ("The deeper I go / the deeper I go / green mountains - Santoka")
- # [23:24] * Joins: tantek (~tantek@public.cloak)
- # [23:46] * Joins: Florian (~Florian@public.cloak)
- # [23:58] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # Session Close: Thu Nov 05 00:00:00 2015
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn