/irc-logs / freenode / #whatwg / 2013-10-23 / end

Options:

  1. # Session Start: Wed Oct 23 00:00:00 2013
  2. # Session Ident: #whatwg
  3. # [00:04] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  4. # [00:05] * Quits: ap (~ap@17.202.44.214) (Quit: ap)
  5. # [00:06] <Hixie_> zcorpan: ta
  6. # [00:06] * Quits: ratfuk (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com) (Remote host closed the connection)
  7. # [00:07] * Joins: ratfuk (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com)
  8. # [00:08] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
  9. # [00:12] * Quits: ratfuk (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com) (Ping timeout: 272 seconds)
  10. # [00:15] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk) (Remote host closed the connection)
  11. # [00:16] <matjas> Hixie_: seems a bit unmaintainable to hardcode all the cases where it needs to be escaped… can’t you just say it should always be escaped?
  12. # [00:16] * Joins: othermaciej (~mjs@17.114.111.222)
  13. # [00:17] <Hixie_> can you escape it in the case of "if (3 < 4)" ?
  14. # [00:17] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
  15. # [00:18] <matjas> Hixie_: only in X(HTML)… but you could just say escape it whenever it’s followed by "/script"
  16. # [00:18] <Hixie_> i already said that earlier in the sentence
  17. # [00:18] <zcorpan> if ( 3<script ) is also problematic though
  18. # [00:19] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  19. # [00:19] <Hixie_> hm, yeah, that means escaping < is a non-starter
  20. # [00:19] <matjas> Hixie_: this can also happen in a property name literal in an object literal (those are like a string) or in ES6 template literals etc. etc.
  21. # [00:19] <Hixie_> what's a "property name literal"?
  22. # [00:20] <matjas> the `'foo'` in `var x = { 'foo': 42 }` is represented by a `Literal` in the AST
  23. # [00:20] <Hixie_> isn't that just a string?
  24. # [00:20] <matjas> not really
  25. # [00:20] <Hixie_> how does it differ?
  26. # [00:20] <matjas> Hixie_: string literals can be replaced with a reference to a variable. in this case that’s not possible
  27. # [00:21] <matjas> but this was just an example
  28. # [00:22] <Hixie_> well sure, but a string literal isn't a variable
  29. # [00:22] <matjas> listing all the different cases where escaping is needed seems like a maintainability burden
  30. # [00:22] <Hixie_> it's a string literal
  31. # [00:22] <Hixie_> you can use a string literal in an expression or where you need a property name literal, no?
  32. # [00:22] <Hixie_> i mean, aren't they both strings?
  33. # [00:22] <Hixie_> anyway it's academic, as zcorpan says, it won't work anyway
  34. # [00:23] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  35. # [00:25] * Quits: weinig (~weinig@17.114.5.5) (Quit: weinig)
  36. # [00:26] * Quits: Smylers (~smylers@host86-147-26-73.range86-147.btcentralplus.com) (Quit: Leaving.)
  37. # [00:29] * Quits: zcorpan (~zcorpan@2a00:801:e0:30:d9ba:c441:10e:528e) (Remote host closed the connection)
  38. # [00:29] <matjas> in the `3<script` case, adding a space after `<` could be considered as “escaping”
  39. # [00:30] * Quits: SteveF_ (~chatzilla@148.122.56.254) (Ping timeout: 245 seconds)
  40. # [00:31] <Hixie_> <!-- is never valid JS, right?
  41. # [00:31] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  42. # [00:31] <Hixie_> so so long as you always escape it, you'll always be fine.
  43. # [00:31] <Hixie_> same with </script>
  44. # [00:31] <Hixie_> which is what the spec already suggests
  45. # [00:32] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
  46. # [00:32] <Hixie_> (though i guess the same could be said for the other case...)
  47. # [00:32] <Hixie_> (bah)
  48. # [00:33] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  49. # [00:33] * Quits: tantek (~tantek@172.56.17.242) (Quit: tantek)
  50. # [00:34] <Hixie_> why on earth does 'input' not apply to type=radio, checkbox, and file? anyone know?
  51. # [00:35] * Joins: SteveF (~chatzilla@148.122.56.254)
  52. # [00:35] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  53. # [00:39] * Joins: weinig (~weinig@17.114.5.5)
  54. # [00:43] <matjas> Hixie_: <!-- is a singlelinecomment in JS http://javascript.spec.whatwg.org/#comment-syntax
  55. # [00:43] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  56. # [00:44] * Joins: ap (~ap@2620:149:4:304:f8ff:c41c:b188:c828)
  57. # [00:44] * Quits: weinig (~weinig@17.114.5.5) (Quit: weinig)
  58. # [00:48] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 260 seconds)
  59. # [00:49] * Quits: annevk (~annevk@2.31.25.160) (Remote host closed the connection)
  60. # [00:50] * Joins: jpn (~jpn@pickles.tp.telepac.pt)
  61. # [00:55] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  62. # [00:55] * Quits: roc (~chatzilla@89.202.203.51) (Ping timeout: 245 seconds)
  63. # [00:59] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
  64. # [01:00] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  65. # [01:04] * Quits: mven (~mven@169.241.49.207) (Remote host closed the connection)
  66. # [01:04] * Joins: mven (~mven@169.241.49.207)
  67. # [01:06] * Quits: WeirdAl (~chatzilla@g2spf.ask.info) (Quit: ChatZilla 0.9.90.1 [Firefox 24.0/20130910160258])
  68. # [01:08] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 272 seconds)
  69. # [01:08] * Quits: ^esc (~esc-ape@77.119.129.22.wireless.dyn.drei.com) (Ping timeout: 264 seconds)
  70. # [01:08] * Quits: mven (~mven@169.241.49.207) (Ping timeout: 240 seconds)
  71. # [01:09] <zewt> matjas: that's an impressively concise piece of insanity
  72. # [01:14] * Quits: SteveF (~chatzilla@148.122.56.254) (Ping timeout: 245 seconds)
  73. # [01:15] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
  74. # [01:16] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  75. # [01:21] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 240 seconds)
  76. # [01:27] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  77. # [01:27] * Quits: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt) (Remote host closed the connection)
  78. # [01:28] * Joins: weinig (~weinig@17.114.218.117)
  79. # [01:28] * Joins: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt)
  80. # [01:30] <zewt> annoyed at having to say "xxx-related use cases" instead of "xxx use cases" Every Single Time, or some dictionary lawyer immediately jumps out of a bush going THAT'S NOT A USE CASE
  81. # [01:30] * Joins: tantek (~tantek@172.56.17.242)
  82. # [01:32] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  83. # [01:33] * Quits: decotii (~decotii@hq.croscon.com) (Quit: Leaving)
  84. # [01:33] * Quits: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt) (Ping timeout: 245 seconds)
  85. # [01:36] * Joins: decotii (~decotii@hq.croscon.com)
  86. # [01:38] * Quits: decotii (~decotii@hq.croscon.com) (Client Quit)
  87. # [01:39] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  88. # [01:42] * Quits: tantek (~tantek@172.56.17.242) (Quit: tantek)
  89. # [01:44] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  90. # [01:44] * Quits: tobie (~tobielang@col74-1-88-183-112-72.fbx.proxad.net) (Ping timeout: 245 seconds)
  91. # [01:47] * Joins: WesleyMcClane_ (~quassel@host240-87-dynamic.59-82-r.retail.telecomitalia.it)
  92. # [01:49] * Quits: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
  93. # [01:50] * Quits: WesleyMcClane (~quassel@host3-28-dynamic.10-87-r.retail.telecomitalia.it) (Ping timeout: 272 seconds)
  94. # [01:51] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  95. # [01:53] * Joins: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net)
  96. # [01:57] * Quits: jpn (~jpn@pickles.tp.telepac.pt) (Quit: jpn)
  97. # [01:57] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 265 seconds)
  98. # [01:59] * Joins: danjesus (~danjesus@179.98.219.101)
  99. # [02:03] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  100. # [02:05] * Quits: ap (~ap@2620:149:4:304:f8ff:c41c:b188:c828) (Quit: ap)
  101. # [02:08] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  102. # [02:15] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  103. # [02:18] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
  104. # [02:20] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 240 seconds)
  105. # [02:20] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
  106. # [02:21] * Joins: mven_ (~mven@ip68-224-15-53.lv.lv.cox.net)
  107. # [02:23] * Joins: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt)
  108. # [02:24] * Joins: marcosc_ (~marcosc@bl12-181-66.dsl.telepac.pt)
  109. # [02:24] * Quits: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt) (Read error: Connection reset by peer)
  110. # [02:26] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
  111. # [02:27] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  112. # [02:28] * Quits: marcosc_ (~marcosc@bl12-181-66.dsl.telepac.pt) (Ping timeout: 272 seconds)
  113. # [02:30] <Hixie_> zewt: how does "-related" help with that?
  114. # [02:32] <zewt> "randomProposal()-related use cases" meaning "the use cases that randomProposal() addresses"
  115. # [02:32] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  116. # [02:32] <zewt> sometimes just feels like i'm talking to a room of lawyers :)
  117. # [02:33] * Joins: scor (~scor@pool-100-0-212-129.bstnma.fios.verizon.net)
  118. # [02:33] * Quits: scor (~scor@pool-100-0-212-129.bstnma.fios.verizon.net) (Changing host)
  119. # [02:33] * Joins: scor (~scor@drupal.org/user/52142/view)
  120. # [02:33] <Hixie_> i don't undrstand the difference between "randomProposal()-related use cases" and randomProposal() use cases" but ok :-)
  121. # [02:33] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
  122. # [02:36] * Joins: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com)
  123. # [02:37] * Joins: jernoble|laptop (~jernoble@76.74.153.41)
  124. # [02:37] * Quits: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com) (Remote host closed the connection)
  125. # [02:39] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  126. # [02:44] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 265 seconds)
  127. # [02:48] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  128. # [02:51] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 272 seconds)
  129. # [02:51] * Joins: richt (~richt@180.94.118.5)
  130. # [02:52] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  131. # [02:57] * Joins: parshap (~parshap@ip70-181-88-181.oc.oc.cox.net)
  132. # [03:00] * Quits: richt (~richt@180.94.118.5) (Remote host closed the connection)
  133. # [03:01] * Joins: richt (~richt@180.94.118.5)
  134. # [03:02] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
  135. # [03:05] * Quits: richt (~richt@180.94.118.5) (Ping timeout: 240 seconds)
  136. # [03:08] * Quits: othermaciej (~mjs@17.114.111.222) (Quit: othermaciej)
  137. # [03:10] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  138. # [03:13] * Quits: jernoble|laptop (~jernoble@76.74.153.41) (Read error: Connection reset by peer)
  139. # [03:14] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 260 seconds)
  140. # [03:15] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
  141. # [03:15] * Joins: jernoble|laptop (~jernoble@76.74.153.41)
  142. # [03:15] * Joins: newtron (~newtron@76-10-148-205.dsl.teksavvy.com)
  143. # [03:18] * Joins: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt)
  144. # [03:19] * Quits: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
  145. # [03:19] * Quits: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt) (Read error: Connection reset by peer)
  146. # [03:19] * Joins: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt)
  147. # [03:22] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  148. # [03:24] * Quits: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt) (Ping timeout: 265 seconds)
  149. # [03:27] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  150. # [03:27] * Joins: richt (~richt@91.216.105.42)
  151. # [03:33] * Quits: jernoble|laptop (~jernoble@76.74.153.41) (Quit: Computer has gone to sleep.)
  152. # [03:34] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  153. # [03:37] * Krinkle is now known as Krinkle|detached
  154. # [03:38] * Joins: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net)
  155. # [03:39] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  156. # [03:46] * Quits: newtron (~newtron@76-10-148-205.dsl.teksavvy.com) (Remote host closed the connection)
  157. # [03:46] * ojan is now known as ojan_away
  158. # [03:46] * Joins: newtron (~newtron@76-10-148-205.dsl.teksavvy.com)
  159. # [03:47] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  160. # [03:51] * Quits: newtron (~newtron@76-10-148-205.dsl.teksavvy.com) (Ping timeout: 272 seconds)
  161. # [03:56] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
  162. # [03:57] * Quits: weinig (~weinig@17.114.218.117) (Quit: weinig)
  163. # [04:00] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
  164. # [04:03] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  165. # [04:07] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 240 seconds)
  166. # [04:13] * Joins: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt)
  167. # [04:14] * Joins: marcosc_ (~marcosc@bl12-181-66.dsl.telepac.pt)
  168. # [04:14] * Quits: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt) (Read error: Connection reset by peer)
  169. # [04:16] * Joins: Goplat (~goplat@reactos/developer/Goplat)
  170. # [04:19] * Quits: marcosc_ (~marcosc@bl12-181-66.dsl.telepac.pt) (Ping timeout: 260 seconds)
  171. # [04:23] * Joins: ratfuk (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
  172. # [04:25] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  173. # [04:25] * Joins: SteveF (~chatzilla@148.122.56.254)
  174. # [04:27] * Joins: SonicX (~quassel@ip98-180-43-211.ga.at.cox.net)
  175. # [04:28] * Quits: plutoniix (~plutoniix@node-i7t.pool-101-108.dynamic.totbb.net) (Ping timeout: 272 seconds)
  176. # [04:29] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  177. # [04:30] * Joins: plutoniix (~plutoniix@node-ar3.pool-125-25.dynamic.totbb.net)
  178. # [04:33] * Joins: roadt_ (~roadt@223.240.109.52)
  179. # [04:33] * Joins: weinig (~weinig@24.130.60.35)
  180. # [04:37] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  181. # [04:37] * Quits: plutoniix (~plutoniix@node-ar3.pool-125-25.dynamic.totbb.net) (Quit: จรลี จรลา)
  182. # [04:41] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 240 seconds)
  183. # [04:42] * Quits: danjesus (~danjesus@179.98.219.101) (Remote host closed the connection)
  184. # [04:49] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  185. # [04:53] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 240 seconds)
  186. # [04:55] * Joins: tantek (~tantek@172.56.16.185)
  187. # [05:04] * Joins: karlcow (~karl@nerval.la-grange.net)
  188. # [05:05] * Quits: richt (~richt@91.216.105.42) (Remote host closed the connection)
  189. # [05:08] * Joins: plutoniix (~plutoniix@node-ar3.pool-125-25.dynamic.totbb.net)
  190. # [05:08] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  191. # [05:09] * Quits: tantek (~tantek@172.56.16.185) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
  192. # [05:09] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Read error: Connection reset by peer)
  193. # [05:09] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  194. # [05:10] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  195. # [05:14] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Ping timeout: 272 seconds)
  196. # [05:15] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  197. # [05:16] * Quits: ratfuk (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Remote host closed the connection)
  198. # [05:17] * Joins: ratfuk (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
  199. # [05:21] * Quits: ratfuk (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Ping timeout: 245 seconds)
  200. # [05:22] * Joins: scor (~scor@drupal.org/user/52142/view)
  201. # [05:23] * Joins: ratfuk (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
  202. # [05:24] * Quits: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
  203. # [05:30] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  204. # [05:35] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  205. # [05:35] * Quits: plutoniix (~plutoniix@node-ar3.pool-125-25.dynamic.totbb.net) (Read error: Connection reset by peer)
  206. # [05:40] * Quits: SteveF (~chatzilla@148.122.56.254) (Ping timeout: 272 seconds)
  207. # [05:42] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  208. # [05:47] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  209. # [05:47] * Joins: plutoniix (~plutoniix@node-1cjt.pool-101-108.dynamic.totbb.net)
  210. # [05:50] <zewt> <social> element? sounds like a subject of an onion article
  211. # [05:51] * Joins: tantek (~tantek@172.56.16.185)
  212. # [05:54] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  213. # [05:56] * Quits: ashemedai (asmodai@freebsd/developer/asmodai) (Ping timeout: 245 seconds)
  214. # [05:57] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
  215. # [05:59] * DaveMethvin is now known as DaveMethvin|away
  216. # [06:00] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  217. # [06:03] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  218. # [06:05] * Joins: marcosc_ (~marcosc@bl10-104-157.dsl.telepac.pt)
  219. # [06:05] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Read error: Connection reset by peer)
  220. # [06:05] * Joins: ashemedai (asmodai@h159072.upc-h.chello.nl)
  221. # [06:05] * Quits: othree (~othree@li379-129.members.linode.com) (Ping timeout: 260 seconds)
  222. # [06:05] * Joins: richt (~richt@91.216.105.7)
  223. # [06:06] * Joins: othree (~othree@li379-129.members.linode.com)
  224. # [06:06] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  225. # [06:07] * Quits: tantek (~tantek@172.56.16.185) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
  226. # [06:09] * Quits: marcosc_ (~marcosc@bl10-104-157.dsl.telepac.pt) (Ping timeout: 245 seconds)
  227. # [06:11] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  228. # [06:12] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
  229. # [06:14] * Joins: SteveF (~chatzilla@148.122.56.254)
  230. # [06:15] * Quits: webben (~benjamin@198.61.227.102) (Ping timeout: 272 seconds)
  231. # [06:17] * Joins: webben (~benjamin@198.61.227.102)
  232. # [06:24] * Joins: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net)
  233. # [06:25] * Quits: mven_ (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
  234. # [06:28] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  235. # [06:29] * Joins: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net)
  236. # [06:30] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
  237. # [06:33] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 265 seconds)
  238. # [06:39] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  239. # [06:39] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
  240. # [06:40] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  241. # [06:43] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 260 seconds)
  242. # [06:48] * Quits: rniwa (~rniwa@17.212.154.114) (Quit: rniwa)
  243. # [06:57] * Joins: a-ja (~Instantbi@70.230.155.132)
  244. # [07:00] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  245. # [07:00] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  246. # [07:04] * Quits: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net) (Remote host closed the connection)
  247. # [07:04] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Ping timeout: 260 seconds)
  248. # [07:04] * Joins: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net)
  249. # [07:05] * Quits: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
  250. # [07:05] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 260 seconds)
  251. # [07:09] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Quit: Leaving.)
  252. # [07:09] * Quits: SteveF (~chatzilla@148.122.56.254) (Ping timeout: 260 seconds)
  253. # [07:15] * Joins: SteveF (~chatzilla@148.122.56.254)
  254. # [07:21] * Quits: SteveF (~chatzilla@148.122.56.254) (Ping timeout: 260 seconds)
  255. # [07:21] * Joins: Jedi_ (~Jedi@jedi.org)
  256. # [07:22] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  257. # [07:23] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
  258. # [07:27] * heycam|away is now known as heycam
  259. # [07:27] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  260. # [07:27] * Quits: plutoniix (~plutoniix@node-1cjt.pool-101-108.dynamic.totbb.net) (Ping timeout: 272 seconds)
  261. # [07:33] * Quits: richt (~richt@91.216.105.7) (Remote host closed the connection)
  262. # [07:34] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  263. # [07:34] * Joins: richt (~richt@180.94.118.5)
  264. # [07:36] * Joins: plutoniix (~plutoniix@node-r7z.pool-180-180.dynamic.totbb.net)
  265. # [07:37] * Quits: frustrum (~frustrum@128.54.214.195) (Ping timeout: 272 seconds)
  266. # [07:38] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 240 seconds)
  267. # [07:39] * Quits: richt (~richt@180.94.118.5) (Ping timeout: 272 seconds)
  268. # [07:42] * Joins: richt (~richt@91.216.105.27)
  269. # [07:46] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  270. # [07:49] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
  271. # [07:50] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
  272. # [07:50] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  273. # [07:54] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  274. # [07:55] * Joins: marcosc_ (~marcosc@bl10-104-157.dsl.telepac.pt)
  275. # [07:55] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Read error: Connection reset by peer)
  276. # [07:57] * Joins: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net)
  277. # [08:00] * Quits: marcosc_ (~marcosc@bl10-104-157.dsl.telepac.pt) (Ping timeout: 272 seconds)
  278. # [08:02] * Quits: weinig (~weinig@24.130.60.35) (Quit: weinig)
  279. # [08:06] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  280. # [08:10] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  281. # [08:13] * Joins: birtles (~chatzilla@89.202.203.52)
  282. # [08:15] * Joins: Ms2ger (~Ms2ger@vpna033.ugent.be)
  283. # [08:18] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  284. # [08:18] * Joins: jonatha__ (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net)
  285. # [08:18] * Quits: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
  286. # [08:18] <MikeSmith> zewt: where that come from ?
  287. # [08:23] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 260 seconds)
  288. # [08:39] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  289. # [08:41] * Joins: Martin1982 (~Martin198@cable-175-208.zeelandnet.nl)
  290. # [08:43] * Joins: Smylers (~smylers@host86-147-26-73.range86-147.btcentralplus.com)
  291. # [08:44] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 240 seconds)
  292. # [08:49] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  293. # [08:51] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  294. # [08:54] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Ping timeout: 240 seconds)
  295. # [08:56] <MikeSmith> Hixie_: good trolling with your sockpuppet <social> proposal
  296. # [08:56] <MikeSmith> well played
  297. # [08:57] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  298. # [09:02] * Joins: foolip (~philip@83.218.67.122)
  299. # [09:03] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  300. # [09:08] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 265 seconds)
  301. # [09:09] * Joins: ricea (~ricea@2401:fa00:4:1000:b6b5:2fff:feca:47f8)
  302. # [09:10] * Joins: cheron (~cheron@unaffiliated/cheron)
  303. # [09:18] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
  304. # [09:20] * Quits: Ms2ger (~Ms2ger@vpna033.ugent.be) (Ping timeout: 245 seconds)
  305. # [09:23] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  306. # [09:25] * Joins: WesleyMcClane (~quassel@host160-95-dynamic.59-82-r.retail.telecomitalia.it)
  307. # [09:26] * Joins: rego (~rego@231.193.27.77.dynamic.mundo-r.com)
  308. # [09:28] * Quits: WesleyMcClane_ (~quassel@host240-87-dynamic.59-82-r.retail.telecomitalia.it) (Ping timeout: 240 seconds)
  309. # [09:28] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 260 seconds)
  310. # [09:32] * Joins: Ms2ger (~Ms2ger@vpnk017.ugent.be)
  311. # [09:36] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  312. # [09:37] * Quits: richt (~richt@91.216.105.27) (Remote host closed the connection)
  313. # [09:39] * Parts: a-ja (~Instantbi@70.230.155.132)
  314. # [09:40] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  315. # [09:43] * Joins: shepazu (~shepazu@173-13-170-161-sfba.hfc.comcastbusiness.net)
  316. # [09:44] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  317. # [09:45] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
  318. # [09:45] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Read error: Connection reset by peer)
  319. # [09:45] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  320. # [09:48] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  321. # [09:48] * Quits: birtles (~chatzilla@89.202.203.52) (Read error: Connection reset by peer)
  322. # [09:48] * Quits: Ms2ger (~Ms2ger@vpnk017.ugent.be) (Quit: bbl)
  323. # [09:48] * Joins: birtles (~chatzilla@64.213.97.195)
  324. # [09:50] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Ping timeout: 265 seconds)
  325. # [09:52] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 265 seconds)
  326. # [10:00] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  327. # [10:04] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  328. # [10:06] * Quits: bzed (~bzed@devel.recluse.de) (Remote host closed the connection)
  329. # [10:06] * Joins: bzed (~bzed@devel.recluse.de)
  330. # [10:07] * Quits: jdaggett (~jdaggett@m6645-0145234085.pck.nerim.net) (Quit: jdaggett)
  331. # [10:10] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
  332. # [10:12] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  333. # [10:12] <zcorpan> <!-- could be valid JS if it wasn't for being a line comment. http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2582
  334. # [10:13] <zcorpan> Hixie_: </script> also http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2583
  335. # [10:17] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  336. # [10:21] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
  337. # [10:22] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  338. # [10:27] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  339. # [10:34] * Joins: Ms2ger (~Ms2ger@vpnb046.ugent.be)
  340. # [10:36] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  341. # [10:38] <zcorpan> can we make the name getter on HTMLCollection throw or return null for out-of-document trees?
  342. # [10:39] <zcorpan> or on elements
  343. # [10:40] * Quits: webben (~benjamin@198.61.227.102) (Ping timeout: 272 seconds)
  344. # [10:44] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  345. # [10:45] <Ms2ger> Mm
  346. # [10:49] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 265 seconds)
  347. # [10:53] * Joins: jdaggett (~jdaggett@89.202.203.52)
  348. # [10:56] * Quits: jdaggett (~jdaggett@89.202.203.52) (Client Quit)
  349. # [10:56] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  350. # [10:56] * Joins: Lachy (~Lachy@213.166.174.2)
  351. # [10:56] <zcorpan> maybe throw and null are both bad options; being undefined/not present probably
  352. # [11:00] * Quits: Areks (~Areks@rs.gridnine.com) (Read error: Connection reset by peer)
  353. # [11:00] * Joins: Areks (~Areks@rs.gridnine.com)
  354. # [11:00] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  355. # [11:01] * Joins: jwalden (~waldo@207.218.72.65)
  356. # [11:02] * Joins: jdaggett (~jdaggett@89.202.203.52)
  357. # [11:08] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  358. # [11:12] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  359. # [11:18] * Quits: dshwang (~dshwang@192.55.55.37) (Remote host closed the connection)
  360. # [11:20] * Joins: dshwang (~dshwang@134.134.137.71)
  361. # [11:21] * Joins: annevk (~annevk@207.218.72.65)
  362. # [11:30] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  363. # [11:30] <Ms2ger> Lachy, congratulations, btw
  364. # [11:30] <Lachy> thanks :-)
  365. # [11:30] * Joins: jpn (~jpn@pickles.tp.telepac.pt)
  366. # [11:32] <annevk> "None of this is an excuse for the W3C selling its soul, of course."
  367. # [11:32] <Ms2ger> It had one?
  368. # [11:34] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  369. # [11:38] <karlcow> MS2ger: Exactly.
  370. # [11:39] <annevk> zcorpan: I'm not sure why we want to change the named getter algorithm to forbid certain scenarios. Could you elaborate?
  371. # [11:39] <karlcow> no organization has a soul. It frightens mean each time, people try to do anthropomorphism with social entities outside of a poetic license
  372. # [11:40] <annevk> You need a poetic license these days to write nice things?
  373. # [11:40] <annevk> Seems pretty clear what Brendan meant.
  374. # [11:41] <karlcow> annevk: and I disagree.
  375. # [11:42] <karlcow> It's a rhetorical way for polarizing the debate, which doesn't help.
  376. # [11:43] <karlcow> it's like saying Opera, Mozilla, Microsoft have a soul. Same. Exact same. They have interests, a set of described values (sometimes).
  377. # [11:46] * Joins: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net)
  378. # [11:49] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  379. # [11:51] <foolip> annevk, where was that quote from?
  380. # [11:52] <foolip> Lachy, congratulations! (what am I congratulating you about?)
  381. # [11:52] <annevk> foolip: mozilla.dev.planning
  382. # [11:53] <Lachy> foolip, https://twitter.com/Lachy/status/390431332766982144
  383. # [11:53] <foolip> Lachy, congratulations indeed!
  384. # [11:53] <Lachy> I was on holiday in the Maldives last week
  385. # [11:55] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 260 seconds)
  386. # [11:55] <jgraham> Lachy: You should have waited 24 days
  387. # [11:56] * Quits: Smylers (~smylers@host86-147-26-73.range86-147.btcentralplus.com) (Quit: Leaving.)
  388. # [11:58] <jgraham> karlcow: I don't think people have souls either, but it doesn't mean that I can't understand what is meant when they are mentioned
  389. # [11:59] <Lachy> jgraham, we're having the engagement party on the 9 November. That is day 1024.
  390. # [12:00] <karlcow> jgraham: ;) I think I agree with the first part. I still disagree with the second. What $ORG is doing is part of its constituencies, it evolves with what the constituency is made of. :)
  391. # [12:00] * Quits: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net) (Read error: Operation timed out)
  392. # [12:01] <annevk> Nah, it also depends on leadership. The patent policy happened over the dead body of some members.
  393. # [12:01] <annevk> The whole "W3C is not responsible for anything" spiel is a half-truth.
  394. # [12:01] <Ms2ger> It's not responsible for anything good? ;)
  395. # [12:02] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  396. # [12:02] * Joins: webben (~benjamin@198.61.227.102)
  397. # [12:04] * ashemedai is now known as asmodai
  398. # [12:04] * Quits: asmodai (asmodai@h159072.upc-h.chello.nl) (Changing host)
  399. # [12:04] * Joins: asmodai (asmodai@freebsd/developer/asmodai)
  400. # [12:04] <jgraham> karlcow: Even if you believe that (which I think I don't), W3C is still free to choose its constituents
  401. # [12:05] <karlcow> annevk: agreed about leadership.
  402. # [12:06] <karlcow> I never said W3C was not responsible either.
  403. # [12:06] <karlcow> Mozilla, Microsoft, and Google are responsible for their actions too.
  404. # [12:06] <karlcow> :)
  405. # [12:06] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  406. # [12:07] <karlcow> but we may have a different idea of what you put in "W3C" when we say the letters.
  407. # [12:08] * Joins: adactio (~adactio@212.42.170.181)
  408. # [12:09] <jgraham> Anyone know anything about London JS Conf?
  409. # [12:11] <jgraham> Like, is it something that has happened before? How big is it?
  410. # [12:11] * Joins: barnabywalters (~barnabywa@46-239-239-203.tal.is)
  411. # [12:14] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  412. # [12:18] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  413. # [12:24] * Quits: SonicX (~quassel@ip98-180-43-211.ga.at.cox.net) (Read error: Connection reset by peer)
  414. # [12:25] * Quits: jdaggett (~jdaggett@89.202.203.52) (Quit: jdaggett)
  415. # [12:26] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  416. # [12:31] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  417. # [12:31] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
  418. # [12:35] <annevk> MikeSmith: https://groups.google.com/a/chromium.org/d/msg/blink-dev/yujPcy889e4/0GN9eNO4koAJ
  419. # [12:35] <annevk> (Rant by Kornel about AWebP. It's nice.)
  420. # [12:38] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  421. # [12:39] * heycam is now known as heycam|away
  422. # [12:42] <MikeSmith> annevk: thanks
  423. # [12:42] * Parts: adactio (~adactio@212.42.170.181)
  424. # [12:42] <MikeSmith> yeah, classic kornel
  425. # [12:43] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  426. # [12:45] * Quits: Ms2ger (~Ms2ger@vpnb046.ugent.be) (Quit: bbl)
  427. # [12:46] <karlcow> oh and agreed with Henri on this one http://lists.w3.org/Archives/Public/www-tag/2013Oct/0052.html
  428. # [12:48] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  429. # [12:53] * Quits: jonatha__ (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net) (Remote host closed the connection)
  430. # [12:54] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  431. # [12:54] * Joins: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net)
  432. # [12:58] * Quits: Lachy (~Lachy@213.166.174.2) (Ping timeout: 245 seconds)
  433. # [12:59] * Quits: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net) (Ping timeout: 272 seconds)
  434. # [13:00] * heycam|away is now known as heycam
  435. # [13:01] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  436. # [13:01] * Joins: josemanuel (~josemanue@180.Red-81-37-175.dynamicIP.rima-tde.net)
  437. # [13:04] <MikeSmith> karlcow: I think one thing we can all agree on is that http://twoproblems.com/ is good for the Web
  438. # [13:05] <MikeSmith> and that porneL should be made Minister of Education
  439. # [13:05] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 240 seconds)
  440. # [13:05] <annevk> 'Some people, when confronted with a problem, think "I know, I'll check teh interwebs for teh codez" Now they have two videos of cats.'
  441. # [13:05] <annevk> All the time...
  442. # [13:09] * Joins: jdaggett (~jdaggett@89.202.203.52)
  443. # [13:10] * Joins: Lachy (~Lachy@213.166.174.2)
  444. # [13:10] * Joins: darobin (~darobin@78.109.80.74)
  445. # [13:13] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  446. # [13:17] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  447. # [13:18] * Quits: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
  448. # [13:18] * Joins: scor (~scor@drupal.org/user/52142/view)
  449. # [13:19] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Remote host closed the connection)
  450. # [13:19] * Quits: jdaggett (~jdaggett@89.202.203.52) (Ping timeout: 272 seconds)
  451. # [13:19] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  452. # [13:20] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Remote host closed the connection)
  453. # [13:20] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  454. # [13:21] * Joins: ^esc (~esc-ape@178.115.133.85.wireless.dyn.drei.com)
  455. # [13:24] * Quits: scor (~scor@drupal.org/user/52142/view) (Ping timeout: 265 seconds)
  456. # [13:25] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Ping timeout: 260 seconds)
  457. # [13:25] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  458. # [13:29] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 240 seconds)
  459. # [13:32] * Joins: felipeduardo (~felipedua@189.115.44.34)
  460. # [13:37] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  461. # [13:42] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  462. # [13:43] <zcorpan> Lachy: congrats! what happens on day 1,000,000?
  463. # [13:48] <zcorpan> annevk: i thought the objection to Element.getElementsByTagName was that HTMLCollection has a named getter and it has bad perf in such cases.
  464. # [13:49] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  465. # [13:49] * Quits: dshwang (~dshwang@134.134.137.71) (Remote host closed the connection)
  466. # [13:54] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  467. # [14:02] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  468. # [14:02] * Quits: josemanuel (~josemanue@180.Red-81-37-175.dynamicIP.rima-tde.net) (Quit: Saliendo)
  469. # [14:06] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  470. # [14:14] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  471. # [14:15] * Joins: marcosc_ (~marcosc@bl10-104-157.dsl.telepac.pt)
  472. # [14:15] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Read error: Connection reset by peer)
  473. # [14:20] * Quits: marcosc_ (~marcosc@bl10-104-157.dsl.telepac.pt) (Ping timeout: 272 seconds)
  474. # [14:22] * Joins: scor (scor@drupal.org/user/52142/view)
  475. # [14:22] <annevk> zcorpan: the objection is that HTMLCollection is a terrible API
  476. # [14:22] <zcorpan> ok
  477. # [14:22] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  478. # [14:24] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  479. # [14:28] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  480. # [14:29] * Quits: scor (scor@drupal.org/user/52142/view) (Ping timeout: 265 seconds)
  481. # [14:32] * Joins: scor (scor@nat/acquia/x-wrrbqmapgegeiwdc)
  482. # [14:32] * Quits: scor (scor@nat/acquia/x-wrrbqmapgegeiwdc) (Changing host)
  483. # [14:32] * Joins: scor (scor@drupal.org/user/52142/view)
  484. # [14:42] * DaveMethvin|away is now known as DaveMethvin
  485. # [14:42] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  486. # [14:46] * Joins: dbaron (~dbaron@89.202.203.51)
  487. # [14:47] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 260 seconds)
  488. # [14:53] * Quits: parshap (~parshap@ip70-181-88-181.oc.oc.cox.net) (Ping timeout: 245 seconds)
  489. # [14:55] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  490. # [14:57] * Joins: idbentley (~idbentley@204.91.28.98)
  491. # [14:59] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  492. # [15:04] * Joins: umgrosscol (~umgrossco@grosscol.umdl.umich.edu)
  493. # [15:07] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  494. # [15:09] * Quits: jpn (~jpn@pickles.tp.telepac.pt) (Quit: jpn)
  495. # [15:12] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  496. # [15:19] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  497. # [15:22] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Remote host closed the connection)
  498. # [15:24] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  499. # [15:30] * Quits: WebJonas (~Jonas@166.201.202.84.customer.cdi.no) (Ping timeout: 272 seconds)
  500. # [15:37] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 272 seconds)
  501. # [15:39] * Joins: jreading (Adium@nat/novell/x-bbjblomhyecaqdfl)
  502. # [15:40] * Quits: ratfuk (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Remote host closed the connection)
  503. # [15:40] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  504. # [15:40] * Joins: ratfuk (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
  505. # [15:45] * Quits: ratfuk (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Ping timeout: 245 seconds)
  506. # [15:45] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  507. # [15:49] * Joins: zcorpan (~zcorpan@94.234.170.43)
  508. # [15:51] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  509. # [15:52] * Quits: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net) (Ping timeout: 240 seconds)
  510. # [15:52] * Joins: jpn (~jpn@pickles.tp.telepac.pt)
  511. # [15:56] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 265 seconds)
  512. # [15:57] * Quits: zcorpan (~zcorpan@94.234.170.43) (Remote host closed the connection)
  513. # [15:57] * Joins: Ms2ger (~Ms2ger@vpnk067.ugent.be)
  514. # [15:58] * Joins: frustrum (~frustrum@128.54.214.195)
  515. # [16:01] * Joins: zcorpan (~zcorpan@94.234.170.43)
  516. # [16:02] * Quits: Ms2ger (~Ms2ger@vpnk067.ugent.be) (Ping timeout: 240 seconds)
  517. # [16:03] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  518. # [16:07] * Quits: ryuone (~ryuone@133.242.16.101) (Quit: Tiarra 0.1: SIGTERM received; exit)
  519. # [16:07] * Joins: TallTed (~Thud@63.119.36.36)
  520. # [16:07] * Quits: zcorpan (~zcorpan@94.234.170.43) (Remote host closed the connection)
  521. # [16:07] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 240 seconds)
  522. # [16:09] * Joins: ryuone (~ryuone@133.242.16.101)
  523. # [16:14] * Joins: Ms2ger (~Ms2ger@vpnp183.ugent.be)
  524. # [16:14] * Quits: Ms2ger (~Ms2ger@vpnp183.ugent.be) (Remote host closed the connection)
  525. # [16:14] * Joins: decotii (~decotii@hq.croscon.com)
  526. # [16:15] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  527. # [16:18] * Joins: ratfuk (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com)
  528. # [16:20] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 272 seconds)
  529. # [16:20] * Joins: zcorpan (~zcorpan@94.234.170.43)
  530. # [16:22] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
  531. # [16:26] * heycam is now known as heycam|away
  532. # [16:27] * Joins: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net)
  533. # [16:27] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  534. # [16:30] <SimonSapin> jgraham: to test selectors, do you think it makes more sense to have reftest with a green square, or something JS-based?
  535. # [16:30] * Quits: ratfuk (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com) (Remote host closed the connection)
  536. # [16:30] <jgraham> SimonSapin: js-based I would have thought
  537. # [16:30] * Joins: ratfuk (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com)
  538. # [16:31] <jgraham> It should be much faster to run, since you can test lots of things on a single page
  539. # [16:31] <jgraham> (it does mean that it depends on js ofc, but even Servo is getting to the point where that's acceptable :)
  540. # [16:32] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 240 seconds)
  541. # [16:32] <darobin> oh please js-based
  542. # [16:32] <darobin> green squares must die, if at all possible
  543. # [16:32] <jgraham> Poor green squares :(
  544. # [16:33] <jgraham> If you are testing rendering, green squares are good
  545. # [16:33] <jgraham> But if you are just testing selector matching, that doesn't really depend on rendering
  546. # [16:34] <darobin> yeah yeah I know
  547. # [16:34] * Joins: Ms2ger (~Ms2ger@vpna200.ugent.be)
  548. # [16:35] * Quits: ratfuk (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com) (Ping timeout: 265 seconds)
  549. # [16:39] * Joins: ratfuk (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com)
  550. # [16:39] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  551. # [16:44] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 265 seconds)
  552. # [16:45] * Quits: decotii (~decotii@hq.croscon.com) (Quit: Leaving)
  553. # [16:45] * Joins: ehsan (~ehsan@66.207.208.102)
  554. # [16:48] * Joins: decotii (~decotii@hq.croscon.com)
  555. # [16:51] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  556. # [16:54] * Quits: foolip (~philip@83.218.67.122) (Quit: Ex-Chat)
  557. # [16:55] * Quits: zcorpan (~zcorpan@94.234.170.43) (Remote host closed the connection)
  558. # [16:56] * Quits: tyoshino (~username@245.40.102.121.dy.bbexcite.jp) (Ping timeout: 245 seconds)
  559. # [16:56] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  560. # [16:57] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 272 seconds)
  561. # [17:05] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
  562. # [17:10] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
  563. # [17:11] * Joins: saba (~foo@unaffiliated/saba)
  564. # [17:12] * Quits: plutoniix (~plutoniix@node-r7z.pool-180-180.dynamic.totbb.net) (Ping timeout: 245 seconds)
  565. # [17:16] <SimonSapin> js-based means cssselect is out :/
  566. # [17:16] * Joins: zcorpan (~zcorpan@94.234.170.43)
  567. # [17:16] <SimonSapin> (and by extension WeasyPrint)
  568. # [17:16] * Joins: jernoble|laptop (~jernoble@76.74.153.41)
  569. # [17:17] <jgraham> But it does mean everyone else gets a factor of 100 in runtime or something
  570. # [17:17] <SimonSapin> or it could be a JS harness that uses text/json/whatever static data
  571. # [17:17] <jgraham> Sure
  572. # [17:18] <jgraham> querySelector[All] already has tests, if that helps
  573. # [17:18] <darobin> in fact that's even a very good idea, since if needed you could just generate a lot of green squares from it
  574. # [17:18] * Quits: Martin1982 (~Martin198@cable-175-208.zeelandnet.nl) (Quit: Gone snoring)
  575. # [17:19] <SimonSapin> jgraham: https://github.com/w3c/web-platform-tests/tree/master/selectors-api ? Interesting
  576. # [17:19] * Ms2ger needs to poke Servo some more
  577. # [17:21] <SimonSapin> jgraham: are these based on testharness.js?
  578. # [17:22] * Ms2ger clicks on one
  579. # [17:22] <Ms2ger> Yes
  580. # [17:23] <zcorpan> jgraham: what does ^M mean in https://critic.hoppipolla.co.uk/showfile?sha1=4536ea21c7f33904626e6e72a06c2a59dc499f51&path=cors/resources/cors-headers.asis&review=368 ?
  581. # [17:23] <jgraham> See also: self.assertEquals("Some Status", resp.msg) self.assertEquals("test-value", resp.info()["test-header"])
  582. # [17:23] <jgraham> Sigh
  583. # [17:23] <jgraham> See also: http://w3c-test.org/web-platform-tests/master/selectors-api/level1-baseline.html
  584. # [17:24] <jgraham> SimonSapin: ^
  585. # [17:24] <jgraham> zcorpan: It's a CR, I hope]
  586. # [17:25] <zcorpan> ah, that makes sense. first line should have that also, right?
  587. # [17:26] <jgraham> Yeah, good point
  588. # [17:26] * zcorpan adds an issue
  589. # [17:29] <jgraham> Probably also need to ensure that the repo is configured not to touch line endings
  590. # [17:29] * Joins: plutoniix (~plutoniix@node-65s.pool-125-25.dynamic.totbb.net)
  591. # [17:30] <Ms2ger> jgraham, took me a while to figure out you didn't mean CR :)
  592. # [17:31] <jgraham> I did mean CR :p
  593. # [17:33] * heycam|away is now known as heycam
  594. # [17:34] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
  595. # [17:39] * Quits: zcorpan (~zcorpan@94.234.170.43) (Remote host closed the connection)
  596. # [17:39] * Quits: shepazu (~shepazu@173-13-170-161-sfba.hfc.comcastbusiness.net) (Quit: is sleepy)
  597. # [17:52] * Joins: jsbell (jsbell@nat/google/x-djzxvnxivlqribsf)
  598. # [17:52] * Parts: jsbell (jsbell@nat/google/x-djzxvnxivlqribsf)
  599. # [17:58] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  600. # [17:59] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  601. # [18:00] * Joins: zcorpan (~zcorpan@94.234.170.43)
  602. # [18:01] * Quits: dbaron (~dbaron@89.202.203.51) (Ping timeout: 245 seconds)
  603. # [18:01] * Joins: jdaggett (~jdaggett@89.202.203.51)
  604. # [18:02] * Quits: Ms2ger (~Ms2ger@vpna200.ugent.be) (Quit: bbl)
  605. # [18:02] * Joins: dbaron (~dbaron@89.202.203.51)
  606. # [18:02] <jgraham> Oh joy. longdesc tests. I wonder what happens if I reject them all on the basis that they're not in the spec.
  607. # [18:03] <jgraham> Oh, I guess they don't claim to be
  608. # [18:04] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Quit: Leaving.)
  609. # [18:07] * Joins: sgalineau (~sylvaing@192.150.10.207)
  610. # [18:08] <zcorpan> © chaals
  611. # [18:09] <gsnedders> jgraham: Approve them, on grounds that you can then mark them at risk due to implementation lack.
  612. # [18:13] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
  613. # [18:14] * Joins: eminor (~eminor@p548CFB2F.dip0.t-ipconnect.de)
  614. # [18:14] * Joins: cabanier (~cabanier@192.150.22.55)
  615. # [18:17] * Joins: shepazu (~shepazu@199.115.243.183)
  616. # [18:20] * Quits: darobin (~darobin@78.109.80.74) (Remote host closed the connection)
  617. # [18:20] * Joins: Maurice (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
  618. # [18:21] * Joins: dshwang (~dshwang@192.55.55.37)
  619. # [18:23] * Quits: jernoble|laptop (~jernoble@76.74.153.41) (Quit: Computer has gone to sleep.)
  620. # [18:25] * Quits: scor (scor@drupal.org/user/52142/view) (Read error: Connection reset by peer)
  621. # [18:26] * Joins: scor (~scor@drupal.org/user/52142/view)
  622. # [18:26] * Quits: zcorpan (~zcorpan@94.234.170.43) (Ping timeout: 245 seconds)
  623. # [18:27] * Quits: shepazu (~shepazu@199.115.243.183) (Quit: is sleepy)
  624. # [18:28] <annevk> Pretty sure I commented on <iframe>'s weird loading model before. An error event for 4xx would never fly...
  625. # [18:29] <jgraham> Hmm, I wonder if the © is actually a problem
  626. # [18:30] <annevk> However, I don't think we have ever defined that "http://test:test/" and "http://test.invalid/" should give different results for <iframe>...
  627. # [18:30] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
  628. # [18:34] * Joins: rubatdub (~khalil@213.188.180.185)
  629. # [18:41] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
  630. # [18:43] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
  631. # [18:49] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
  632. # [18:50] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk)
  633. # [18:55] * Quits: jreading (Adium@nat/novell/x-bbjblomhyecaqdfl) (Quit: Leaving.)
  634. # [18:58] * Joins: jreading (Adium@nat/novell/x-hjdudbtocldxrokx)
  635. # [18:58] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
  636. # [19:03] * Quits: birtles (~chatzilla@64.213.97.195) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  637. # [19:04] * Quits: jdaggett (~jdaggett@89.202.203.51) (Quit: jdaggett)
  638. # [19:09] * Joins: Ms2ger (~Ms2ger@86.193-242-81.adsl-dyn.isp.belgacom.be)
  639. # [19:12] * heycam is now known as heycam|away
  640. # [19:19] * Joins: newtron (~newtron@108.161.116.88)
  641. # [19:21] * Quits: dbaron (~dbaron@89.202.203.51) (Ping timeout: 252 seconds)
  642. # [19:22] * Joins: weinig (~weinig@17.114.110.76)
  643. # [19:25] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Ping timeout: 248 seconds)
  644. # [19:27] * Quits: annevk (~annevk@207.218.72.65) (Remote host closed the connection)
  645. # [19:30] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
  646. # [19:31] * Joins: Smylers (~smylers@host86-147-26-73.range86-147.btcentralplus.com)
  647. # [19:35] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  648. # [19:36] * Quits: jwalden (~waldo@207.218.72.65) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 24.0/20130916094533])
  649. # [19:38] * Joins: erichynds (~erichynds@64.206.121.41)
  650. # [19:42] * Quits: weinig (~weinig@17.114.110.76) (Quit: weinig)
  651. # [19:43] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  652. # [19:45] * Joins: SteveF_ (~chatzilla@148.122.56.254)
  653. # [19:48] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
  654. # [19:48] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net)
  655. # [19:50] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Quit: Back to real life!)
  656. # [19:53] * Quits: newtron (~newtron@108.161.116.88) (Remote host closed the connection)
  657. # [19:53] * Joins: newtron (~newtron@108.161.116.88)
  658. # [19:54] * Krinkle|detached is now known as Krinkle
  659. # [19:56] * Joins: ap (~ap@2620:149:4:304:f8ff:c41c:b188:c828)
  660. # [19:57] * Joins: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com)
  661. # [19:57] * Joins: weinig (~weinig@17.114.110.76)
  662. # [19:57] <dglazkov> good morning, Whatwg!
  663. # [19:58] * Quits: newtron (~newtron@108.161.116.88) (Ping timeout: 272 seconds)
  664. # [20:04] * Joins: parshap (~parshap@ip70-181-88-181.oc.oc.cox.net)
  665. # [20:06] * Quits: weinig (~weinig@17.114.110.76) (Quit: weinig)
  666. # [20:11] * Joins: weinig (~weinig@17.114.110.76)
  667. # [20:11] * Joins: SonicX (~quassel@n128-227-207-130.xlate.ufl.edu)
  668. # [20:17] * Quits: jpn (~jpn@pickles.tp.telepac.pt) (Quit: jpn)
  669. # [20:18] * Joins: newtron (~newtron@108.161.116.88)
  670. # [20:20] * Quits: newtron (~newtron@108.161.116.88) (Remote host closed the connection)
  671. # [20:20] * Joins: newtron (~newtron@108.161.116.88)
  672. # [20:21] * Joins: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net)
  673. # [20:21] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  674. # [20:25] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk) (Quit: TuRnaD0)
  675. # [20:25] * Joins: othermaciej (~mjs@17.114.111.222)
  676. # [20:25] * Quits: newtron (~newtron@108.161.116.88) (Ping timeout: 272 seconds)
  677. # [20:28] * Quits: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net) (Remote host closed the connection)
  678. # [20:36] * Joins: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net)
  679. # [20:40] * Joins: WebJonas (~Jonas@166.201.202.84.customer.cdi.no)
  680. # [20:42] * Quits: scor (~scor@drupal.org/user/52142/view) (Ping timeout: 256 seconds)
  681. # [20:46] * Joins: scor (scor@drupal.org/user/52142/view)
  682. # [20:50] * Joins: newtron (~newtron@108.161.116.88)
  683. # [20:53] * Quits: weinig (~weinig@17.114.110.76) (Quit: weinig)
  684. # [20:53] * Joins: espadrine (~ttyl@acces1121.res.insa-lyon.fr)
  685. # [20:54] * Quits: alecf (alecf@nat/google/x-elbdzzmzftvryquv) (Quit: alecf)
  686. # [20:59] * Quits: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net) (Remote host closed the connection)
  687. # [20:59] * Joins: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net)
  688. # [21:01] * Joins: alecf (alecf@nat/google/x-wpqtperrmqsstquk)
  689. # [21:02] * Quits: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
  690. # [21:02] * Joins: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net)
  691. # [21:15] * Quits: erichynds (~erichynds@64.206.121.41)
  692. # [21:16] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Remote host closed the connection)
  693. # [21:16] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  694. # [21:17] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Remote host closed the connection)
  695. # [21:17] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  696. # [21:19] * Quits: sgalineau (~sylvaing@192.150.10.207) (Read error: Connection reset by peer)
  697. # [21:21] * Joins: weinig (~weinig@17.114.156.153)
  698. # [21:22] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Ping timeout: 268 seconds)
  699. # [21:25] * Quits: newtron (~newtron@108.161.116.88) (Remote host closed the connection)
  700. # [21:25] * Joins: newtron (~newtron@108.161.116.88)
  701. # [21:26] * Quits: BadProphet (~badprophe@208.82.13.50) (Remote host closed the connection)
  702. # [21:26] * Joins: BadProphet (~badprophe@208.82.13.50)
  703. # [21:29] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
  704. # [21:30] * Quits: newtron (~newtron@108.161.116.88) (Ping timeout: 272 seconds)
  705. # [21:32] * Joins: jdaggett (~jdaggett@m6645-0145234122.pck.nerim.net)
  706. # [21:35] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
  707. # [21:36] * Quits: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net) (Remote host closed the connection)
  708. # [21:37] * Joins: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net)
  709. # [21:40] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  710. # [21:41] * Quits: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net) (Ping timeout: 245 seconds)
  711. # [21:43] * Quits: Ms2ger (~Ms2ger@86.193-242-81.adsl-dyn.isp.belgacom.be) (Quit: nn)
  712. # [21:44] * Joins: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net)
  713. # [21:45] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
  714. # [21:46] * Quits: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net) (Remote host closed the connection)
  715. # [21:47] * Joins: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net)
  716. # [21:50] * Quits: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
  717. # [21:57] * Joins: jernoble|laptop (~jernoble@17.114.25.126)
  718. # [22:00] * Quits: rego (~rego@231.193.27.77.dynamic.mundo-r.com) (Read error: Connection reset by peer)
  719. # [22:01] * Quits: jernoble|laptop (~jernoble@17.114.25.126) (Client Quit)
  720. # [22:02] * Joins: ronaldmansveld (~ronaldman@5ED3A951.cm-7-4c.dynamic.ziggo.nl)
  721. # [22:06] * Quits: othermaciej (~mjs@17.114.111.222) (Quit: othermaciej)
  722. # [22:07] * Joins: ebetancourt (~textual@c-66-229-12-65.hsd1.fl.comcast.net)
  723. # [22:08] * Quits: weinig (~weinig@17.114.156.153) (Quit: weinig)
  724. # [22:08] * Joins: othermaciej (~mjs@17.114.111.222)
  725. # [22:09] * Joins: foxtrotwhiskey (~foxtrotwh@192-63-2457.unisys.com)
  726. # [22:11] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Remote host closed the connection)
  727. # [22:11] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  728. # [22:12] * Joins: marcosc_ (~marcosc@bl10-104-157.dsl.telepac.pt)
  729. # [22:12] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Read error: Connection reset by peer)
  730. # [22:15] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 245 seconds)
  731. # [22:15] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  732. # [22:17] * Quits: marcosc_ (~marcosc@bl10-104-157.dsl.telepac.pt) (Ping timeout: 260 seconds)
  733. # [22:17] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  734. # [22:17] * Joins: nimbu (~nimbu@192.150.10.205)
  735. # [22:20] * Quits: ebetancourt (~textual@c-66-229-12-65.hsd1.fl.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  736. # [22:29] * Quits: parshap (~parshap@ip70-181-88-181.oc.oc.cox.net) (Ping timeout: 248 seconds)
  737. # [22:30] <Hixie_> i don't understand the w3c bugzilla
  738. # [22:30] <Hixie_> i do a search, i walk down the bugs in that search one by one, and sometimes, i end up on a bug that isn't in the search
  739. # [22:30] <Hixie_> it's like it gets confused as to which bug list i'm looking at
  740. # [22:35] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
  741. # [22:36] * Joins: weinig (~weinig@17.114.110.76)
  742. # [22:37] * Joins: annevk (~annevk@2.31.25.160)
  743. # [22:39] * Joins: jarek (~jarek@agdp144.neoplus.adsl.tpnet.pl)
  744. # [22:39] * Quits: jarek (~jarek@agdp144.neoplus.adsl.tpnet.pl) (Changing host)
  745. # [22:39] * Joins: jarek (~jarek@unaffiliated/jarek)
  746. # [22:40] * Joins: rniwa (~rniwa@17.245.105.200)
  747. # [22:41] <foxtrotwhiskey> Are you doing multiple searches while paging through one list? I think it only works right on your most recent search.
  748. # [22:43] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  749. # [22:43] <Hixie_> i'm definitely doing multiple searches, but this is happening without intevening searches.
  750. # [22:43] <Hixie_> like, search, search, search, open bug, submit, submit, next, next, submit, woah, what bug is this
  751. # [22:44] * Joins: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt)
  752. # [22:44] * Krinkle is now known as Krinkle|detached
  753. # [22:45] * Krinkle|detached is now known as Krinkle
  754. # [22:46] * Krinkle is now known as Krinkle|detached
  755. # [22:46] * Joins: ebetancourt (~textual@c-66-229-12-65.hsd1.fl.comcast.net)
  756. # [22:48] * Quits: marcosc (~marcosc@bl10-104-157.dsl.telepac.pt) (Remote host closed the connection)
  757. # [22:50] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
  758. # [22:53] * Quits: foxtrotwhiskey (~foxtrotwh@192-63-2457.unisys.com)
  759. # [22:54] * Quits: umgrosscol (~umgrossco@grosscol.umdl.umich.edu) (Quit: Nettalk6 - www.ntalk.de)
  760. # [22:56] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Ping timeout: 264 seconds)
  761. # [22:59] * Joins: sgalineau (~sylvaing@192.150.10.209)
  762. # [23:00] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Ping timeout: 252 seconds)
  763. # [23:01] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net)
  764. # [23:02] * Quits: nimbu (~nimbu@192.150.10.205) (Ping timeout: 252 seconds)
  765. # [23:06] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
  766. # [23:07] * Quits: weinig (~weinig@17.114.110.76) (Quit: weinig)
  767. # [23:08] <Hixie_> annevk: so what's the story on https://www.w3.org/Bugs/Public/show_bug.cgi?id=22296 ? (microtasks)
  768. # [23:08] * Quits: othermaciej (~mjs@17.114.111.222) (Quit: othermaciej)
  769. # [23:11] * Joins: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net)
  770. # [23:12] * Quits: Maurice (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
  771. # [23:13] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
  772. # [23:14] * Parts: nimbu (~nimbu@sjfw1-a.adobe.com)
  773. # [23:15] * Quits: felipeduardo (~felipedua@189.115.44.34) (Remote host closed the connection)
  774. # [23:18] * Joins: WesleyMcClane_ (~quassel@host111-138-dynamic.11-87-r.retail.telecomitalia.it)
  775. # [23:20] * Quits: WesleyMcClane (~quassel@host160-95-dynamic.59-82-r.retail.telecomitalia.it) (Ping timeout: 265 seconds)
  776. # [23:20] * Quits: TallTed (~Thud@63.119.36.36)
  777. # [23:28] * Quits: ebetancourt (~textual@c-66-229-12-65.hsd1.fl.comcast.net) (Remote host closed the connection)
  778. # [23:28] * Joins: ebetancourt (~textual@c-66-229-12-65.hsd1.fl.comcast.net)
  779. # [23:29] * Quits: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net) (Remote host closed the connection)
  780. # [23:29] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
  781. # [23:34] * Joins: erichynds (~erichynds@64.206.121.41)
  782. # [23:37] <annevk> Hixie_: wycats wants a model that he has found works well for systems such as ember.js; Rafael questions whether that model is always better and worth the added complexity
  783. # [23:38] <annevk> Hixie_: note that Rafael would like wycats to be correct, as he's trying to address the same kind of use cases
  784. # [23:38] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
  785. # [23:39] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  786. # [23:42] <jgraham> Hixie_: presumably W3C bugzilla is required to show you a random selection of bugs to better reflect the interests of the Member organisations
  787. # [23:43] * Joins: jernoble|laptop (~jernoble@17.114.219.45)
  788. # [23:45] <Hixie_> annevk: so should i be making changes?
  789. # [23:45] <annevk> Hixie_: so... I recommend pinging rafaelw
  790. # [23:45] <Hixie_> rafaelw: ping
  791. # [23:46] <annevk> Hixie_: it's starting to become somewhat important now promises and Object.observe() are closer to shipping
  792. # [23:46] * Quits: ebetancourt (~textual@c-66-229-12-65.hsd1.fl.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  793. # [23:47] <annevk> Hixie_: so how they queue relative to mutation observer stuff will become observable and we'll have to figure out a story here
  794. # [23:47] * Joins: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net)
  795. # [23:48] <Hixie_> annevk: agreed, i just don't know what i should be speccing
  796. # [23:51] * Quits: WebJonas (~Jonas@166.201.202.84.customer.cdi.no) (Ping timeout: 248 seconds)
  797. # [23:52] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
  798. # Session Close: Thu Oct 24 00:00:00 2013

The end :)