/irc-logs / w3c / #webapps / 2014-05-28 / end
Options:
- # Session Start: Wed May 28 00:00:01 2014
- # Session Ident: #webapps
- # [00:00] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [00:02] * Quits: karl (~karlcow@public.cloak) (":tiuQ tiuq sah woclrak")
- # [00:02] * Joins: sicking (~sicking@public.cloak)
- # [00:22] * Quits: lgombos (~gombos@public.cloak) (Ping timeout: 180 seconds)
- # [01:15] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [01:21] * Joins: rniwa (~rniwa@public.cloak)
- # [01:23] * Joins: sicking (~sicking@public.cloak)
- # [01:23] * Quits: tantek (~tantek@public.cloak) (tantek)
- # [01:50] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [01:58] * Joins: Travis (~Travis@public.cloak)
- # [01:59] * Joins: Zakim (zakim@public.cloak)
- # [01:59] * Joins: masayuki (~masayuki@public.cloak)
- # [01:59] * Joins: RRSAgent (rrsagent@public.cloak)
- # [01:59] <RRSAgent> logging to http://www.w3.org/2014/05/27-webapps-irc
- # [02:00] <Travis> zakim, this is DOM3
- # [02:00] <Zakim> Travis, I see RWC_WAPI(D3E)8:00PM in the schedule but not yet started. Perhaps you mean "this will be DOM3".
- # [02:00] <Travis> zakim, this will be DOM3
- # [02:00] <Zakim> ok, Travis; I see RWC_WAPI(D3E)8:00PM scheduled to start now
- # [02:00] <Travis> Present+ Travis
- # [02:00] <Travis> Present+ Garykac
- # [02:00] <Travis> Scribe: Travis
- # [02:01] <Travis> ScribeNick: Travis
- # [02:01] <masayuki> Hi,
- # [02:02] * Quits: smaug (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [02:02] <Travis> Hi!
- # [02:02] * Joins: garykac (~garykac@public.cloak)
- # [02:03] <Zakim> RWC_WAPI(D3E)8:00PM has now started
- # [02:03] <Zakim> +[Microsoft]
- # [02:04] <Travis> Zakim, [Microsoft] is travis and garykac
- # [02:04] <Zakim> I don't understand '[Microsoft] is travis and garykac', Travis
- # [02:04] <Travis> Zakim, [Microsoft] is travis
- # [02:04] <Zakim> +travis; got it
- # [02:04] <Travis> (and garykac)
- # [02:06] <garykac> We have trimmed a bunch of content from the D3E spec.
- # [02:06] <garykac> Basically, the stuff that is already covered in DOM4.
- # [02:06] <Travis> (Related to bug https://www.w3.org/Bugs/Public/show_bug.cgi?id=25485)
- # [02:07] <garykac> We're still in the process of fixing up all the links and text so that it properly refers to right place for each event.
- # [02:09] <Travis> Masayuki, you filed a new bug recently: Bug 25888 - The definition of .key value of "RomanCharacters"
- # [02:09] <Travis> Would you like to discuss it?
- # [02:09] <masayuki> Yeah.
- # [02:10] <masayuki> It's strange. Although, I've not checked the Korean IME behavior yet.
- # [02:12] <masayuki> https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent.key
- # [02:12] <masayuki> "Romaji" is not only mapped with Japanese keyboard layout on Gecko. But the key value is grouped in Korean keyboard specific key value.
- # [02:13] <masayuki> I'm not sure if it's needed for Korean keyboard layout, though.
- # [02:14] <masayuki> "GDK_Hangul_Romaja" might be mapped with "Romaji". However, I don't know when this keysym is used on Linux's Korean keyboard layout.
- # [02:16] <masayuki> http://msdn.microsoft.com/en-us/library/cc194846.aspx
- # [02:17] <masayuki> If there is no explanation about Romaja...
- # [02:17] <Travis> Either RomanCharacters is moved up to the table above, or we split it out into two.
- # [02:17] <garykac> Yes, it looks like a Romaji key is missing from Japanese
- # [02:18] <masayuki> http://en.wikipedia.org/wiki/Romanization_of_Korean
- # [02:18] <garykac> I'm fine with it being 2 separate keys: Romaji (J) and Youngja (K)
- # [02:19] <masayuki> Separating the key value sounds good to me because they never conflict since they are used different keyboard layout.
- # [02:19] <Travis> Agree -- this seems like the right thing to do.
- # [02:22] <Travis> Looking at the spelling of "Young" and "Youngja"..
- # [02:22] <masayuki> And trivial question, "Keys specific to Korean keyboards" and "Keys specific to Japanese keyboards" are not sorted from A to Z. Is it intentional?
- # [02:22] <Travis> Might be "Yeong" and "Yeongja"
- # [02:24] <garykac> I just noticed that the Korean Hangul <-> roman key is already covered by HangulMode.
- # [02:26] <masayuki> Yeah, but X11 (?) defines a lot of Hangul specific keysym. And we are still not sure the mapping with .key value. https://bugzilla.mozilla.org/show_bug.cgi?id=865564#c5
- # [02:26] <garykac> So I think that we just need to move RomanCharacters into the Japanese section and rename it Romaji.
- # [02:26] <masayuki> We don't have enough number of contributors of Korean...
- # [02:27] <garykac> We can add more Korean keys as needed - we just need to see them on a keyboard to prove they exist.
- # [02:28] * Joins: jcraig (~jcraig@public.cloak)
- # [02:30] <garykac> Masayuki: I just updated the keys: I added Romaji, removed RomanCharacters and sorted the Japanese/Korean IME keys. Please take a look.
- # [02:31] <masayuki> Checking if each of them exists is very difficult because I'm not familiar with Korean IMEs...
- # [02:31] <masayuki> garykac: Great, thanks!
- # [02:34] <masayuki> Ah, and I have information. Firefox 32 will support KeyboardEvent.code at least for physical keyboard on all OSes. Probably, it's not enabled with 32's release build in default settings. But starting with 33, it would be enabled.
- # [02:35] <garykac> Wahoo!
- # [02:35] <garykac> I'm still trying to get an estimate for when this'll be in Chomium/Blink.
- # [02:37] <masayuki> The mapping table is here. https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent.code Note that it might be updated with some bug fix.
- # [02:38] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [02:47] <Travis> This is excellent.
- # [02:47] <Travis> Other than that bug, is there anything else we need to review today?
- # [02:47] <garykac> Masayuki: That table looks very nice - I've always liked the MDN docs.
- # [02:48] <masayuki> garykac: Thanks.
- # [02:48] <masayuki> Travis: I don't have anymore.
- # [02:52] <garykac> OK. So until next week. We are hoping to have all the bugs resolved by then (or maybe only one or two that require discussion).
- # [02:52] <garykac> We'll probably get the |key| and |code| specs ready for release first.
- # [02:53] <garykac> That way, we'll get proper URLs for them that we can use to update the main D3E spec.
- # [02:53] <garykac> Then we'll release D3E.
- # [02:53] <garykac> (...finally)
- # [02:54] * Quits: garykac (~garykac@public.cloak) ("Page closed")
- # [02:56] <masayuki> See you.
- # [02:57] <Travis> rrsagent, please make the minutes
- # [02:57] <RRSAgent> I have made the request to generate http://www.w3.org/2014/05/27-webapps-minutes.html Travis
- # [02:57] <Travis> rrsagent, make logs public
- # [02:57] <RRSAgent> I have made the request, Travis
- # [02:59] * Quits: masayuki (~masayuki@public.cloak) ("Page closed")
- # [03:05] <Zakim> disconnecting the lone participant, travis, in RWC_WAPI(D3E)8:00PM
- # [03:05] <Zakim> RWC_WAPI(D3E)8:00PM has ended
- # [03:05] <Zakim> Attendees were travis
- # [03:06] * Quits: Travis (~Travis@public.cloak) ("Page closed")
- # [03:17] * Joins: karl (~karlcow@public.cloak)
- # [03:25] * Quits: karl (~karlcow@public.cloak) ("This computer has gone to sleep")
- # [03:27] * Joins: tantek (~tantek@public.cloak)
- # [03:32] * Quits: jcraig (~jcraig@public.cloak) (Ping timeout: 180 seconds)
- # [03:45] * Quits: tantek (~tantek@public.cloak) (tantek)
- # [03:54] * Joins: tantek (~tantek@public.cloak)
- # [04:02] * Quits: tantek (~tantek@public.cloak) (tantek)
- # [05:31] * Joins: karl (~karlcow@public.cloak)
- # [05:33] * Joins: lmclister (~lmclister@public.cloak)
- # [06:18] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [06:31] * Joins: lmclister (~lmclister@public.cloak)
- # [06:35] * Joins: jcraig (~jcraig@public.cloak)
- # [06:52] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [06:59] * Joins: xiaoqian (xiaoqian@public.cloak)
- # [07:21] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [07:21] * Joins: lmclister (~lmclister@public.cloak)
- # [08:13] * Joins: tantek (~tantek@public.cloak)
- # [08:20] * Quits: tantek (~tantek@public.cloak) (Ping timeout: 180 seconds)
- # [09:00] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [09:08] * Zakim excuses himself; his presence no longer seems to be needed
- # [09:08] * Parts: Zakim (zakim@public.cloak) (Zakim)
- # [09:11] * Joins: tantek (~tantek@public.cloak)
- # [09:11] * Quits: rniwa (~rniwa@public.cloak) (rniwa)
- # [09:22] * Joins: Lachy (~Lachy@public.cloak)
- # [09:28] * Joins: richt (~richt@public.cloak)
- # [09:33] * Quits: tantek (~tantek@public.cloak) (tantek)
- # [09:40] * Joins: dom (dom@public.cloak)
- # [10:30] * Joins: xiaoqian_ (xiaoqian@public.cloak)
- # [10:34] * Quits: xiaoqian (xiaoqian@public.cloak) (Ping timeout: 180 seconds)
- # [10:45] * Joins: darobin (rberjon@public.cloak)
- # [11:58] * Quits: xiaoqian_ (xiaoqian@public.cloak) ("Leaving")
- # [12:28] * Joins: smaug (~chatzilla@public.cloak)
- # [13:30] * Quits: smaug (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [13:51] * Joins: Lachy_ (~Lachy@public.cloak)
- # [13:51] * Quits: Lachy (~Lachy@public.cloak) (Client closed connection)
- # [14:54] * Joins: fjh (~fhirsch3@public.cloak)
- # [16:32] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [16:56] * Quits: karl (~karlcow@public.cloak) (":tiuQ tiuq sah woclrak")
- # [16:56] * Joins: karl (~karlcow@public.cloak)
- # [17:13] * Joins: tantek (~tantek@public.cloak)
- # [17:28] * Quits: Lachy_ (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [17:29] * Joins: Lachy (~Lachy@public.cloak)
- # [17:31] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [17:34] * Joins: chaals (~Adium@public.cloak)
- # [17:35] * Quits: richt (~richt@public.cloak) (Client closed connection)
- # [17:36] * Joins: richt (~richt@public.cloak)
- # [17:39] * Joins: lmclister (~lmclister@public.cloak)
- # [17:41] * Joins: lgombos (~gombos@public.cloak)
- # [17:43] * Quits: richt (~richt@public.cloak) (Ping timeout: 180 seconds)
- # [17:44] * Joins: Lachy (~Lachy@public.cloak)
- # [17:51] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [18:05] * Joins: jsbell_ (~jsbell@public.cloak)
- # [18:21] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [18:23] * Joins: smaug (~chatzilla@public.cloak)
- # [18:29] * Quits: smaug (~chatzilla@public.cloak) ("Reconnecting…")
- # [18:30] * Joins: smaug (~chatzilla@public.cloak)
- # [18:43] * Quits: smaug (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [18:45] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [18:50] * Quits: karl (~karlcow@public.cloak) (Ping timeout: 180 seconds)
- # [18:54] * Joins: karl (~karlcow@public.cloak)
- # [18:54] * Quits: fjh (~fhirsch3@public.cloak) (Ping timeout: 180 seconds)
- # [19:17] * Joins: jcraig (~jcraig@public.cloak)
- # [19:23] * Quits: dom (dom@public.cloak) ("")
- # [20:20] * Joins: fjh (~fhirsch3@public.cloak)
- # [20:24] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [20:29] * Joins: lgombos_ (~gombos@public.cloak)
- # [20:29] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [20:31] * Joins: lmclister (~lmclister@public.cloak)
- # [20:32] * Quits: lgombos (~gombos@public.cloak) (Ping timeout: 180 seconds)
- # [20:39] * Joins: lgombos (~gombos@public.cloak)
- # [20:43] * Quits: lgombos_ (~gombos@public.cloak) (Ping timeout: 180 seconds)
- # [20:59] * Joins: darobin (rberjon@public.cloak)
- # [21:22] * Joins: lgombos_ (~gombos@public.cloak)
- # [21:22] * Quits: lgombos (~gombos@public.cloak) (Client closed connection)
- # [21:37] * Joins: sicking (~sicking@public.cloak)
- # [21:38] * Quits: darobin (rberjon@public.cloak) ("Leaving...")
- # [21:44] * Joins: rniwa (~rniwa@public.cloak)
- # [21:44] * Joins: jcraig (~jcraig@public.cloak)
- # [21:52] * Joins: smaug (~chatzilla@public.cloak)
- # [22:02] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [22:03] * Joins: sicking (~sicking@public.cloak)
- # [22:55] * Joins: skddc (~anonymous@public.cloak)
- # [23:03] * Quits: skddc (~anonymous@public.cloak) (skddc)
- # [23:10] * Quits: fjh (~fhirsch3@public.cloak) (fjh)
- # [23:56] * Quits: karl (~karlcow@public.cloak) (":tiuQ tiuq sah woclrak")
- # Session Close: Thu May 29 00:00:00 2014
The end :)