/irc-logs / w3c / #webapps / 2013-11-20 / end

Options:

  1. # Session Start: Wed Nov 20 00:00:00 2013
  2. # Session Ident: #webapps
  3. # [00:04] * heycam|away is now known as heycam
  4. # [00:10] * Joins: smaug_ (~chatzilla@public.cloak)
  5. # [00:11] * Quits: smaug (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
  6. # [00:11] * smaug_ is now known as smaug
  7. # [00:28] * Quits: sicking (~sicking@public.cloak) (sicking)
  8. # [00:49] * Joins: marcosc (~marcosc@public.cloak)
  9. # [00:55] * Quits: smaug (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
  10. # [00:56] * Quits: marcosc (~marcosc@public.cloak) (Ping timeout: 180 seconds)
  11. # [00:58] * Joins: masayuki (~masayuki@public.cloak)
  12. # [01:00] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
  13. # [01:09] * Joins: sicking (~sicking@public.cloak)
  14. # [01:26] * Joins: glenn (~gadams@public.cloak)
  15. # [01:43] * Joins: marcosc (~marcosc@public.cloak)
  16. # [01:47] * Quits: lmclist__ (~lmclister@public.cloak) ("")
  17. # [01:47] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
  18. # [01:51] * Quits: marcosc (~marcosc@public.cloak) (Ping timeout: 180 seconds)
  19. # [01:54] * Quits: karl (~karlcow@public.cloak) (":tiuQ tiuq sah woclrak")
  20. # [02:04] * Joins: w3 (~Adium@public.cloak)
  21. # [02:05] * Quits: sgalineau (~sgalineau@public.cloak) (Client closed connection)
  22. # [02:06] <w3> Am I on wrong time for DOM L3 events call?
  23. # [02:07] <w3> mm, I should change my nick...
  24. # [02:07] <masayuki> w3: no
  25. # [02:07] <w3> btw, I am kochi.
  26. # [02:07] <w3> hello!
  27. # [02:08] <masayuki> Hi!
  28. # [02:08] * Joins: garykac (~garykac@public.cloak)
  29. # [02:08] * w3 is now known as kochi2
  30. # [02:09] <kochi2> Hi gary
  31. # [02:09] * Quits: dveditz (~dveditz@public.cloak) ("")
  32. # [02:09] <kochi2> I am on the call, but somehow mic is not working here
  33. # [02:10] <masayuki> Hi, Gary!
  34. # [02:10] <kochi2> probably I don't have much to speak today.
  35. # [02:10] <garykac> Hello
  36. # [02:11] <garykac> I started updating the DOM3 ED
  37. # [02:11] <garykac> I merged in the event constructor info (from UI Events)
  38. # [02:11] <garykac> and simplified the info in the Appendix (since part of it was now redundant)
  39. # [02:12] <garykac> I still need to merge in the |code| info
  40. # [02:12] <garykac> And update the DOM3 spec to include what we talked about regarding metaKey and osKey
  41. # [02:13] <garykac> The DOM3 ED is at : https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html
  42. # [02:15] * Quits: jsbell (~jsbell@public.cloak) ("There's no place like home...")
  43. # [02:15] <garykac> I also needed to change InputEvent to derive from UIEvent so that it would have a |view| attribute.
  44. # [02:15] <garykac> Previously it derived from Event.
  45. # [02:16] * Joins: marcosc (~marcosc@public.cloak)
  46. # [02:16] <garykac> Aside from that, I don't have a lot of updates.
  47. # [02:17] <kochi2> As we met last week, probably we don't have much updates, other than what Gary wrote? Once Travis grabs this log, then are we all set for this week? :)
  48. # [02:17] <garykac> My plan is to update the spec with the info from our conversations (osKey, modifier keys), merge |code| from UI Events, and then start digging through the Android keys to build a "Mobile" section.
  49. # [02:18] <garykac> After that, I might revisit |locale|, but I'm not sure that'll make it into this round.
  50. # [02:18] <garykac> With that, we're pretty much done.
  51. # [02:18] <garykac> If you have any comments on the draft, please file bugs.
  52. # [02:19] <garykac> I'll be sending out an email (or announce it here) once I have the next complete draft.
  53. # [02:19] * Quits: sicking (~sicking@public.cloak) (sicking)
  54. # [02:19] <masayuki> Yep, I have some questions and problems, I'll file all of them as bugs for easy to manage the state.
  55. # [02:19] <garykac> That sounds great.
  56. # [02:20] <garykac> I assume we'll schedule the next one for 2 weeks for now.
  57. # [02:20] <garykac> The plan is to get another draft out before the end of the year.
  58. # [02:21] <garykac> Or January if we can't finish it up in December.
  59. # [02:22] <masayuki> I see.
  60. # [02:23] <garykac> There are other specs that would like to refer to DOM3Events normatively. So we'd like to have a LCWD sometime early next year (perhaps Mar/Apr).
  61. # [02:24] <garykac> Travis just joined the call.
  62. # [02:24] <kochi2> hi travis
  63. # [02:26] <masayuki> D3E defines a lot of new events. I think that HTML5 should fine all of them as on* attribute of HTML elements.
  64. # [02:26] <masayuki> s/fine/define
  65. # [02:27] <kochi2> haha, travis is not on irc yet
  66. # [02:28] * Joins: Travis (~Travis@public.cloak)
  67. # [02:28] <masayuki> If so, web apps can check whether a browser supports new events by checking if the attribute is supported on elements.
  68. # [02:29] <garykac> Nakano-san: Once we finish DOM3Events, I hope that the HTML5 folks will add those.
  69. # [02:29] <garykac> As far as I know, we haven't opened a conversation with them about that.
  70. # [02:29] <garykac> We should probably file a bug for them.
  71. # [02:29] <masayuki> only for onwheel, I filed.
  72. # [02:30] * Quits: lgombos (~gombos@public.cloak) (Ping timeout: 180 seconds)
  73. # [02:30] <masayuki> https://www.w3.org/Bugs/Public/show_bug.cgi?id=18542
  74. # [02:30] <garykac> We'll want to add input/beforeinput as well.
  75. # [02:31] <garykac> Anything else? It sounds like we're (really) done now.
  76. # [02:32] <garykac> Next meeting will be in 2 weeks (Dec 3rd)
  77. # [02:33] * Travis is talking with someone (not paying attention)
  78. # [02:35] <garykac> Goodbye everyone. Talk to you all in 2 weeks (or via bugs)
  79. # [02:35] <kochi2> See you!
  80. # [02:35] <masayuki> See you.
  81. # [02:36] * Quits: kochi2 (~Adium@public.cloak) ("Leaving.")
  82. # [02:36] * Quits: garykac (~garykac@public.cloak) ("Page closed")
  83. # [02:40] * Joins: glenn_ (~gadams@public.cloak)
  84. # [02:40] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
  85. # [02:42] * Quits: masayuki (~masayuki@public.cloak) ("Page closed")
  86. # [02:44] * Quits: Travis (~Travis@public.cloak) (Ping timeout: 180 seconds)
  87. # [02:46] * Quits: marcosc (~marcosc@public.cloak) (Client closed connection)
  88. # [03:08] * heycam is now known as heycam|away
  89. # [03:40] * Joins: marcosc (~marcosc@public.cloak)
  90. # [03:48] * Quits: marcosc (~marcosc@public.cloak) (Ping timeout: 180 seconds)
  91. # [03:54] * heycam|away is now known as heycam
  92. # [03:59] * heycam is now known as heycam|away
  93. # [04:07] * Joins: lgombos (~gombos@public.cloak)
  94. # [04:27] * Quits: lgombos (~gombos@public.cloak) (Ping timeout: 180 seconds)
  95. # [04:30] * Quits: glenn_ (~gadams@public.cloak) (Client closed connection)
  96. # [04:34] * Joins: marcosc (~marcosc@public.cloak)
  97. # [04:42] * Quits: marcosc (~marcosc@public.cloak) (Ping timeout: 180 seconds)
  98. # [04:51] * Joins: glenn (~gadams@public.cloak)
  99. # [04:59] * heycam|away is now known as heycam
  100. # [05:29] * Joins: marcosc (~marcosc@public.cloak)
  101. # [05:36] * Quits: marcosc (~marcosc@public.cloak) (Ping timeout: 180 seconds)
  102. # [06:23] * Joins: marcosc (~marcosc@public.cloak)
  103. # [06:30] * Quits: marcosc (~marcosc@public.cloak) (Ping timeout: 180 seconds)
  104. # [06:45] * Joins: kawai (~kawai@public.cloak)
  105. # [06:54] * Joins: sicking (~sicking@public.cloak)
  106. # [07:12] * heycam is now known as heycam|away
  107. # [07:13] * Quits: sicking (~sicking@public.cloak) (sicking)
  108. # [07:17] * Joins: marcosc (~marcosc@public.cloak)
  109. # [07:24] * Quits: marcosc (~marcosc@public.cloak) (Ping timeout: 180 seconds)
  110. # [07:58] * Joins: lgombos (~gombos@public.cloak)
  111. # [08:06] * Quits: lgombos (~gombos@public.cloak) (Ping timeout: 180 seconds)
  112. # [08:11] * Joins: marcosc (~marcosc@public.cloak)
  113. # [08:16] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  114. # [08:18] * Quits: marcosc (~marcosc@public.cloak) (Ping timeout: 180 seconds)
  115. # [08:22] * Joins: marcosc (~marcosc@public.cloak)
  116. # [08:38] * Joins: Lachy (~Lachy@public.cloak)
  117. # [10:02] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  118. # [10:08] * Joins: jcraig (~jcraig@public.cloak)
  119. # [10:10] * Joins: glenn_ (~gadams@public.cloak)
  120. # [10:10] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
  121. # [10:12] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
  122. # [10:12] * Joins: jcraig (~jcraig@public.cloak)
  123. # [10:13] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
  124. # [10:22] * Joins: Lachy (~Lachy@public.cloak)
  125. # [10:33] * Quits: kawai (~kawai@public.cloak) (Client closed connection)
  126. # [10:41] * Joins: ken (~ken@public.cloak)
  127. # [10:53] * Joins: smaug (~chatzilla@public.cloak)
  128. # [11:05] * Joins: darobin (rberjon@public.cloak)
  129. # [11:10] * Quits: ken (~ken@public.cloak) (Client closed connection)
  130. # [11:18] * Joins: jungkees (~jungkees@public.cloak)
  131. # [11:27] * Quits: jungkees (~jungkees@public.cloak) ("Page closed")
  132. # [11:54] * Joins: ken (~ken@public.cloak)
  133. # [12:00] * Quits: ken (~ken@public.cloak) (Client closed connection)
  134. # [12:24] * Joins: abarsto (~abarsto@public.cloak)
  135. # [12:24] * abarsto is now known as ArtB
  136. # [13:10] * Joins: ken (~ken@public.cloak)
  137. # [13:18] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
  138. # [13:27] * Joins: dom (dom@public.cloak)
  139. # [13:32] * Quits: glenn_ (~gadams@public.cloak) (Client closed connection)
  140. # [14:03] * Joins: glenn (~gadams@public.cloak)
  141. # [14:36] * Quits: smaug (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
  142. # [14:39] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
  143. # [14:56] * Joins: davidb (~davidb@public.cloak)
  144. # [15:17] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
  145. # [15:41] * Joins: lgombos (~gombos@public.cloak)
  146. # [15:55] * Joins: smaug (~chatzilla@public.cloak)
  147. # [15:58] * Joins: chaals (~Adium@public.cloak)
  148. # [16:00] * Quits: lgombos (~gombos@public.cloak) (Ping timeout: 180 seconds)
  149. # [16:05] * Joins: karl (~karlcow@public.cloak)
  150. # [16:51] * Joins: lmcliste_ (~lmclister@public.cloak)
  151. # [17:12] * Quits: smaug (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
  152. # [17:20] * Quits: dom (dom@public.cloak) ("")
  153. # [17:30] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
  154. # [17:39] * Joins: sicking (~sicking@public.cloak)
  155. # [17:52] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  156. # [18:24] * Joins: smaug (~chatzilla@public.cloak)
  157. # [18:36] * Quits: sicking (~sicking@public.cloak) (sicking)
  158. # [18:45] * Quits: marcosc (~marcosc@public.cloak) (Client closed connection)
  159. # [18:52] * Quits: lmcliste_ (~lmclister@public.cloak) (Ping timeout: 180 seconds)
  160. # [18:52] * Joins: lmcliste_ (~lmclister@public.cloak)
  161. # [19:07] * Joins: jsbell (~jsbell@public.cloak)
  162. # [19:08] * Joins: lgombos (~gombos@public.cloak)
  163. # [19:12] * Quits: lmcliste_ (~lmclister@public.cloak) (Client closed connection)
  164. # [19:15] * Joins: lmcliste_ (~lmclister@public.cloak)
  165. # [19:32] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
  166. # [19:34] * Joins: Lachy (~Lachy@public.cloak)
  167. # [19:40] * Quits: lgombos (~gombos@public.cloak) (Ping timeout: 180 seconds)
  168. # [19:55] * Joins: abarsto (~abarsto@public.cloak)
  169. # [19:55] * abarsto is now known as ArtB
  170. # [20:24] * Joins: sicking (~sicking@public.cloak)
  171. # [20:28] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
  172. # [20:35] * Quits: sicking (~sicking@public.cloak) (sicking)
  173. # [20:49] * Joins: lgombos (~gombos@public.cloak)
  174. # [21:03] * Joins: marcosc (~marcosc@public.cloak)
  175. # [21:08] * Quits: lgombos (~gombos@public.cloak) (Client closed connection)
  176. # [22:32] * Quits: davidb (~davidb@public.cloak) (davidb)
  177. # [22:44] * Joins: ken (~ken@public.cloak)
  178. # [23:09] * Joins: jcraig (~jcraig@public.cloak)
  179. # [23:30] * Joins: sicking (~sicking@public.cloak)
  180. # [23:37] * Joins: glenn (~gadams@public.cloak)
  181. # [23:43] * heycam|away is now known as heycam
  182. # [23:55] * Quits: ken (~ken@public.cloak) (Client closed connection)
  183. # Session Close: Thu Nov 21 00:00:00 2013

The end :)