/irc-logs / w3c / #webapps / 2014-04-30 / end
Options:
- # Session Start: Wed Apr 30 00:00:00 2014
- # Session Ident: #webapps
- # [00:05] * Joins: jcraig_ (~jcraig@public.cloak)
- # [00:06] * Quits: jcraig (~jcraig@public.cloak) (Ping timeout: 180 seconds)
- # [00:06] * jcraig_ is now known as jcraig
- # [00:13] * Joins: Lachy (~Lachy@public.cloak)
- # [00:22] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [00:24] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [00:31] * Quits: lmclister (~lmclister@public.cloak) (Client closed connection)
- # [00:31] * Joins: lmclister (~lmclister@public.cloak)
- # [00:32] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [00:39] * Joins: jcraig (~jcraig@public.cloak)
- # [00:47] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [00:49] * Joins: chaals (~Adium@public.cloak)
- # [01:03] * Joins: sicking (~sicking@public.cloak)
- # [01:31] * Quits: smaug (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [01:32] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [01:35] * Joins: Lachy (~Lachy@public.cloak)
- # [01:58] * Joins: masayuki (~masayuki@public.cloak)
- # [02:00] * Joins: Travis (~Travis@public.cloak)
- # [02:00] * Joins: Zakim (zakim@public.cloak)
- # [02:00] * Joins: RRSAgent (rrsagent@public.cloak)
- # [02:00] <RRSAgent> logging to http://www.w3.org/2014/04/30-webapps-irc
- # [02:01] <Travis> Zakim, this is DOM3
- # [02:01] <Zakim> ok, Travis; that matches RWC_WAPI(D3E)8:00PM
- # [02:01] <Travis> Present+ Travis
- # [02:01] <Travis> RRSAgent: this meeting spans midnight
- # [02:01] <RRSAgent> ok, Travis; I will not start a new log at midnight
- # [02:01] <Travis> scribe: Travis
- # [02:01] <Travis> scribeNick: Travis
- # [02:02] <Travis> waiting for others to join...
- # [02:02] <masayuki> Travis: Hello.
- # [02:02] <Travis> Hi! Glad you could make it!
- # [02:03] <Travis> We've been making some progress on the bugs this past week.
- # [02:04] <Travis> Regarding bug 24044: https://www.w3.org/Bugs/Public/show_bug.cgi?id=24044
- # [02:05] <Travis> I think the solution is to add the key value "DeadKey" correct?
- # [02:07] <masayuki> A dead key process causes a set of composition events. So, web apps can get the inputting value of dead key sequence even if .key value is "DeadKey".
- # [02:08] <Travis> Right. Through the "data" value of the compositionevent objects.
- # [02:08] <masayuki> Therefore, I think that "DeadKey" is simple solution for the issue.
- # [02:08] <Travis> Me too.
- # [02:09] <masayuki> It's hard to define a mapping table for combining characters <-> non-combining character...
- # [02:09] <Zakim> + +1.425.936.aaaa
- # [02:09] <Travis> I'm looking at the key events tables now, to try and find where to slot in this new value...
- # [02:10] * Joins: garykac (~garykac@public.cloak)
- # [02:10] <Travis> zakim, +1.425 is garykac
- # [02:10] <Zakim> +garykac; got it
- # [02:10] <Travis> Present+ garykac
- # [02:11] <Travis> Welcome gary!
- # [02:11] <masayuki> Hi, gary.
- # [02:11] <garykac> We can start with https://www.w3.org/Bugs/Public/show_bug.cgi?id=25338
- # [02:11] <garykac> Clear vs. NumLock
- # [02:11] <Zakim> -garykac
- # [02:11] <garykac> I think that Clear is better because NumLock implies a locking state for the key.
- # [02:12] * Travis think Gary dropped off the phone... ;)
- # [02:12] <garykac> I don't think that this causes problems since the Mac has no NumLock key
- # [02:13] <Zakim> +garykac
- # [02:14] <masayuki> garykac: I agree, but they are same physical key at least with USB HID spec.
- # [02:17] <garykac> USB spec has both Keypad NumLock/Clear (53) and Keypad Clear (D8)
- # [02:18] <garykac> So we could go either way.
- # [02:18] <Travis> Looks like this on my current keyboard: http://www.bing.com/images/search?q=microsoft+sculpt+number+pad&FORM=HDRSC2#view=detail&id=F9469927A0E2504497E3C941499BD5C903520074&selectedIndex=22
- # [02:19] <masayuki> garykac: Yeah. I confirmed that the clear key on Mac keyboard is NumLock key, not the Keypad Clear.
- # [02:19] <Travis> If Clear == NumLock, what codes should my keyboard report for these?
- # [02:20] <garykac> The Clear key on the Mac reports itself using the same code as Windows NumLock
- # [02:21] <garykac> We still need to keep the NumpadClear around (for the keypad that Travis just posted).
- # [02:21] <garykac> But if it makes life easier to have the Mac Clear key use the same |code| value as Numpad, then that's fine with me
- # [02:23] <garykac> I've updated the bug to note that I'll change it so Mac Clear = NumLock. I'll have to add a comment explaining why that is the case.
- # [02:24] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [02:25] <masayuki> garykac: Thanks. If web apps need to distinguith the behavior, they should use .key which should return "Clear" only on Mac.
- # [02:26] <garykac> sgtm
- # [02:29] <garykac> Masayuki: I didn't get a chance to fix 23906 (accelKey), but I want to have that written up for you to review by next week.
- # [02:29] <masayuki> garykac: no problem.
- # [02:31] <Travis> I just looked over bug 25477, and assigned to myself--pretty trivial update to the KeyboardEvent.init* method.
- # [02:33] <masayuki> I backed out the KeyboardEvent.initKeyboardEvent() from Firefox 31 (Nightly).
- # [02:33] <masayuki> I.e., we decided that we'd never support it.
- # [02:35] <Travis> I have no problem with that :)
- # [02:35] <Travis> Now looking at: https://www.w3.org/Bugs/Public/show_bug.cgi?id=23913
- # [02:36] <masayuki> Yeah, web apps should use event constructor on IE and Firefox...
- # [02:36] <garykac> For 23913 (beforeinput firing), it sounds like we need to add a note that beforeinput may not be cancelable when it is unsafe (or if the IME does not permit it).
- # [02:36] <masayuki> sgtm
- # [02:38] <masayuki> If so, unsafe beforeinput's preventDefault() just change defaultPrevented attribute? or not change the value?
- # [02:38] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [02:39] <masayuki> mousemove's preventDefault() changes only defaultPrevented value. So, I think it's no problem, it changes only defaultPrevented value.
- # [02:39] <Travis> What does "unsafe" mean--I'm not sure...
- # [02:40] <Travis> Ah, comment 16..
- # [02:40] <masayuki> For example, Firefox thinks during setting .value is unsafe.
- # [02:41] <garykac> It would be nice to define "unsafe" situations in the spec, if possible.
- # [02:41] <garykac> Re: beforeinput preventDefault behaving the same as mousemove preventDefault. sgtm
- # [02:42] <masayuki> garykac: Yeah, but I'm not sure exacely when Firefox thinks it's unsafe. And it needs to refer a lot of other specs...
- # [02:42] <garykac> Ugh. ^_^
- # [02:43] <Travis> "unsafe" refers to dispatching a synchronous event during a pre-existing script stack, such as one changing the .value of an input?
- # [02:44] <garykac> Then having an example unsafe scenario to use in the spec description would be good.
- # [02:44] <garykac> Probably execCommand or .value would be a good example.
- # [02:44] <masayuki> We should ask Smaug (Olli) about it...
- # [02:46] <garykac> masayuki: do you talk to him frequently? or should we ping him on the bug?
- # [02:47] <masayuki> garykac: I'll email him about it and request to write comment into the bug.
- # [02:47] <garykac> masayuki: thanks!
- # [02:51] <garykac> Travis make a comment drawing parallels between beforeinput and mutation events...
- # [02:53] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [02:58] <Travis> (Gary and I discuss execCommand a bit)
- # [02:58] <garykac> masayuki: if beforeinput doesn't fire for modification made by scripts or execCommand, does that cover all the problem cases?
- # [02:59] <masayuki> garykac: I guess so, but I'm not sure.
- # [02:59] <garykac> so user actions (including cut/paste) always result in beforeinput/input, but scripted dom modifications will not generate beforeinput. (Should 'input' not fire as well in this case?)
- # [03:00] <masayuki> input should be fired for compatibility with current browsers.
- # [03:01] <garykac> Ah. good point. so 'input' sticks around in that case.
- # [03:01] <garykac> Does 'input' fire for script events, or only for execCommand?
- # [03:02] <garykac> masayuki: ^^ (question about FF)
- # [03:02] <Travis> When I tested, input did not fire for regular script modifications, but I didn't check execCommand.
- # [03:03] <garykac> I'm fine suppresses 'input' in those cases as well -- unless we need to keep it around to match current behavior.
- # [03:03] <masayuki> IIRC, input event is fired for all changes. However, it's fired immediately after it becomes safe if the change occurs during unsafe.
- # [03:07] <garykac> The alternative to not firing beforeinput in those cases is to explicitly state that the event is not cancelable in those cases. Then the 'beforeinput' event could be fired asynchronously and not cause problems.
- # [03:07] <Travis> (I think we've all learned a lot today--this is great.)
- # [03:08] <garykac> It's the same amount of work to spec: (1) don't fire these events in these situations vs. (2) these events are not cancelable in these situations
- # [03:08] <Travis> My preference, is not to have "magical" cancelability, but to simply not dispatch it under certain conditions.
- # [03:09] <garykac> We already have 'variable cancelability' with beforeinput during composition.
- # [03:10] <garykac> so, beforeinput is cancelable (unless it isn't) :-(
- # [03:12] <garykac> Since beforeinput is cancelable primarily to support being a replacement for 'keypress', we also could simply state that it is only cancelable for key events. I don't know if that's OK or not.
- # [03:12] <garykac> (for user generated key events)
- # [03:12] <Travis> I think it has more utility than that.
- # [03:12] <garykac> Probably. I just wanted to throw that out there.
- # [03:13] <Travis> Perhaps the goal should be to have beforeinput and input pairs (always). And when it's not safe to make beforeinput cancelable, then it becomes non-cancelable.
- # [03:14] <garykac> I like having beforeinput and input always occurring in pairs. I'm perfectly happy with it being non-cancelable to avoid problems.
- # [03:14] <Travis> (non-safe could be defined in terms of already being in a beforeinput event handler...
- # [03:14] <Travis> (or being in any script at all)
- # [03:14] <garykac> The trick will be to write that into the spec in a clear and understandable way.
- # [03:15] <garykac> Anyway, it's after 6pm.
- # [03:15] <Travis> Yep. Great progress today.
- # [03:15] <garykac> 'Til next week then?
- # [03:15] <Travis> Yep, see you next week!
- # [03:15] <masayuki> sgtm.
- # [03:15] <garykac> thanks!
- # [03:15] <masayuki> See you!
- # [03:16] <Zakim> -garykac
- # [03:16] <Zakim> -[Microsoft]
- # [03:16] <Zakim> RWC_WAPI(D3E)8:00PM has ended
- # [03:16] <Zakim> Attendees were [Microsoft], +1.425.936.aaaa, garykac
- # [03:17] <Travis> Zakim, [Microsoft] is me
- # [03:17] <Zakim> sorry, Travis, I do not recognize a party named '[Microsoft]'
- # [03:17] <Travis> me because the conference is over :(
- # [03:17] <Travis> yeah.
- # [03:17] <Travis> RRSAgent: make logs public
- # [03:17] <RRSAgent> I have made the request, Travis
- # [03:17] * Joins: jungkees (~uid24208@public.cloak)
- # [03:17] <Travis> RRSAgent: please make the minutes
- # [03:17] <RRSAgent> I have made the request to generate http://www.w3.org/2014/04/30-webapps-minutes.html Travis
- # [03:18] <Travis> Zakim, bye!
- # [03:18] <Zakim> I don't understand 'bye!', Travis
- # [03:18] <Travis> Zakim, bye
- # [03:18] * Parts: Zakim (zakim@public.cloak) (Zakim)
- # [03:18] <Travis> RRSAgent: are logs public
- # [03:18] <RRSAgent> I'm logging. I don't understand 'are logs public', Travis. Try /msg RRSAgent help
- # [03:19] <Travis> RRSAgent: make logs public
- # [03:19] <RRSAgent> I have made the request, Travis
- # [03:22] * Quits: garykac (~garykac@public.cloak) (Ping timeout: 180 seconds)
- # [03:35] * Disconnected
- # [03:44] * Attempting to rejoin channel #webapps
- # [03:44] * Rejoined channel #webapps
- # [03:44] * Topic is 'WebApps WG; this channel is logged: http://krijnhoetmer.nl/irc-logs/'
- # [03:44] * Set by ArtB on Fri Apr 18 13:06:13
- # [03:47] * Quits: jcraig (~jcraig@public.cloak) (Ping timeout: 180 seconds)
- # [03:58] * Disconnected
- # [04:08] * Attempting to rejoin channel #webapps
- # [04:08] * Rejoined channel #webapps
- # [04:08] * Topic is 'WebApps WG; this channel is logged: http://krijnhoetmer.nl/irc-logs/'
- # [04:08] * Set by ArtB on Fri Apr 18 13:06:13
- # [04:20] * Joins: lmclister (~lmclister@public.cloak)
- # [04:55] * Quits: lgombos (~gombos@public.cloak) (Ping timeout: 180 seconds)
- # [05:30] * Joins: jcraig (~jcraig@public.cloak)
- # [05:34] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [05:46] * Joins: lmclister (~lmclister@public.cloak)
- # [06:17] * Joins: lgombos (~gombos@public.cloak)
- # [06:30] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [07:23] * Quits: masayuki (~masayuki@public.cloak) ("Page closed")
- # [07:57] * Quits: lgombos (~gombos@public.cloak) (Ping timeout: 180 seconds)
- # [08:01] * Joins: jcraig (~jcraig@public.cloak)
- # [08:17] * Joins: anssik (~uid10742@public.cloak)
- # [08:18] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [08:32] * Joins: lgombos (~gombos@public.cloak)
- # [08:44] * Quits: lgombos (~gombos@public.cloak) (Ping timeout: 180 seconds)
- # [08:47] * Joins: xiaoqian (xiaoqian@public.cloak)
- # [09:03] * Joins: dom (dom@public.cloak)
- # [10:00] * Joins: richt (~richt@public.cloak)
- # [10:07] * Joins: xiaoqian_ (xiaoqian@public.cloak)
- # [10:12] * Joins: darobin (rberjon@public.cloak)
- # [10:13] * Quits: xiaoqian (xiaoqian@public.cloak) (Ping timeout: 180 seconds)
- # [10:20] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [10:25] * Joins: xiaoqian (xiaoqian@public.cloak)
- # [10:31] * Quits: xiaoqian_ (xiaoqian@public.cloak) (Ping timeout: 180 seconds)
- # [10:42] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [10:49] * Joins: Lachy (~Lachy@public.cloak)
- # [11:41] * Joins: smaug (~chatzilla@public.cloak)
- # [11:42] * Joins: xiaoqian_ (xiaoqian@public.cloak)
- # [11:48] * Quits: xiaoqian (xiaoqian@public.cloak) (Ping timeout: 180 seconds)
- # [12:11] * Joins: abarsto (~abarsto@public.cloak)
- # [12:11] * abarsto is now known as ArtB
- # [12:24] * Quits: karl (~karlcow@public.cloak) (":tiuQ tiuq sah woclrak")
- # [12:25] * Quits: smaug (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [12:25] * Joins: karl (~karlcow@public.cloak)
- # [13:01] * Joins: chaals (~Adium@public.cloak)
- # [13:22] * Joins: skddc (~anonymous@public.cloak)
- # [13:26] * Quits: anssik (~uid10742@public.cloak) ("Connection closed for inactivity")
- # [13:29] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [13:59] * Joins: smaug (~chatzilla@public.cloak)
- # [14:00] * Joins: chaals (~Adium@public.cloak)
- # [14:05] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [14:36] * Joins: lgombos (~gombos@public.cloak)
- # [14:54] * Quits: lgombos (~gombos@public.cloak) (Client closed connection)
- # [15:16] * Quits: jungkees (~uid24208@public.cloak) ("Connection closed for inactivity")
- # [15:22] * xiaoqian_ is now known as xiaoqian
- # [15:51] * Joins: anssik (~uid10742@public.cloak)
- # [16:10] * Quits: karl (~karlcow@public.cloak) (":tiuQ tiuq sah woclrak")
- # [16:10] * Joins: karl (~karlcow@public.cloak)
- # [16:16] * Quits: xiaoqian (xiaoqian@public.cloak) ("Leaving")
- # [16:30] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [16:30] * Joins: Lachy (~Lachy@public.cloak)
- # [16:44] <ArtB> MikeSmith, darobin, can one of you create a new "push-api" project under https://github.com/W3C ? or is there list or such I should use for the request?
- # [16:50] <MikeSmith> ArtB: https://github.com/w3c/push-api
- # [16:50] <ArtB> thanks MikeSmith - UDaMan!!
- # [16:52] <MikeSmith> ArtB: cheers
- # [17:04] * Joins: chaals (~Adium@public.cloak)
- # [17:12] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [17:14] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [17:43] * Quits: richt (~richt@public.cloak) (Client closed connection)
- # [17:43] * Joins: richt (~richt@public.cloak)
- # [17:44] * Joins: jsbell_ (~jsbell@public.cloak)
- # [17:45] * Quits: jsbell_ (~jsbell@public.cloak) ("There's no place like home...")
- # [17:50] * Quits: richt (~richt@public.cloak) (Ping timeout: 180 seconds)
- # [17:56] * Quits: anssik (~uid10742@public.cloak) ("Connection closed for inactivity")
- # [17:57] * Joins: lmclister (~lmclister@public.cloak)
- # [17:58] * Joins: lgombos (~gombos@public.cloak)
- # [17:58] * Joins: sicking (~sicking@public.cloak)
- # [18:12] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [18:29] * Joins: glenn (~gadams@public.cloak)
- # [18:40] * Joins: chaals (~Adium@public.cloak)
- # [18:57] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [19:01] * Quits: smaug (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [19:08] * Joins: jcraig (~jcraig@public.cloak)
- # [19:27] * Joins: Lachy (~Lachy@public.cloak)
- # [20:19] * Joins: lgombos_ (~gombos@public.cloak)
- # [20:19] * Quits: lgombos (~gombos@public.cloak) (Client closed connection)
- # [20:33] * Joins: plh (plehegar@public.cloak)
- # [20:55] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [21:12] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
- # [21:25] * Joins: chaals (~Adium@public.cloak)
- # [22:05] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [22:12] * Joins: glenn (~gadams@public.cloak)
- # [22:20] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [22:27] * Joins: sicking (~sicking@public.cloak)
- # [22:56] * Joins: glenn (~gadams@public.cloak)
- # [23:04] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [23:09] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [23:19] * Joins: abarsto (~abarsto@public.cloak)
- # [23:19] * abarsto is now known as ArtB
- # [23:24] * Joins: sicking (~sicking@public.cloak)
- # [23:24] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [23:26] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [23:32] * Quits: lgombos_ (~gombos@public.cloak) (Ping timeout: 180 seconds)
- # [23:51] * Joins: lgombos_ (~gombos@public.cloak)
- # [23:57] * Joins: glenn (~gadams@public.cloak)
- # Session Close: Thu May 01 00:00:00 2014
The end :)