/irc-logs / freenode / #whatwg / 2012-08-03 / end

Options:

  1. # Session Start: Fri Aug 03 00:00:00 2012
  2. # Session Ident: #whatwg
  3. # [00:03] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (Quit: Computer has gone to sleep.)
  4. # [00:05] * Quits: yodasw16 (~dgillhesp@ql1fwhide.rockfin.com) (Quit: yodasw16)
  5. # [00:06] * Quits: othermaciej (~mjs@17.245.109.135) (Quit: othermaciej)
  6. # [00:07] * Joins: othermaciej (~mjs@17.245.109.135)
  7. # [00:11] * Quits: jamesr (jamesr@nat/google/x-pkqmkbnqjxsinymu) (Quit: jamesr)
  8. # [00:13] * Quits: dbaron (~dbaron@nat/mozilla/x-vnctjncawjxoowon) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  9. # [00:15] * Joins: jamesr (jamesr@nat/google/x-yncfmzwerrewmmrl)
  10. # [00:16] * Joins: Lachy (~Lachy@cm-84.215.193.125.getinternet.no)
  11. # [00:19] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (Client Quit)
  12. # [00:21] * jonlee is now known as jonlee|afk
  13. # [00:22] * Quits: othermaciej (~mjs@17.245.109.135) (Quit: othermaciej)
  14. # [00:24] * Joins: othermaciej (~mjs@17.245.109.135)
  15. # [00:31] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (Quit: Leaving.)
  16. # [00:33] * Quits: jamesr (jamesr@nat/google/x-yncfmzwerrewmmrl) (Quit: jamesr)
  17. # [00:33] * Quits: jesusruiz (~jesusruiz@84.122.18.73.dyn.user.ono.com)
  18. # [00:33] * Joins: jamesr (jamesr@nat/google/x-zbqxjxgtwjmzpxtq)
  19. # [00:33] * Quits: jamesr (jamesr@nat/google/x-zbqxjxgtwjmzpxtq) (Client Quit)
  20. # [00:35] * abstractj is now known as abstractj|away
  21. # [00:38] <Hixie> hober: is image-set() going anywhere?
  22. # [00:39] <hober> Hixie: TabAtkins keeps saying he'll add it to CSS4 Images, but I don't know when he'll get to it.
  23. # [00:41] <Hixie> is it basically the same as srcset="" is now?
  24. # [00:41] <Hixie> but with cssy syntax?
  25. # [00:41] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  26. # [00:41] <hober> AFAIK it only handles the resolution case
  27. # [00:41] <hober> but that will depend on whatver TabAtkins puts in the draft
  28. # [00:42] <Hixie> ah ok
  29. # [00:42] <hober> as currently implemented, -webkit-image-set() only supports the resolution case, fwiw
  30. # [00:42] <Hixie> right
  31. # [00:43] * jonlee|afk is now known as jonlee
  32. # [00:43] <hober> on the css side of things, the art direction case is probably best handled with the existing mechanisms (MQs etc0
  33. # [00:43] * Quits: necolas (~necolas@5ade1f41.bb.sky.com) (Remote host closed the connection)
  34. # [00:43] <Hixie> yeah
  35. # [00:45] * Quits: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net) (Quit: linclark)
  36. # [00:45] <hober> i think the only change i remember TabAtkins planning to make was to add the ability to specify a <color>
  37. # [00:45] <hober> (if the ua decides that *none* of the resources are to its liking, it could display the color instead)
  38. # [00:46] <Hixie> interesting
  39. # [00:49] * Quits: jryans (~jryans@office.massrel.com) (Quit: Be back later)
  40. # [00:49] * gwicke_ is now known as gwicke
  41. # [00:51] <zewt> hober: or image-set(url(...), url(...), rgba(...))?
  42. # [00:52] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Remote host closed the connection)
  43. # [00:52] <Hixie> more like image-set(url(...) 1x, url(...) 2x, rgba(...)) or some such, right?
  44. # [00:56] <TabAtkins> hober: I've already got it started, I just need to finish writing it out. Expect it to show up this evening or tomorrow.
  45. # [00:56] <TabAtkins> Would have done it Tuesday, but was working on Flexbox and sizing things with fantasai instead.
  46. # [00:56] <TabAtkins> But yeah, planning on only doing the resolution stuff, because MQ does the other parts fine.
  47. # [00:57] <zewt> Hixie: yeah, I just mean that support for a color shouldn't be a special case
  48. # [00:57] <TabAtkins> <img srcset> just doesn't have an easy way to do MQs, so it has to reinvent them in its syntax.
  49. # [00:57] * heycam|away is now known as heycam
  50. # [00:57] <Hixie> zewt: it's still special :-)
  51. # [00:57] <zewt> (note: i know nothing about image-set aside from the last page or so of IRC)
  52. # [00:57] <TabAtkins> hober: I'm still not sure what to do about 2x vs <resolution>
  53. # [00:57] <Hixie> TabAtkins: yeah
  54. # [00:58] <Hixie> it's amazing how HTML's syntax is constraining us
  55. # [00:58] <Hixie> but anyway
  56. # [00:58] <hober> TabAtkins: drop <resolution> obviously :)
  57. # [00:58] <Hixie> hober++
  58. # [00:58] <othermaciej> <resolution> is lame
  59. # [00:58] <othermaciej> no one will remember or understand what dppx units mean
  60. # [00:58] <TabAtkins> The "x" unit is just a synonym for "dppx".
  61. # [00:58] <TabAtkins> I'd prefer to just make it an explicit synonym.
  62. # [00:59] <othermaciej> and I think specifying dpi for this use case is not valuable
  63. # [00:59] <TabAtkins> ...you're already specifying dpi.
  64. # [00:59] <hober> dp{i,cm,px} should just go away entirely; they're crazy
  65. # [00:59] <othermaciej> no, you're specifying a scale factor relative to "normal"
  66. # [00:59] <TabAtkins> Normal is 96dpi.
  67. # [01:00] <othermaciej> but there's no good reason to say 192dpi instead of 2x
  68. # [01:00] <othermaciej> and it may make you think you can say things like 200dpi, which will get you ugly blurry output
  69. # [01:00] <TabAtkins> It's probably less useful in this case, yeah. But you're still specifying a resolution, so it's weird if you can't use the other resolution types.
  70. # [01:01] <othermaciej> or worse yet, it may make you think you should use the actual physical device dpi, which in this case would be utterly wrong
  71. # [01:01] <hober> but no one should ever, ever use the otheer resolution types
  72. # [01:01] <hober> s/ otheer// even :)
  73. # [01:01] <othermaciej> you might think you should say 326dpi instead of 192dpi
  74. # [01:02] <hober> exactly
  75. # [01:02] <othermaciej> for the iphone
  76. # [01:02] <othermaciej> css overloading dpi to mean something unrelated to physical dpi is a bad idea
  77. # [01:02] <othermaciej> and should not be propagated
  78. # [01:04] <othermaciej> 192dpi is closer to the actual physical dpi of the original iPhone than to the Retina iPhone
  79. # [01:04] <Hixie> note that the display resolution is not necessarily just 1x vs 2x; consider browser zoom, or the retina macbook pro resolution setting
  80. # [01:04] <hober> right. image-set(foo 1x, bar 2x) just means that bar's resolution is twice that of foo's; it doesn't make any claims to foo or bar's actual resolution. the ua can then pick whichever would be best in the current circumstance
  81. # [01:05] <othermaciej> sure, you could have fractional zoom
  82. # [01:05] <othermaciej> but describing in in terms of dpi just confuses the issue
  83. # [01:05] <TabAtkins> hober: Well, that's no good. That means you can't ever rely on auto sizing.
  84. # [01:05] <TabAtkins> "2x" needs to very strictly mean "this is 192dpi".
  85. # [01:05] <hober> auto sizing works fine
  86. # [01:06] <othermaciej> it doesn't mean "this is 192dpi", it means, "choose this when 2x scale is appropriate and downscale it by 2"
  87. # [01:06] <Hixie> othermaciej: 100% agree on dpi being pointlessly confusing here
  88. # [01:06] <hober> what othermaciej said
  89. # [01:06] <Hixie> like setting font-size in pt or width in cm
  90. # [01:06] <TabAtkins> Those two statements are equivalent.
  91. # [01:06] <othermaciej> no, because dpi could be taken as a statement about the image's intended true physical resolution
  92. # [01:06] <TabAtkins> Because the 1x scale means "this is 96dpi".
  93. # [01:07] <hober> no it doesn't
  94. # [01:07] <othermaciej> except to people who know the insane CSS definition of DPI
  95. # [01:07] <TabAtkins> You can *think* your iamge is something else, but you're wrong. It's 96dpi by definition. ^_^
  96. # [01:07] <othermaciej> (and believe it)
  97. # [01:07] <TabAtkins> Hixie: You coming to my desk?
  98. # [01:07] <othermaciej> it's 96 dots per CSS inch, not 96 dots per inch
  99. # [01:08] <othermaciej> a normal person would not think that "dpi" means "multiply by 96"
  100. # [01:08] <othermaciej> so calling that unit dpi is bordering on evil
  101. # [01:08] <othermaciej> furthermore, there is no particular case where it is helpful or convenient to multiply by 96
  102. # [01:08] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
  103. # [01:08] <TabAtkins> What are you talking about? There's no multiplication by 96.
  104. # [01:08] <othermaciej> and it makes it harder to see which values represent an integral scale factor
  105. # [01:09] <TabAtkins> "dots per CSS inch" is approximately the same as "dots per physical inch", and the approximation gets closer as resolutions go up.
  106. # [01:09] <othermaciej> it is in no way approximately the same
  107. # [01:09] <othermaciej> the iPhone has 192 dots per css inch and 326 dots per physical inch
  108. # [01:09] <TabAtkins> At a normal zoom factor it is.
  109. # [01:10] <othermaciej> 192 is not approximately the same as 326
  110. # [01:12] <hober> If I've done the math right, I think 1 CSS liter is 37,795 cubic pixels.
  111. # [01:13] <othermaciej> CSS liter makes about as much sense as CSS dpi :-)
  112. # [01:13] <hober> (cubic css pixels, of course.)
  113. # [01:13] <hober> yeah, exactly
  114. # [01:18] * Joins: jryans (~jryans@rrcs-108-178-108-5.sw.biz.rr.com)
  115. # [01:18] * Joins: WeirdAl (~chatzilla@g2spf.ask.info)
  116. # [01:20] * Joins: nonge (~nonge@p5082B2A3.dip.t-dialin.net)
  117. # [01:21] * Joins: Delapouite (~Delapouit@dsl-58-6-19-17.wa.westnet.com.au)
  118. # [01:23] * Joins: scor (~scor@drupal.org/user/52142/view)
  119. # [01:23] * Joins: dbaron (~dbaron@nat/mozilla/x-yzhgjosbgxntpvad)
  120. # [01:24] <zewt> cool, that thread is now totally derailed
  121. # [01:24] <zewt> (ugh)
  122. # [01:24] <hober> zewt: the lazy blob thread?
  123. # [01:25] <zewt> yeah
  124. # [01:26] * Joins: prathe (~prathe@bas1-quebec06-3096548790.dsl.bell.ca)
  125. # [01:27] * ojan is now known as ojan_away
  126. # [01:29] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  127. # [01:31] * Quits: mattgiff_ (~mattgiffo@108.161.20.34) (Remote host closed the connection)
  128. # [01:36] * Quits: sicking (~chatzilla@nat/mozilla/x-pnwiivrdlsjrsuai) (Ping timeout: 255 seconds)
  129. # [01:38] * Quits: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi) (Ping timeout: 255 seconds)
  130. # [01:40] * Quits: othermaciej (~mjs@17.245.109.135) (Quit: othermaciej)
  131. # [01:41] * Joins: garciawebdev (~garciaweb@190.244.73.31)
  132. # [01:42] * Quits: prathe (~prathe@bas1-quebec06-3096548790.dsl.bell.ca) (Quit: prathe)
  133. # [01:45] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
  134. # [01:46] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 248 seconds)
  135. # [01:58] * Joins: nessy (~silviapf@124-168-183-82.dyn.iinet.net.au)
  136. # [01:59] * Quits: oal (u4126@gateway/web/irccloud.com/x-omybtgzuvryinsui) (Max SendQ exceeded)
  137. # [01:59] * Quits: wycats (u79@gateway/web/irccloud.com/x-lohrnhlkpqwjhlyl) (Max SendQ exceeded)
  138. # [02:01] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-cvqfxvsdlafrjupk) (Ping timeout: 240 seconds)
  139. # [02:01] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
  140. # [02:04] * Quits: akamike (u5089@gateway/web/irccloud.com/x-ytwnbafnfofcgjpw) (Ping timeout: 240 seconds)
  141. # [02:04] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-gpwewaiibkmxltic) (Max SendQ exceeded)
  142. # [02:04] * Joins: nattokirai (~nattokira@rtr.mozilla.or.jp)
  143. # [02:04] * Quits: sawrubh (u6719@gateway/web/irccloud.com/x-fondlfgxhnoqiedp) (Ping timeout: 240 seconds)
  144. # [02:04] * Quits: matjas (u2247@gateway/web/irccloud.com/x-zqdmcdyzvfwnymlr) (Ping timeout: 248 seconds)
  145. # [02:05] * Quits: twisted` (u6794@gateway/web/irccloud.com/x-tdppdjbvafvvhofh) (Ping timeout: 240 seconds)
  146. # [02:08] * Quits: hdv (u2376@gateway/web/irccloud.com/x-gnwaijdmffwimtmq) (Ping timeout: 276 seconds)
  147. # [02:08] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-ufkuvcsjiogqfnly) (Ping timeout: 252 seconds)
  148. # [02:08] * Quits: benschwarz (u2121@gateway/web/irccloud.com/x-trdbaqecuobgnesz) (Max SendQ exceeded)
  149. # [02:08] * Quits: boblet (u1921@gateway/web/irccloud.com/x-gwjsrfxlrqbecjju) (Ping timeout: 244 seconds)
  150. # [02:09] * Quits: isherman (isherman@nat/google/x-lwoaifricynlmtwt) (Quit: Leaving.)
  151. # [02:10] * Quits: ojan_away (u5519@gateway/web/irccloud.com/x-cxcvnrbcyotwzgtl) (Ping timeout: 252 seconds)
  152. # [02:10] * Quits: dglazkov (u4270@gateway/web/irccloud.com/x-jcktxyfigznywrgx) (Ping timeout: 248 seconds)
  153. # [02:11] * Joins: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net)
  154. # [02:11] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-wkyllhrhesscwnai)
  155. # [02:11] * Quits: vidu (u5404@gateway/web/irccloud.com/x-egntlgouazxzorcm) (Max SendQ exceeded)
  156. # [02:11] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-ytvsoyqttpxpcctf) (Ping timeout: 248 seconds)
  157. # [02:12] * Joins: vidu (~u5404@gateway/web/irccloud.com/x-nvxyglprtgcrnicp)
  158. # [02:12] * Joins: sawrubh (u6719@gateway/web/irccloud.com/x-drzhhqiljquvumgk)
  159. # [02:13] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (Read error: Connection timed out)
  160. # [02:14] * Quits: krijn (u2319@gateway/web/irccloud.com/x-ubldswoqulafljkz) (Ping timeout: 244 seconds)
  161. # [02:14] * Quits: rniwa (rniwa@nat/google/x-knktkftnicwxtkjc) (Quit: rniwa)
  162. # [02:14] * jonlee is now known as jonlee|afk
  163. # [02:15] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-thhwjyendajezdkk)
  164. # [02:15] * Joins: remysharp (~u4345@gateway/web/irccloud.com/x-ljgffpyyavtbdoub)
  165. # [02:16] * Joins: isherman (isherman@nat/google/x-rajmfiepxwnsnfcx)
  166. # [02:17] * Quits: isherman (isherman@nat/google/x-rajmfiepxwnsnfcx) (Client Quit)
  167. # [02:18] * Joins: isherman (isherman@nat/google/x-qesdvhhnuttotlpb)
  168. # [02:19] * jonlee|afk is now known as jonlee
  169. # [02:20] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
  170. # [02:20] * Joins: hdv (u2376@gateway/web/irccloud.com/x-zxwfpkujlwlmnppz)
  171. # [02:21] * Joins: krijn (u2319@gateway/web/irccloud.com/x-booddzpwnmtutrks)
  172. # [02:21] * Quits: ap (~ap@2620:149:4:1b01:1831:530a:e1d:449d) (Quit: ap)
  173. # [02:21] * Joins: matjas (u2247@gateway/web/irccloud.com/x-amahhjqyeqwzebok)
  174. # [02:21] * Quits: matjas (u2247@gateway/web/irccloud.com/x-amahhjqyeqwzebok) (Changing host)
  175. # [02:21] * Joins: matjas (u2247@unaffiliated/matjas)
  176. # [02:21] * Quits: matjas (u2247@unaffiliated/matjas) (Changing host)
  177. # [02:21] * Joins: matjas (u2247@gateway/web/irccloud.com/x-amahhjqyeqwzebok)
  178. # [02:27] <MikeSmith> Hixie: here now
  179. # [02:28] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-thhwjyendajezdkk) (Max SendQ exceeded)
  180. # [02:31] * Quits: remysharp (~u4345@gateway/web/irccloud.com/x-ljgffpyyavtbdoub) (Ping timeout: 245 seconds)
  181. # [02:33] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-wkyllhrhesscwnai) (Ping timeout: 244 seconds)
  182. # [02:33] * Quits: hdv (u2376@gateway/web/irccloud.com/x-zxwfpkujlwlmnppz) (Ping timeout: 246 seconds)
  183. # [02:33] * Quits: vidu (~u5404@gateway/web/irccloud.com/x-nvxyglprtgcrnicp) (Ping timeout: 245 seconds)
  184. # [02:33] * Quits: sawrubh (u6719@gateway/web/irccloud.com/x-drzhhqiljquvumgk) (Max SendQ exceeded)
  185. # [02:35] * Quits: gwicke (~gabriel@216.38.130.162) (Ping timeout: 240 seconds)
  186. # [02:36] * Quits: Phae (u455@gateway/web/irccloud.com/x-sxujguumckdqproy) (Ping timeout: 252 seconds)
  187. # [02:37] * Quits: stefsull (~stefsull@wsip-98-191-178-254.ph.ph.cox.net) (Quit: stefsull)
  188. # [02:38] * Quits: krijn (u2319@gateway/web/irccloud.com/x-booddzpwnmtutrks) (Ping timeout: 248 seconds)
  189. # [02:40] * Quits: arv (u4269@gateway/web/irccloud.com/x-iktotlhveolxlwwb) (Ping timeout: 244 seconds)
  190. # [02:41] * Quits: derekjohnson (u7037@gateway/web/irccloud.com/x-essxnuekthvfxttp) (Read error: Connection timed out)
  191. # [02:44] * Quits: Wilto (u2821@gateway/web/irccloud.com/x-obnezsrzifqijvgt) (Ping timeout: 244 seconds)
  192. # [02:46] * Quits: matjas (u2247@gateway/web/irccloud.com/x-amahhjqyeqwzebok) (Read error: Connection timed out)
  193. # [02:47] * Quits: divya (u1924@gateway/web/irccloud.com/x-uhgiwpyatmazofxp) (Read error: Connection timed out)
  194. # [02:51] * Quits: __doc__ (~pyalot@84-73-208-140.dclient.hispeed.ch) (Ping timeout: 252 seconds)
  195. # [02:53] * Quits: tobie (u5692@gateway/web/irccloud.com/x-ejoqgukmtbvzxjnl) (Ping timeout: 240 seconds)
  196. # [02:59] <roc> at least I don't have to take responsibility for the CSS "dpi" unit
  197. # [03:00] * jonlee is now known as jonlee|afk
  198. # [03:00] <TabAtkins> Who *is* responsible for that?
  199. # [03:00] <roc> I don't know
  200. # [03:01] <roc> can we not implement it and then take it out of the spec?
  201. # [03:01] <roc> ddpx is a dumb name but at least it makes some sense
  202. # [03:02] <TabAtkins> dppx. ^_^
  203. # [03:02] <roc> I reset my case
  204. # [03:03] <TabAtkins> I suspect it falls out of the image-resolution property, which is specced because CSS printers implemented it unprefixed.
  205. # [03:03] <TabAtkins> I'm just gonna define "x" to be a synonym for "dppx".
  206. # [03:03] <TabAtkins> And we'll see who screams.
  207. # [03:04] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-vunhpniqgawqdtfv)
  208. # [03:04] * Quits: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
  209. # [03:05] <TabAtkins> Oh, roc, while you're here, I had a question about your comments on element() to Birtles.
  210. # [03:05] <TabAtkins> In particular, what do you see as clashing about the use of element() as <image> and as a more generic element reference?
  211. # [03:06] * Joins: Wilto (u2821@gateway/web/irccloud.com/x-oqdpnzcjktepppmg)
  212. # [03:06] * Joins: MikeSmith_ (~MikeSmith@s1106181.xgsspn.imtp.tachikawa.spmode.ne.jp)
  213. # [03:06] <roc> mask:url(foo.svg#abc)
  214. # [03:07] <roc> er wait
  215. # [03:07] <roc> that's not what you were asking about
  216. # [03:07] <roc> mask:element(#abc)
  217. # [03:08] <roc> and suppose the element with the mask style is not an ancestor of the #abc element
  218. # [03:08] <roc> as currently specced I think that matches according to CSS Images and does not match according to the SVG proposal
  219. # [03:08] * Quits: MikeSmith (~MikeSmith@s1106009.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 248 seconds)
  220. # [03:08] * MikeSmith_ is now known as MikeSmith
  221. # [03:09] <TabAtkins> Ah, I see. So it's valid as an <image>, but not as a mask reference.
  222. # [03:09] <TabAtkins> Okay, so then we probably do want a separate function for "refer to an element" that doesn't interpret it as an image.
  223. # [03:09] <TabAtkins> Like select() or something.
  224. # [03:09] <roc> or
  225. # [03:09] * Joins: tobie (u5692@gateway/web/irccloud.com/x-kpychfxkaxevggwt)
  226. # [03:10] <roc> well
  227. # [03:10] <roc> yes, that's probably for the best
  228. # [03:10] <roc> descendant() might be a better name
  229. # [03:10] <roc> maybe we're not talking about the same thing
  230. # [03:11] <roc> I think basically you want a version of element() that matches only within the subtree of the styled element. Possibly that could be achieved with extended selector syntax, but a different CSS value is probably better
  231. # [03:11] <roc> that could be a CSS image value and then SVG could just use it
  232. # [03:12] <TabAtkins> Or, wait, it's actually not a problem I think?
  233. # [03:12] <TabAtkins> if element(#abc) points to a non-child, or a child that's not a <mask>, it's an <image>. If it points to a <mask> child, it's a mask reference.
  234. # [03:13] * Quits: maknz (~Mak@unaffiliated/makx) (Ping timeout: 240 seconds)
  235. # [03:13] <TabAtkins> The two should be mutually exclusive, since <mask> doesn't provide a paint source.
  236. # [03:13] * Joins: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net)
  237. # [03:13] * Quits: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net) (Changing host)
  238. # [03:13] * Joins: scor (~scor@drupal.org/user/52142/view)
  239. # [03:14] * Joins: divya (u1924@gateway/web/irccloud.com/x-tfalaofsajkwfabh)
  240. # [03:14] * Joins: maknz (~Mak@unaffiliated/makx)
  241. # [03:15] <roc> that seems fragile
  242. # [03:15] * Quits: nessy (~silviapf@124-168-183-82.dyn.iinet.net.au) (Quit: Leaving.)
  243. # [03:16] <TabAtkins> Potentially, yeah.
  244. # [03:16] <TabAtkins> So, back to select(). If you allow the same fragment thing that document.find() does, it would be easy. "mask: select(> .foo);"
  245. # [03:27] * Joins: mye (~mye@p4FD9265F.dip.t-dialin.net)
  246. # [03:33] * Quits: WeirdAl (~chatzilla@g2spf.ask.info) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347])
  247. # [03:33] <TabAtkins> hober: Any opinion on what the interaction between image-set("foo" 2x) and 'image-resolution' should be?
  248. # [03:34] * Joins: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
  249. # [03:39] <TabAtkins> hober: Right now, I have image-set() defined as setting the "intrinsic resolution" of the image, but that doesn't play well with the current initial value of "image-resolution".
  250. # [03:40] <TabAtkins> It might make sense to change the initial value to "auto", which means "1x, unless CSS says otherwise".
  251. # [03:41] * Quits: dbaron (~dbaron@nat/mozilla/x-yzhgjosbgxntpvad) (Ping timeout: 244 seconds)
  252. # [03:42] * Joins: stefsull (~stefsull@ip68-104-139-203.ph.ph.cox.net)
  253. # [04:00] * Joins: kennyluck (~kennyluck@119.161.158.96)
  254. # [04:01] * Joins: MikeSmith_ (~MikeSmith@s1106203.xgsspn.imtp.tachikawa.spmode.ne.jp)
  255. # [04:04] * Quits: MikeSmith (~MikeSmith@s1106181.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 248 seconds)
  256. # [04:04] * MikeSmith_ is now known as MikeSmith
  257. # [04:16] * Joins: dbaron (~dbaron@70-36-140-99.dsl.dynamic.sonic.net)
  258. # [04:23] * Joins: garciawebdev (~garciaweb@190.244.73.31)
  259. # [04:26] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Excess Flood)
  260. # [04:28] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 268 seconds)
  261. # [04:29] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
  262. # [04:37] * abstractj|away is now known as abstractj
  263. # [04:55] * Quits: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
  264. # [05:03] * Quits: MikeSmith (~MikeSmith@s1106203.xgsspn.imtp.tachikawa.spmode.ne.jp) (Quit: MikeSmith)
  265. # [05:05] * heycam is now known as heycam|away
  266. # [05:05] * Joins: nessy (~silviapf@124-168-183-82.dyn.iinet.net.au)
  267. # [05:09] * Quits: nick_evans (~nicholas@static-98-113-167-42.nycmny.fios.verizon.net) (Quit: nick_evans)
  268. # [05:15] * Quits: Druide_ (~Druid@p5B05C731.dip.t-dialin.net)
  269. # [05:18] * Joins: garciawebdev (~garciaweb@190.244.73.31)
  270. # [05:22] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 245 seconds)
  271. # [05:24] * Quits: jryans (~jryans@rrcs-108-178-108-5.sw.biz.rr.com) (Quit: Be back later)
  272. # [05:28] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  273. # [05:35] * heycam|away is now known as heycam
  274. # [05:37] * Joins: izhak (~izhak@213.87.240.98)
  275. # [05:47] * Joins: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net)
  276. # [05:47] * Quits: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net) (Changing host)
  277. # [05:47] * Joins: scor (~scor@drupal.org/user/52142/view)
  278. # [05:53] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  279. # [05:57] * Joins: MikeSmith (~MikeSmith@s1106206.xgsspn.imtp.tachikawa.spmode.ne.jp)
  280. # [05:59] * Quits: MikeSmith (~MikeSmith@s1106206.xgsspn.imtp.tachikawa.spmode.ne.jp) (Client Quit)
  281. # [06:11] * Joins: myrman (~friendly@c-a23c70d5.035-31-73746f28.cust.bredbandsbolaget.se)
  282. # [06:11] * Joins: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
  283. # [06:12] * Joins: garciawebdev (~garciaweb@190.244.73.31)
  284. # [06:12] * Quits: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Client Quit)
  285. # [06:16] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 245 seconds)
  286. # [06:42] * Joins: mye_ (~mye@p4FD92E8E.dip.t-dialin.net)
  287. # [06:46] * Quits: mye (~mye@p4FD9265F.dip.t-dialin.net) (Ping timeout: 245 seconds)
  288. # [06:50] * Joins: benschwarz (u2121@gateway/web/irccloud.com/x-wilixqzjinkltixo)
  289. # [07:11] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 272 seconds)
  290. # [07:22] * Joins: Areks (~Areks@rs.gridnine.com)
  291. # [07:48] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
  292. # [07:52] * abstractj is now known as abstractj|away
  293. # [07:53] * Quits: JohnAlbin (~JohnAlbin@114-36-38-133.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
  294. # [08:00] * Joins: garciawebdev (~garciaweb@190.244.73.31)
  295. # [08:01] * Joins: krijn (u2319@gateway/web/irccloud.com/x-vrhanarnckaqlukj)
  296. # [08:04] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 245 seconds)
  297. # [08:08] * Joins: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net)
  298. # [08:09] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
  299. # [08:11] * Joins: mattgifford (~mattgiffo@108.161.20.199)
  300. # [08:14] * Quits: kennyluck (~kennyluck@119.161.158.96) (Read error: Connection reset by peer)
  301. # [08:14] * Joins: kennyluck (~kennyluck@119.161.158.96)
  302. # [08:16] * Joins: Smylers (~smylers@host86-156-113-190.range86-156.btcentralplus.com)
  303. # [08:26] * Joins: stalled (~stalled@unaffiliated/stalled)
  304. # [08:27] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 248 seconds)
  305. # [08:32] <hsivonen> Hixie: pong
  306. # [08:32] * Joins: LBP (~Mirc@pD9EB1823.dip0.t-ipconnect.de)
  307. # [08:37] * Quits: Yudai_ (~Yudai@nttkyo224046.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (Ping timeout: 264 seconds)
  308. # [08:39] <Hixie> hsivonen: your input on this thread would be helpful: http://lists.w3.org/Archives/Public/public-whatwg-archive/2012Aug/0004.html
  309. # [08:39] * Joins: matjas (u2247@gateway/web/irccloud.com/x-dgiptimautdsmgdu)
  310. # [08:42] * Quits: Smylers (~smylers@host86-156-113-190.range86-156.btcentralplus.com) (Quit: Leaving.)
  311. # [08:45] * Quits: kennyluck (~kennyluck@119.161.158.96) (Read error: Connection reset by peer)
  312. # [08:46] * Joins: kennyluck (~kennyluck@119.161.158.96)
  313. # [08:50] * Quits: charlvn (~charlvn@charlvn.nl) (Remote host closed the connection)
  314. # [09:00] * Joins: [[zzz]] (~q@node-iky.pool-101-108.dynamic.totbb.net)
  315. # [09:03] * Quits: [[zz]] (~q@node-l73.pool-101-108.dynamic.totbb.net) (Ping timeout: 240 seconds)
  316. # [09:11] * Joins: sawrubh (u6719@gateway/web/irccloud.com/x-mfcddgdmlboufuce)
  317. # [09:11] * Joins: Ms2ger (~Ms2ger@91.181.41.72)
  318. # [09:16] * Joins: Lachy (~Lachy@cm-84.215.193.125.getinternet.no)
  319. # [09:20] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
  320. # [09:21] * Joins: roven (~chatzilla@d51530390.static.telenet.be)
  321. # [09:22] * [[zzz]] is now known as [[zz]]
  322. # [09:25] * heycam is now known as heycam|away
  323. # [09:25] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: Leaving...)
  324. # [09:26] * Joins: necolas (~necolas@5ade1f41.bb.sky.com)
  325. # [09:27] * Quits: imrobert (~robert@c-68-32-39-105.hsd1.pa.comcast.net) (Ping timeout: 248 seconds)
  326. # [09:28] * Quits: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  327. # [09:31] * Joins: raphc (~quassel@153-107-190-109.dsl.ovh.fr)
  328. # [09:32] * Joins: jochen___ (jochen@nat/google/x-sygjdmusxxlmccnh)
  329. # [09:32] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (Quit: Computer has gone to sleep.)
  330. # [09:36] * Quits: jochen__ (jochen@nat/google/x-kctnvchjcpzpncbj) (Ping timeout: 240 seconds)
  331. # [09:36] * jochen___ is now known as jochen__
  332. # [09:37] * Joins: twisted` (u6794@gateway/web/irccloud.com/x-mgfxpjufixumibnn)
  333. # [09:40] * Joins: Gaunt (~Ragnar@g225030206.adsl.alicedsl.de)
  334. # [09:43] * Quits: dbaron (~dbaron@70-36-140-99.dsl.dynamic.sonic.net) (Ping timeout: 240 seconds)
  335. # [09:44] * Quits: nattokirai (~nattokira@rtr.mozilla.or.jp) (Quit: nattokirai)
  336. # [09:54] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (Quit: Leaving.)
  337. # [09:56] * Joins: Smylers (~smylers@94.116.7.147)
  338. # [10:00] * Joins: Lachy (~Lachy@office.oslo.opera.com)
  339. # [10:01] * Joins: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net)
  340. # [10:03] * Quits: Smylers (~smylers@94.116.7.147) (Quit: Leaving.)
  341. # [10:03] * Joins: Smylers (~smylers@94.116.7.147)
  342. # [10:03] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-fwwvwcezbhmxcupp)
  343. # [10:04] * Joins: cheron (~cheron@unaffiliated/cheron)
  344. # [10:08] * Quits: kennyluck (~kennyluck@119.161.158.96) (Read error: Connection reset by peer)
  345. # [10:08] * Joins: kennyluck (~kennyluck@119.161.158.96)
  346. # [10:09] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
  347. # [10:12] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  348. # [10:12] * Joins: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net)
  349. # [10:13] * Joins: drublic (~drublic@frbg-5f7305b3.pool.mediaWays.net)
  350. # [10:14] * Quits: necolas (~necolas@5ade1f41.bb.sky.com) (Remote host closed the connection)
  351. # [10:14] * Quits: Smylers (~smylers@94.116.7.147) (Ping timeout: 245 seconds)
  352. # [10:23] * Parts: myrman (~friendly@c-a23c70d5.035-31-73746f28.cust.bredbandsbolaget.se) ("Leaving")
  353. # [10:24] * Joins: graememcc (~chatzilla@host86-148-143-191.range86-148.btcentralplus.com)
  354. # [10:35] * Joins: nonge_ (~nonge@p5082A518.dip.t-dialin.net)
  355. # [10:39] * Quits: nonge (~nonge@p5082B2A3.dip.t-dialin.net) (Ping timeout: 245 seconds)
  356. # [10:39] * Joins: SimonSapin (~simon@2a01:e35:2e8d:b5f0:643e:f143:b54e:cd6e)
  357. # [10:41] * Joins: Smylers (~smylers@62.249.246.74)
  358. # [10:44] * Joins: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi)
  359. # [11:02] * Quits: stefsull (~stefsull@ip68-104-139-203.ph.ph.cox.net) (Ping timeout: 245 seconds)
  360. # [11:03] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Ping timeout: 248 seconds)
  361. # [11:10] * Quits: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi) (Remote host closed the connection)
  362. # [11:12] * Joins: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi)
  363. # [11:13] * Quits: gavin__ (~gavin@76.14.87.162) (Read error: Connection reset by peer)
  364. # [11:13] * Joins: gavin__ (~gavin@76.14.87.162)
  365. # [11:14] * Joins: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net)
  366. # [11:17] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
  367. # [11:19] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-cxgwtoxpemhohpnz)
  368. # [11:19] * Quits: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  369. # [11:24] * Joins: beowulf (u116@gateway/web/irccloud.com/x-wszsfdftmegfwyhl)
  370. # [11:24] * Quits: beowulf (u116@gateway/web/irccloud.com/x-wszsfdftmegfwyhl) (Changing host)
  371. # [11:24] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
  372. # [11:34] * Quits: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net) (Remote host closed the connection)
  373. # [11:34] * Joins: shwetank (~shwetank@122.173.219.203)
  374. # [11:35] * Joins: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net)
  375. # [11:38] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-rhwufwstuewpxdsh)
  376. # [11:43] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
  377. # [11:49] * Joins: necolas_ (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net)
  378. # [11:50] * Quits: Gaunt (~Ragnar@g225030206.adsl.alicedsl.de)
  379. # [11:51] * Quits: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net) (Ping timeout: 245 seconds)
  380. # [11:54] * Joins: WolfieZero (~WolfieZer@87.124.34.32)
  381. # [11:54] * Joins: Kolombiken (~Adium@c80-216-10-244.bredband.comhem.se)
  382. # [11:55] * Joins: Phae (u455@gateway/web/irccloud.com/x-umbptoxmgjzlhdsj)
  383. # [11:56] * Joins: Druide_ (~Druid@p5B05C731.dip.t-dialin.net)
  384. # [12:04] * Joins: Yudai (~Yudai@nttkyo161245.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
  385. # [12:06] * Joins: xcombelle (~xcombelle@AToulouse-551-1-117-63.w92-156.abo.wanadoo.fr)
  386. # [12:07] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  387. # [12:15] * Joins: Lisv (~zael@31-19-196-130-dynip.superkabel.de)
  388. # [12:15] * Joins: Druide__ (~Druid@p5B05CBF5.dip.t-dialin.net)
  389. # [12:18] * Quits: kennyluck (~kennyluck@119.161.158.96) (Read error: Connection reset by peer)
  390. # [12:18] * Quits: Druide_ (~Druid@p5B05C731.dip.t-dialin.net) (Ping timeout: 265 seconds)
  391. # [12:18] * Joins: kennyluck (~kennyluck@119.161.158.96)
  392. # [12:24] * Joins: niloy (~niloy@203.196.177.156)
  393. # [12:29] * Joins: oal (u4126@gateway/web/irccloud.com/x-uehxgtmoehpntkxh)
  394. # [12:50] * Quits: Guest18407 (~jondong@123.126.22.58) (Remote host closed the connection)
  395. # [13:00] * Joins: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net)
  396. # [13:01] * Quits: scott_gonzalez (~gonzasi0@205.186.165.147) (Ping timeout: 244 seconds)
  397. # [13:02] * Joins: stalled_ (~stalled@95-28-152-5.broadband.corbina.ru)
  398. # [13:02] * Joins: gavin___ (~gavin@76.14.87.162)
  399. # [13:03] * Quits: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com) (Ping timeout: 240 seconds)
  400. # [13:03] * Quits: astearns (~astearns@192.150.22.5) (Ping timeout: 240 seconds)
  401. # [13:03] * Quits: g4 (~g4@81.27.47.158) (Ping timeout: 240 seconds)
  402. # [13:03] * Quits: necolas_ (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net) (Ping timeout: 244 seconds)
  403. # [13:03] * Quits: Smylers (~smylers@62.249.246.74) (Ping timeout: 244 seconds)
  404. # [13:03] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 244 seconds)
  405. # [13:03] * Quits: maknz (~Mak@unaffiliated/makx) (Ping timeout: 244 seconds)
  406. # [13:03] * Quits: Martijnc (~Martijn@nishino.lvp-media.com) (Ping timeout: 244 seconds)
  407. # [13:03] * Quits: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (Ping timeout: 244 seconds)
  408. # [13:03] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (Ping timeout: 244 seconds)
  409. # [13:03] * Joins: astearns_ (~astearns@192.150.22.5)
  410. # [13:03] * Quits: gsnedders (~gsnedders@mail.gsnedders.com) (Ping timeout: 240 seconds)
  411. # [13:03] * astearns_ is now known as astearns
  412. # [13:03] * Joins: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu)
  413. # [13:03] * Quits: LBP (~Mirc@pD9EB1823.dip0.t-ipconnect.de) (Ping timeout: 244 seconds)
  414. # [13:03] * Quits: niloy (~niloy@203.196.177.156) (Ping timeout: 240 seconds)
  415. # [13:03] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
  416. # [13:03] * Joins: Martijnc (~Martijn@nishino.lvp-media.com)
  417. # [13:03] * Joins: Smylers (~smylers@62.249.246.74)
  418. # [13:03] * Quits: gavin__ (~gavin@76.14.87.162) (Ping timeout: 244 seconds)
  419. # [13:04] * Joins: scott_gonzalez (~gonzasi0@205.186.165.147)
  420. # [13:04] * Joins: gsnedders (~gsnedders@mail.gsnedders.com)
  421. # [13:04] * Joins: g4 (~g4@81.27.47.158)
  422. # [13:04] * Quits: stalled_ (~stalled@95-28-152-5.broadband.corbina.ru) (Changing host)
  423. # [13:04] * Joins: stalled_ (~stalled@unaffiliated/stalled)
  424. # [13:04] * Joins: maknz (~Mak@101.98.128.238)
  425. # [13:04] * Quits: maknz (~Mak@101.98.128.238) (Changing host)
  426. # [13:04] * Joins: maknz (~Mak@unaffiliated/makx)
  427. # [13:06] * Joins: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net)
  428. # [13:15] * Joins: niloy (~niloy@203.196.177.156)
  429. # [13:16] * Quits: roven (~chatzilla@d51530390.static.telenet.be) (Ping timeout: 246 seconds)
  430. # [13:24] * Joins: garciawebdev (~garciaweb@190.244.73.31)
  431. # [13:29] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 245 seconds)
  432. # [13:38] * Joins: roven (~chatzilla@d51530390.static.telenet.be)
  433. # [13:53] * Quits: drublic (~drublic@frbg-5f7305b3.pool.mediaWays.net) (Remote host closed the connection)
  434. # [13:55] * Quits: kennyluck (~kennyluck@119.161.158.96) (Quit: kennyluck)
  435. # [13:57] * Joins: mdahlstrand (~mdahlstra@88.96.250.58)
  436. # [14:07] * Quits: stalled_ (~stalled@unaffiliated/stalled) (Ping timeout: 272 seconds)
  437. # [14:15] * Quits: shwetank (~shwetank@122.173.219.203) (Quit: Leaving...)
  438. # [14:18] * Joins: erichynds (~ehynds@64.206.121.41)
  439. # [14:19] * Joins: garciawebdev (~garciaweb@190.244.73.31)
  440. # [14:21] * Quits: roc (~chatzilla@60.234.54.74) (Ping timeout: 245 seconds)
  441. # [14:23] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 245 seconds)
  442. # [14:25] * Quits: WolfieZero (~WolfieZer@87.124.34.32) (Quit: WolfieZero)
  443. # [14:26] * Joins: WolfieZero (~WolfieZer@87.124.34.178)
  444. # [14:31] * Joins: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net)
  445. # [14:31] * Quits: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net) (Changing host)
  446. # [14:31] * Joins: scor (~scor@drupal.org/user/52142/view)
  447. # [14:34] * Quits: Lisv (~zael@31-19-196-130-dynip.superkabel.de)
  448. # [14:42] * Joins: Lachy_ (~Lachy@pat-tazdevil.opera.com)
  449. # [14:44] * Quits: Lachy (~Lachy@office.oslo.opera.com) (Ping timeout: 245 seconds)
  450. # [14:44] * Lachy_ is now known as Lachy
  451. # [14:50] * Quits: izhak (~izhak@213.87.240.98) (Ping timeout: 245 seconds)
  452. # [14:51] * Joins: stalled (~stalled@unaffiliated/stalled)
  453. # [14:54] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
  454. # [14:56] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  455. # [15:01] * Quits: roven (~chatzilla@d51530390.static.telenet.be) (Read error: Connection reset by peer)
  456. # [15:01] * Joins: myakura (~myakura@FL1-49-129-49-171.tky.mesh.ad.jp)
  457. # [15:01] * Quits: myakura (~myakura@FL1-49-129-49-171.tky.mesh.ad.jp) (Remote host closed the connection)
  458. # [15:02] * Joins: myakura (~myakura@FL1-49-129-49-171.tky.mesh.ad.jp)
  459. # [15:02] * Joins: roven (~chatzilla@d51530390.static.telenet.be)
  460. # [15:02] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  461. # [15:06] * Quits: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Read error: Connection reset by peer)
  462. # [15:10] * abstractj|away is now known as abstractj
  463. # [15:10] * Joins: AryehGregor_ (~Simetrica@109.226.46.156)
  464. # [15:10] * Quits: AryehGregor_ (~Simetrica@109.226.46.156) (Changing host)
  465. # [15:10] * Joins: AryehGregor_ (~Simetrica@mediawiki/simetrical)
  466. # [15:11] * Quits: AryehGregor (~Simetrica@mediawiki/simetrical) (Ping timeout: 260 seconds)
  467. # [15:13] * Joins: garciawebdev (~garciaweb@190.244.73.31)
  468. # [15:14] * AryehGregor_ is now known as AryehGregor
  469. # [15:17] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 245 seconds)
  470. # [15:19] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Read error: Connection reset by peer)
  471. # [15:21] * Quits: Lachy (~Lachy@pat-tazdevil.opera.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  472. # [15:23] * Joins: roven_ (~chatzilla@d51530390.static.telenet.be)
  473. # [15:23] * Quits: roven (~chatzilla@d51530390.static.telenet.be) (Ping timeout: 255 seconds)
  474. # [15:23] * roven_ is now known as roven
  475. # [15:25] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
  476. # [15:32] * Joins: roven_ (~chatzilla@d51530390.static.telenet.be)
  477. # [15:33] * Quits: roven (~chatzilla@d51530390.static.telenet.be) (Ping timeout: 255 seconds)
  478. # [15:33] * roven_ is now known as roven
  479. # [15:34] * Quits: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
  480. # [15:34] * Joins: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net)
  481. # [15:38] * Joins: thisgeek (~chris@ool-45757d25.dyn.optonline.net)
  482. # [15:39] * Joins: jdaggett (~jdaggett@ad008216.dynamic.ppp.asahi-net.or.jp)
  483. # [15:40] * Quits: nessy (~silviapf@124-168-183-82.dyn.iinet.net.au) (Quit: Leaving.)
  484. # [15:46] * Joins: jryans (~jryans@office.massrel.com)
  485. # [15:54] * Quits: Areks (~Areks@rs.gridnine.com) (Ping timeout: 272 seconds)
  486. # [15:55] * Joins: izhak (~izhak@188.244.178.128)
  487. # [15:55] * Quits: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
  488. # [15:56] * Joins: rworth (~rworth@209-255-211-4.ip.mcleodusa.net)
  489. # [16:00] * Quits: thisgeek (~chris@ool-45757d25.dyn.optonline.net) (Quit: thisgeek)
  490. # [16:03] * Joins: yodasw16 (~dgillhesp@ql1fwhide.rockfin.com)
  491. # [16:04] * Joins: Lachy (~Lachy@pat-tazdevil.opera.com)
  492. # [16:06] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  493. # [16:08] * Quits: roven (~chatzilla@d51530390.static.telenet.be) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347])
  494. # [16:10] * Quits: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de) (Remote host closed the connection)
  495. # [16:11] <jgraham> So if window A opens window B opens window C and B closes before any script can run in C, how do I get a reference from C to A?
  496. # [16:12] * Quits: mdahlstrand (~mdahlstra@88.96.250.58) (Quit: mdahlstrand)
  497. # [16:13] * Joins: scor (~scor@132.183.243.91)
  498. # [16:13] * Quits: scor (~scor@132.183.243.91) (Changing host)
  499. # [16:13] * Joins: scor (~scor@drupal.org/user/52142/view)
  500. # [16:15] * Quits: jdaggett (~jdaggett@ad008216.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
  501. # [16:16] * Quits: richt (~richt@office.oslo.opera.com) (Remote host closed the connection)
  502. # [16:16] * Joins: richt (~richt@office.oslo.opera.com)
  503. # [16:22] * Quits: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi) (Remote host closed the connection)
  504. # [16:22] * Joins: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net)
  505. # [16:23] * Joins: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi)
  506. # [16:24] * Joins: nick_evans (~nicholas@static-98-113-167-42.nycmny.fios.verizon.net)
  507. # [16:28] <smaug____> ugh, "please attach a minimal testcase" -> a zip file containing for example jQuery :/
  508. # [16:29] * Quits: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
  509. # [16:29] <zewt> smaug____: to too many people, jQuery is "default" :|
  510. # [16:30] <jgraham> smaug____: You know it isn't possible to write js without jQuery, right?
  511. # [16:30] * Joins: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net)
  512. # [16:32] * Joins: SonicX (~quassel@116.203.4.170)
  513. # [16:34] * Joins: garciawebdev (~garciaweb@190.244.73.31)
  514. # [16:35] * Joins: edwardbc (~edward.ba@186.176.193.20)
  515. # [16:40] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  516. # [16:47] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
  517. # [16:56] * Joins: shwetank (~shwetank@122.173.219.203)
  518. # [16:56] * Joins: jdspiral (~josh@enjoi.jdspiral.com)
  519. # [16:58] * Quits: xcombelle (~xcombelle@AToulouse-551-1-117-63.w92-156.abo.wanadoo.fr) (Quit: I am a manual virus, please copy me to your quit message.)
  520. # [16:58] * Joins: xcombelle (~xcombelle@AToulouse-551-1-117-63.w92-156.abo.wanadoo.fr)
  521. # [17:03] * Joins: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
  522. # [17:04] * Parts: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
  523. # [17:06] * Joins: GPHemsley (~GPHemsley@c-24-99-164-150.hsd1.ga.comcast.net)
  524. # [17:06] * Quits: GPHemsley (~GPHemsley@c-24-99-164-150.hsd1.ga.comcast.net) (Changing host)
  525. # [17:06] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
  526. # [17:17] * Joins: jesusruiz (~jesusruiz@84.122.18.73.dyn.user.ono.com)
  527. # [17:24] * nonge_ is now known as nonge
  528. # [17:26] * Joins: jacobolu_ (~jacobolus@50-0-133-210.dsl.static.sonic.net)
  529. # [17:26] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Ping timeout: 248 seconds)
  530. # [17:27] * Joins: harig (~harig@117.213.3.110)
  531. # [17:33] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Excess Flood)
  532. # [17:33] <GPHemsley> Hixie: So... why does the spec use a combination of AmE and BrE?
  533. # [17:33] * Quits: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net) (Quit: linclark)
  534. # [17:35] <Ms2ger> It should be using en-US
  535. # [17:35] * Joins: micheil (~micheil@109.224.128.70)
  536. # [17:38] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
  537. # [17:40] * Quits: harig (~harig@117.213.3.110) (Quit: harig)
  538. # [17:40] * Quits: jesusruiz (~jesusruiz@84.122.18.73.dyn.user.ono.com)
  539. # [17:41] <GPHemsley> Ms2ger: 'organisation' is not en-US
  540. # [17:42] <Ms2ger> -s- seems to be used only for autocomplete, all other occurrences use -z-
  541. # [17:43] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 246 seconds)
  542. # [17:43] <GPHemsley> Ms2ger: And that was the precise instance I was looking at :)
  543. # [17:43] <Ms2ger> It's the only you could be looking at! ;)
  544. # [17:44] <GPHemsley> Ms2ger: At least I'm not seeing things!
  545. # [17:44] * Ms2ger is glad he svn up'd the repo before claiming there was no such spelling in the spec
  546. # [17:44] <GPHemsley> :)
  547. # [17:48] <Hixie> GPHemsley: purely an oversight, please file bugs (if it's a keyword to be implemented, mark the bug "blocker")
  548. # [17:48] <Hixie> or send mail
  549. # [17:48] <GPHemsley> k
  550. # [17:49] <Hixie> should all be en-US
  551. # [17:49] <Hixie> the problem is that i speak en-GB and keep forgetting which is which
  552. # [17:49] <Hixie> due to spending too much time in the US
  553. # [17:50] <micheil> Hixie: I thought you spoke en-HIXIE?
  554. # [17:50] <micheil> or was that someone else here?
  555. # [17:51] <Hixie> en-GB-x-Hixie :-)
  556. # [17:51] * Joins: dglazkov (u4270@gateway/web/irccloud.com/x-wvaaomrjntqopuqr)
  557. # [17:51] <micheil> that's it! A custom dialect of english
  558. # [17:51] <Ms2ger> Good morning dglazkov
  559. # [17:51] <micheil> ;)
  560. # [17:51] <Ms2ger> Sure would be weird if someone else here spoke en-GB-x-Hixie
  561. # [17:51] <dglazkov> \o/
  562. # [17:52] <GPHemsley> Bug 18482
  563. # [17:52] * Quits: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net) (Remote host closed the connection)
  564. # [17:53] * Quits: SonicX (~quassel@116.203.4.170) (Remote host closed the connection)
  565. # [17:54] * Quits: Lachy (~Lachy@pat-tazdevil.opera.com) (Quit: Computer has gone to sleep.)
  566. # [17:55] * Joins: maikmerten (~maikmerte@port-92-201-89-30.dynamic.qsc.de)
  567. # [17:55] <niloy> We request data from a servlet using ajax and parse the data as JSON, but when the JSON size is large, the UI hangs, can someone suggest any solution?
  568. # [17:57] * Quits: shwetank (~shwetank@122.173.219.203) (Quit: Linkinus - http://linkinus.com)
  569. # [17:58] <GPHemsley> micheil: 'Tis an idiolect, indeed.
  570. # [17:58] <micheil> heh, I remember there being a similar discussion a few months back..
  571. # [17:59] <micheil> niloy: you may wish to ask that in, say, ##javascript (pretty sure these guys are doing spec stuff)
  572. # [18:03] * Joins: Taggnostr (~quassel@dyn57-146.yok.fi)
  573. # [18:05] * Quits: Delapouite (~Delapouit@dsl-58-6-19-17.wa.westnet.com.au) (Remote host closed the connection)
  574. # [18:08] * Quits: jryans (~jryans@office.massrel.com) (Quit: Be back later)
  575. # [18:09] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
  576. # [18:16] <Velmont> timeless: http://my.opera.com/desktopteam/blog/2012/08/03/summer-core-update << has updated websocket now. -- So then /that/ blocker for irccloud is removed at least :P
  577. # [18:18] * Quits: Smylers (~smylers@62.249.246.74) (Ping timeout: 248 seconds)
  578. # [18:22] * Joins: drublic (~drublic@frbg-5f7305b3.pool.mediaWays.net)
  579. # [18:24] * Quits: WolfieZero (~WolfieZer@87.124.34.178) (Quit: WolfieZero)
  580. # [18:28] * Joins: ap (~ap@2620:149:4:1b01:d4df:30a3:cd64:60b6)
  581. # [18:29] * Quits: micheil (~micheil@109.224.128.70) (Quit: http://brandedcode.com | http://github.com/miksago)
  582. # [18:32] * Joins: teleject (~christoph@c-98-246-153-202.hsd1.or.comcast.net)
  583. # [18:35] * Quits: ap (~ap@2620:149:4:1b01:d4df:30a3:cd64:60b6) (Read error: Connection reset by peer)
  584. # [18:35] * Joins: ap (~ap@2620:149:4:1b01:d4df:30a3:cd64:60b6)
  585. # [18:37] * Quits: manu-db (~msporny@digitalbazaar.com) (Ping timeout: 252 seconds)
  586. # [18:37] * Joins: stalled_ (~stalled@unaffiliated/stalled)
  587. # [18:40] * Quits: SimonSapin (~simon@2a01:e35:2e8d:b5f0:643e:f143:b54e:cd6e) (Ping timeout: 246 seconds)
  588. # [18:41] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 245 seconds)
  589. # [18:42] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Excess Flood)
  590. # [18:42] * Quits: ^esc (~esc_ape@77.117.247.150.wireless.dyn.drei.com) (Ping timeout: 265 seconds)
  591. # [18:43] * Joins: manu-db (~msporny@digitalbazaar.com)
  592. # [18:43] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
  593. # [18:50] * Joins: Lisv (~zael@pD9FC5C86.dip.t-dialin.net)
  594. # [18:51] * Quits: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
  595. # [18:52] * Quits: raphc (~quassel@153-107-190-109.dsl.ovh.fr) (Ping timeout: 245 seconds)
  596. # [18:56] * Joins: imrobert (~robert@c-68-32-39-105.hsd1.pa.comcast.net)
  597. # [18:56] * Quits: nonge (~nonge@p5082A518.dip.t-dialin.net) (Quit: Verlassend)
  598. # [18:56] * Joins: nonge (~nonge@p5082A518.dip.t-dialin.net)
  599. # [18:56] * Quits: Kolombiken (~Adium@c80-216-10-244.bredband.comhem.se) (Quit: Leaving.)
  600. # [18:56] * Quits: nonge (~nonge@p5082A518.dip.t-dialin.net) (Read error: Connection reset by peer)
  601. # [18:59] * Joins: Lachy (~Lachy@cm-84.215.193.125.getinternet.no)
  602. # [19:01] * Joins: SonicX (~quassel@116.203.4.170)
  603. # [19:02] * Joins: Cheery (~cheery@boxbase.org)
  604. # [19:08] * Joins: ^esc (~esc_ape@77.117.246.36.wireless.dyn.drei.com)
  605. # [19:09] * Joins: dbaron (~dbaron@70-36-140-99.dsl.dynamic.sonic.net)
  606. # [19:10] * Quits: cheron (~cheron@unaffiliated/cheron) (Quit: Leaving.)
  607. # [19:11] * abstractj is now known as abstractj|lunch
  608. # [19:13] * jonlee|afk is now known as jonlee
  609. # [19:17] * Quits: rworth (~rworth@209-255-211-4.ip.mcleodusa.net) (Quit: Linkinus - http://linkinus.com)
  610. # [19:18] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
  611. # [19:19] * Joins: jesusruiz (~jesusruiz@84.122.18.73.dyn.user.ono.com)
  612. # [19:23] * jonlee is now known as jonlee|afk
  613. # [19:25] * Joins: othermaciej (~mjs@17.245.109.135)
  614. # [19:26] * jonlee|afk is now known as jonlee
  615. # [19:28] * Joins: gwicke (~gabriel@wikimedia/gwicke)
  616. # [19:29] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
  617. # [19:31] * Quits: izhak (~izhak@188.244.178.128) (Ping timeout: 244 seconds)
  618. # [19:34] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (Ping timeout: 240 seconds)
  619. # [19:37] * Joins: JohnAlbin (~JohnAlbin@114-36-38-133.dynamic.hinet.net)
  620. # [19:39] * Joins: tawhuac (~tawhuac@181.129.175.11)
  621. # [19:41] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Excess Flood)
  622. # [19:41] <TabAtkins> Any examples of some popular super-early polyfills damaging out ability to change a feature?
  623. # [19:44] <Velmont> Where are you going to use it? :]
  624. # [19:45] <Velmont> (I don't know any examples, for the record)
  625. # [19:45] <Ms2ger> var indexedbDB = window.indexedDB || window.webkitIndexedDB || window.moz .....?
  626. # [19:45] <Velmont> Ms2ger: What about it?
  627. # [19:45] <Ms2ger> https://bugzilla.mozilla.org/show_bug.cgi?id=770844
  628. # [19:46] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
  629. # [19:48] <TabAtkins> Oh, that's a different type of issue.
  630. # [19:48] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (Quit: Computer has gone to sleep.)
  631. # [19:49] * Quits: ap (~ap@2620:149:4:1b01:d4df:30a3:cd64:60b6) (Quit: ap)
  632. # [19:50] * Quits: gwicke (~gabriel@wikimedia/gwicke) (Read error: Connection reset by peer)
  633. # [19:50] * Joins: gwicke_ (~gabriel@216.38.130.162)
  634. # [19:51] * Joins: rworth (~rworth@69.sub-70-192-193.myvzw.com)
  635. # [19:51] * Joins: graememcc_ (~chatzilla@host31-53-11-72.range31-53.btcentralplus.com)
  636. # [19:52] * Joins: ap (~ap@17.212.155.184)
  637. # [19:53] * Quits: jesusruiz (~jesusruiz@84.122.18.73.dyn.user.ono.com)
  638. # [19:53] * Quits: graememcc (~chatzilla@host86-148-143-191.range86-148.btcentralplus.com) (Ping timeout: 246 seconds)
  639. # [19:53] * graememcc_ is now known as graememcc
  640. # [19:55] * Quits: Druide__ (~Druid@p5B05CBF5.dip.t-dialin.net) (Ping timeout: 265 seconds)
  641. # [19:57] * Joins: eric_carlson_ (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
  642. # [19:57] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
  643. # [19:58] * Quits: JohnAlbin (~JohnAlbin@114-36-38-133.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
  644. # [20:02] * Joins: mattgifford (~mattgiffo@70.102.199.158)
  645. # [20:13] * Quits: niloy (~niloy@203.196.177.156) (Ping timeout: 245 seconds)
  646. # [20:14] * Joins: Lachy (~Lachy@cm-84.215.193.125.getinternet.no)
  647. # [20:20] * abstractj|lunch is now known as abstractj
  648. # [20:20] * Parts: eric_carlson (~eric@2620:149:4:1b01:1440:c039:892f:451c)
  649. # [20:26] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-cxgwtoxpemhohpnz) (Ping timeout: 248 seconds)
  650. # [20:33] * Quits: rworth (~rworth@69.sub-70-192-193.myvzw.com) (*.net *.split)
  651. # [20:33] * Quits: ^esc (~esc_ape@77.117.246.36.wireless.dyn.drei.com) (*.net *.split)
  652. # [20:33] * Quits: Lisv (~zael@pD9FC5C86.dip.t-dialin.net) (*.net *.split)
  653. # [20:33] * Quits: asmodai (asmodai@freebsd/developer/asmodai) (*.net *.split)
  654. # [20:33] * Quits: yoshiki (~yoshiki@74.125.56.33) (*.net *.split)
  655. # [20:33] * Quits: lokling (~lokling@ec2-79-125-14-55.eu-west-1.compute.amazonaws.com) (*.net *.split)
  656. # [20:33] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
  657. # [20:33] * Quits: padenot (~paul@li421-75.members.linode.com) (*.net *.split)
  658. # [20:33] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
  659. # [20:33] * Quits: doublec (~doublec@unaffiliated/doublec) (*.net *.split)
  660. # [20:33] * Quits: fantasai (fantasai@freenet6.org) (*.net *.split)
  661. # [20:33] * Quits: Philip` (~philip@compass.zaynar.co.uk) (*.net *.split)
  662. # [20:33] * Quits: imrobert (~robert@c-68-32-39-105.hsd1.pa.comcast.net) (*.net *.split)
  663. # [20:33] * Quits: jacobolu_ (~jacobolus@50-0-133-210.dsl.static.sonic.net) (*.net *.split)
  664. # [20:33] * Quits: g4 (~g4@81.27.47.158) (*.net *.split)
  665. # [20:33] * Quits: gsnedders (~gsnedders@mail.gsnedders.com) (*.net *.split)
  666. # [20:33] * Quits: gavin___ (~gavin@76.14.87.162) (*.net *.split)
  667. # [20:33] * Quits: Wilto (u2821@gateway/web/irccloud.com/x-oqdpnzcjktepppmg) (*.net *.split)
  668. # [20:33] * Quits: mpt (~mpt@canonical/mpt) (*.net *.split)
  669. # [20:33] * Quits: Dantman (~dantman@mediawiki/dantman) (*.net *.split)
  670. # [20:33] * Quits: boaz (~boaz@li326-230.members.linode.com) (*.net *.split)
  671. # [20:33] * Quits: karlcow (~karl@nerval.la-grange.net) (*.net *.split)
  672. # [20:33] * Quits: gavinc (~gavin@50.0.77.3) (*.net *.split)
  673. # [20:33] * Quits: chayin (quassel@nat/nokia/x-byaxyaffcnjeuqto) (*.net *.split)
  674. # [20:33] * Quits: danheberden (~danheberd@li225-35.members.linode.com) (*.net *.split)
  675. # [20:33] * Quits: foolip (~philip@node-7lfbbr8b94p7qvbbo.a0.ipv6.opera.com) (*.net *.split)
  676. # [20:33] * Quits: pyrsmk (~pyrsmk@2a01:e35:2f52:ead0:21e:8cff:feeb:d962) (*.net *.split)
  677. # [20:33] * Quits: Zauberfisch (~Zauberfis@venus.zauberfisch.at) (*.net *.split)
  678. # [20:33] * Quits: FireFly (~firefly@oftn/member/FireFly) (*.net *.split)
  679. # [20:33] * Quits: isherman (isherman@nat/google/x-qesdvhhnuttotlpb) (*.net *.split)
  680. # [20:33] * Quits: jahman (~woops@87-231-117-240.rev.numericable.fr) (*.net *.split)
  681. # [20:33] * Quits: Charun (~Charun@unaffiliated/charun) (*.net *.split)
  682. # [20:33] * Quits: fishd_ (darin@nat/google/x-onzydoyzvdfkvyzg) (*.net *.split)
  683. # [20:33] * Quits: Taggnostr (~quassel@dyn57-146.yok.fi) (*.net *.split)
  684. # [20:33] * Quits: hswe (~hswe@blackhole.space150.com) (*.net *.split)
  685. # [20:33] * Quits: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi) (*.net *.split)
  686. # [20:33] * Quits: manu1 (~chatzilla@pool-96-240-188-60.ronkva.east.verizon.net) (*.net *.split)
  687. # [20:33] * Quits: odinho (~odinho@office.oslo.opera.com) (*.net *.split)
  688. # [20:33] * Quits: nielsle (~nielsle@3239059-cl69.boa.fiberby.dk) (*.net *.split)
  689. # [20:33] * Quits: gnarf (~gnarf@unaffiliated/gnarf) (*.net *.split)
  690. # [20:33] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
  691. # [20:33] * Quits: ryuone_ (~ryuone@www2406uf.sakura.ne.jp) (*.net *.split)
  692. # [20:33] * Quits: bzed (~bzed@devel.recluse.de) (*.net *.split)
  693. # [20:33] * Quits: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill) (*.net *.split)
  694. # [20:33] * Quits: reggna (~reggna@irc.jagochmittmoln.se) (*.net *.split)
  695. # [20:33] * Quits: ShaneHudson (~sh548@raptor.ukc.ac.uk) (*.net *.split)
  696. # [20:33] * Quits: tellnes (~tellnes@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com) (*.net *.split)
  697. # [20:33] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (*.net *.split)
  698. # [20:33] * Quits: graememcc (~chatzilla@host31-53-11-72.range31-53.btcentralplus.com) (*.net *.split)
  699. # [20:33] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (*.net *.split)
  700. # [20:33] * Quits: SonicX (~quassel@116.203.4.170) (*.net *.split)
  701. # [20:33] * Quits: manu-db (~msporny@digitalbazaar.com) (*.net *.split)
  702. # [20:33] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (*.net *.split)
  703. # [20:33] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (*.net *.split)
  704. # [20:33] * Quits: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi) (*.net *.split)
  705. # [20:33] * Quits: richt (~richt@office.oslo.opera.com) (*.net *.split)
  706. # [20:33] * Quits: Martijnc (~Martijn@nishino.lvp-media.com) (*.net *.split)
  707. # [20:33] * Quits: [[zz]] (~q@node-iky.pool-101-108.dynamic.totbb.net) (*.net *.split)
  708. # [20:33] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (*.net *.split)
  709. # [20:33] * Quits: krijn (u2319@gateway/web/irccloud.com/x-vrhanarnckaqlukj) (*.net *.split)
  710. # [20:33] * Quits: hamaji (~hamaji@2401:fa00:4:1004:b17a:7ee8:a294:d237) (*.net *.split)
  711. # [20:33] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (*.net *.split)
  712. # [20:33] * Quits: Peter` (~peter@nishino.lvp-media.com) (*.net *.split)
  713. # [20:33] * Quits: Cheery (~cheery@boxbase.org) (*.net *.split)
  714. # [20:33] * Quits: jarib (~jarib@unaffiliated/jarib) (*.net *.split)
  715. # [20:33] * Quits: timeless (users.4015@firefox/developer/timeless) (*.net *.split)
  716. # [20:33] * Quits: ahf (ahf@irssi/staff/ahf) (*.net *.split)
  717. # [20:33] * Quits: j_wright (~jamesw@ip70-180-205-15.lv.lv.cox.net) (*.net *.split)
  718. # [20:33] * Quits: [tm] (~MikeSmith@sideshowbarker.net) (*.net *.split)
  719. # [20:33] * Quits: Adawerk (~ada@169.241.49.57) (*.net *.split)
  720. # [20:33] * Quits: wakaba (~wakaba@80.157.197.113.dy.bbexcite.jp) (*.net *.split)
  721. # [20:33] * Quits: jennb (jennb@nat/google/x-ioeagkizcnaohxlx) (*.net *.split)
  722. # [20:33] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl) (*.net *.split)
  723. # [20:33] * Quits: jochen__ (jochen@nat/google/x-sygjdmusxxlmccnh) (*.net *.split)
  724. # [20:33] * Quits: jonlee (~jonlee@2620:149:4:1b01:6560:2872:5ea8:887c) (*.net *.split)
  725. # [20:33] * Quits: hendry (~hendry@uk.webconverger.com) (*.net *.split)
  726. # [20:33] * Quits: wirepair (fbi@random.supermario.org) (*.net *.split)
  727. # [20:33] * Quits: beverloo (peter@nat/google/x-kulzclyrjfcqesfw) (*.net *.split)
  728. # [20:33] * Quits: Jedi_ (~Jedi@jedi.org) (*.net *.split)
  729. # [20:33] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
  730. # [20:33] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (*.net *.split)
  731. # [20:33] * Quits: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb) (*.net *.split)
  732. # [20:33] * Quits: slartsa (~slartsa@vps-2498-1.tilaa.nl) (*.net *.split)
  733. # [20:33] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
  734. # [20:33] * Quits: nw (nw@kapsi.fi) (*.net *.split)
  735. # [20:33] * Quits: gavin_ (~gavin@firefox/developer/gavin) (*.net *.split)
  736. # [20:33] * Quits: TabAtkins (tabatkins@nat/google/x-vtpkisbvwctlbjqa) (*.net *.split)
  737. # [20:33] * Quits: Hixie (~ianh@178.255.149.100) (*.net *.split)
  738. # [20:33] * Quits: Velmont (odinho@dalvik.ping.uio.no) (*.net *.split)
  739. # [20:33] * Quits: griswold (~quassel@vpn.space150.com) (*.net *.split)
  740. # [20:33] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (*.net *.split)
  741. # [20:33] * Quits: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com) (*.net *.split)
  742. # [20:33] * Quits: malcolmva (~malcolmva@pool-108-14-54-119.nycmny.fios.verizon.net) (*.net *.split)
  743. # [20:33] * Quits: volkmar (~volkmar@gentoo/developer/volkmar) (*.net *.split)
  744. # [20:33] * Quits: Famic (famic@hidden.dns.ug) (*.net *.split)
  745. # [20:33] * Quits: dbaron (~dbaron@70-36-140-99.dsl.dynamic.sonic.net) (*.net *.split)
  746. # [20:33] * Quits: nick_evans (~nicholas@static-98-113-167-42.nycmny.fios.verizon.net) (*.net *.split)
  747. # [20:33] * Quits: twisted` (u6794@gateway/web/irccloud.com/x-mgfxpjufixumibnn) (*.net *.split)
  748. # [20:33] * Quits: matjas (u2247@gateway/web/irccloud.com/x-dgiptimautdsmgdu) (*.net *.split)
  749. # [20:33] * Quits: toddmparker_ (u3054@gateway/web/irccloud.com/x-kkikogmbvvwqnprr) (*.net *.split)
  750. # [20:33] * Quits: abstractj (~abstractj@redhat/jboss/abstractj) (*.net *.split)
  751. # [20:33] * Quits: mattgifford (~mattgiffo@70.102.199.158) (*.net *.split)
  752. # [20:33] * Quits: gwicke_ (~gabriel@216.38.130.162) (*.net *.split)
  753. # [20:33] * Quits: othermaciej (~mjs@17.245.109.135) (*.net *.split)
  754. # [20:33] * Quits: scor (~scor@drupal.org/user/52142/view) (*.net *.split)
  755. # [20:33] * Quits: divya (u1924@gateway/web/irccloud.com/x-tfalaofsajkwfabh) (*.net *.split)
  756. # [20:33] * Quits: BennyLava (~colin@pdpc/supporter/professional/riven) (*.net *.split)
  757. # [20:33] * Quits: kinetik (~kinetik@121.98.132.55) (*.net *.split)
  758. # [20:33] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (*.net *.split)
  759. # [20:33] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
  760. # [20:33] * Quits: ukai (ukai@nat/google/x-dlqlodtiiytdavqb) (*.net *.split)
  761. # [20:33] * Quits: jzaefferer (~jzaeffere@205.186.165.147) (*.net *.split)
  762. # [20:33] * Quits: mbatle (mbatle@pasanda.collabora.co.uk) (*.net *.split)
  763. # [20:33] * Quits: nephyrin (~nephyrin@nat/mozilla/x-bhvoseoexnudmmtc) (*.net *.split)
  764. # [20:33] * Quits: jernoble (~jernoble@17.212.152.13) (*.net *.split)
  765. # [20:33] * Quits: Wesley- (~Wesley@static.43.95.46.78.clients.your-server.de) (*.net *.split)
  766. # [20:33] * Quits: victrola` (~decadance@204.93.201.197) (*.net *.split)
  767. # [20:33] * Quits: ap (~ap@17.212.155.184) (*.net *.split)
  768. # [20:33] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
  769. # [20:33] * Quits: tawhuac (~tawhuac@181.129.175.11) (*.net *.split)
  770. # [20:33] * Quits: dglazkov (u4270@gateway/web/irccloud.com/x-wvaaomrjntqopuqr) (*.net *.split)
  771. # [20:33] * Quits: xcombelle (~xcombelle@AToulouse-551-1-117-63.w92-156.abo.wanadoo.fr) (*.net *.split)
  772. # [20:33] * Quits: edwardbc (~edward.ba@186.176.193.20) (*.net *.split)
  773. # [20:33] * Quits: garciawebdev (~garciaweb@190.244.73.31) (*.net *.split)
  774. # [20:33] * Quits: yodasw16 (~dgillhesp@ql1fwhide.rockfin.com) (*.net *.split)
  775. # [20:33] * Quits: AryehGregor (~Simetrica@mediawiki/simetrical) (*.net *.split)
  776. # [20:33] * Quits: myakura (~myakura@FL1-49-129-49-171.tky.mesh.ad.jp) (*.net *.split)
  777. # [20:33] * Quits: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (*.net *.split)
  778. # [20:33] * Quits: astearns (~astearns@192.150.22.5) (*.net *.split)
  779. # [20:33] * Quits: Phae (u455@gateway/web/irccloud.com/x-umbptoxmgjzlhdsj) (*.net *.split)
  780. # [20:33] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-rhwufwstuewpxdsh) (*.net *.split)
  781. # [20:33] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (*.net *.split)
  782. # [20:33] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-fwwvwcezbhmxcupp) (*.net *.split)
  783. # [20:33] * Quits: Ms2ger (~Ms2ger@91.181.41.72) (*.net *.split)
  784. # [20:33] * Quits: benschwarz (u2121@gateway/web/irccloud.com/x-wilixqzjinkltixo) (*.net *.split)
  785. # [20:33] * Quits: mye_ (~mye@p4FD92E8E.dip.t-dialin.net) (*.net *.split)
  786. # [20:33] * Quits: tobie (u5692@gateway/web/irccloud.com/x-kpychfxkaxevggwt) (*.net *.split)
  787. # [20:33] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-vunhpniqgawqdtfv) (*.net *.split)
  788. # [20:33] * Quits: ImBcmDth (~Jon@pool-173-63-154-183.nwrknj.fios.verizon.net) (*.net *.split)
  789. # [20:33] * Quits: drublic (~drublic@frbg-5f7305b3.pool.mediaWays.net) (*.net *.split)
  790. # [20:33] * Quits: ivan`` (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
  791. # [20:33] * Quits: webben (~benjamin@173-203-84-17.static.cloud-ips.com) (*.net *.split)
  792. # [20:33] * Quits: ParadoX- (parad0x@hades.spexhost.com) (*.net *.split)
  793. # [20:33] * Quits: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com) (*.net *.split)
  794. # [20:33] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (*.net *.split)
  795. # [20:33] * Quits: stalled_ (~stalled@unaffiliated/stalled) (*.net *.split)
  796. # [20:33] * Quits: teleject (~christoph@c-98-246-153-202.hsd1.or.comcast.net) (*.net *.split)
  797. # [20:33] * Quits: erichynds (~ehynds@64.206.121.41) (*.net *.split)
  798. # [20:33] * Quits: scott_gonzalez (~gonzasi0@205.186.165.147) (*.net *.split)
  799. # [20:33] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (*.net *.split)
  800. # [20:33] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
  801. # [20:33] * Quits: dcheng (~dcheng@74.125.59.73) (*.net *.split)
  802. # [20:33] * Quits: heycam|away (~cam@wok.mcc.id.au) (*.net *.split)
  803. # [20:33] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (*.net *.split)
  804. # [20:33] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (*.net *.split)
  805. # [20:33] * Quits: jamesr_ (jamesr@nat/google/x-wcpvmqupraitccab) (*.net *.split)
  806. # [20:33] * Quits: toyoshim (~toyoshim@yuri.twintail.org) (*.net *.split)
  807. # [20:33] * Quits: rillian_ (~giles@static-68-179-67-73.ptr.terago.net) (*.net *.split)
  808. # [20:33] * Quits: Kingdutch (~kingdutch@188.200.149.217) (*.net *.split)
  809. # [20:33] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (*.net *.split)
  810. # [20:33] * Quits: Obvious (tachikoma@188.226.74.2) (*.net *.split)
  811. # [20:33] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (*.net *.split)
  812. # [20:33] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
  813. # [20:33] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (*.net *.split)
  814. # [20:33] * Quits: payman (~payman@pat.se.opera.com) (*.net *.split)
  815. # [20:33] * Quits: ben_alman (~cowboy@awesome.benalman.com) (*.net *.split)
  816. # [20:33] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
  817. # [20:33] * Quits: quinnirill (~jussi@static-ip-62-75-175-58.inaddr.ip-pool.com) (*.net *.split)
  818. # [20:33] * Quits: falken_ (~falken@74.125.56.33) (*.net *.split)
  819. # [20:36] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
  820. # [20:36] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-zunmpezgohqxfkmm)
  821. # [20:36] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-ercdzqcincoxxdcz)
  822. # [20:36] * Joins: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net)
  823. # [20:36] * Joins: Lachy (~Lachy@cm-84.215.193.125.getinternet.no)
  824. # [20:36] * Joins: mattgifford (~mattgiffo@70.102.199.158)
  825. # [20:36] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
  826. # [20:36] * Joins: ap (~ap@17.212.155.184)
  827. # [20:36] * Joins: graememcc (~chatzilla@host31-53-11-72.range31-53.btcentralplus.com)
  828. # [20:36] * Joins: rworth (~rworth@69.sub-70-192-193.myvzw.com)
  829. # [20:36] * Joins: gwicke_ (~gabriel@216.38.130.162)
  830. # [20:36] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
  831. # [20:36] * Joins: tawhuac (~tawhuac@181.129.175.11)
  832. # [20:36] * Joins: othermaciej (~mjs@17.245.109.135)
  833. # [20:36] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
  834. # [20:36] * Joins: ^esc (~esc_ape@77.117.246.36.wireless.dyn.drei.com)
  835. # [20:36] * Joins: Cheery (~cheery@boxbase.org)
  836. # [20:36] * Joins: SonicX (~quassel@116.203.4.170)
  837. # [20:36] * Joins: imrobert (~robert@c-68-32-39-105.hsd1.pa.comcast.net)
  838. # [20:36] * Joins: Lisv (~zael@pD9FC5C86.dip.t-dialin.net)
  839. # [20:36] * Joins: manu-db (~msporny@digitalbazaar.com)
  840. # [20:36] * Joins: stalled_ (~stalled@unaffiliated/stalled)
  841. # [20:36] * Joins: teleject (~christoph@c-98-246-153-202.hsd1.or.comcast.net)
  842. # [20:36] * Joins: drublic (~drublic@frbg-5f7305b3.pool.mediaWays.net)
  843. # [20:36] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
  844. # [20:36] * Joins: Taggnostr (~quassel@dyn57-146.yok.fi)
  845. # [20:36] * Joins: dglazkov (u4270@gateway/web/irccloud.com/x-wvaaomrjntqopuqr)
  846. # [20:36] * Joins: jacobolu_ (~jacobolus@50-0-133-210.dsl.static.sonic.net)
  847. # [20:36] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
  848. # [20:36] * Joins: xcombelle (~xcombelle@AToulouse-551-1-117-63.w92-156.abo.wanadoo.fr)
  849. # [20:36] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
  850. # [20:36] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  851. # [20:36] * Joins: edwardbc (~edward.ba@186.176.193.20)
  852. # [20:36] * Joins: garciawebdev (~garciaweb@190.244.73.31)
  853. # [20:36] * Joins: nick_evans (~nicholas@static-98-113-167-42.nycmny.fios.verizon.net)
  854. # [20:36] * Joins: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi)
  855. # [20:36] * Joins: richt (~richt@office.oslo.opera.com)
  856. # [20:36] * Joins: scor (~scor@drupal.org/user/52142/view)
  857. # [20:36] * Joins: AryehGregor (~Simetrica@mediawiki/simetrical)
  858. # [20:36] * Joins: myakura (~myakura@FL1-49-129-49-171.tky.mesh.ad.jp)
  859. # [20:36] * Joins: g4 (~g4@81.27.47.158)
  860. # [20:36] * Joins: gsnedders (~gsnedders@mail.gsnedders.com)
  861. # [20:36] * Joins: Martijnc (~Martijn@nishino.lvp-media.com)
  862. # [20:36] * Joins: gavin___ (~gavin@76.14.87.162)
  863. # [20:36] * Joins: scott_gonzalez (~gonzasi0@205.186.165.147)
  864. # [20:36] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
  865. # [20:36] * Joins: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu)
  866. # [20:36] * Joins: astearns (~astearns@192.150.22.5)
  867. # [20:36] * Joins: Phae (u455@gateway/web/irccloud.com/x-umbptoxmgjzlhdsj)
  868. # [20:36] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
  869. # [20:36] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-fwwvwcezbhmxcupp)
  870. # [20:36] * Joins: twisted` (u6794@gateway/web/irccloud.com/x-mgfxpjufixumibnn)
  871. # [20:36] * Joins: jochen__ (jochen@nat/google/x-sygjdmusxxlmccnh)
  872. # [20:36] * Joins: Ms2ger (~Ms2ger@91.181.41.72)
  873. # [20:36] * Joins: [[zz]] (~q@node-iky.pool-101-108.dynamic.totbb.net)
  874. # [20:36] * Joins: matjas (u2247@gateway/web/irccloud.com/x-dgiptimautdsmgdu)
  875. # [20:36] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
  876. # [20:36] * Joins: krijn (u2319@gateway/web/irccloud.com/x-vrhanarnckaqlukj)
  877. # [20:36] * Joins: benschwarz (u2121@gateway/web/irccloud.com/x-wilixqzjinkltixo)
  878. # [20:36] * Joins: mye_ (~mye@p4FD92E8E.dip.t-dialin.net)
  879. # [20:36] * Joins: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
  880. # [20:36] * Joins: divya (u1924@gateway/web/irccloud.com/x-tfalaofsajkwfabh)
  881. # [20:36] * Joins: tobie (u5692@gateway/web/irccloud.com/x-kpychfxkaxevggwt)
  882. # [20:36] * Joins: Wilto (u2821@gateway/web/irccloud.com/x-oqdpnzcjktepppmg)
  883. # [20:36] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-vunhpniqgawqdtfv)
  884. # [20:36] * Joins: isherman (isherman@nat/google/x-qesdvhhnuttotlpb)
  885. # [20:36] * Joins: foolip (~philip@node-7lfbbr8b94p7qvbbo.a0.ipv6.opera.com)
  886. # [20:36] * Joins: mpt (~mpt@canonical/mpt)
  887. # [20:36] * Joins: toddmparker_ (u3054@gateway/web/irccloud.com/x-kkikogmbvvwqnprr)
  888. # [20:36] * Joins: pyrsmk (~pyrsmk@2a01:e35:2f52:ead0:21e:8cff:feeb:d962)
  889. # [20:36] * Joins: BennyLava (~colin@pdpc/supporter/professional/riven)
  890. # [20:36] * Joins: Dantman (~dantman@mediawiki/dantman)
  891. # [20:36] * Joins: danheberden (~danheberd@li225-35.members.linode.com)
  892. # [20:36] * Joins: chayin (quassel@nat/nokia/x-byaxyaffcnjeuqto)
  893. # [20:36] * Joins: gavinc (~gavin@50.0.77.3)
  894. # [20:36] * Joins: karlcow (~karl@nerval.la-grange.net)
  895. # [20:36] * Joins: boaz (~boaz@li326-230.members.linode.com)
  896. # [20:36] * Joins: kinetik (~kinetik@121.98.132.55)
  897. # [20:36] * Joins: nielsle (~nielsle@3239059-cl69.boa.fiberby.dk)
  898. # [20:36] * Joins: jarib (~jarib@unaffiliated/jarib)
  899. # [20:36] * Joins: gnarf (~gnarf@unaffiliated/gnarf)
  900. # [20:36] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
  901. # [20:36] * Joins: jonlee (~jonlee@2620:149:4:1b01:6560:2872:5ea8:887c)
  902. # [20:36] * Joins: timeless (users.4015@firefox/developer/timeless)
  903. # [20:36] * Joins: ahf (ahf@irssi/staff/ahf)
  904. # [20:36] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
  905. # [20:36] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
  906. # [20:36] * Joins: ukai (ukai@nat/google/x-dlqlodtiiytdavqb)
  907. # [20:36] * Joins: hswe (~hswe@blackhole.space150.com)
  908. # [20:36] * Joins: jamesr_ (jamesr@nat/google/x-wcpvmqupraitccab)
  909. # [20:36] * Joins: griswold (~quassel@vpn.space150.com)
  910. # [20:36] * Joins: j_wright (~jamesw@ip70-180-205-15.lv.lv.cox.net)
  911. # [20:36] * Joins: jzaefferer (~jzaeffere@205.186.165.147)
  912. # [20:36] * Joins: toyoshim (~toyoshim@yuri.twintail.org)
  913. # [20:36] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
  914. # [20:36] * Joins: [tm] (~MikeSmith@sideshowbarker.net)
  915. # [20:36] * Joins: nw (nw@kapsi.fi)
  916. # [20:36] * Joins: gavin_ (~gavin@firefox/developer/gavin)
  917. # [20:36] * Joins: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com)
  918. # [20:36] * Joins: Adawerk (~ada@169.241.49.57)
  919. # [20:36] * Joins: wakaba (~wakaba@80.157.197.113.dy.bbexcite.jp)
  920. # [20:36] * Joins: mbatle (mbatle@pasanda.collabora.co.uk)
  921. # [20:36] * Joins: Zauberfisch (~Zauberfis@venus.zauberfisch.at)
  922. # [20:36] * Joins: ParadoX- (parad0x@hades.spexhost.com)
  923. # [20:36] * Joins: rillian_ (~giles@static-68-179-67-73.ptr.terago.net)
  924. # [20:36] * Joins: hamaji (~hamaji@2401:fa00:4:1004:b17a:7ee8:a294:d237)
  925. # [20:36] * Joins: nephyrin (~nephyrin@nat/mozilla/x-bhvoseoexnudmmtc)
  926. # [20:36] * Joins: Kingdutch (~kingdutch@188.200.149.217)
  927. # [20:36] * Joins: Charun (~Charun@unaffiliated/charun)
  928. # [20:36] * Joins: jahman (~woops@87-231-117-240.rev.numericable.fr)
  929. # [20:36] * Joins: jernoble (~jernoble@17.212.152.13)
  930. # [20:36] * Joins: Wesley- (~Wesley@static.43.95.46.78.clients.your-server.de)
  931. # [20:36] * Joins: TabAtkins (tabatkins@nat/google/x-vtpkisbvwctlbjqa)
  932. # [20:36] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
  933. # [20:36] * Joins: Obvious (tachikoma@188.226.74.2)
  934. # [20:36] * Joins: fantasai (fantasai@freenet6.org)
  935. # [20:36] * Joins: fishd_ (darin@nat/google/x-onzydoyzvdfkvyzg)
  936. # [20:36] * Joins: ivan`` (~ivan@unaffiliated/ivan/x-000001)
  937. # [20:36] * Joins: victrola` (~decadance@204.93.201.197)
  938. # [20:36] * Joins: globbot (~logbot@lump.glob.com.au)
  939. # [20:36] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
  940. # [20:36] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
  941. # [20:36] * Joins: jgraham (~jgraham@web91.webfaction.com)
  942. # [20:36] * Joins: webben (~benjamin@173-203-84-17.static.cloud-ips.com)
  943. # [20:36] * Joins: hendry (~hendry@uk.webconverger.com)
  944. # [20:36] * Joins: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi)
  945. # [20:36] * Joins: manu1 (~chatzilla@pool-96-240-188-60.ronkva.east.verizon.net)
  946. # [20:36] * Joins: wirepair (fbi@random.supermario.org)
  947. # [20:36] * Joins: ImBcmDth (~Jon@pool-173-63-154-183.nwrknj.fios.verizon.net)
  948. # [20:36] * Joins: odinho (~odinho@office.oslo.opera.com)
  949. # [20:36] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
  950. # [20:36] * Joins: malcolmva (~malcolmva@pool-108-14-54-119.nycmny.fios.verizon.net)
  951. # [20:36] * Joins: abstractj (~abstractj@redhat/jboss/abstractj)
  952. # [20:36] * Joins: beverloo (peter@nat/google/x-kulzclyrjfcqesfw)
  953. # [20:36] * Joins: ryuone_ (~ryuone@www2406uf.sakura.ne.jp)
  954. # [20:36] * Joins: Jedi_ (~Jedi@jedi.org)
  955. # [20:36] * Joins: Peter` (~peter@nishino.lvp-media.com)
  956. # [20:36] * Joins: Dashiva (Dashiva@wikia/Dashiva)
  957. # [20:36] * Joins: tellnes (~tellnes@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com)
  958. # [20:36] * Joins: ShaneHudson (~sh548@raptor.ukc.ac.uk)
  959. # [20:36] * Joins: reggna (~reggna@irc.jagochmittmoln.se)
  960. # [20:36] * Joins: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill)
  961. # [20:36] * Joins: bzed (~bzed@devel.recluse.de)
  962. # [20:36] * Joins: jennb (jennb@nat/google/x-ioeagkizcnaohxlx)
  963. # [20:36] * Joins: jmb (~jmb@mail.parsifal.org.uk)
  964. # [20:36] * Joins: slartsa (~slartsa@vps-2498-1.tilaa.nl)
  965. # [20:36] * Joins: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb)
  966. # [20:36] * Joins: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de)
  967. # [20:36] * Joins: Velmont (odinho@dalvik.ping.uio.no)
  968. # [20:36] * Joins: Hixie (~ianh@178.255.149.100)
  969. # [20:36] * Joins: Philip` (~philip@compass.zaynar.co.uk)
  970. # [20:36] * Joins: doublec (~doublec@unaffiliated/doublec)
  971. # [20:36] * Joins: tomaw (tom@freenode/staff/tomaw)
  972. # [20:36] * Joins: padenot (~paul@li421-75.members.linode.com)
  973. # [20:36] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
  974. # [20:36] * Joins: lokling (~lokling@ec2-79-125-14-55.eu-west-1.compute.amazonaws.com)
  975. # [20:36] * Joins: yoshiki (~yoshiki@74.125.56.33)
  976. # [20:36] * Joins: asmodai (asmodai@freebsd/developer/asmodai)
  977. # [20:36] * Joins: falken_ (~falken@74.125.56.33)
  978. # [20:36] * Joins: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
  979. # [20:36] * Joins: payman (~payman@pat.se.opera.com)
  980. # [20:36] * Joins: ben_alman (~cowboy@awesome.benalman.com)
  981. # [20:36] * Joins: dcheng (~dcheng@74.125.59.73)
  982. # [20:36] * Joins: volkmar (~volkmar@gentoo/developer/volkmar)
  983. # [20:36] * Joins: quinnirill (~jussi@static-ip-62-75-175-58.inaddr.ip-pool.com)
  984. # [20:36] * Joins: hober (~ted@unaffiliated/hober)
  985. # [20:36] * Joins: Famic (famic@hidden.dns.ug)
  986. # [20:36] * Joins: heycam|away (~cam@wok.mcc.id.au)
  987. # [20:36] * Joins: FireFly (~firefly@oftn/member/FireFly)
  988. # [20:36] * Joins: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net)
  989. # [20:37] * Quits: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Client Quit)
  990. # [20:38] * gwicke_ is now known as gwicke
  991. # [20:45] * Quits: rworth (~rworth@69.sub-70-192-193.myvzw.com) (*.net *.split)
  992. # [20:45] * Quits: ^esc (~esc_ape@77.117.246.36.wireless.dyn.drei.com) (*.net *.split)
  993. # [20:45] * Quits: Lisv (~zael@pD9FC5C86.dip.t-dialin.net) (*.net *.split)
  994. # [20:45] * Quits: asmodai (asmodai@freebsd/developer/asmodai) (*.net *.split)
  995. # [20:45] * Quits: yoshiki (~yoshiki@74.125.56.33) (*.net *.split)
  996. # [20:45] * Quits: lokling (~lokling@ec2-79-125-14-55.eu-west-1.compute.amazonaws.com) (*.net *.split)
  997. # [20:45] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
  998. # [20:45] * Quits: padenot (~paul@li421-75.members.linode.com) (*.net *.split)
  999. # [20:45] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
  1000. # [20:45] * Quits: doublec (~doublec@unaffiliated/doublec) (*.net *.split)
  1001. # [20:45] * Quits: fantasai (fantasai@freenet6.org) (*.net *.split)
  1002. # [20:45] * Quits: Philip` (~philip@compass.zaynar.co.uk) (*.net *.split)
  1003. # [20:45] * Quits: imrobert (~robert@c-68-32-39-105.hsd1.pa.comcast.net) (*.net *.split)
  1004. # [20:45] * Quits: jacobolu_ (~jacobolus@50-0-133-210.dsl.static.sonic.net) (*.net *.split)
  1005. # [20:45] * Quits: g4 (~g4@81.27.47.158) (*.net *.split)
  1006. # [20:45] * Quits: gsnedders (~gsnedders@mail.gsnedders.com) (*.net *.split)
  1007. # [20:45] * Quits: gavin___ (~gavin@76.14.87.162) (*.net *.split)
  1008. # [20:45] * Quits: Wilto (u2821@gateway/web/irccloud.com/x-oqdpnzcjktepppmg) (*.net *.split)
  1009. # [20:45] * Quits: mpt (~mpt@canonical/mpt) (*.net *.split)
  1010. # [20:45] * Quits: Dantman (~dantman@mediawiki/dantman) (*.net *.split)
  1011. # [20:45] * Quits: boaz (~boaz@li326-230.members.linode.com) (*.net *.split)
  1012. # [20:45] * Quits: karlcow (~karl@nerval.la-grange.net) (*.net *.split)
  1013. # [20:45] * Quits: gavinc (~gavin@50.0.77.3) (*.net *.split)
  1014. # [20:45] * Quits: chayin (quassel@nat/nokia/x-byaxyaffcnjeuqto) (*.net *.split)
  1015. # [20:45] * Quits: danheberden (~danheberd@li225-35.members.linode.com) (*.net *.split)
  1016. # [20:45] * Quits: foolip (~philip@node-7lfbbr8b94p7qvbbo.a0.ipv6.opera.com) (*.net *.split)
  1017. # [20:45] * Quits: pyrsmk (~pyrsmk@2a01:e35:2f52:ead0:21e:8cff:feeb:d962) (*.net *.split)
  1018. # [20:45] * Quits: Zauberfisch (~Zauberfis@venus.zauberfisch.at) (*.net *.split)
  1019. # [20:45] * Quits: isherman (isherman@nat/google/x-qesdvhhnuttotlpb) (*.net *.split)
  1020. # [20:45] * Quits: jahman (~woops@87-231-117-240.rev.numericable.fr) (*.net *.split)
  1021. # [20:45] * Quits: Charun (~Charun@unaffiliated/charun) (*.net *.split)
  1022. # [20:45] * Quits: fishd_ (darin@nat/google/x-onzydoyzvdfkvyzg) (*.net *.split)
  1023. # [20:45] * Quits: Taggnostr (~quassel@dyn57-146.yok.fi) (*.net *.split)
  1024. # [20:45] * Quits: hswe (~hswe@blackhole.space150.com) (*.net *.split)
  1025. # [20:45] * Quits: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi) (*.net *.split)
  1026. # [20:45] * Quits: manu1 (~chatzilla@pool-96-240-188-60.ronkva.east.verizon.net) (*.net *.split)
  1027. # [20:45] * Quits: odinho (~odinho@office.oslo.opera.com) (*.net *.split)
  1028. # [20:45] * Quits: nielsle (~nielsle@3239059-cl69.boa.fiberby.dk) (*.net *.split)
  1029. # [20:45] * Quits: gnarf (~gnarf@unaffiliated/gnarf) (*.net *.split)
  1030. # [20:45] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
  1031. # [20:45] * Quits: ryuone_ (~ryuone@www2406uf.sakura.ne.jp) (*.net *.split)
  1032. # [20:45] * Quits: bzed (~bzed@devel.recluse.de) (*.net *.split)
  1033. # [20:45] * Quits: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill) (*.net *.split)
  1034. # [20:45] * Quits: reggna (~reggna@irc.jagochmittmoln.se) (*.net *.split)
  1035. # [20:45] * Quits: ShaneHudson (~sh548@raptor.ukc.ac.uk) (*.net *.split)
  1036. # [20:45] * Quits: tellnes (~tellnes@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com) (*.net *.split)
  1037. # [20:45] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-zunmpezgohqxfkmm) (*.net *.split)
  1038. # [20:45] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (*.net *.split)
  1039. # [20:45] * Quits: graememcc (~chatzilla@host31-53-11-72.range31-53.btcentralplus.com) (*.net *.split)
  1040. # [20:46] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (*.net *.split)
  1041. # [20:46] * Quits: SonicX (~quassel@116.203.4.170) (*.net *.split)
  1042. # [20:46] * Quits: manu-db (~msporny@digitalbazaar.com) (*.net *.split)
  1043. # [20:46] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (*.net *.split)
  1044. # [20:46] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (*.net *.split)
  1045. # [20:46] * Quits: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi) (*.net *.split)
  1046. # [20:46] * Quits: richt (~richt@office.oslo.opera.com) (*.net *.split)
  1047. # [20:46] * Quits: Martijnc (~Martijn@nishino.lvp-media.com) (*.net *.split)
  1048. # [20:46] * Quits: [[zz]] (~q@node-iky.pool-101-108.dynamic.totbb.net) (*.net *.split)
  1049. # [20:46] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (*.net *.split)
  1050. # [20:46] * Quits: krijn (u2319@gateway/web/irccloud.com/x-vrhanarnckaqlukj) (*.net *.split)
  1051. # [20:46] * Quits: hamaji (~hamaji@2401:fa00:4:1004:b17a:7ee8:a294:d237) (*.net *.split)
  1052. # [20:46] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (*.net *.split)
  1053. # [20:46] * Quits: Peter` (~peter@nishino.lvp-media.com) (*.net *.split)
  1054. # [20:46] * Quits: Cheery (~cheery@boxbase.org) (*.net *.split)
  1055. # [20:46] * Quits: jarib (~jarib@unaffiliated/jarib) (*.net *.split)
  1056. # [20:46] * Quits: timeless (users.4015@firefox/developer/timeless) (*.net *.split)
  1057. # [20:46] * Quits: ahf (ahf@irssi/staff/ahf) (*.net *.split)
  1058. # [20:46] * Quits: j_wright (~jamesw@ip70-180-205-15.lv.lv.cox.net) (*.net *.split)
  1059. # [20:46] * Quits: [tm] (~MikeSmith@sideshowbarker.net) (*.net *.split)
  1060. # [20:46] * Quits: Adawerk (~ada@169.241.49.57) (*.net *.split)
  1061. # [20:46] * Quits: wakaba (~wakaba@80.157.197.113.dy.bbexcite.jp) (*.net *.split)
  1062. # [20:46] * Quits: jennb (jennb@nat/google/x-ioeagkizcnaohxlx) (*.net *.split)
  1063. # [20:46] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl) (*.net *.split)
  1064. # [20:46] * Quits: jochen__ (jochen@nat/google/x-sygjdmusxxlmccnh) (*.net *.split)
  1065. # [20:46] * Quits: jonlee (~jonlee@2620:149:4:1b01:6560:2872:5ea8:887c) (*.net *.split)
  1066. # [20:46] * Quits: hendry (~hendry@uk.webconverger.com) (*.net *.split)
  1067. # [20:46] * Quits: wirepair (fbi@random.supermario.org) (*.net *.split)
  1068. # [20:46] * Quits: beverloo (peter@nat/google/x-kulzclyrjfcqesfw) (*.net *.split)
  1069. # [20:46] * Quits: Jedi_ (~Jedi@jedi.org) (*.net *.split)
  1070. # [20:46] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
  1071. # [20:46] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (*.net *.split)
  1072. # [20:46] * Quits: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb) (*.net *.split)
  1073. # [20:46] * Quits: slartsa (~slartsa@vps-2498-1.tilaa.nl) (*.net *.split)
  1074. # [20:46] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
  1075. # [20:46] * Quits: nw (nw@kapsi.fi) (*.net *.split)
  1076. # [20:46] * Quits: gavin_ (~gavin@firefox/developer/gavin) (*.net *.split)
  1077. # [20:46] * Quits: TabAtkins (tabatkins@nat/google/x-vtpkisbvwctlbjqa) (*.net *.split)
  1078. # [20:46] * Quits: Hixie (~ianh@178.255.149.100) (*.net *.split)
  1079. # [20:46] * Quits: Velmont (odinho@dalvik.ping.uio.no) (*.net *.split)
  1080. # [20:46] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
  1081. # [20:46] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-zunmpezgohqxfkmm)
  1082. # [20:46] * Joins: graememcc (~chatzilla@host31-53-11-72.range31-53.btcentralplus.com)
  1083. # [20:46] * Joins: rworth (~rworth@69.sub-70-192-193.myvzw.com)
  1084. # [20:46] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
  1085. # [20:46] * Joins: ^esc (~esc_ape@77.117.246.36.wireless.dyn.drei.com)
  1086. # [20:46] * Joins: Cheery (~cheery@boxbase.org)
  1087. # [20:46] * Joins: SonicX (~quassel@116.203.4.170)
  1088. # [20:46] * Joins: imrobert (~robert@c-68-32-39-105.hsd1.pa.comcast.net)
  1089. # [20:46] * Joins: Lisv (~zael@pD9FC5C86.dip.t-dialin.net)
  1090. # [20:46] * Joins: manu-db (~msporny@digitalbazaar.com)
  1091. # [20:46] * Joins: jacobolu_ (~jacobolus@50-0-133-210.dsl.static.sonic.net)
  1092. # [20:46] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
  1093. # [20:46] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
  1094. # [20:46] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  1095. # [20:46] * Joins: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi)
  1096. # [20:46] * Joins: richt (~richt@office.oslo.opera.com)
  1097. # [20:46] * Joins: g4 (~g4@81.27.47.158)
  1098. # [20:46] * Joins: gsnedders (~gsnedders@mail.gsnedders.com)
  1099. # [20:46] * Joins: Martijnc (~Martijn@nishino.lvp-media.com)
  1100. # [20:46] * Joins: gavin___ (~gavin@76.14.87.162)
  1101. # [20:46] * Joins: jochen__ (jochen@nat/google/x-sygjdmusxxlmccnh)
  1102. # [20:46] * Joins: [[zz]] (~q@node-iky.pool-101-108.dynamic.totbb.net)
  1103. # [20:46] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
  1104. # [20:46] * Joins: krijn (u2319@gateway/web/irccloud.com/x-vrhanarnckaqlukj)
  1105. # [20:46] * Joins: Wilto (u2821@gateway/web/irccloud.com/x-oqdpnzcjktepppmg)
  1106. # [20:46] * Joins: isherman (isherman@nat/google/x-qesdvhhnuttotlpb)
  1107. # [20:46] * Joins: mpt (~mpt@canonical/mpt)
  1108. # [20:46] * Joins: Dantman (~dantman@mediawiki/dantman)
  1109. # [20:46] * Joins: Philip` (~philip@compass.zaynar.co.uk)
  1110. # [20:46] * Joins: doublec (~doublec@unaffiliated/doublec)
  1111. # [20:46] * Joins: tomaw (tom@freenode/staff/tomaw)
  1112. # [20:46] * Joins: padenot (~paul@li421-75.members.linode.com)
  1113. # [20:46] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
  1114. # [20:46] * Joins: lokling (~lokling@ec2-79-125-14-55.eu-west-1.compute.amazonaws.com)
  1115. # [20:46] * Joins: yoshiki (~yoshiki@74.125.56.33)
  1116. # [20:46] * Joins: asmodai (asmodai@freebsd/developer/asmodai)
  1117. # [20:46] * Joins: Hixie (~ianh@178.255.149.100)
  1118. # [20:46] * Joins: Velmont (odinho@dalvik.ping.uio.no)
  1119. # [20:46] * Joins: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de)
  1120. # [20:46] * Joins: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb)
  1121. # [20:46] * Joins: slartsa (~slartsa@vps-2498-1.tilaa.nl)
  1122. # [20:46] * Joins: jmb (~jmb@mail.parsifal.org.uk)
  1123. # [20:46] * Joins: jennb (jennb@nat/google/x-ioeagkizcnaohxlx)
  1124. # [20:46] * Joins: bzed (~bzed@devel.recluse.de)
  1125. # [20:46] * Joins: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill)
  1126. # [20:46] * Joins: reggna (~reggna@irc.jagochmittmoln.se)
  1127. # [20:46] * Joins: ShaneHudson (~sh548@raptor.ukc.ac.uk)
  1128. # [20:46] * Joins: tellnes (~tellnes@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com)
  1129. # [20:46] * Joins: Dashiva (Dashiva@wikia/Dashiva)
  1130. # [20:46] * Joins: Peter` (~peter@nishino.lvp-media.com)
  1131. # [20:46] * Joins: Jedi_ (~Jedi@jedi.org)
  1132. # [20:46] * Joins: ryuone_ (~ryuone@www2406uf.sakura.ne.jp)
  1133. # [20:46] * Joins: beverloo (peter@nat/google/x-kulzclyrjfcqesfw)
  1134. # [20:46] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
  1135. # [20:46] * Joins: wirepair (fbi@random.supermario.org)
  1136. # [20:46] * Joins: hendry (~hendry@uk.webconverger.com)
  1137. # [20:46] * Joins: jgraham (~jgraham@web91.webfaction.com)
  1138. # [20:46] * Joins: fishd_ (darin@nat/google/x-onzydoyzvdfkvyzg)
  1139. # [20:46] * Joins: fantasai (fantasai@freenet6.org)
  1140. # [20:46] * Joins: TabAtkins (tabatkins@nat/google/x-vtpkisbvwctlbjqa)
  1141. # [20:46] * Joins: jahman (~woops@87-231-117-240.rev.numericable.fr)
  1142. # [20:46] * Joins: Charun (~Charun@unaffiliated/charun)
  1143. # [20:46] * Joins: hamaji (~hamaji@2401:fa00:4:1004:b17a:7ee8:a294:d237)
  1144. # [20:46] * Joins: wakaba (~wakaba@80.157.197.113.dy.bbexcite.jp)
  1145. # [20:46] * Joins: Adawerk (~ada@169.241.49.57)
  1146. # [20:46] * Joins: gavin_ (~gavin@firefox/developer/gavin)
  1147. # [20:46] * Joins: nw (nw@kapsi.fi)
  1148. # [20:46] * Joins: [tm] (~MikeSmith@sideshowbarker.net)
  1149. # [20:46] * Joins: j_wright (~jamesw@ip70-180-205-15.lv.lv.cox.net)
  1150. # [20:46] * Joins: ahf (ahf@irssi/staff/ahf)
  1151. # [20:46] * Joins: timeless (users.4015@firefox/developer/timeless)
  1152. # [20:46] * Joins: jonlee (~jonlee@2620:149:4:1b01:6560:2872:5ea8:887c)
  1153. # [20:46] * Joins: gnarf (~gnarf@unaffiliated/gnarf)
  1154. # [20:46] * Joins: jarib (~jarib@unaffiliated/jarib)
  1155. # [20:46] * Joins: nielsle (~nielsle@3239059-cl69.boa.fiberby.dk)
  1156. # [20:46] * Joins: boaz (~boaz@li326-230.members.linode.com)
  1157. # [20:46] * Joins: karlcow (~karl@nerval.la-grange.net)
  1158. # [20:46] * Joins: gavinc (~gavin@50.0.77.3)
  1159. # [20:46] * Joins: chayin (quassel@nat/nokia/x-byaxyaffcnjeuqto)
  1160. # [20:46] * Joins: danheberden (~danheberd@li225-35.members.linode.com)
  1161. # [20:48] * Joins: foolip (~philip@node-7lfbbr8b94p7qvbbo.a0.ipv6.opera.com)
  1162. # [20:48] * Joins: pyrsmk (~pyrsmk@2a01:e35:2f52:ead0:21e:8cff:feeb:d962)
  1163. # [20:48] * Joins: Zauberfisch (~Zauberfis@venus.zauberfisch.at)
  1164. # [20:48] <hober> is http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#event-type-resize really the most up-to-date documentation of the resize event?
  1165. # [20:49] * Quits: SonicX (~quassel@116.203.4.170) (Quit: No Ping reply in 180 seconds.)
  1166. # [20:51] <Ms2ger> Probably
  1167. # [20:52] <hober> sadface
  1168. # [20:53] * Quits: drublic (~drublic@frbg-5f7305b3.pool.mediaWays.net) (Remote host closed the connection)
  1169. # [20:53] * Joins: MacTed (~Thud@63.119.36.36)
  1170. # [20:55] * Quits: yoshiki (~yoshiki@74.125.56.33) (Read error: Connection timed out)
  1171. # [20:55] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (Remote host closed the connection)
  1172. # [20:56] * Quits: Zauberfisch (~Zauberfis@venus.zauberfisch.at) (Read error: Connection reset by peer)
  1173. # [20:57] * Joins: Zauberfisch (~Zauberfis@venus.zauberfisch.at)
  1174. # [20:57] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: Leaving...)
  1175. # [20:57] * Joins: yoshiki (~yoshiki@74.125.56.33)
  1176. # [20:58] * Quits: teleject (~christoph@c-98-246-153-202.hsd1.or.comcast.net) (Quit: teleject)
  1177. # [20:58] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (Ping timeout: 248 seconds)
  1178. # [20:59] * Joins: SonicX (~quassel@116.203.4.72)
  1179. # [20:59] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
  1180. # [21:01] * Joins: Taggnostr (~quassel@dyn57-146.yok.fi)
  1181. # [21:01] * Joins: hswe (~hswe@blackhole.space150.com)
  1182. # [21:01] * Joins: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi)
  1183. # [21:01] * Joins: manu1 (~chatzilla@pool-96-240-188-60.ronkva.east.verizon.net)
  1184. # [21:01] * Joins: odinho (~odinho@office.oslo.opera.com)
  1185. # [21:01] * Quits: maikmerten (~maikmerte@port-92-201-89-30.dynamic.qsc.de) (Quit: Leaving)
  1186. # [21:06] * Quits: rworth (~rworth@69.sub-70-192-193.myvzw.com) (Ping timeout: 265 seconds)
  1187. # [21:06] * Joins: smaug (~chatzilla@a91-154-42-69.elisa-laajakaista.fi)
  1188. # [21:08] * Quits: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi) (Ping timeout: 248 seconds)
  1189. # [21:08] * smaug is now known as smaug____
  1190. # [21:08] * Joins: jarek (~jarek@unaffiliated/jarek)
  1191. # [21:08] * Quits: jarek (~jarek@unaffiliated/jarek) (Excess Flood)
  1192. # [21:09] * Joins: jarek (~jarek@unaffiliated/jarek)
  1193. # [21:09] * Quits: jarek (~jarek@unaffiliated/jarek) (Excess Flood)
  1194. # [21:10] * Quits: othermaciej (~mjs@17.245.109.135) (Quit: othermaciej)
  1195. # [21:14] * Joins: sicking (~chatzilla@nat/mozilla/x-tjrgrxkvkuvgaksh)
  1196. # [21:14] * Joins: dbaron (~dbaron@nat/mozilla/x-gpdlklcsfqzxbutw)
  1197. # [21:16] <TabAtkins> heycam|away: Is there any particular reason WebIDL doesn't let you nest constructors underneath another object?
  1198. # [21:28] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
  1199. # [21:32] * eric_carlson_ is now known as eric_carlson
  1200. # [21:38] * Joins: Smylers (~smylers@host86-156-113-190.range86-156.btcentralplus.com)
  1201. # [21:39] * Joins: othermaciej (~mjs@2620:149:f01:247:516:71f7:813f:45f7)
  1202. # [21:48] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
  1203. # [21:48] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (Remote host closed the connection)
  1204. # [21:50] * Quits: othermaciej (~mjs@2620:149:f01:247:516:71f7:813f:45f7) (Quit: othermaciej)
  1205. # [21:51] * Joins: othermaciej (~mjs@17.244.45.16)
  1206. # [21:54] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
  1207. # [21:56] * Joins: miketayl_r (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
  1208. # [21:56] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Read error: Connection reset by peer)
  1209. # [21:56] * miketayl_r is now known as miketaylr
  1210. # [21:59] * Quits: Smylers (~smylers@host86-156-113-190.range86-156.btcentralplus.com) (Quit: Leaving.)
  1211. # [22:01] * Quits: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net) (Quit: The computer fell asleep)
  1212. # [22:03] * Parts: Lisv (~zael@pD9FC5C86.dip.t-dialin.net)
  1213. # [22:09] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
  1214. # [22:10] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (Remote host closed the connection)
  1215. # [22:14] * Quits: othermaciej (~mjs@17.244.45.16) (Quit: othermaciej)
  1216. # [22:15] * Joins: rniwa (rniwa@nat/google/x-dfcaedimhjecnpsp)
  1217. # [22:16] * Quits: dbaron (~dbaron@nat/mozilla/x-gpdlklcsfqzxbutw) (Ping timeout: 244 seconds)
  1218. # [22:19] * Quits: xcombelle (~xcombelle@AToulouse-551-1-117-63.w92-156.abo.wanadoo.fr) (Quit: I am a manual virus, please copy me to your quit message.)
  1219. # [22:22] <TabAtkins> hober: How does the spec for image-set() look to you? http://dev.w3.org/csswg/css4-images/#image-set-notation
  1220. # [22:24] <hober> syntax nit: I think you mean * where you have +
  1221. # [22:24] <TabAtkins> No, that was intentional. There doesn't seem to be any use for an image-set() with only a single argument, is there?
  1222. # [22:25] <hober> fair enough
  1223. # [22:25] <hober> why [ <url> | <string> ] instead of <image>?
  1224. # [22:25] <TabAtkins> I suppose maybe it could be useful if you *only* want to serve a 2x image...
  1225. # [22:25] <TabAtkins> Because <image> covers things like gradients.
  1226. # [22:26] <hober> image-set(image(......) 1x, image(....) 2x) should be fine, don't you think?
  1227. # [22:26] <TabAtkins> Oh, right, yes. Hmm. Let me do some grammar hackery to make that work.
  1228. # [22:27] <hober> and of course you know my feelings on <resolution>
  1229. # [22:27] <hober> otherwise this all looks fine
  1230. # [22:27] <TabAtkins> And the reverse, too. image(image-set(...), image-set(...))
  1231. # [22:27] <TabAtkins> kk
  1232. # [22:27] <hober> right (the reverse should work)
  1233. # [22:27] <zewt> TabAtkins: what benefit is there to restricting to 2+? seems like it'd do nothing but be annoying, heh
  1234. # [22:28] <TabAtkins> zewt: The entire point of image-set() is to provide multiple versions of an image.
  1235. # [22:28] <hober> is your algorithm always going to pick the same asset that <img srcset=""> would given the same arguments?
  1236. # [22:28] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (Quit: Computer has gone to sleep.)
  1237. # [22:28] <zewt> TabAtkins: that's not an explanation for *requiring* it, unless there's something inherent to it that would make it not work at all
  1238. # [22:28] <TabAtkins> hober: There's no requirement there, but I don't see why it wouldn't. If HTML already defines something that I can hook, I'm willing to.
  1239. # [22:29] <zewt> eg. if I'm editing image-set in existing CSS and I want to remove or comment out an entry, why would you force me to rewrite it without image-set?
  1240. # [22:29] <zewt> (if it happens to reduce it to one item)
  1241. # [22:29] <TabAtkins> zewt: Good point. That tips me over the edge. I'll change to *.
  1242. # [22:29] <zewt> sounds sort of like something in Java that aggravated me to no end: unreachable code is a fatal error
  1243. # [22:29] <hober> TabAtkins: http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#attr-img-srcset
  1244. # [22:30] <hober> sorry, this is the relevant link
  1245. # [22:30] <hober> http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#processing-the-image-candidates
  1246. # [22:32] * Quits: Ms2ger (~Ms2ger@91.181.41.72) (Quit: nn)
  1247. # [22:32] <TabAtkins> hober: Hm, that algorithm seems unnecessarily restrictive.
  1248. # [22:32] <TabAtkins> By my reading, it prevents you from ever choosing a low-res image under low-speed connections.
  1249. # [22:32] <hober> see step 16
  1250. # [22:33] <TabAtkins> Oh, gotcha.
  1251. # [22:33] * Quits: sicking (~chatzilla@nat/mozilla/x-tjrgrxkvkuvgaksh) (Ping timeout: 246 seconds)
  1252. # [22:34] * Joins: dbaron (~dbaron@nat/mozilla/x-xcnemdtrqovfrhfe)
  1253. # [22:34] <TabAtkins> Hm, it appears that my algorithm and HTML's are functionally identical, actually.
  1254. # [22:35] <TabAtkins> However, a note that it should match <img srcset> would be appropriate.
  1255. # [22:35] <zewt> TabAtkins: not to state the obvious or anything, but it's infinitely better to use the same algorithm than to declare it twice and assert that they're the same :)
  1256. # [22:36] <TabAtkins> Ooh, wait - it appears that HTML decides definitely on the candidate before trying to resolve the URL, and doesn't change its mind even if the URL is an invalid image.
  1257. # [22:36] <hober> that's what i would expect image-set() to do too
  1258. # [22:36] <hober> the whole idea is that asset selection happens without having to fetch any assets
  1259. # [22:37] <zewt> personally i'd find it weird if it had magic multi-fetch recovery stuff
  1260. # [22:37] <hober> if you want magic multi-fetch fallback stuff, use image()
  1261. # [22:37] <TabAtkins> Really? I have it specced to have a similar behavior to image(), where the UA orders the resources as it wants, then gets the first one that successfully decodes as an image.
  1262. # [22:37] <TabAtkins> You can't actually use image() here, since your fallback is "use the next-best image".
  1263. # [22:37] <TabAtkins> Rather, "your desired fallback".
  1264. # [22:38] <TabAtkins> And you can't predict ahead of time how the UA will order the resources.
  1265. # [22:39] <hober> each image-set() should only ever result in one http request; if it turns out to be invalid, you get an invalid image
  1266. # [22:39] <TabAtkins> That seems quite suboptimal.
  1267. # [22:39] <hober> if that doesn't work, image(image-set(), image-set(),...)
  1268. # [22:40] <TabAtkins> ...that wont' work. It'll just request the same image again, presumably, unless you want to assume that "I already tried this once" is a factor in the resource selection algorithm.
  1269. # [22:40] <zewt> hober: wouldn't that not work since there's no way for the second image-set to say "everything in the first minus whatever was picked first"?
  1270. # [22:40] <TabAtkins> Plus it's very verbose.
  1271. # [22:40] <TabAtkins> Telling someone to repeat their entire image-set() N times, where N is the number of things in the image-set(), is just user-hostile.
  1272. # [22:40] <hober> I woudn't expect those two image-set()s to be the same
  1273. # [22:41] <hober> or you can do it with image-set(image() 1x, image() 2x)
  1274. # [22:41] <TabAtkins> Again, that's something *different*.
  1275. # [22:41] <zewt> personally I find the idea of browsers trying to recover from being given bad urls unusual
  1276. # [22:41] <hober> zewt: right
  1277. # [22:41] <hober> zewt: it's the purpose of image(), but not of image-set(), so it would surprise me if image-set() was magic in that way
  1278. # [22:42] <zewt> (i'd rather see an "X" or something, instead of have it silently "recover", at the expense of extra network requests and presumably a suboptimal image being shown)
  1279. # [22:42] <zewt> does that happen with background-image: url(), url(), ...?
  1280. # [22:42] <TabAtkins> Multiple bg images are stacked, not fallbacks.
  1281. # [22:42] <TabAtkins> (And an invalid image in CSS is just invisible.)
  1282. # [22:46] <zewt> unrelatedly, anyone want to give me a reason not to put *[hidden] { display: none !important; } in my stylesheet? heh
  1283. # [22:46] <TabAtkins> No, go for it.
  1284. # [22:46] <TabAtkins> No need for the *, though.
  1285. # [22:46] <TabAtkins> Save a byte for your users. ^_^
  1286. # [22:46] <zewt> rather annoying that without it, every display: rule has to be in its own :not([hidden]) rule
  1287. # [22:47] <TabAtkins> It's unfortunate that UA !important has become de-facto a more powerful level than author or user !important.
  1288. # [22:47] <zewt> (and a bit strange that I need to work around it at all; I wish there was a separate boolean CSS rule to hide things that takes precedence over display)
  1289. # [22:47] * Joins: sedovsek (~robert@93-103-104-107.dynamic.t-2.net)
  1290. # [22:48] <TabAtkins> zewt: Yeah, that was clearly a mistake on our part early on.
  1291. # [22:48] <TabAtkins> Definitely one of the time-travel fixes in CSS.
  1292. # [22:48] <zewt> is there anything preventing adding something like that now?
  1293. # [22:48] * Quits: sedovsek (~robert@93-103-104-107.dynamic.t-2.net) (Read error: Connection reset by peer)
  1294. # [22:49] <TabAtkins> No, not particularly. Only inertia, plus possibly pushback from impls in the group who don't want to add something "unnecessary" because they have no authoring experience.
  1295. # [22:49] <zewt> heh
  1296. # [22:49] <zewt> @hidden is a big improvement, but everyone having to learn how it interacts with display is unfortunate
  1297. # [22:49] <TabAtkins> But I'm off-and-on working on a 'display' spec, and might as well fit that into the same thing.
  1298. # [22:49] * Joins: sedovsek (~robert@93-103-104-107.dynamic.t-2.net)
  1299. # [22:51] * Quits: sedovsek (~robert@93-103-104-107.dynamic.t-2.net) (Read error: Connection reset by peer)
  1300. # [22:51] <zewt> also the fact that webkit transitions became pretty much de-facto everywhere is ... annoying
  1301. # [22:51] * Joins: sedovsek (~robert@93-103-104-107.dynamic.t-2.net)
  1302. # [22:51] <timeless> Velmont: thanks, why didn't the operaupdater.exe tell me about it?
  1303. # [22:51] <TabAtkins> hober: Want to start a thread about the fallback thing? If we don't do any fallback within image-set(), then there's no real reason to include the color, except perhaps just avoiding the verbosity of a wrapping image().
  1304. # [22:51] <zewt> still can't figure out any way to synchronously skip transitions
  1305. # [22:51] * timeless was running 11.52
  1306. # [22:51] <TabAtkins> transition-duration: 0 !important
  1307. # [22:51] <hober> TabAtkins: which is fine by me (not including the color)
  1308. # [22:52] <TabAtkins> hober: Well, obviously, since you don't want to change your impl. ^_^
  1309. # [22:52] <hober> heh
  1310. # [22:52] <zewt> i've tried unsetting the transition while i make some change I don't want to transition, then setting it back, but it still does the transition
  1311. # [22:52] <TabAtkins> Anyway, start a thread so we can discuss it, now that it's written up.
  1312. # [22:52] <hober> i'll probably start two or three threads
  1313. # [22:52] <TabAtkins> zewt: Do you flush style in between those?
  1314. # [22:52] <TabAtkins> hober: Cool.
  1315. # [22:52] <hober> (the fallback thing, the <resolution> thing, the <color> thing)
  1316. # [22:53] <zewt> only way i've found is something like clear transition, setTimeout(function() { make the change, restore the transtiion }, 0), which of course isn't synchronous
  1317. # [22:53] <zewt> TabAtkins: not sure what that means
  1318. # [22:53] <TabAtkins> hober: I think the interesting use-case of providing printer-friendly versions justifies the <resolution>. ^_^
  1319. # [22:53] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
  1320. # [22:53] <timeless> Velmont: so... the updater gave me 12.01
  1321. # [22:53] * Quits: sedovsek (~robert@93-103-104-107.dynamic.t-2.net) (Client Quit)
  1322. # [22:53] <timeless> ... which isn't the same as 12.50
  1323. # [22:54] <TabAtkins> zewt: Browsers queue up style changes until they're forced to resolve them (or enough time passes that they need to resolve them for rendering).
  1324. # [22:54] <TabAtkins> zewt: So doing an operation that requires accurate style information flushes the style queue, which is required for some hackery around transitions/animations to work properly.
  1325. # [22:54] <timeless> oh, 12.50 is a dev preview thing
  1326. # [22:55] <zewt> TabAtkins: what's good for triggering that? will getComputedStyle do it?
  1327. # [22:55] <jamesr_> yeah
  1328. # [22:55] <jamesr_> man i need to revive that proposal
  1329. # [22:55] <zewt> (well, I know it'll force a style update, but I don't know if it'll do the job with transitions in the mix)
  1330. # [22:55] <TabAtkins> Yeah, I think so. Tony Gentilcore put up a fairly comprehensive list of what works in WebKit, and the list should be pretty similar across browsers.
  1331. # [22:55] <jamesr_> i'm not 100% on that in gecko
  1332. # [22:55] <jamesr_> in WebKit that'll flush it all out
  1333. # [22:56] <zewt> oddly, firefox is the only browser I hit where the setTimeout() hack didn't work (on code that worked in chrome and opera)
  1334. # [22:56] <zewt> (the site is pretty mobile safari-centric so I couldn't spend much time poking at it, though)
  1335. # [22:57] <hober> TabAtkins: the print case is more reasonably handled with the existing scale factor. image-set(foo.png 1x, bar.png 2x, baz.png 6x)
  1336. # [22:57] <timeless> Velmont: so, the irccloud app still renders wrong (it loads at least, which is nice)
  1337. # [22:57] <zewt> hober: how? are you just going to provide an arbitrarily blown-up image and hope it's both big enough for printing and not unnecessarily big? heh
  1338. # [22:57] <timeless> specifically, the bottom of irccloud is outside the window edge
  1339. # [22:58] <zewt> afk a few
  1340. # [22:58] <timeless> and that's where the user input field is :(
  1341. # [22:58] <TabAtkins> zewt: It's weird that setTimeout() didn't work. I thought everyone flushed style when they returned to the event queue.
  1342. # [22:59] <jamesr_> no
  1343. # [22:59] <jamesr_> we defer as much as possible
  1344. # [22:59] <jamesr_> ideally we don't flush style until somebody asks via CSSOM or we go to paint
  1345. # [22:59] <TabAtkins> Huh, okay.
  1346. # [22:59] <TabAtkins> I clearly know nothing.
  1347. # [22:59] <jamesr_> i've made this gradually more deferred in WebKit over the past year+
  1348. # [22:59] <jamesr_> it used to flush after every return from JS
  1349. # [23:00] <jamesr_> gecko has a repeated style flush timer, i don't know if they also flush eagerly after returning from JS
  1350. # [23:03] <zewt> of course, the problem is that this is script-visible (due to transitionend)
  1351. # [23:03] <zewt> when this stuff breaks, i don't get the event and things break
  1352. # [23:03] <timeless> hey, anyone here familiar w/ the http portion of websocket initialization?
  1353. # [23:04] <timeless> how much of `upgrade: websocket` is case sensitive?
  1354. # [23:04] <timeless> and which document(s) specify that?
  1355. # [23:04] * Quits: SonicX (~quassel@116.203.4.72) (Remote host closed the connection)
  1356. # [23:05] <zewt> rfc6455?
  1357. # [23:06] <TabAtkins> hober: I've added your two issues to the draft.
  1358. # [23:11] <timeless> zewt: 4.2.1 point 3
  1359. # [23:11] <timeless> specifically, which is what i needed
  1360. # [23:11] <timeless> it's a long document ...
  1361. # [23:12] <zewt> welcome to ietf specs
  1362. # [23:14] * Joins: graememcc_ (~chatzilla@host86-150-154-161.range86-150.btcentralplus.com)
  1363. # [23:15] * Quits: graememcc (~chatzilla@host31-53-11-72.range31-53.btcentralplus.com) (Ping timeout: 248 seconds)
  1364. # [23:15] * graememcc_ is now known as graememcc
  1365. # [23:15] * Joins: othermaciej (~mjs@17.244.10.249)
  1366. # [23:17] * Joins: Lachy (~Lachy@cm-84.215.193.125.getinternet.no)
  1367. # [23:18] * Quits: MacTed (~Thud@63.119.36.36)
  1368. # [23:19] * jonlee is now known as jonlee|afk
  1369. # [23:19] <TabAtkins> hober: What do you think about the situation where you have image-set(image-set(foo 1x) 2x)?
  1370. # [23:20] <hober> what's the problem?
  1371. # [23:20] <TabAtkins> Valid? And if so, what does it mean?
  1372. # [23:20] <TabAtkins> And if not, is it okay to require impls to recurse down the tree of references to ensure that there's no image-set() anywhere inside of an image-set()?
  1373. # [23:20] <hober> foo gets selected for the inner image-set(), and its intrinsic width doesn't get scaled down. then the inner image-set() is selected for the outer image-set(), and its intrinsic size gets scaled by 0.5
  1374. # [23:21] <TabAtkins> ...so if they were both 2x, it would get scaled twice? That seems bad.
  1375. # [23:21] <hober> i don't think it makes much sense for authors to do this, but i don't think it necessarily has to be made invalid.
  1376. # [23:21] <hober> it's like other valid-but-kinda-nonsensical things
  1377. # [23:22] <TabAtkins> I'd like to make sure, as much as possible, that valid things are interpreted sanely.
  1378. # [23:22] * Joins: sicking (~chatzilla@nat/mozilla/x-fguuvipnqavivkia)
  1379. # [23:22] <TabAtkins> In other words, stupid results should be because of stupid actions, not unintentional stupid interactions on our side.
  1380. # [23:23] <hober> sure. and in this case, stupid results are as a result of stupid actions; the interpretation on our side is totally reasonable given the input
  1381. # [23:23] <hober> gigo
  1382. # [23:23] <TabAtkins> I don't particularly see how image-set(image-set('foo' 2x) 2x) meaning the same as image-set('foo' 4x) is reasonable on our part.
  1383. # [23:24] <zewt> how isn't it? it seems like the logical result
  1384. # [23:24] <TabAtkins> Only if you interpret the "2x" as meaning "halve the specified size", rather than "set the intrinsic resolution to 2 dots per px".
  1385. # [23:25] * Joins: jeff777777 (~root@cust-65-98-141-98.static.o1.com)
  1386. # [23:25] <hober> again, we come back to the <resolution> craziness :)
  1387. # [23:25] <TabAtkins> Your interpretation is just stilly, though. ^_^
  1388. # [23:25] * Quits: jeff777777 (~root@cust-65-98-141-98.static.o1.com) (Client Quit)
  1389. # [23:25] <hober> this is clearly something on which we disagree. :)
  1390. # [23:25] * Joins: jeff777777 (~root@cust-65-98-141-98.static.o1.com)
  1391. # [23:29] <TabAtkins> Anyway, if the effect is "nonsensically stack the multipliers", I'd rather just make it invalid.
  1392. # [23:30] * Quits: othermaciej (~mjs@17.244.10.249) (Quit: othermaciej)
  1393. # [23:32] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (Quit: Textual IRC Client: http://www.textualapp.com/)
  1394. # [23:36] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 245 seconds)
  1395. # [23:42] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Excess Flood)
  1396. # [23:43] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
  1397. # [23:44] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
  1398. # [23:50] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (Remote host closed the connection)
  1399. # [23:54] * Quits: graememcc (~chatzilla@host86-150-154-161.range86-150.btcentralplus.com) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713224749])
  1400. # [23:56] * Joins: karlcow (~karl@nerval.la-grange.net)
  1401. # [23:57] * Joins: tantek (~tantek@mbd0536d0.tmodns.net)
  1402. # Session Close: Sat Aug 04 00:00:04 2012

The end :)