/irc-logs / freenode / #whatwg / 2014-02-14 / end

Options:

  1. # Session Start: Fri Feb 14 00:00:00 2014
  2. # Session Ident: #whatwg
  3. # [00:00] * Quits: totsinaprops (~totsinapr@gateway/tor-sasl/totsinaprops) (Quit: totsinaprops)
  4. # [00:09] <Hixie> so... is there a spec that has a "must" for firing key-related events?
  5. # [00:12] * Quits: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  6. # [00:12] * Joins: Streusel (~Anonymous@unaffiliated/streusel)
  7. # [00:12] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  8. # [00:12] * Joins: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com)
  9. # [00:15] * Krinkle|detached is now known as Krinkle
  10. # [00:16] <jamesr__> is there a spec that has even a "should" for firing key events?
  11. # [00:16] <jamesr__> afaik nobody even tries
  12. # [00:16] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 260 seconds)
  13. # [00:17] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 240 seconds)
  14. # [00:18] * jorendorff is now known as jorendorff_away
  15. # [00:20] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 245 seconds)
  16. # [00:20] <Hixie> yeah, that's what i feared
  17. # [00:20] <Hixie> i'm speccing where the events should go, fwiw
  18. # [00:20] <Hixie> but not which ones they should be!
  19. # [00:23] * Joins: seventh (seventh@185.29.164.175)
  20. # [00:24] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  21. # [00:29] * Joins: say2joe (~say2joe@209-253-225-97.ip.mcleodusa.net)
  22. # [00:30] <TabAtkins> Hixie: Any clue why <dfn>s can't be nested?
  23. # [00:30] <Hixie> what would it mean?
  24. # [00:30] <TabAtkins> ...two <dfn>s?
  25. # [00:30] <TabAtkins> I have an example of it in my spec, and the validator's flagging it. :/
  26. # [00:31] <Hixie> paste the example here?
  27. # [00:31] <Hixie> it's invalid because i had never seen a use case for it and it seemed likely to be an unintentional mistake
  28. # [00:31] <Hixie> but if there's valid use cases, it can be valid
  29. # [00:31] * Quits: say2joe1 (~say2joe@209-253-225-97.ip.mcleodusa.net) (Ping timeout: 272 seconds)
  30. # [00:31] <TabAtkins> http://dev.w3.org/csswg/css-font-loading/#dom-fontface-fontface
  31. # [00:31] <Hixie> (wouldn't it be really confusing to the user?)
  32. # [00:31] * Hixie looks
  33. # [00:32] <TabAtkins> The Constructor function is <dfn>d, but so are the arguments to the function.
  34. # [00:32] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
  35. # [00:32] <Hixie> why are the arguments <dfn>ed? that doesn't give the definition of the arguments
  36. # [00:33] <Hixie> that's very confusing
  37. # [00:33] <Hixie> with the multiple #-links showing up and all
  38. # [00:33] <Hixie> i can't tell what's actually being defined
  39. # [00:33] <Hixie> (as a side note, you have a method called Constructor()?)
  40. # [00:33] <TabAtkins> The arguments don't have an independent definition. That's the best place to put it.
  41. # [00:34] <TabAtkins> No, it's the constructor itself.
  42. # [00:34] <Hixie> i wouldn't bother <dfn>ing the arguments at all
  43. # [00:34] <TabAtkins> those are called Constructor in webidl.
  44. # [00:34] <Hixie> ah ok. s/method/constructor/ then probably
  45. # [00:34] <TabAtkins> That's cool, but Bikeshed's data model includes it, which lets me link directly to those arguments.
  46. # [00:34] <TabAtkins> And distinguish each use from other argumetns of the same name.
  47. # [00:34] <Hixie> (also, the constructor has a name (the interface name), so s/Constructor/whateveritsnameis/)
  48. # [00:35] * Quits: jcgregorio_ (~jcgregori@108-192-129-122.lightspeed.rlghnc.sbcglobal.net) (Ping timeout: 260 seconds)
  49. # [00:35] <TabAtkins> All right, sure.
  50. # [00:35] <Hixie> i guess if i had to do this, i'd put the <dfn> for the constructor around its name, then put the arguments after it, much like i do in the domintro blocks
  51. # [00:36] <Hixie> as in, <code><dfn>MyFoo</dfn>(DOMString <dfn>arg</dfn>)</code>
  52. # [00:36] <TabAtkins> But why?
  53. # [00:36] <Hixie> that would make it clearer what the terms were
  54. # [00:36] * Quits: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca) (Remote host closed the connection)
  55. # [00:36] <TabAtkins> If I don't have separatley-defined arguments, I'd definitely do <dfn>foo()</dfn>
  56. # [00:37] <Hixie> i mean, the constructor isn't called "Constructor(DOMString family)", it's called "Constructor" (or actually, "FontFace")
  57. # [00:37] <TabAtkins> That's a notation convention, not an absolute fact.
  58. # [00:37] <Hixie> (another side note, clicking FontFace in the IDL takes me to a 404)
  59. # [00:37] <TabAtkins> In prose, I usually write them as foo().
  60. # [00:38] <Hixie> i agree
  61. # [00:38] <TabAtkins> Yeah, that 404 is temporary - I just moved some things.
  62. # [00:38] <Hixie> what i tend to do these days is actually not duplicate the arguments there
  63. # [00:38] <Hixie> i just leave them in the IDL and don't bother in the prose
  64. # [00:38] <Hixie> and i refer to them as foo()
  65. # [00:38] <Hixie> (methods and constructors)
  66. # [00:39] <Hixie> mostly i started doing that because it got really hard to write the prose with optional arguments and overloads and so on otherwise
  67. # [00:39] <Hixie> note that the argument names are arbitrary, which would be another reason <dfn> would be inappropriate for them
  68. # [00:39] <Hixie> since you're not really defining that term per se
  69. # [00:40] * Krinkle is now known as Krinkle|detached
  70. # [00:40] * Joins: nessy (~silviapf@101.164.144.53)
  71. # [00:40] <Hixie> i mean, it's a "local" definition, i guess, for the sake of the following prose
  72. # [00:40] <Hixie> but to the reader it's a bit confusing to have a <dfn>-level definition for that, imho
  73. # [00:40] <Hixie> makes them seem more formally defined than they relaly are
  74. # [00:40] <Hixie> really
  75. # [00:41] <TabAtkins> Arguments do have defined names.
  76. # [00:41] <TabAtkins> You can't see that when calling, but that doesnt' change the fact that they're defined.
  77. # [00:42] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
  78. # [00:42] <TabAtkins> One thing that might be confusing you is that your publishing pipeline only has global definitions.
  79. # [00:43] * jonlee_|afk is now known as jonlee_
  80. # [00:43] <TabAtkins> Bikeshed's definition data model has nesting relationships - this is defining the "family" argument for the "FontFace()" method of the "FontFace" interface.
  81. # [00:43] * Joins: Streusel_ (~Anonymous@S01061859334846a2.vc.shawcable.net)
  82. # [00:43] * Quits: fredy (~fredy@2001:648:2ffc:1225:a800:ff:fe12:113e) (Excess Flood)
  83. # [00:44] <Hixie> i'm not confused :-)
  84. # [00:44] <Hixie> argument names to IDL-defined methods and constructors are arbitrary, they're just a spec editing help
  85. # [00:44] <Hixie> you could name them all arg1, arg2, arg3, etc and it wouldn't change anything normatively detectable
  86. # [00:45] <Hixie> s/normatively/black-box/
  87. # [00:45] <TabAtkins> They're 'arbitrary' in the same sense that every term in every spec is arbitrary.
  88. # [00:45] <Hixie> right
  89. # [00:45] <Hixie> as opposed to the method name, which isn't arbitrary, say
  90. # [00:45] <Hixie> anyway that's a side issue
  91. # [00:45] <TabAtkins> Exactly. ^_^
  92. # [00:46] * Quits: Streusel (~Anonymous@unaffiliated/streusel) (Ping timeout: 256 seconds)
  93. # [00:46] <Hixie> as far as <dfn> goes, the point is just that it's confusing to users to have nested <dfn>s. to put it as you might put it: "one thing that might be confusing you is that bikeshed's data model has nesting relationships"
  94. # [00:46] <Hixie> whereas people don't tend to think that way
  95. # [00:46] * Joins: hasather (~hasather@80.91.33.141)
  96. # [00:46] <TabAtkins> ...yes they do.
  97. # [00:46] <TabAtkins> A given "auto" value belongs to a particular property.
  98. # [00:47] <TabAtkins> That's nesting.
  99. # [00:47] * Joins: fredy (~fredy@snf-8914.vm.okeanos.grnet.gr)
  100. # [00:47] <TabAtkins> There are like 30 different definitions (or more) of "auto" in CSS.
  101. # [00:47] <Hixie> it's a hierarchy, sure
  102. # [00:47] <Hixie> "nesting" implies more than hierarchy though
  103. # [00:47] <Hixie> it implies scoping
  104. # [00:47] <TabAtkins> I'm implying hiearchy.
  105. # [00:48] <TabAtkins> ...never mind. Let's not have random semantic debates, because they aren't winnable by either side.
  106. # [00:48] <Hixie> k
  107. # [00:48] <TabAtkins> Back to the question - I provided a valid use of nested definition.
  108. # [00:48] <TabAtkins> nested <dfn>s, rather.
  109. # [00:48] * Joins: hasather_ (~hasather@80.91.33.141)
  110. # [00:48] <Hixie> whether it's valid or not depends entirely on the semantic debate we were having
  111. # [00:48] * Joins: jcgregorio_ (jcgregorio@nat/google/x-pxqtnfhrfxsnolzr)
  112. # [00:49] <Hixie> imho it's not valid, it's obviously confusing to the reader and is semantically wrong in that the term you're defining doesn't include the other term.
  113. # [00:49] <Hixie> and, the other term probably shouldn't be <dfn>-defined anyway because it's arbitrary and local to that algorithm.
  114. # [00:49] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Remote host closed the connection)
  115. # [00:49] <TabAtkins> Only if you're inferring something weird. A <dfn> is just a <dfn>. The fact that, in this case, the inner definitions are nested in the outer definition, mirroring the markup structure, is irrelevant.
  116. # [00:50] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
  117. # [00:50] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Remote host closed the connection)
  118. # [00:50] * Joins: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca)
  119. # [00:50] <TabAtkins> The inner <dfn>s don't change meaning just because there's another <dfn> wrapped around them. The outer <dfn> treats every other inline contained within it neutrally; there doesn't seem to be any reason why it should treat a contained <dfn> differently
  120. # [00:50] * Quits: shi (~decotii@hq.croscon.com) (Quit: Leaving)
  121. # [00:51] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 252 seconds)
  122. # [00:51] <Hixie> i do not disagree with what you are saying, but what you're saying is orthogonal to the problems i described.
  123. # [00:51] <TabAtkins> You're using "arbitrary" as a synonym for "not web-exposed". That's not a useful definition when we're discussing spec definition models.
  124. # [00:51] * Joins: ehsan (~ehsan@66.207.208.102)
  125. # [00:51] <Hixie> no, i mean "arbitrary" as in "the name doesn't matter"
  126. # [00:52] <TabAtkins> Yes, but saying "this definition is arbitrary, thus it shouldn't be <dfn>'d" is wrong.
  127. # [00:52] <TabAtkins> Important terms in specs are <dfn>'d all the time.
  128. # [00:52] * Quits: hasather_ (~hasather@80.91.33.141) (Ping timeout: 252 seconds)
  129. # [00:53] <TabAtkins> If you're just saying that you don't think *method arguments* are sufficiently useful to justify <dfn>ing, that's a cool opinion, but I differ in it.
  130. # [00:53] <TabAtkins> And it's irrelevant here.
  131. # [00:53] <Hixie> i think i could be convinced that <dfn>-defining arguments to algorithms before the algorithm is defensible, but if one did do that, i do not think doing it via nested <dfn> would be a good way to do it.
  132. # [00:54] <TabAtkins> In many cases you wouldn't. In a case like what I'm showing you, you do, because that's the syntactic convention I've adopted for defining methods.
  133. # [00:54] <Hixie> sure. we're debating the relative worthiness of that convention.
  134. # [00:55] <TabAtkins> Well, we're debating whether it's sufficiently incorrect as to be worth making *invalid*.
  135. # [00:56] <Hixie> right, i'm arguing it's confusing to the reader, semantically dubious since the names involved aren't really the ones you're marking up, and doesn't justify making validators no longer flag (likely accidentally) nested <dfn>s
  136. # [00:56] <TabAtkins> Your "confusing to the reader" argument is based on the simplistic styling conventions I'm currently using to provide permalinks to <dfn>s.
  137. # [00:56] <Hixie> seriously, i find that presentation really confusing.
  138. # [00:56] <TabAtkins> A different styling would negate your argument; it's not generally valid.
  139. # [00:57] <Hixie> the whole thing is bold italics, and as i hover over it i get permalinks that and i can't work out what they're for
  140. # [00:57] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
  141. # [00:57] <Hixie> it's not helpful to define the term but not show what the term is
  142. # [00:57] <TabAtkins> That's cool, *but it's an argument against my current simplistic styling, not the markup*.
  143. # [00:57] <Hixie> no, whether it's confusing or not has to be determined in the absence of any styling.
  144. # [00:58] <Hixie> it'd be much clearer if they were sibling elements
  145. # [00:58] <TabAtkins> The "definition" of the family argument is "family is an argument to the FontFace function", which is implicit in the text it's embedded in.
  146. # [00:58] <Hixie> with punctuation between them
  147. # [00:58] * Quits: weinig (~weinig@17.114.218.135) (Quit: weinig)
  148. # [00:58] <TabAtkins> ???
  149. # [00:58] <Hixie> as in, <code><dfn>FontFace</dfn>(DOMString <dfn>family</dfn>, ...)</code> like i suggested earlier
  150. # [00:59] * Quits: othermaciej (~mjs@17.114.216.108) (Quit: othermaciej)
  151. # [00:59] <TabAtkins> You're trying to argue that <dfn>FontFace</dfn>() is, in general, better than <dfn>FontFace()</dfn>?
  152. # [00:59] <Hixie> no, i'm arguing it's better if you also want to <dfn> the arguments.
  153. # [01:00] <Hixie> in the no-argument case i think it's a wash
  154. # [01:00] * Joins: ap_ (~ap@17.114.219.4)
  155. # [01:00] <TabAtkins> So you're arguing that I should change the markup of a function definition based on whether or not I'm defining other things vaguely related to it?
  156. # [01:00] <Hixie> (you could argue it either way, i mean, it's common to think of the method as "foo()", but really it's called "foo")
  157. # [01:00] <TabAtkins> And that it's important enough that it should be considered invalid to not do that?
  158. # [01:00] * Quits: ap (~ap@2620:149:4:304:9103:f301:1cc4:3b9e) (Ping timeout: 272 seconds)
  159. # [01:00] * ap_ is now known as ap
  160. # [01:00] <Hixie> i'd recommend being consistent throughout, personally
  161. # [01:01] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
  162. # [01:01] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Read error: Connection reset by peer)
  163. # [01:01] <Hixie> i do think the confusion resulting from nesting <dfn>s like this is important enough that it should be considered invalid, yes, based on this example at least
  164. # [01:02] * Quits: Streusel_ (~Anonymous@S01061859334846a2.vc.shawcable.net) (Ping timeout: 256 seconds)
  165. # [01:02] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
  166. # [01:02] <Hixie> (gotta go, mtg)
  167. # [01:02] <TabAtkins> Ignoring the permalinks, you wouldn't be confused in the slightest.
  168. # [01:02] <TabAtkins> The permalinks are something I added myself - they are completely unconnected to the example.
  169. # [01:02] <Hixie> (ignoring the permalinks, i'd be completely unaware of the inner <dfn>s, meaning they'd be pointless)
  170. # [01:02] <Hixie> (afk)
  171. # [01:02] <TabAtkins> They're link targets!
  172. # [01:02] <zewt_> hixie plays magic the gathering
  173. # [01:03] * zewt_ is now known as zewt
  174. # [01:03] <TabAtkins> ...and?
  175. # [01:03] <TabAtkins> Ah, mtg
  176. # [01:03] <TabAtkins> Okay.
  177. # [01:05] * Joins: weinig (~weinig@17.114.218.135)
  178. # [01:06] * Quits: wirepair (fbi@random.supermario.org) (Ping timeout: 245 seconds)
  179. # [01:06] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  180. # [01:06] * jonlee_ is now known as jonlee_|afk
  181. # [01:06] * Quits: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net) (Ping timeout: 248 seconds)
  182. # [01:07] * Joins: wirepair (~x@random.supermario.org)
  183. # [01:11] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 252 seconds)
  184. # [01:11] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Remote host closed the connection)
  185. # [01:14] * Joins: othermaciej (~mjs@17.114.216.108)
  186. # [01:14] * Quits: sicking (~sicking@50-193-20-145-static.hfc.comcastbusiness.net) (Quit: sicking)
  187. # [01:14] * jonlee_|afk is now known as jonlee_
  188. # [01:14] <jamesr__> TabAtkins: you're setting a bad example for all the kids reading public-webapps. tsk tsk
  189. # [01:15] <TabAtkins> Urgh, now I have to either add more explicit metadata to the nested argument definitions and type links, or add a dummy <span> around the whole thing solely to move the metadata args to.
  190. # [01:16] * Quits: wirepair (~x@random.supermario.org) (Ping timeout: 252 seconds)
  191. # [01:16] * Joins: wirepair (~x@random.supermario.org)
  192. # [01:17] <zewt> the shitty attempts at moderation are the most common thing that make me consider unsubscribing from that list; they're always much more unpleasant than anything they're in response to
  193. # [01:21] * Quits: wirepair (~x@random.supermario.org) (Ping timeout: 252 seconds)
  194. # [01:22] * Joins: wirepair (fbi@206.223.224.3)
  195. # [01:22] * Quits: jeffreyatw (~jeffreyat@66-194-1-26.STATIC.twtelecom.net) (Ping timeout: 245 seconds)
  196. # [01:23] * Quits: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca) (Remote host closed the connection)
  197. # [01:24] * Quits: nessy (~silviapf@101.164.144.53) (Quit: Leaving.)
  198. # [01:24] * jonlee_ is now known as jonlee_|afk
  199. # [01:25] * Quits: ambv (~ambv@206.108.217.134) (Quit: sys.exit(0) # computer went to sleep)
  200. # [01:27] * Quits: wirepair (fbi@206.223.224.3) (Ping timeout: 260 seconds)
  201. # [01:27] * Joins: wirepair (~x@206.223.224.3)
  202. # [01:29] * Joins: ambv (~ambv@206.108.217.134)
  203. # [01:32] * Joins: sgalineau (~sylvaing@192.150.10.204)
  204. # [01:36] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
  205. # [01:40] * Joins: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca)
  206. # [01:42] * Quits: [[zz]] (~zz]]@node-1952.pool-101-109.dynamic.totbb.net) (Read error: Connection reset by peer)
  207. # [01:43] * Joins: [[zz]] (~zz]]@node-izf.pool-101-108.dynamic.totbb.net)
  208. # [01:47] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
  209. # [01:49] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
  210. # [01:50] * Quits: weinig (~weinig@17.114.218.135) (Ping timeout: 246 seconds)
  211. # [01:53] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  212. # [01:56] * Quits: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  213. # [01:57] * Joins: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com)
  214. # [01:58] * Quits: othermaciej (~mjs@17.114.216.108) (Quit: othermaciej)
  215. # [02:00] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  216. # [02:00] * Joins: othermaciej (~mjs@17.114.216.108)
  217. # [02:05] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 260 seconds)
  218. # [02:07] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
  219. # [02:09] * Quits: 18WAFR5MG (scrollback@conference/jsconf/x-yhqgzljwksiguxcf) (Remote host closed the connection)
  220. # [02:10] * Joins: scrollback (scrollback@conference/jsconf/x-uuunqagducggkbay)
  221. # [02:10] * Quits: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
  222. # [02:12] * Quits: scrollback (scrollback@conference/jsconf/x-uuunqagducggkbay) (Read error: Connection reset by peer)
  223. # [02:12] * Joins: jernoble (~jernoble@76.74.153.41)
  224. # [02:13] * Joins: 92AAAE2HI (scrollback@conference/jsconf/x-dvvizrxtdqpvnrsc)
  225. # [02:13] * Quits: 92AAAE2HI (scrollback@conference/jsconf/x-dvvizrxtdqpvnrsc) (Remote host closed the connection)
  226. # [02:14] * Joins: weinig (~weinig@17.114.218.135)
  227. # [02:15] * Joins: 92AAAE2H4 (scrollback@conference/jsconf/x-oibhwwnuzsigmbht)
  228. # [02:16] * Quits: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca) (Remote host closed the connection)
  229. # [02:17] * Quits: sgalineau (~sylvaing@192.150.10.204) (Quit: Textual IRC Client: www.textualapp.com)
  230. # [02:18] * Quits: 92AAAE2H4 (scrollback@conference/jsconf/x-oibhwwnuzsigmbht) (Remote host closed the connection)
  231. # [02:19] * Joins: 16WAAO8JQ (scrollback@conference/jsconf/x-tmeqjsgxajrboota)
  232. # [02:21] * Quits: 16WAAO8JQ (scrollback@conference/jsconf/x-tmeqjsgxajrboota) (Read error: Connection reset by peer)
  233. # [02:21] * Joins: 92AAAE2KV (scrollback@conference/jsconf/x-tkkwfkbreyillftl)
  234. # [02:25] * Joins: Streusel (~Anonymous@unaffiliated/streusel)
  235. # [02:25] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  236. # [02:28] * Quits: ap (~ap@17.114.219.4) (Read error: Connection reset by peer)
  237. # [02:29] * Joins: ap (~ap@2620:149:4:304:7851:ff38:96d3:4163)
  238. # [02:29] * Quits: llkats (~llkats@206.169.83.230) (Remote host closed the connection)
  239. # [02:30] * Quits: seventh (seventh@185.29.164.175) (Ping timeout: 245 seconds)
  240. # [02:30] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 272 seconds)
  241. # [02:31] * Quits: danielwrobert (~Adium@wsip-68-15-24-46.sd.sd.cox.net) (Quit: Leaving.)
  242. # [02:31] * Quits: 92AAAE2KV (scrollback@conference/jsconf/x-tkkwfkbreyillftl) (Remote host closed the connection)
  243. # [02:32] * Joins: 36DACHZFE (scrollback@conference/jsconf/x-stvgzxzlwiiwytnn)
  244. # [02:34] * Quits: lmclister (~lmclister@sjfw1-b.adobe.com)
  245. # [02:35] * Quits: 36DACHZFE (scrollback@conference/jsconf/x-stvgzxzlwiiwytnn) (Remote host closed the connection)
  246. # [02:35] * Joins: 77CABGL7I (scrollback@conference/jsconf/x-yjuftuxxckicdwqd)
  247. # [02:38] * heycam is now known as heycam|away
  248. # [02:39] * Quits: say2joe (~say2joe@209-253-225-97.ip.mcleodusa.net) (Quit: Leaving.)
  249. # [02:42] * Quits: 77CABGL7I (scrollback@conference/jsconf/x-yjuftuxxckicdwqd) (Remote host closed the connection)
  250. # [02:44] * Joins: 36DACHZLG (scrollback@conference/jsconf/x-eskjkuuzehaojbhp)
  251. # [02:45] * Quits: 36DACHZLG (scrollback@conference/jsconf/x-eskjkuuzehaojbhp) (Remote host closed the connection)
  252. # [02:46] * Joins: 36DACHZMD (scrollback@conference/jsconf/x-gavrsabmzbfaidey)
  253. # [02:46] * Quits: 36DACHZMD (scrollback@conference/jsconf/x-gavrsabmzbfaidey) (Remote host closed the connection)
  254. # [02:47] * Joins: 16WAAO8V0 (scrollback@conference/jsconf/x-ynvecfrpqwhgotmu)
  255. # [02:49] * Joins: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net)
  256. # [02:49] * Quits: 16WAAO8V0 (scrollback@conference/jsconf/x-ynvecfrpqwhgotmu) (Remote host closed the connection)
  257. # [02:49] * Joins: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca)
  258. # [02:49] * Joins: hasather (~hasather@80.91.33.141)
  259. # [02:50] * Joins: 20WAA7Z5Y (scrollback@conference/jsconf/x-warhovwmqqkzzyne)
  260. # [02:53] * Quits: 20WAA7Z5Y (scrollback@conference/jsconf/x-warhovwmqqkzzyne) (Remote host closed the connection)
  261. # [02:54] * Quits: weinig (~weinig@17.114.218.135) (Quit: weinig)
  262. # [02:54] * Quits: hasather (~hasather@80.91.33.141) (Read error: Operation timed out)
  263. # [02:54] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  264. # [02:54] * Joins: 18WAFR9IP (scrollback@conference/jsconf/x-laokyohsefrvwbch)
  265. # [02:56] * Quits: ap (~ap@2620:149:4:304:7851:ff38:96d3:4163) (Quit: ap)
  266. # [02:56] * Quits: 18WAFR9IP (scrollback@conference/jsconf/x-laokyohsefrvwbch) (Remote host closed the connection)
  267. # [02:57] * Quits: beowulf (~sstewart@host109-158-229-141.range109-158.btcentralplus.com) (Quit: Lost terminal)
  268. # [02:57] * Joins: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net)
  269. # [02:58] * Quits: encryptd_fractal (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com) (Remote host closed the connection)
  270. # [02:58] * Joins: weinig (~weinig@17.114.218.135)
  271. # [02:59] * Joins: 77CABGMI9 (scrollback@conference/jsconf/x-clbijmrlqqmutifo)
  272. # [02:59] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 260 seconds)
  273. # [03:01] * Joins: sicking (~sicking@50-193-20-145-static.hfc.comcastbusiness.net)
  274. # [03:02] * Quits: ambv (~ambv@206.108.217.134) (Quit: sys.exit(0) # computer went to sleep)
  275. # [03:11] * Quits: weinig (~weinig@17.114.218.135) (Quit: weinig)
  276. # [03:13] * Quits: jernoble (~jernoble@76.74.153.41) (Quit: Computer has gone to sleep.)
  277. # [03:13] * jernoble_ is now known as jernoble
  278. # [03:13] * Quits: SamB (Sam@207-172-123-137.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com) (Ping timeout: 272 seconds)
  279. # [03:18] * Quits: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com) (Ping timeout: 245 seconds)
  280. # [03:20] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
  281. # [03:20] * Quits: sicking (~sicking@50-193-20-145-static.hfc.comcastbusiness.net) (Quit: sicking)
  282. # [03:21] * Quits: othermaciej (~mjs@17.114.216.108) (Quit: othermaciej)
  283. # [03:22] * Quits: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net)
  284. # [03:24] * Joins: SamB (~SamB@2001:470:1f07:57:3486:f523:9652:9655)
  285. # [03:26] * Quits: 77CABGMI9 (scrollback@conference/jsconf/x-clbijmrlqqmutifo) (Remote host closed the connection)
  286. # [03:26] * Quits: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca) (Remote host closed the connection)
  287. # [03:26] * Joins: 45PAAEB59 (scrollback@conference/jsconf/x-ajnzcmofrghscbrx)
  288. # [03:29] * Quits: newtron (~newtron@206-248-163-123.dsl.teksavvy.com) (Remote host closed the connection)
  289. # [03:29] * Joins: newtron (~newtron@206-248-163-123.dsl.teksavvy.com)
  290. # [03:30] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Remote host closed the connection)
  291. # [03:30] * Joins: sicking (~sicking@50-193-20-145-static.hfc.comcastbusiness.net)
  292. # [03:33] * Quits: newtron (~newtron@206-248-163-123.dsl.teksavvy.com) (Ping timeout: 245 seconds)
  293. # [03:34] * Joins: Goplat (~goplat@reactos/developer/Goplat)
  294. # [03:38] * Quits: smaug____ (~chatzilla@a91-154-42-30.elisa-laajakaista.fi) (Ping timeout: 252 seconds)
  295. # [03:38] * Joins: scor (~scor@c-98-217-11-242.hsd1.ma.comcast.net)
  296. # [03:38] * Quits: scor (~scor@c-98-217-11-242.hsd1.ma.comcast.net) (Changing host)
  297. # [03:38] * Joins: scor (~scor@drupal.org/user/52142/view)
  298. # [03:38] * Quits: 45PAAEB59 (scrollback@conference/jsconf/x-ajnzcmofrghscbrx) (Remote host closed the connection)
  299. # [03:39] * Joins: 18WAFR957 (scrollback@conference/jsconf/x-xkxxqbxbskpddjvd)
  300. # [03:40] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
  301. # [03:40] * Joins: llkats (~llkats@206.169.83.230)
  302. # [03:45] * Quits: llkats (~llkats@206.169.83.230) (Ping timeout: 260 seconds)
  303. # [03:48] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  304. # [03:53] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 245 seconds)
  305. # [03:55] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
  306. # [03:56] * Quits: sicking (~sicking@50-193-20-145-static.hfc.comcastbusiness.net) (Quit: sicking)
  307. # [04:00] * Joins: newtron (~newtron@206-248-163-123.dsl.teksavvy.com)
  308. # [04:01] * Joins: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net)
  309. # [04:01] * Joins: newtron_ (~newtron@206-248-163-123.dsl.teksavvy.com)
  310. # [04:04] * Quits: newtron (~newtron@206-248-163-123.dsl.teksavvy.com) (Ping timeout: 245 seconds)
  311. # [04:06] * Quits: newtron_ (~newtron@206-248-163-123.dsl.teksavvy.com) (Ping timeout: 245 seconds)
  312. # [04:06] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Remote host closed the connection)
  313. # [04:10] * heycam|away is now known as heycam
  314. # [04:12] * Joins: deniak (~denis@35.133.122.109.rev.sfr.net)
  315. # [04:18] * Joins: dbaron (~dbaron@70-36-140-106.dsl.dynamic.sonic.net)
  316. # [04:19] * Quits: 18WAFR957 (scrollback@conference/jsconf/x-xkxxqbxbskpddjvd) (Remote host closed the connection)
  317. # [04:20] * Joins: 36DACH050 (scrollback@conference/jsconf/x-aqphxkvytrjjarep)
  318. # [04:24] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Quit: tantek)
  319. # [04:25] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  320. # [04:30] * Quits: 36DACH050 (scrollback@conference/jsconf/x-aqphxkvytrjjarep) (Remote host closed the connection)
  321. # [04:30] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
  322. # [04:30] * Joins: 20WAA71NW (scrollback@conference/jsconf/x-fikamkrpfhshcdam)
  323. # [04:43] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  324. # [04:43] * Quits: cabanier (sid15093@gateway/web/irccloud.com/x-orkwvyzcspevohwe) (Ping timeout: 265 seconds)
  325. # [04:43] * Joins: filR (~textual@202.171.180.162)
  326. # [04:44] * Joins: cabanier (sid15093@gateway/web/irccloud.com/x-zakgqywgjbbeahdo)
  327. # [04:44] * Quits: kochi1 (~kochi@2401:fa00:4:1000:26be:5ff:fe03:db82) (Ping timeout: 265 seconds)
  328. # [04:45] * Quits: kochi (~kochi@2401:fa00:4:1000:26be:5ff:fe03:db82) (Ping timeout: 265 seconds)
  329. # [04:45] * Joins: kochi (~kochi@2401:fa00:4:1000:26be:5ff:fe03:db82)
  330. # [04:46] * Joins: kochi1 (~kochi@2401:fa00:4:1000:26be:5ff:fe03:db82)
  331. # [04:47] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 260 seconds)
  332. # [04:47] * Joins: hasather (~hasather@80.91.33.141)
  333. # [04:52] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 252 seconds)
  334. # [04:56] * Joins: jeffreyatw (~jeffreyat@199-241-200-45.PUBLIC.monkeybrains.net)
  335. # [04:57] * Quits: jernoble (~jernoble@17.202.46.221) (Ping timeout: 245 seconds)
  336. # [04:59] * Joins: encryptd_fractal (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com)
  337. # [05:00] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
  338. # [05:02] * Joins: newtron (~newtron@206-248-128-25.dsl.teksavvy.com)
  339. # [05:04] * Quits: encryptd_fractal (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com) (Ping timeout: 272 seconds)
  340. # [05:05] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
  341. # [05:06] * Quits: benvie (~bbenvie@corp-nat.p2p.sfo1.mozilla.com) (Ping timeout: 252 seconds)
  342. # [05:07] * Quits: newtron (~newtron@206-248-128-25.dsl.teksavvy.com) (Ping timeout: 245 seconds)
  343. # [05:20] * Joins: benvie (~bbenvie@204.28.118.69)
  344. # [05:20] * Quits: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
  345. # [05:24] * Quits: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Remote host closed the connection)
  346. # [05:24] * Joins: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
  347. # [05:28] * Joins: lmclister (~lmclister@116.sub-70-197-5.myvzw.com)
  348. # [05:29] * Joins: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net)
  349. # [05:30] * Joins: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  350. # [05:33] * Quits: lmclister (~lmclister@116.sub-70-197-5.myvzw.com) (Ping timeout: 246 seconds)
  351. # [05:35] * Joins: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca)
  352. # [05:37] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  353. # [05:41] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 248 seconds)
  354. # [05:48] * Quits: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca) (Remote host closed the connection)
  355. # [05:48] * Quits: Bass10_ (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 272 seconds)
  356. # [05:48] * Joins: hasather (~hasather@80.91.33.141)
  357. # [05:53] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 248 seconds)
  358. # [05:57] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Remote host closed the connection)
  359. # [05:57] * Joins: bootsWitDaFur (~Adium@cpe-172-254-104-101.nyc.res.rr.com)
  360. # [06:00] * Parts: bootsWitDaFur (~Adium@cpe-172-254-104-101.nyc.res.rr.com)
  361. # [06:04] * Joins: jacobolus (~jacobolus@173-228-80-252.dsl.static.sonic.net)
  362. # [06:18] * Quits: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  363. # [06:24] * Joins: jernoble (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net)
  364. # [06:28] * Joins: ap (~ap@c-24-130-62-30.hsd1.ca.comcast.net)
  365. # [06:31] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  366. # [06:35] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 245 seconds)
  367. # [06:36] * Quits: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
  368. # [06:36] * Joins: jernoble_ (~jernoble@17.202.46.221)
  369. # [06:37] * Joins: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net)
  370. # [06:42] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
  371. # [06:42] * Joins: niloy (~niloy@110.224.141.111)
  372. # [06:43] * Quits: benv (~benv@38.104.194.126) (Quit: Computer has gone to sleep.)
  373. # [06:47] * Quits: jeffreyatw (~jeffreyat@199-241-200-45.PUBLIC.monkeybrains.net) (Quit: jeffreyatw)
  374. # [06:52] * Joins: newtron (~newtron@206-248-128-25.dsl.teksavvy.com)
  375. # [06:52] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Remote host closed the connection)
  376. # [06:52] * Krinkle|detached is now known as Krinkle
  377. # [06:53] * Quits: jernoble_ (~jernoble@17.202.46.221) (Quit: Textual IRC Client: www.textualapp.com)
  378. # [06:55] * Quits: jacobolus (~jacobolus@173-228-80-252.dsl.static.sonic.net) (Remote host closed the connection)
  379. # [06:56] * Quits: newtron (~newtron@206-248-128-25.dsl.teksavvy.com) (Ping timeout: 245 seconds)
  380. # [06:58] * Joins: hasather (~hasather@80.91.33.141)
  381. # [06:59] * Joins: hasather_ (~hasather@80.91.33.141)
  382. # [07:00] * Joins: encryptd_fractal (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com)
  383. # [07:00] * Joins: Smylers (~smylers@host86-163-23-70.range86-163.btcentralplus.com)
  384. # [07:00] * Quits: niloy (~niloy@110.224.141.111) (Remote host closed the connection)
  385. # [07:01] * heycam is now known as heycam|away
  386. # [07:02] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 246 seconds)
  387. # [07:02] * Joins: niloy (~niloy@110.224.141.111)
  388. # [07:04] * Quits: filR (~textual@202.171.180.162) (Quit: Textual IRC Client: www.textualapp.com)
  389. # [07:04] * Quits: 64MAADNGT (~mven@ip72-193-85-64.lv.lv.cox.net) (Quit: Leaving...)
  390. # [07:04] * Quits: encryptd_fractal (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com) (Ping timeout: 272 seconds)
  391. # [07:05] * Joins: mven_ (~mven@ip72-193-85-64.lv.lv.cox.net)
  392. # [07:05] * Quits: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
  393. # [07:05] * Quits: hasather_ (~hasather@80.91.33.141) (Ping timeout: 252 seconds)
  394. # [07:08] * Joins: totsinaprops (~totsinapr@gateway/tor-sasl/totsinaprops)
  395. # [07:09] * Joins: jeremyj (~jeremyj@17.202.44.231)
  396. # [07:10] * Joins: sicking (~sicking@50-193-20-145-static.hfc.comcastbusiness.net)
  397. # [07:10] * Quits: jeremyj (~jeremyj@17.202.44.231) (Client Quit)
  398. # [07:10] * Krinkle is now known as Krinkle|detached
  399. # [07:16] * Joins: jeremyj (~jeremyj@17.202.44.231)
  400. # [07:21] * Quits: globbot (~logbot@lump.glob.com.au) (Remote host closed the connection)
  401. # [07:22] * Joins: globbot (~logbot@lump.glob.com.au)
  402. # [07:24] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  403. # [07:24] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
  404. # [07:25] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  405. # [07:30] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 260 seconds)
  406. # [07:33] * Joins: alrra (~alrra@unaffiliated/alrra)
  407. # [07:33] * Joins: nessy (~silviapf@101.164.144.53)
  408. # [07:37] * Quits: fredy (~fredy@snf-8914.vm.okeanos.grnet.gr) (Ping timeout: 260 seconds)
  409. # [07:39] * Quits: jeremyj (~jeremyj@17.202.44.231) (Ping timeout: 260 seconds)
  410. # [07:41] * Joins: fredy (~fredy@2001:648:2ffc:1225:a800:ff:fe12:113e)
  411. # [07:42] * Joins: jernoble_ (~jernoble@17.202.46.221)
  412. # [07:47] * Joins: sedovsek (~robert@lk.84.20.237.54.dc.cable.static.lj-kabel.net)
  413. # [07:51] * Joins: jeremyj (~jeremyj@c-24-4-202-10.hsd1.ca.comcast.net)
  414. # [07:53] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
  415. # [07:53] * Joins: newtron (~newtron@206-248-128-25.dsl.teksavvy.com)
  416. # [07:54] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
  417. # [07:56] * Quits: newtron (~newtron@206-248-128-25.dsl.teksavvy.com) (Ping timeout: 245 seconds)
  418. # [07:57] * Quits: sicking (~sicking@50-193-20-145-static.hfc.comcastbusiness.net) (Quit: sicking)
  419. # [08:00] * Quits: Smylers (~smylers@host86-163-23-70.range86-163.btcentralplus.com) (Ping timeout: 245 seconds)
  420. # [08:04] * Joins: hasather (~hasather@80.91.33.141)
  421. # [08:05] * Quits: sedovsek (~robert@lk.84.20.237.54.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
  422. # [08:09] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 252 seconds)
  423. # [08:10] * Quits: alrra (~alrra@unaffiliated/alrra) (Quit: Leaving)
  424. # [08:11] * Quits: jeremyj (~jeremyj@c-24-4-202-10.hsd1.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
  425. # [08:14] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
  426. # [08:15] * Joins: newtron (~newtron@206-248-128-25.dsl.teksavvy.com)
  427. # [08:17] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
  428. # [08:18] * Joins: taijeen (~taijeen@p4FF84A95.dip0.t-ipconnect.de)
  429. # [08:19] * Quits: newtron (~newtron@206-248-128-25.dsl.teksavvy.com) (Ping timeout: 245 seconds)
  430. # [08:19] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  431. # [08:24] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 272 seconds)
  432. # [08:30] * Quits: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net) (Quit: ZNC - http://znc.in)
  433. # [08:33] * Joins: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net)
  434. # [08:35] * Joins: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca)
  435. # [08:40] * Quits: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca) (Ping timeout: 272 seconds)
  436. # [08:43] * Joins: sedovsek (~robert@89.143.12.238)
  437. # [08:43] * Joins: Ms2ger (~Ms2ger@26.223-64-87.adsl-dyn.isp.belgacom.be)
  438. # [08:43] * Quits: jernoble (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net) (Quit: Computer has gone to sleep.)
  439. # [08:43] * jernoble_ is now known as jernoble
  440. # [08:44] * Joins: markkes (~markkes@62.207.90.201)
  441. # [08:47] * Quits: markkes (~markkes@62.207.90.201) (Client Quit)
  442. # [08:48] * Joins: markkes (~markkes@62.207.90.201)
  443. # [08:49] * Quits: markkes (~markkes@62.207.90.201) (Client Quit)
  444. # [08:50] * Joins: markkes (~markkes@62.207.90.201)
  445. # [09:00] * Joins: encryptd_fractal (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com)
  446. # [09:00] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
  447. # [09:04] * Joins: beowulf (~sstewart@host109-158-229-141.range109-158.btcentralplus.com)
  448. # [09:05] * Quits: encryptd_fractal (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com) (Ping timeout: 260 seconds)
  449. # [09:06] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.cpe.webspeed.dk)
  450. # [09:12] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
  451. # [09:13] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  452. # [09:15] * Joins: newtron (~newtron@206-248-128-25.dsl.teksavvy.com)
  453. # [09:17] * Quits: ap (~ap@c-24-130-62-30.hsd1.ca.comcast.net) (Quit: ap)
  454. # [09:17] * Joins: stevefaulkner_ (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  455. # [09:18] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 245 seconds)
  456. # [09:18] * stevefaulkner_ is now known as stevefaulkner
  457. # [09:20] * Quits: newtron (~newtron@206-248-128-25.dsl.teksavvy.com) (Ping timeout: 245 seconds)
  458. # [09:21] * Quits: dbaron (~dbaron@70-36-140-106.dsl.dynamic.sonic.net) (Ping timeout: 272 seconds)
  459. # [09:22] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  460. # [09:23] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
  461. # [09:27] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Quit: jdaggett)
  462. # [09:28] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  463. # [09:29] * Joins: Smylers (~smylers@176.12.107.140)
  464. # [09:31] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
  465. # [09:32] * Joins: zdobersek (~zan@179.43.133.34)
  466. # [09:33] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Quit: stevefaulkner)
  467. # [09:34] * Quits: globbot (~logbot@lump.glob.com.au) (Ping timeout: 252 seconds)
  468. # [09:35] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  469. # [09:35] * Quits: Smylers (~smylers@176.12.107.140) (Ping timeout: 252 seconds)
  470. # [09:38] * Joins: globbot (~logbot@lump.glob.com.au)
  471. # [09:40] * Joins: sedovsek (~robert@89.143.12.238)
  472. # [09:40] * Quits: sedovsek (~robert@89.143.12.238) (Client Quit)
  473. # [09:41] * Joins: sedovsek (~robert@89.143.12.238)
  474. # [09:42] * Joins: WolfieZero (~WolfieZer@neils-wireless.manor.fubra.net)
  475. # [09:44] * Joins: Smylers (~smylers@81.143.60.194)
  476. # [09:45] * WolfieZero is now known as WolfieZero|Away
  477. # [09:45] * Joins: newtron (~newtron@206-248-128-25.dsl.teksavvy.com)
  478. # [09:45] * Quits: nessy (~silviapf@101.164.144.53) (Quit: Leaving.)
  479. # [09:48] * Joins: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca)
  480. # [09:50] * Joins: iancrowther (~iancrowth@host109-155-20-174.range109-155.btcentralplus.com)
  481. # [09:50] * Quits: newtron (~newtron@206-248-128-25.dsl.teksavvy.com) (Ping timeout: 245 seconds)
  482. # [09:53] * Quits: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca) (Ping timeout: 260 seconds)
  483. # [09:54] * WolfieZero|Away is now known as WolfieZero
  484. # [09:54] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
  485. # [09:57] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
  486. # [09:58] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  487. # [09:59] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  488. # [10:02] * Joins: charl (~charl@2001:610:1908:2000:fd95:7bd0:8f5:14b8)
  489. # [10:04] * Quits: rniwa (~rniwa@17.202.43.222) (Quit: rniwa)
  490. # [10:05] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Remote host closed the connection)
  491. # [10:06] * Joins: hasather (~hasather@80.91.33.141)
  492. # [10:10] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 260 seconds)
  493. # [10:18] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  494. # [10:19] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Read error: Connection reset by peer)
  495. # [10:19] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  496. # [10:20] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Read error: Connection reset by peer)
  497. # [10:20] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  498. # [10:21] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  499. # [10:24] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  500. # [10:24] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 260 seconds)
  501. # [10:25] * Joins: hasather (~hasather@80.91.33.141)
  502. # [10:33] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
  503. # [10:45] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Remote host closed the connection)
  504. # [10:46] * Joins: newtron (~newtron@206-248-128-25.dsl.teksavvy.com)
  505. # [10:47] * Joins: Lachy (~Lachy@213.166.174.2)
  506. # [10:47] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
  507. # [10:50] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
  508. # [10:52] * Quits: iancrowther (~iancrowth@host109-155-20-174.range109-155.btcentralplus.com)
  509. # [10:52] * Quits: newtron (~newtron@206-248-128-25.dsl.teksavvy.com) (Ping timeout: 245 seconds)
  510. # [10:59] * Joins: barnabywalters (~barnabywa@46-239-239-203.tal.is)
  511. # [11:01] * Joins: encryptd_fractal (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com)
  512. # [11:06] * Quits: encryptd_fractal (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com) (Ping timeout: 252 seconds)
  513. # [11:12] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
  514. # [11:14] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  515. # [11:15] <mathiasbynens> what is the expected behavior here? data:text/html,<img%20name=anchors><img%20name=anchors><script>document.write(document.anchors.length)</script>
  516. # [11:15] <mathiasbynens> i’d expect 1 based on http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-tree-accessors
  517. # [11:19] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 252 seconds)
  518. # [11:20] <mathiasbynens> which spec says <img name=foo> → `document.foo`? and does that spec explicitly override DOM tree accessors or not?
  519. # [11:23] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Remote host closed the connection)
  520. # [11:32] * Quits: WolfieZero (~WolfieZer@neils-wireless.manor.fubra.net) (Read error: Connection reset by peer)
  521. # [11:32] * Joins: WolfieZero (~WolfieZer@neils-wireless.manor.fubra.net)
  522. # [11:35] <mathiasbynens> via https://twitter.com/RobbertAtWork/status/434273199648284672 and http://robbertbroersma.nl/demo/kill-document/
  523. # [11:36] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
  524. # [11:42] * Joins: josemanuel (~josemanue@93.Red-79-151-209.dynamicIP.rima-tde.net)
  525. # [11:47] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Remote host closed the connection)
  526. # [11:49] * Joins: newtron (~newtron@206-248-128-25.dsl.teksavvy.com)
  527. # [11:53] * Quits: newtron (~newtron@206-248-128-25.dsl.teksavvy.com) (Ping timeout: 245 seconds)
  528. # [11:58] * Joins: hasather_ (~hasather@guest.schibsted.no)
  529. # [11:58] * Quits: Streusel (~Anonymous@unaffiliated/streusel) (Quit: Computer has gone to sleep.)
  530. # [11:59] * Quits: hasather_ (~hasather@guest.schibsted.no) (Remote host closed the connection)
  531. # [11:59] * Quits: totsinaprops (~totsinapr@gateway/tor-sasl/totsinaprops) (Remote host closed the connection)
  532. # [12:00] * Joins: hasather_ (~hasather@guest.schibsted.no)
  533. # [12:00] * Joins: totsinaprops (~totsinapr@gateway/tor-sasl/totsinaprops)
  534. # [12:01] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 260 seconds)
  535. # [12:04] * Quits: hasather_ (~hasather@guest.schibsted.no) (Ping timeout: 260 seconds)
  536. # [12:08] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  537. # [12:13] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 260 seconds)
  538. # [12:13] * Joins: hasather (~hasather@guest.schibsted.no)
  539. # [12:14] * WolfieZero is now known as WolfieZero|Away
  540. # [12:14] * Joins: felipeduardo (~felipedua@189.103.152.191)
  541. # [12:15] * Quits: hasather (~hasather@guest.schibsted.no) (Remote host closed the connection)
  542. # [12:15] * Joins: hasather (~hasather@guest.schibsted.no)
  543. # [12:22] * WolfieZero|Away is now known as WolfieZero
  544. # [12:23] * Quits: 20WAA71NW (scrollback@conference/jsconf/x-fikamkrpfhshcdam) (Remote host closed the connection)
  545. # [12:24] * Joins: 92AAAFBPF (scrollback@conference/jsconf/x-jzswhnfnfgixymrq)
  546. # [12:27] <annevk> mathiasbynens: seems you missed "getter object (DOMString name)" on Document
  547. # [12:28] <annevk> mathiasbynens: http://www.whatwg.org/specs/web-apps/current-work/#dom-document-nameditem
  548. # [12:28] <annevk> mathiasbynens: also exists on Window but works a bit differently
  549. # [12:36] <mathiasbynens> ah, so DOM tree accessors don’t magically take precedence
  550. # [12:36] <mathiasbynens> thanks
  551. # [12:41] <annevk> mathiasbynens: because of the [OverrideBuiltins] annotation
  552. # [12:42] * Joins: alrra (~alrra@unaffiliated/alrra)
  553. # [12:48] * Quits: alrra (~alrra@unaffiliated/alrra) (Quit: Leaving)
  554. # [12:49] * MikeSmith wonders if tyoshino__ made it home before the blizzard arrived
  555. # [12:50] * Joins: newtron (~newtron@206-248-128-25.dsl.teksavvy.com)
  556. # [12:51] <annevk> TabAtkins: I don't get why you'd <dfn> an argument either, fwiw
  557. # [12:51] <annevk> TabAtkins: the definition is for the method, including its parameters
  558. # [12:51] <annevk> TabAtkins: you're not defining the parameters independently from the method
  559. # [12:51] <annevk> TabAtkins: (and if you are, that's old-style DOM stuff and wrong)
  560. # [12:55] * Quits: newtron (~newtron@206-248-128-25.dsl.teksavvy.com) (Ping timeout: 245 seconds)
  561. # [12:55] <yoav> TabAtkins & SimonSapin: I'm having some trouble implementing http://dev.w3.org/csswg/css-syntax/#consume-a-number
  562. # [13:02] <MikeSmith> annevk: dunno if you're following the recent Streams discussions but do you know is it correct that the plan is to eventually have the ecmascript spec define a Streams abstraction
  563. # [13:02] * Joins: encryptd_fractal (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com)
  564. # [13:03] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  565. # [13:03] <annevk> MikeSmith: Domenic_ certainly envisions it that way
  566. # [13:03] <MikeSmith> ok
  567. # [13:04] <annevk> MikeSmith: I get the impression ECMAScript wants to define all the things that make sense across embedding environments, which would also include URLs, encodings, etc.
  568. # [13:04] <MikeSmith> oh
  569. # [13:04] <MikeSmith> that would be ideal
  570. # [13:04] <MikeSmith> as long as they don't mess it all up at least
  571. # [13:05] <MikeSmith> I mean to have it define all in once place for all JS environments, including no-browser onces
  572. # [13:06] <MikeSmith> a problem I see with
  573. # [13:07] <MikeSmith> one problem I see with this plan is that TC39 is not famous for getting things done quickly
  574. # [13:07] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 245 seconds)
  575. # [13:07] * Quits: encryptd_fractal (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com) (Ping timeout: 245 seconds)
  576. # [13:07] <Ms2ger> I certainly don't think the JS spec is the right place to define URLs
  577. # [13:08] <MikeSmith> has Promises already been folded into the ecmascript draft yet?
  578. # [13:08] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  579. # [13:08] <annevk> MikeSmith: yes
  580. # [13:09] <annevk> Ms2ger: it seems like a good place for the API, certainly
  581. # [13:09] <MikeSmith> Ms2ger: maybe not the URL abstract definition
  582. # [13:09] <MikeSmith> what annevk said
  583. # [13:09] <Ms2ger> Oh, URL api, I guess
  584. # [13:11] <Ms2ger> What do people think about moving the editing spec to github/whatwg, btw?
  585. # [13:11] <SimonSapin> yoav: How so?
  586. # [13:11] <annevk> SimonSapin: oreolunch in 30min, better get to the office
  587. # [13:12] <SimonSapin> oreolunch?
  588. # [13:12] <annevk> Ms2ger: well we can move things around, but is someone going to maintain it?
  589. # [13:12] <Ms2ger> Not it :)
  590. # [13:12] <MikeSmith> annevk: I wish Jason would generate a multipage version of the ES6 draft. I wonder if he's using python to generate it
  591. # [13:12] <MikeSmith> (to generate the single-age one I mean)
  592. # [13:13] <Ms2ger> MikeSmith, the code is on github, I think
  593. # [13:13] <MikeSmith> k
  594. # [13:13] <MikeSmith> Ms2ger: I say yeah I don7t see any good reason not to move the editing spec to github/whatwg
  595. # [13:14] <annevk> Ms2ger: also, you suggesting moving something to GitHub is funny
  596. # [13:14] <Ms2ger> It is
  597. # [13:14] <annevk> MikeSmith: it loads quite quickly for me
  598. # [13:14] <MikeSmith> where would Ms2ger normally prefer to move things?
  599. # [13:14] <annevk> MikeSmith: are you on your phone again? :p
  600. # [13:14] <MikeSmith> hehah
  601. # [13:14] <Ms2ger> hg.whatwg.org ;)
  602. # [13:14] <MikeSmith> ah
  603. # [13:15] * Quits: 92AAAFBPF (scrollback@conference/jsconf/x-jzswhnfnfgixymrq) (Remote host closed the connection)
  604. # [13:15] <yoav> SimonSapin: I think that a "reconsume" is missing in http://dev.w3.org/csswg/css-syntax/#consume-a-token in the digit section
  605. # [13:15] <yoav> before the "consume a numeric token"
  606. # [13:15] <MikeSmith> annevk: yeah I was loading it on my phone. which is a valid use case
  607. # [13:15] * Joins: 92AAAFCHO (scrollback@conference/jsconf/x-qnnploszobnwkwxd)
  608. # [13:16] <yoav> The way it is specced, the first digit is consumed, and then not added to the number
  609. # [13:16] <yoav> Unless I'm missing something, which is highly possible
  610. # [13:16] <annevk> MikeSmith: yeah fair
  611. # [13:16] <MikeSmith> annevk: but yeah it's hardly a normal case
  612. # [13:18] * Joins: alrra (~alrra@unaffiliated/alrra)
  613. # [13:18] <MikeSmith> hmm I see python in Jason's repo so I bet Philip` spec splitter could be modified to split it. I guess I should try it
  614. # [13:25] * Quits: Ms2ger (~Ms2ger@26.223-64-87.adsl-dyn.isp.belgacom.be) (Quit: bbl)
  615. # [13:25] <mathiasbynens> MikeSmith, Ms2ger: https://github.com/jorendorff/es-spec-html/issues/5
  616. # [13:29] <annevk> MikeSmith: make http://es.github.io/ as ES living standard :-)
  617. # [13:31] * Joins: satazor (~satazor@80.78.37.188.rev.vodafone.pt)
  618. # [13:33] * Joins: smaug____ (~chatzilla@a91-154-42-30.elisa-laajakaista.fi)
  619. # [13:34] <SimonSapin> yoav: there may be a spec bug. Could you write to www-style with the details?
  620. # [13:35] <yoav> SimonSapin: Sure
  621. # [13:35] <yoav> Is the spec on GitHub by any chance?
  622. # [13:35] <yoav> if so, I can open an issue there
  623. # [13:36] <SimonSapin> there is a github mirror of the repo
  624. # [13:36] <SimonSapin> but we don’t use github for issue tracking
  625. # [13:36] <yoav> OK
  626. # [13:36] <SimonSapin> https://github.com/w3c/csswg-drafts
  627. # [13:37] <SimonSapin> The "main" repo is https://dvcs.w3.org/hg/csswg
  628. # [13:37] <SimonSapin> yoav: or if you’d rather not subscribe on www-style, email me
  629. # [13:38] <yoav> I'm subscribed to www-style, just have a hard time spamming everyone with this bug :)
  630. # [13:38] <yoav> But I'll get over it
  631. # [13:38] <SimonSapin> don’t worry about that
  632. # [13:39] <SimonSapin> it’s what the list is for
  633. # [13:39] <Domenic_> Hah! Worries about mail volume on www-style! Now I've heard everything.
  634. # [13:40] <yoav> Domenic_: That's exactly why I'd rather avoid mailing it to the list :)
  635. # [13:41] <annevk> CSS has Bugzilla as well...
  636. # [13:41] <annevk> I usually use that as email tends to get lost and forgotten
  637. # [13:42] <yoav> annevk: Is it open for non members?
  638. # [13:42] <annevk> yoav: yeah is
  639. # [13:43] <yoav> OK, will try that
  640. # [13:43] <yoav> Thanks!
  641. # [13:43] <annevk> yoav: https://www.w3.org/Bugs/Public/enter_bug.cgi?product=CSS
  642. # [13:45] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  643. # [13:50] * Quits: charl (~charl@2001:610:1908:2000:fd95:7bd0:8f5:14b8) (Quit: leaving)
  644. # [13:51] * Quits: rego (~rego@99.192.27.77.dynamic.mundo-r.com) (Ping timeout: 252 seconds)
  645. # [13:51] * Joins: newtron (~newtron@206-248-128-25.dsl.teksavvy.com)
  646. # [13:52] <yoav> SimonSapin: https://www.w3.org/Bugs/Public/show_bug.cgi?id=24661
  647. # [13:53] <SimonSapin> yoav: why did you go there?
  648. # [13:54] <SimonSapin> CSSWG has too many fucking ways to track issues
  649. # [13:54] <yoav> annevk suggested to open a bug there
  650. # [13:54] <SimonSapin> I need an issue tracker tracker
  651. # [13:54] * Joins: newtron_ (~newtron@206-248-128-25.dsl.teksavvy.com)
  652. # [13:54] <yoav> Sorry
  653. # [13:55] <yoav> I can send it to the list if you prefer
  654. # [13:55] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Quit: tantek)
  655. # [13:55] * Joins: rego (~rego@99.192.27.77.dynamic.mundo-r.com)
  656. # [13:56] <SimonSapin> annevk: Buzilla bugs can get lost and forgotten just as easily. I recently discovered that the specs *I’m* editing had bugs on Bugzilla
  657. # [13:56] * Quits: newtron (~newtron@206-248-128-25.dsl.teksavvy.com) (Ping timeout: 245 seconds)
  658. # [13:57] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  659. # [13:58] <SimonSapin> Everything is broken and nobody cares
  660. # [13:58] * Quits: newtron_ (~newtron@206-248-128-25.dsl.teksavvy.com) (Ping timeout: 245 seconds)
  661. # [14:01] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 260 seconds)
  662. # [14:06] * Quits: alrra (~alrra@unaffiliated/alrra) (Quit: Leaving)
  663. # [14:13] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  664. # [14:13] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Client Quit)
  665. # [14:19] <MikeSmith> mathiasbynens: ah thanks I remember that now. I should get around to trying it and just implement a PR
  666. # [14:20] <MikeSmith> annevk: yeah I could just make http://es.github.io/ redirect to Jason's HTML
  667. # [14:22] <MikeSmith> oh if I owned "es"
  668. # [14:22] * Quits: nunnun (~hiro@sculptor.local.hiro.ne.jp) (Ping timeout: 245 seconds)
  669. # [14:22] * Joins: Ms2ger (~Ms2ger@b255h017.ugent.be)
  670. # [14:22] * Quits: niloy (~niloy@110.224.141.111) (Remote host closed the connection)
  671. # [14:23] * Joins: nunnun (~hiro@sculptor.local.hiro.ne.jp)
  672. # [14:23] * Quits: satazor (~satazor@80.78.37.188.rev.vodafone.pt) (Remote host closed the connection)
  673. # [14:23] <MikeSmith> hey I do own http://ecmascript.github.io/ though
  674. # [14:33] * Joins: pinpin404 (~pinage404@LPoitiers-156-84-28-38.w193-248.abo.wanadoo.fr)
  675. # [14:40] * Joins: newtron (~newtron@199.71.174.204)
  676. # [14:40] * Quits: newtron (~newtron@199.71.174.204) (Remote host closed the connection)
  677. # [14:40] * Joins: newtron (~newtron@199.71.174.203)
  678. # [14:40] <MikeSmith> http://ecmascript.github.io/ now redirects to the latest, and will http://es-spec.github.io/ soon hopefully too
  679. # [14:41] * Quits: josemanuel (~josemanue@93.Red-79-151-209.dynamicIP.rima-tde.net) (Quit: Saliendo)
  680. # [14:42] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  681. # [14:45] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  682. # [14:45] <MikeSmith> and http://es6.github.io/ for now
  683. # [14:45] * Quits: smaug____ (~chatzilla@a91-154-42-30.elisa-laajakaista.fi) (Ping timeout: 272 seconds)
  684. # [14:48] * Joins: alrra (~alrra@unaffiliated/alrra)
  685. # [14:49] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Quit: barnabywalters)
  686. # [14:49] * Joins: adactio (~adactio@212.42.170.181)
  687. # [14:57] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
  688. # [15:03] * Joins: encryptd_fractal (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com)
  689. # [15:08] * Quits: encryptd_fractal (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com) (Ping timeout: 252 seconds)
  690. # [15:11] * Joins: satazor (~satazor@80.78.37.188.rev.vodafone.pt)
  691. # [15:13] * Quits: numerical (numerical@s-e-c-u-r-e-d.info) (Excess Flood)
  692. # [15:14] * Joins: numerical (numerical@s-e-c-u-r-e-d.info)
  693. # [15:14] * Quits: facundor (~facundor@190.194.154.204) (Ping timeout: 272 seconds)
  694. # [15:18] * Quits: tobie (sid5692@gateway/web/irccloud.com/x-ddkostzfcleqatpw)
  695. # [15:18] * Joins: tobie (sid5692@gateway/web/irccloud.com/x-xoqzcsdgrjkmxqnp)
  696. # [15:20] * Quits: deniak (~denis@35.133.122.109.rev.sfr.net) (Quit: Bye)
  697. # [15:21] * WolfieZero is now known as WolfieZero|Away
  698. # [15:25] * Joins: Johnny- (~null@unaffiliated/johnny-)
  699. # [15:31] * WolfieZero|Away is now known as WolfieZero
  700. # [15:31] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  701. # [15:33] * Joins: facundor (~facundor@190.194.154.204)
  702. # [15:38] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 272 seconds)
  703. # [15:40] * Joins: myakura (~myakura@FL1-119-240-194-107.tky.mesh.ad.jp)
  704. # [15:41] * Joins: shi (~decotii@hq.croscon.com)
  705. # [15:48] * Quits: Ms2ger (~Ms2ger@b255h017.ugent.be) (Ping timeout: 252 seconds)
  706. # [15:51] * Joins: kuatsure (~kuatsure@74.83.252.220)
  707. # [16:01] * Joins: Ms2ger (~Ms2ger@b237h252.ugent.be)
  708. # [16:02] * Joins: encryptd_fractal (~mfrawley@66-188-99-174.static.ftbg.wi.charter.com)
  709. # [16:09] * Quits: taijeen (~taijeen@p4FF84A95.dip0.t-ipconnect.de) (Remote host closed the connection)
  710. # [16:14] * Joins: smaug____ (~chatzilla@a91-154-42-30.elisa-laajakaista.fi)
  711. # [16:15] * Quits: hasather (~hasather@guest.schibsted.no) (Remote host closed the connection)
  712. # [16:16] * Joins: hasather (~hasather@guest.schibsted.no)
  713. # [16:21] * Quits: hasather (~hasather@guest.schibsted.no) (Ping timeout: 272 seconds)
  714. # [16:24] * Joins: taijeen (~taijeen@p4FF84A95.dip0.t-ipconnect.de)
  715. # [16:24] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
  716. # [16:25] * Quits: myakura (~myakura@FL1-119-240-194-107.tky.mesh.ad.jp) (Remote host closed the connection)
  717. # [16:28] * Joins: myakura (~myakura@FL1-119-240-194-107.tky.mesh.ad.jp)
  718. # [16:36] <JakeA> annevk: Looking at serviceWorker.ready()… any idea what the use-cases are for it?
  719. # [16:36] * Joins: espadrine (~ttyl@AMontsouris-158-1-50-185.w92-128.abo.wanadoo.fr)
  720. # [16:38] <annevk> JakeA: no
  721. # [16:38] * Joins: weinig (~weinig@24.130.60.35)
  722. # [16:39] <JakeA> annevk: Ok, not just me then
  723. # [16:40] <annevk> JakeA: yeah, I asked in the bug; it seems like you need to use register() anyway
  724. # [16:40] <JakeA> annevk: I'm not even sure what "ready" means
  725. # [16:40] <gsnedders> Ms2ger: Can we try removing the lxml dependency from Anolis? It should be way quicker in PyPy, because basically all the cost is overhead.
  726. # [16:41] <JakeA> annevk: Does it mean when it becomes the active worker?
  727. # [16:41] <Ms2ger> We can :)
  728. # [16:41] * Joins: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca)
  729. # [16:42] <gsnedders> Ms2ger: Either that or rewrite it in Haskell ;P
  730. # [16:42] <annevk> JakeA: yeah I thought maybe that's it
  731. # [16:42] <annevk> JakeA: that would be somewhat different from register() anyway
  732. # [16:42] <annevk> JakeA: but we also have an event for that
  733. # [16:42] <Ms2ger> Not that :)
  734. # [16:42] <JakeA> annevk: But register() is the only place you can a non-active worker
  735. # [16:43] <JakeA> annevk: Yeah, and we decided that a promise wasn't the right fit, because .active can change without a call to registration
  736. # [16:43] <JakeA> annevk: and it can change multiple times over the life of a page
  737. # [16:43] <annevk> JakeA: I thought the idea was that if you did getAll() you would get all workers, regardless of whether they are active
  738. # [16:43] <Domenic_> NOT USING PROMISES FOR SOMETHING!? IMPOSSIBRU
  739. # [16:44] <JakeA> :D
  740. # [16:44] <Domenic_> I am pretty sure Alex had a use case for serviceWorker.ready()
  741. # [16:44] <JakeA> annevk: ahh ok, yeah, that's possible, I can't remember
  742. # [16:44] <Domenic_> https://gist.github.com/slightlyoff/8927885
  743. # [16:44] <Domenic_> hmm you guys already seem to be talking about relevant things like .active so you are probably way ahead of me on this
  744. # [16:46] <annevk> JakeA: hmm, looking at it now ready() makes sense for code that doesn't want to deal with registration and still needs to get a handle on things
  745. # [16:46] <annevk> JakeA: e.g. a library that does push as per Domenic_'s link
  746. # [16:46] * Quits: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net) (Ping timeout: 245 seconds)
  747. # [16:46] * Joins: hasather (~hasather@guest.schibsted.no)
  748. # [16:46] <JakeA> annevk: Isn't .active already the handle you need?
  749. # [16:48] <jgraham> gsnedders: Rewrite in in rust :p Of course you would need to start by writing a HTML parser and tree library…
  750. # [16:48] * Joins: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net)
  751. # [16:48] * Quits: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net) (Quit: Leaving)
  752. # [16:48] <gsnedders> jgraham: :P
  753. # [16:48] <annevk> JakeA: so yeah
  754. # [16:48] <gsnedders> jgraham: Yeah, Haskell's still sounding better.
  755. # [16:49] <annevk> JakeA: except if you want to wait for a possible register() call, but I'm not really sure how that could work so indeed
  756. # [16:49] <gsnedders> I mean, at the end of the day Anolis is just a transformation from one tree to another!
  757. # [16:49] <JakeA> annevk: and the registration call may have come from another tab, so the 'activate' event is better in this case
  758. # [16:50] <annevk> right, given the event this makes little sense
  759. # [16:50] <JakeA> annevk: will add this to the ticket
  760. # [16:50] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  761. # [16:51] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
  762. # [16:51] * Quits: hasather (~hasather@guest.schibsted.no) (Ping timeout: 260 seconds)
  763. # [16:52] * Quits: myakura (~myakura@FL1-119-240-194-107.tky.mesh.ad.jp) (Remote host closed the connection)
  764. # [16:53] * Joins: myakura (~myakura@FL1-119-240-194-107.tky.mesh.ad.jp)
  765. # [16:57] * Joins: ehsan (~ehsan@66.207.208.102)
  766. # [16:57] * Quits: myakura (~myakura@FL1-119-240-194-107.tky.mesh.ad.jp) (Ping timeout: 260 seconds)
  767. # [16:58] * Quits: weinig (~weinig@24.130.60.35) (Quit: weinig)
  768. # [16:59] * jonlee_|afk is now known as jonlee_
  769. # [17:03] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
  770. # [17:05] <JakeA> annevk: Tried to make it clearer https://github.com/slightlyoff/ServiceWorker/issues/174#issuecomment-35096632
  771. # [17:05] <annevk> JakeA: ta
  772. # [17:06] * Quits: Ms2ger (~Ms2ger@b237h252.ugent.be) (Quit: Leaving)
  773. # [17:06] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
  774. # [17:08] * Joins: encrypt__ (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com)
  775. # [17:09] * Quits: markkes (~markkes@62.207.90.201) (Quit: Nettalk6 - www.ntalk.de)
  776. # [17:10] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
  777. # [17:13] * Quits: encrypt__ (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com) (Ping timeout: 252 seconds)
  778. # [17:13] <JakeA> Domenic_: annevk: In https://gist.github.com/slightlyoff/8927885, is the serviceworker the only place you could receive push messages?
  779. # [17:14] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  780. # [17:15] * Joins: Lachy (~Lachy@213.166.174.2)
  781. # [17:16] * Quits: nunnun (~hiro@sculptor.local.hiro.ne.jp) (Ping timeout: 245 seconds)
  782. # [17:18] * Joins: jernoble|laptop (~jernoble@76.74.153.41)
  783. # [17:20] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
  784. # [17:20] * Quits: clamstar (~rx-ident@162.243.230.189) (Remote host closed the connection)
  785. # [17:22] * Quits: mven_ (~mven@ip72-193-85-64.lv.lv.cox.net) (Remote host closed the connection)
  786. # [17:23] * Joins: nunnun (~hiro@sculptor.local.hiro.ne.jp)
  787. # [17:23] <annevk> Domenic_: seems like you commented on the wrong thread in blink-dev
  788. # [17:24] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  789. # [17:24] <Domenic_> annevk: I was trying to be funny... or did the threading go off?
  790. # [17:24] * Joins: clamstar (~rx-ident@162.243.230.189)
  791. # [17:25] <annevk> Domenic_: I see, slow day here
  792. # [17:25] <Domenic_> yeah, I guess that could have been clearer, "stop torturing them by messing with the Promise API."
  793. # [17:25] <JakeA> Oh, I didn't realise the promises api wsa changing
  794. # [17:25] <JakeA> was*
  795. # [17:25] <annevk> JakeA: yeah that's the plan
  796. # [17:25] <annevk> JakeA: push notifications only really make sense if the app isn't open
  797. # [17:25] <JakeA> I guess .race is still in there to confuse people
  798. # [17:27] <JakeA> Domenic_: "Keep then, reject chain (NOT DEFER, reject!)" what does that mean?
  799. # [17:27] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  800. # [17:27] <Domenic_> lol
  801. # [17:27] <Domenic_> *that* sentence was almost certainly designed to confuse people
  802. # [17:28] <Domenic_> it means don't add monadic chain method to promises, neither now, nor in ES7
  803. # [17:28] <JakeA> It is a fruitless collection of words
  804. # [17:28] <JakeA> Ahh, the whole flatMap thing?
  805. # [17:29] <JakeA> I was playing around with the design of a AsyncMap, it gets quite confusing if the AsyncMap stores promises
  806. # [17:29] * jonlee_ is now known as jonlee_|afk
  807. # [17:29] <JakeA> Domenic_: See https://github.com/slightlyoff/ServiceWorker/issues/156
  808. # [17:30] <JakeA> It's one of those weird cases where you want to resolve a promise with a promise without unwrapping
  809. # [17:31] <Domenic_> I don't understand why you want to store promises in AsyncMap.
  810. # [17:31] * Quits: ahf (ahf@irssi/staff/ahf) (Quit: Reconnecting)
  811. # [17:31] * Joins: ahf (ahf@irssi/staff/ahf)
  812. # [17:31] <Domenic_> The most natural semantics (for promises, not monads) is option B
  813. # [17:32] <Domenic_> in terms of what you can implement in JS
  814. # [17:32] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  815. # [17:32] <Domenic_> wait no not optionB
  816. # [17:33] <Domenic_> I will write it up
  817. # [17:33] <annevk> JakeA: btw, I'll be in SF April 1-8 for service workers and summit thingy
  818. # [17:34] <JakeA> annevk: What days are you available for serviceworkering?
  819. # [17:35] <annevk> JakeA: 7/8 is still best
  820. # [17:35] <annevk> JakeA: the tentative dates from the email
  821. # [17:35] <JakeA> annevk: Oh yeah, I do have that in my calendar
  822. # [17:35] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  823. # [17:35] <JakeA> Cool
  824. # [17:35] <annevk> great
  825. # [17:39] * Quits: clamstar (~rx-ident@162.243.230.189) (Quit: ZNC - http://znc.in)
  826. # [17:40] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 245 seconds)
  827. # [17:41] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
  828. # [17:42] * Quits: alrra (~alrra@unaffiliated/alrra) (Quit: Leaving)
  829. # [17:45] * Quits: pinpin404 (~pinage404@LPoitiers-156-84-28-38.w193-248.abo.wanadoo.fr) (Ping timeout: 260 seconds)
  830. # [17:47] * Joins: hasather (~hasather@guest.schibsted.no)
  831. # [17:52] * Quits: hasather (~hasather@guest.schibsted.no) (Ping timeout: 260 seconds)
  832. # [17:52] * Joins: ambv (~ambv@206.108.217.134)
  833. # [17:53] * Quits: jernoble|laptop (~jernoble@76.74.153.41) (Read error: Connection reset by peer)
  834. # [17:53] * Joins: jernoble|laptop (~jernoble@76.74.153.41)
  835. # [17:53] * Joins: ambv_ (~ambv@206.108.217.134)
  836. # [17:56] * Quits: Smylers (~smylers@81.143.60.194) (Ping timeout: 252 seconds)
  837. # [17:57] * Quits: ambv (~ambv@206.108.217.134) (Ping timeout: 260 seconds)
  838. # [17:57] * Quits: taijeen (~taijeen@p4FF84A95.dip0.t-ipconnect.de) (Remote host closed the connection)
  839. # [17:57] * Joins: ebetancourt (~ebetancou@c-66-229-12-65.hsd1.fl.comcast.net)
  840. # [17:59] * Joins: jeffreyatw (~jeffreyat@173.247.197.10)
  841. # [18:00] * Joins: dbaron (~dbaron@70-36-140-106.dsl.dynamic.sonic.net)
  842. # [18:01] * Joins: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net)
  843. # [18:08] <dglazkov> good morning, Whatwg!
  844. # [18:14] * Quits: adactio (~adactio@212.42.170.181) (Quit: adactio)
  845. # [18:15] * Quits: jernoble|laptop (~jernoble@76.74.153.41) (Quit: Computer has gone to sleep.)
  846. # [18:15] * Quits: zdobersek (~zan@179.43.133.34) (Quit: Leaving.)
  847. # [18:16] * WolfieZero is now known as WolfieZero|Away
  848. # [18:18] * Joins: llkats (~llkats@206.169.83.230)
  849. # [18:20] * Quits: WolfieZero|Away (~WolfieZer@neils-wireless.manor.fubra.net) (Ping timeout: 248 seconds)
  850. # [18:27] * Quits: eric_carlson (~eric@17.202.43.125) (Quit: eric_carlson)
  851. # [18:27] * Joins: clamstar (~rx-ident@162.243.230.189)
  852. # [18:31] <annevk> morning dglazkov
  853. # [18:32] * Joins: izhak (~izhak@92.248.142.152)
  854. # [18:36] * Joins: Maurice (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
  855. # [18:40] * Quits: satazor (~satazor@80.78.37.188.rev.vodafone.pt) (Remote host closed the connection)
  856. # [18:45] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Quit: stevefaulkner)
  857. # [18:46] * Quits: kuatsure (~kuatsure@74.83.252.220) (Quit: zzz)
  858. # [18:48] * Joins: hasather (~hasather@guest.schibsted.no)
  859. # [18:48] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  860. # [18:51] * Joins: eric_carlson (~eric@17.202.43.125)
  861. # [18:53] * Quits: hasather (~hasather@guest.schibsted.no) (Ping timeout: 252 seconds)
  862. # [18:55] * Joins: TallTed (~Thud@63.119.36.39)
  863. # [19:01] * Joins: ap (~ap@2620:149:4:304:7851:ff38:96d3:4163)
  864. # [19:02] * Quits: benvie (~bbenvie@204.28.118.69) (Ping timeout: 252 seconds)
  865. # [19:04] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  866. # [19:07] * tbsaunde_ is now known as tbsaunde
  867. # [19:09] * Quits: timeless (sid4015@gateway/web/irccloud.com/x-tgehtshehikktxll) (Changing host)
  868. # [19:09] * Joins: timeless (sid4015@firefox/developer/timeless)
  869. # [19:09] * Quits: eric_carlson (~eric@17.202.43.125) (Quit: eric_carlson)
  870. # [19:09] * Joins: encrypt__ (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com)
  871. # [19:10] * Joins: benvie (~bbenvie@corp-nat.p2p.sfo1.mozilla.com)
  872. # [19:14] * Joins: eric_carlson (~eric@17.202.43.125)
  873. # [19:14] * Quits: encrypt__ (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com) (Ping timeout: 260 seconds)
  874. # [19:14] * Joins: othermaciej (~mjs@17.114.7.172)
  875. # [19:21] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  876. # [19:23] * Joins: jeremyj (~jeremyj@c-24-4-202-10.hsd1.ca.comcast.net)
  877. # [19:24] * Joins: WolfieZero (~WolfieZer@neilandkerrie.plus.com)
  878. # [19:24] * Quits: WolfieZero (~WolfieZer@neilandkerrie.plus.com) (Client Quit)
  879. # [19:24] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  880. # [19:30] * Quits: jeremyj (~jeremyj@c-24-4-202-10.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  881. # [19:31] <TabAtkins> Domenic_: I gave examples in the es-discuss thread of why you'd want to store a promise.
  882. # [19:31] <TabAtkins> And not have it auto-chain.
  883. # [19:33] <TabAtkins> Domenic_: I suppose that my example is exactly the example in the OP of SW issue 156
  884. # [19:34] * Quits: othermaciej (~mjs@17.114.7.172) (Quit: othermaciej)
  885. # [19:37] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  886. # [19:38] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  887. # [19:39] * Joins: danielwrobert (~Adium@wsip-68-15-24-46.sd.sd.cox.net)
  888. # [19:42] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 272 seconds)
  889. # [19:46] * Joins: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net)
  890. # [19:46] * Quits: espadrine (~ttyl@AMontsouris-158-1-50-185.w92-128.abo.wanadoo.fr) (Ping timeout: 245 seconds)
  891. # [19:48] * Joins: weinig (~weinig@17.245.25.248)
  892. # [19:48] * Joins: shaunbaker (~shaunbake@97e69e6b.skybroadband.com)
  893. # [19:48] * Joins: othermaciej (~mjs@17.114.216.108)
  894. # [19:48] * Joins: alrra (~alrra@unaffiliated/alrra)
  895. # [19:49] * Joins: benv (~benv@38.104.194.126)
  896. # [19:49] * Joins: hasather (~hasather@guest.schibsted.no)
  897. # [19:52] * Quits: ebetancourt (~ebetancou@c-66-229-12-65.hsd1.fl.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  898. # [19:52] * Quits: weinig (~weinig@17.245.25.248) (Client Quit)
  899. # [19:53] * Joins: ap_ (~ap@17.114.219.4)
  900. # [19:54] * Quits: hasather (~hasather@guest.schibsted.no) (Ping timeout: 260 seconds)
  901. # [19:55] * jonlee_|afk is now known as jonlee_
  902. # [19:56] * Quits: ap (~ap@2620:149:4:304:7851:ff38:96d3:4163) (Ping timeout: 272 seconds)
  903. # [19:56] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Quit: stevefaulkner)
  904. # [19:57] * Joins: mmoretti (~mmoretti@2620:149:4:1a01:c18c:a2c4:834c:3efb)
  905. # [19:57] * Quits: mmoretti (~mmoretti@2620:149:4:1a01:c18c:a2c4:834c:3efb) (Remote host closed the connection)
  906. # [19:58] * Quits: ap_ (~ap@17.114.219.4) (Ping timeout: 272 seconds)
  907. # [19:58] * Quits: shaunbaker (~shaunbake@97e69e6b.skybroadband.com) (Remote host closed the connection)
  908. # [20:00] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.cpe.webspeed.dk) (Remote host closed the connection)
  909. # [20:01] * Joins: ap (~ap@17.114.19.52)
  910. # [20:01] * Joins: weinig (~weinig@17.114.18.247)
  911. # [20:06] * Joins: jeremyj (~jeremyj@17.114.158.10)
  912. # [20:09] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Quit: tantek)
  913. # [20:11] * Quits: jeremyj (~jeremyj@17.114.158.10) (Client Quit)
  914. # [20:12] * jonlee_ is now known as jonlee_|afk
  915. # [20:12] * Joins: charl (~charl@524A9047.cm-4-3c.dynamic.ziggo.nl)
  916. # [20:14] * Joins: espadrine (~ttyl@AMontsouris-158-1-21-54.w92-128.abo.wanadoo.fr)
  917. # [20:17] * Quits: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca) (Remote host closed the connection)
  918. # [20:21] * Joins: Smylers (~smylers@host86-163-23-70.range86-163.btcentralplus.com)
  919. # [20:23] <Hixie> so......
  920. # [20:23] <Hixie> if you have an <area> that is used by two image maps
  921. # [20:23] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Quit: ChatZilla 0.9.90.1 [Firefox 30.0a1/20140212030201])
  922. # [20:23] <Hixie> one in a <dialog> and one in the page
  923. # [20:23] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  924. # [20:23] <Hixie> and you call .focus() on the <area>
  925. # [20:23] <Hixie> should it focus:
  926. # [20:23] <Hixie> a) the first one in tree order
  927. # [20:24] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  928. # [20:24] <Hixie> b) the first one in tree order in whatever (dialog/page) is currently focused, if possible, else the first one in tree order
  929. # [20:25] <Hixie> c) the last one that was focused, if any has been focused, or otherwise b)
  930. # [20:25] <Hixie> c) the last one that was focused, if any has been focused, or otherwise a)
  931. # [20:26] <Hixie> e) something else
  932. # [20:26] <Hixie> i'm leading to a.
  933. # [20:26] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
  934. # [20:28] * Quits: izhak (~izhak@92.248.142.152) (Ping timeout: 245 seconds)
  935. # [20:30] <Hixie> oh... wait...
  936. # [20:30] <Hixie> i'm silly
  937. # [20:31] <Hixie> well, no, i'm not silly
  938. # [20:31] <Hixie> the above is fine, but i was thinking it was more general than that in my head
  939. # [20:31] <Hixie> but it really is very specific to <area>
  940. # [20:34] * Joins: shaunbaker (~shaunbake@97e69e6b.skybroadband.com)
  941. # [20:36] * Quits: weinig (~weinig@17.114.18.247) (Quit: weinig)
  942. # [20:37] * Quits: ap (~ap@17.114.19.52) (Quit: ap)
  943. # [20:37] * Joins: karbassi (~karbassi@li62-206.members.linode.com)
  944. # [20:38] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  945. # [20:39] * Joins: kuatsure (~kuatsure@cpe-184-59-100-169.cinci.res.rr.com)
  946. # [20:40] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
  947. # [20:42] * Joins: ap (~ap@2620:149:4:304:41d7:d381:a12a:a344)
  948. # [20:42] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 252 seconds)
  949. # [20:43] * Joins: jeremyj (~jeremyj@17.202.44.231)
  950. # [20:45] <annevk> how does <dialog> makes this different from just two image maps?
  951. # [20:45] * Quits: 92AAAFCHO (scrollback@conference/jsconf/x-qnnploszobnwkwxd) (Remote host closed the connection)
  952. # [20:46] * Joins: 92AAAFKE7 (scrollback@conference/jsconf/x-siuqinqyccnfpwxo)
  953. # [20:47] * Quits: jeremyj (~jeremyj@17.202.44.231) (Client Quit)
  954. # [20:50] * Joins: hasather (~hasather@guest.schibsted.no)
  955. # [20:52] * Joins: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca)
  956. # [20:52] * Quits: reyre (~reyre@bas1-streetsville52-1279283565.dsl.bell.ca) (Remote host closed the connection)
  957. # [20:52] * Quits: alrra (~alrra@unaffiliated/alrra) (Write error: Connection reset by peer)
  958. # [20:52] * Quits: annevk (~annevk@207.218.72.65) (Remote host closed the connection)
  959. # [20:53] * Joins: jeremyj (~jeremyj@17.202.44.231)
  960. # [20:55] * Quits: hasather (~hasather@guest.schibsted.no) (Ping timeout: 245 seconds)
  961. # [20:58] * Quits: shaunbaker (~shaunbake@97e69e6b.skybroadband.com)
  962. # [21:02] * Joins: alrra (~alrra@unaffiliated/alrra)
  963. # [21:03] * Quits: charl (~charl@524A9047.cm-4-3c.dynamic.ziggo.nl) (Quit: leaving)
  964. # [21:07] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  965. # [21:11] * Joins: encrypt__ (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com)
  966. # [21:12] * Quits: alrra (~alrra@unaffiliated/alrra) (Quit: Leaving)
  967. # [21:12] <Hixie> annevk-cloud: only difference would be that now there's more than one group of controls, since each dialog has its own group
  968. # [21:14] * Quits: Smylers (~smylers@host86-163-23-70.range86-163.btcentralplus.com) (Quit: Leaving.)
  969. # [21:15] * Quits: encrypt__ (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com) (Ping timeout: 246 seconds)
  970. # [21:17] * Quits: eric_carlson (~eric@17.202.43.125) (Quit: eric_carlson)
  971. # [21:18] * Joins: pinpin404 (~pinage404@2a01:e35:8b86:e330:260a:64ff:fe63:69ab)
  972. # [21:18] * Quits: pinpin404 (~pinage404@2a01:e35:8b86:e330:260a:64ff:fe63:69ab) (Client Quit)
  973. # [21:20] <jamesr__> TC39 seems confusing
  974. # [21:21] <Hixie> how so?
  975. # [21:22] <jamesr__> i'm trying to follow the threads describing what the status of Promises is
  976. # [21:24] <Hixie> ah, yeah
  977. # [21:24] <Hixie> i assume they just didn't know it had shipped
  978. # [21:24] <Hixie> (they presumably wouldn't have changed it if they knew that)
  979. # [21:24] * Quits: dshwang (~dshwang@192.55.54.40) (Write error: Broken pipe)
  980. # [21:24] * Joins: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu)
  981. # [21:27] <jamesr__> the part in parens is the part i'm not sure about, which is what i find confusing
  982. # [21:28] <Hixie> why would they change it if it had shipped? once it's shipped it almost certainly can't change unless it's really really early on, and even then there's a huge cost
  983. # [21:29] * Quits: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu) (Read error: Connection reset by peer)
  984. # [21:30] * Joins: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu)
  985. # [21:31] * Quits: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu) (Read error: Connection reset by peer)
  986. # [21:31] * Joins: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu)
  987. # [21:32] * Quits: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu) (Read error: Connection reset by peer)
  988. # [21:32] <Hixie> TabAtkins or any other CSS mavens around: does CSS have some equivalent to "tree order"?
  989. # [21:32] * Joins: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu)
  990. # [21:33] <Hixie> if an element generates multiple boxes that are scrollable, then it might have multiple scrollable regions, and i'd like to be able to pick the "first one" by some useful definition
  991. # [21:33] <Hixie> but i don't know how to say that
  992. # [21:37] <jamesr__> i can't speak strongly, though. these promises threads are very long
  993. # [21:37] <jamesr__> Hixie: CSS doesn't define a box tree properly anywhere, sadly
  994. # [21:37] <jamesr__> there may be an approximation somewhere though
  995. # [21:39] * Quits: dbaron (~dbaron@70-36-140-106.dsl.dynamic.sonic.net) (Ping timeout: 260 seconds)
  996. # [21:40] * Quits: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu) (Read error: Connection reset by peer)
  997. # [21:40] * Joins: satazor (~satazor@80.78.37.188.rev.vodafone.pt)
  998. # [21:40] * Hixie figures out these regions have to be in the tab order too, and so defers to that for now
  999. # [21:40] * Joins: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu)
  1000. # [21:40] <Hixie> (that'll come and bite me in the ass later...)
  1001. # [21:40] * Quits: satazor (~satazor@80.78.37.188.rev.vodafone.pt) (Read error: Connection reset by peer)
  1002. # [21:43] <Hixie> i wish someone could explain to me the value of all the chatter on some of the w3c lists about whether something is "at risk" or not and whether it should be in or out for CR and when to ship the CR and all the crap
  1003. # [21:43] <Hixie> just publish it all. why would you want to _not_ get the patent protection.
  1004. # [21:44] <Hixie> and publish it asap. why would you want to wait.
  1005. # [21:44] <Hixie> sigh
  1006. # [21:44] <Hixie> (hm, actually i guess they might not theoretically all be in the tab order.)
  1007. # [21:48] * Joins: Smylers (~smylers@host86-163-23-70.range86-163.btcentralplus.com)
  1008. # [21:50] * Quits: smaug____ (~chatzilla@a91-154-42-30.elisa-laajakaista.fi) (Quit: Reconnecting…)
  1009. # [21:50] * Joins: smaug____ (~chatzilla@a91-154-42-30.elisa-laajakaista.fi)
  1010. # [21:51] * Joins: hasather (~hasather@guest.schibsted.no)
  1011. # [21:55] * Joins: rniwa (~rniwa@17.202.43.222)
  1012. # [21:56] * Quits: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu) (Read error: Connection reset by peer)
  1013. # [21:56] * Quits: hasather (~hasather@guest.schibsted.no) (Ping timeout: 252 seconds)
  1014. # [21:56] * Joins: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu)
  1015. # [21:57] * Quits: ap (~ap@2620:149:4:304:41d7:d381:a12a:a344) (Quit: ap)
  1016. # [21:59] <TabAtkins> Hixie: Yeah, you can do tree order on the box tree.
  1017. # [22:00] <Hixie> oh, cool. what should i reference when doing that?
  1018. # [22:00] * Quits: espadrine (~ttyl@AMontsouris-158-1-21-54.w92-128.abo.wanadoo.fr) (Ping timeout: 248 seconds)
  1019. # [22:00] <TabAtkins> http://www.w3.org/TR/CSS21/intro.html#formatting-structure
  1020. # [22:01] <TabAtkins> It's not really "defined", per se, but that's the right ref for people to know what you're talkinga bout.
  1021. # [22:06] * Joins: eric_carlson (~eric@17.202.43.125)
  1022. # [22:08] * Joins: ap (~ap@17.114.219.4)
  1023. # [22:09] * Joins: lmclister (~lmclister@sjfw1-b.adobe.com)
  1024. # [22:11] * Quits: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu) (Read error: Connection reset by peer)
  1025. # [22:11] * Quits: clamstar (~rx-ident@162.243.230.189) (Quit: ZNC - http://znc.in)
  1026. # [22:11] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1027. # [22:11] * Joins: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu)
  1028. # [22:15] * Quits: llkats (~llkats@206.169.83.230) (Remote host closed the connection)
  1029. # [22:16] * Quits: smaug____ (~chatzilla@a91-154-42-30.elisa-laajakaista.fi) (Quit: Reconnecting…)
  1030. # [22:16] <Hixie> TabAtkins: is there any plan for a real definition that i can reference?
  1031. # [22:16] * Joins: smaug____ (~chatzilla@a91-154-42-30.elisa-laajakaista.fi)
  1032. # [22:16] <TabAtkins> Plan, yes. Timetable, no.
  1033. # [22:16] <Hixie> i mean, people will "know what i mean" even without a ref... :-)
  1034. # [22:16] <Hixie> k
  1035. # [22:23] * Joins: yoshu (~josh@75-151-125-213-Washington.hfc.comcastbusiness.net)
  1036. # [22:30] * Joins: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com)
  1037. # [22:32] * Quits: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu) (Read error: Connection reset by peer)
  1038. # [22:32] * Joins: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu)
  1039. # [22:33] * Quits: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu) (Read error: Connection reset by peer)
  1040. # [22:33] * Joins: jeremyj (~jeremyj@17.202.44.231)
  1041. # [22:34] * Quits: lmclister (~lmclister@sjfw1-b.adobe.com)
  1042. # [22:34] * Joins: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu)
  1043. # [22:37] * Joins: lmclister (~lmclister@sjfw1-b.adobe.com)
  1044. # [22:38] * Quits: newtron (~newtron@199.71.174.203) (Quit: Leaving...)
  1045. # [22:42] * Quits: yoshu (~josh@75-151-125-213-Washington.hfc.comcastbusiness.net) (Quit: yoshu)
  1046. # [22:44] * Quits: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu) (Read error: Connection reset by peer)
  1047. # [22:44] * Quits: lmclister (~lmclister@sjfw1-b.adobe.com)
  1048. # [22:44] * Joins: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu)
  1049. # [22:45] * Quits: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu) (Read error: Connection reset by peer)
  1050. # [22:45] * Joins: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu)
  1051. # [22:46] * Quits: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu) (Read error: Connection reset by peer)
  1052. # [22:46] * Joins: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu)
  1053. # [22:46] * Joins: clamstar (~rx-ident@162.243.230.189)
  1054. # [22:52] * Joins: satazor (~satazor@80.78.37.188.rev.vodafone.pt)
  1055. # [22:52] * Quits: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu) (Read error: Connection reset by peer)
  1056. # [22:52] * Joins: hasather (~hasather@guest.schibsted.no)
  1057. # [22:52] * Joins: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu)
  1058. # [22:56] * Quits: satazor (~satazor@80.78.37.188.rev.vodafone.pt) (Ping timeout: 245 seconds)
  1059. # [22:56] * Joins: seventh (seventh@31.6.45.141)
  1060. # [22:56] * Quits: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu) (Remote host closed the connection)
  1061. # [22:57] * Quits: benvie (~bbenvie@corp-nat.p2p.sfo1.mozilla.com) (Ping timeout: 252 seconds)
  1062. # [22:57] * Quits: hasather (~hasather@guest.schibsted.no) (Ping timeout: 272 seconds)
  1063. # [22:57] * Quits: TallTed (~Thud@63.119.36.39) (Ping timeout: 248 seconds)
  1064. # [23:00] * Joins: lmclister (~lmclister@sjfw1-b.adobe.com)
  1065. # [23:02] * Joins: Streusel (~Anonymous@unaffiliated/streusel)
  1066. # [23:07] * Quits: 92AAAFKE7 (scrollback@conference/jsconf/x-siuqinqyccnfpwxo) (Remote host closed the connection)
  1067. # [23:08] * Joins: 36DACIIKL (scrollback@conference/jsconf/x-mkcoqexutpvtomlh)
  1068. # [23:09] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1069. # [23:11] * Quits: ap (~ap@17.114.219.4) (Remote host closed the connection)
  1070. # [23:11] * Joins: ap (~ap@2620:149:4:304:48a1:e840:58d7:ca47)
  1071. # [23:12] * Joins: encrypt__ (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com)
  1072. # [23:15] * Joins: yoshu (~josh@75-151-125-213-Washington.hfc.comcastbusiness.net)
  1073. # [23:16] * Quits: encrypt__ (~encryptd_@24-177-124-44.dhcp.mdsn.wi.charter.com) (Ping timeout: 248 seconds)
  1074. # [23:17] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  1075. # [23:23] <Hixie> seriously. running. out. of. words. in. the. english. language.
  1076. # [23:23] * Parts: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  1077. # [23:24] * Joins: jernoble|laptop (~jernoble@17.202.45.163)
  1078. # [23:26] * Quits: jernoble (~jernoble@17.202.46.221) (Ping timeout: 245 seconds)
  1079. # [23:30] * Joins: benvie (~bbenvie@204.28.118.69)
  1080. # [23:33] * Quits: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  1081. # [23:33] * Joins: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com)
  1082. # [23:38] * Quits: rdebeasi (~rdebeasi@datacenter.ef.com) (Ping timeout: 252 seconds)
  1083. # [23:39] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1084. # [23:39] * Quits: felipeduardo (~felipedua@189.103.152.191) (Remote host closed the connection)
  1085. # [23:40] * Joins: jeremyj (~jeremyj@17.202.44.231)
  1086. # [23:41] * Quits: kuatsure (~kuatsure@cpe-184-59-100-169.cinci.res.rr.com) (Quit: bye)
  1087. # [23:41] * Quits: benv (~benv@38.104.194.126) (Quit: Computer has gone to sleep.)
  1088. # [23:41] * Quits: encryptd_fractal (~mfrawley@66-188-99-174.static.ftbg.wi.charter.com) (Quit: Leaving.)
  1089. # [23:42] * Quits: totsinaprops (~totsinapr@gateway/tor-sasl/totsinaprops) (Quit: totsinaprops)
  1090. # [23:46] * Quits: Smylers (~smylers@host86-163-23-70.range86-163.btcentralplus.com) (Ping timeout: 246 seconds)
  1091. # [23:51] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.cpe.webspeed.dk)
  1092. # [23:52] * Joins: benv (~benv@38.104.194.126)
  1093. # [23:53] * Quits: eric_carlson (~eric@17.202.43.125) (Quit: eric_carlson)
  1094. # [23:53] * Joins: hasather (~hasather@guest.schibsted.no)
  1095. # [23:57] * Joins: eric_carlson (~eric@17.202.43.125)
  1096. # [23:58] * Quits: hasather (~hasather@guest.schibsted.no) (Ping timeout: 252 seconds)
  1097. # Session Close: Sat Feb 15 00:00:00 2014

The end :)