Options:
- # Session Start: Fri Aug 03 00:00:00 2012
- # Session Ident: #whatwg
- # [00:03] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (Quit: Computer has gone to sleep.)
- # [00:05] * Quits: yodasw16 (~dgillhesp@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [00:06] * Quits: othermaciej (~mjs@17.245.109.135) (Quit: othermaciej)
- # [00:07] * Joins: othermaciej (~mjs@17.245.109.135)
- # [00:11] * Quits: jamesr (jamesr@nat/google/x-pkqmkbnqjxsinymu) (Quit: jamesr)
- # [00:13] * Quits: dbaron (~dbaron@nat/mozilla/x-vnctjncawjxoowon) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [00:15] * Joins: jamesr (jamesr@nat/google/x-yncfmzwerrewmmrl)
- # [00:16] * Joins: Lachy (~Lachy@cm-84.215.193.125.getinternet.no)
- # [00:19] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (Client Quit)
- # [00:21] * jonlee is now known as jonlee|afk
- # [00:22] * Quits: othermaciej (~mjs@17.245.109.135) (Quit: othermaciej)
- # [00:24] * Joins: othermaciej (~mjs@17.245.109.135)
- # [00:31] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (Quit: Leaving.)
- # [00:33] * Quits: jamesr (jamesr@nat/google/x-yncfmzwerrewmmrl) (Quit: jamesr)
- # [00:33] * Quits: jesusruiz (~jesusruiz@84.122.18.73.dyn.user.ono.com)
- # [00:33] * Joins: jamesr (jamesr@nat/google/x-zbqxjxgtwjmzpxtq)
- # [00:33] * Quits: jamesr (jamesr@nat/google/x-zbqxjxgtwjmzpxtq) (Client Quit)
- # [00:35] * abstractj is now known as abstractj|away
- # [00:38] <Hixie> hober: is image-set() going anywhere?
- # [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.
- # [00:41] <Hixie> is it basically the same as srcset="" is now?
- # [00:41] <Hixie> but with cssy syntax?
- # [00:41] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [00:41] <hober> AFAIK it only handles the resolution case
- # [00:41] <hober> but that will depend on whatver TabAtkins puts in the draft
- # [00:42] <Hixie> ah ok
- # [00:42] <hober> as currently implemented, -webkit-image-set() only supports the resolution case, fwiw
- # [00:42] <Hixie> right
- # [00:43] * jonlee|afk is now known as jonlee
- # [00:43] <hober> on the css side of things, the art direction case is probably best handled with the existing mechanisms (MQs etc0
- # [00:43] * Quits: necolas (~necolas@5ade1f41.bb.sky.com) (Remote host closed the connection)
- # [00:43] <Hixie> yeah
- # [00:45] * Quits: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net) (Quit: linclark)
- # [00:45] <hober> i think the only change i remember TabAtkins planning to make was to add the ability to specify a <color>
- # [00:45] <hober> (if the ua decides that *none* of the resources are to its liking, it could display the color instead)
- # [00:46] <Hixie> interesting
- # [00:49] * Quits: jryans (~jryans@office.massrel.com) (Quit: Be back later)
- # [00:49] * gwicke_ is now known as gwicke
- # [00:51] <zewt> hober: or image-set(url(...), url(...), rgba(...))?
- # [00:52] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Remote host closed the connection)
- # [00:52] <Hixie> more like image-set(url(...) 1x, url(...) 2x, rgba(...)) or some such, right?
- # [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.
- # [00:56] <TabAtkins> Would have done it Tuesday, but was working on Flexbox and sizing things with fantasai instead.
- # [00:56] <TabAtkins> But yeah, planning on only doing the resolution stuff, because MQ does the other parts fine.
- # [00:57] <zewt> Hixie: yeah, I just mean that support for a color shouldn't be a special case
- # [00:57] <TabAtkins> <img srcset> just doesn't have an easy way to do MQs, so it has to reinvent them in its syntax.
- # [00:57] * heycam|away is now known as heycam
- # [00:57] <Hixie> zewt: it's still special :-)
- # [00:57] <zewt> (note: i know nothing about image-set aside from the last page or so of IRC)
- # [00:57] <TabAtkins> hober: I'm still not sure what to do about 2x vs <resolution>
- # [00:57] <Hixie> TabAtkins: yeah
- # [00:58] <Hixie> it's amazing how HTML's syntax is constraining us
- # [00:58] <Hixie> but anyway
- # [00:58] <hober> TabAtkins: drop <resolution> obviously :)
- # [00:58] <Hixie> hober++
- # [00:58] <othermaciej> <resolution> is lame
- # [00:58] <othermaciej> no one will remember or understand what dppx units mean
- # [00:58] <TabAtkins> The "x" unit is just a synonym for "dppx".
- # [00:58] <TabAtkins> I'd prefer to just make it an explicit synonym.
- # [00:59] <othermaciej> and I think specifying dpi for this use case is not valuable
- # [00:59] <TabAtkins> ...you're already specifying dpi.
- # [00:59] <hober> dp{i,cm,px} should just go away entirely; they're crazy
- # [00:59] <othermaciej> no, you're specifying a scale factor relative to "normal"
- # [00:59] <TabAtkins> Normal is 96dpi.
- # [01:00] <othermaciej> but there's no good reason to say 192dpi instead of 2x
- # [01:00] <othermaciej> and it may make you think you can say things like 200dpi, which will get you ugly blurry output
- # [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.
- # [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
- # [01:01] <hober> but no one should ever, ever use the otheer resolution types
- # [01:01] <hober> s/ otheer// even :)
- # [01:01] <othermaciej> you might think you should say 326dpi instead of 192dpi
- # [01:02] <hober> exactly
- # [01:02] <othermaciej> for the iphone
- # [01:02] <othermaciej> css overloading dpi to mean something unrelated to physical dpi is a bad idea
- # [01:02] <othermaciej> and should not be propagated
- # [01:04] <othermaciej> 192dpi is closer to the actual physical dpi of the original iPhone than to the Retina iPhone
- # [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
- # [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
- # [01:05] <othermaciej> sure, you could have fractional zoom
- # [01:05] <othermaciej> but describing in in terms of dpi just confuses the issue
- # [01:05] <TabAtkins> hober: Well, that's no good. That means you can't ever rely on auto sizing.
- # [01:05] <TabAtkins> "2x" needs to very strictly mean "this is 192dpi".
- # [01:05] <hober> auto sizing works fine
- # [01:06] <othermaciej> it doesn't mean "this is 192dpi", it means, "choose this when 2x scale is appropriate and downscale it by 2"
- # [01:06] <Hixie> othermaciej: 100% agree on dpi being pointlessly confusing here
- # [01:06] <hober> what othermaciej said
- # [01:06] <Hixie> like setting font-size in pt or width in cm
- # [01:06] <TabAtkins> Those two statements are equivalent.
- # [01:06] <othermaciej> no, because dpi could be taken as a statement about the image's intended true physical resolution
- # [01:06] <TabAtkins> Because the 1x scale means "this is 96dpi".
- # [01:07] <hober> no it doesn't
- # [01:07] <othermaciej> except to people who know the insane CSS definition of DPI
- # [01:07] <TabAtkins> You can *think* your iamge is something else, but you're wrong. It's 96dpi by definition. ^_^
- # [01:07] <othermaciej> (and believe it)
- # [01:07] <TabAtkins> Hixie: You coming to my desk?
- # [01:07] <othermaciej> it's 96 dots per CSS inch, not 96 dots per inch
- # [01:08] <othermaciej> a normal person would not think that "dpi" means "multiply by 96"
- # [01:08] <othermaciej> so calling that unit dpi is bordering on evil
- # [01:08] <othermaciej> furthermore, there is no particular case where it is helpful or convenient to multiply by 96
- # [01:08] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
- # [01:08] <TabAtkins> What are you talking about? There's no multiplication by 96.
- # [01:08] <othermaciej> and it makes it harder to see which values represent an integral scale factor
- # [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.
- # [01:09] <othermaciej> it is in no way approximately the same
- # [01:09] <othermaciej> the iPhone has 192 dots per css inch and 326 dots per physical inch
- # [01:09] <TabAtkins> At a normal zoom factor it is.
- # [01:10] <othermaciej> 192 is not approximately the same as 326
- # [01:12] <hober> If I've done the math right, I think 1 CSS liter is 37,795 cubic pixels.
- # [01:13] <othermaciej> CSS liter makes about as much sense as CSS dpi :-)
- # [01:13] <hober> (cubic css pixels, of course.)
- # [01:13] <hober> yeah, exactly
- # [01:18] * Joins: jryans (~jryans@rrcs-108-178-108-5.sw.biz.rr.com)
- # [01:18] * Joins: WeirdAl (~chatzilla@g2spf.ask.info)
- # [01:20] * Joins: nonge (~nonge@p5082B2A3.dip.t-dialin.net)
- # [01:21] * Joins: Delapouite (~Delapouit@dsl-58-6-19-17.wa.westnet.com.au)
- # [01:23] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [01:23] * Joins: dbaron (~dbaron@nat/mozilla/x-yzhgjosbgxntpvad)
- # [01:24] <zewt> cool, that thread is now totally derailed
- # [01:24] <zewt> (ugh)
- # [01:24] <hober> zewt: the lazy blob thread?
- # [01:25] <zewt> yeah
- # [01:26] * Joins: prathe (~prathe@bas1-quebec06-3096548790.dsl.bell.ca)
- # [01:27] * ojan is now known as ojan_away
- # [01:29] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [01:31] * Quits: mattgiff_ (~mattgiffo@108.161.20.34) (Remote host closed the connection)
- # [01:36] * Quits: sicking (~chatzilla@nat/mozilla/x-pnwiivrdlsjrsuai) (Ping timeout: 255 seconds)
- # [01:38] * Quits: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi) (Ping timeout: 255 seconds)
- # [01:40] * Quits: othermaciej (~mjs@17.245.109.135) (Quit: othermaciej)
- # [01:41] * Joins: garciawebdev (~garciaweb@190.244.73.31)
- # [01:42] * Quits: prathe (~prathe@bas1-quebec06-3096548790.dsl.bell.ca) (Quit: prathe)
- # [01:45] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
- # [01:46] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 248 seconds)
- # [01:58] * Joins: nessy (~silviapf@124-168-183-82.dyn.iinet.net.au)
- # [01:59] * Quits: oal (u4126@gateway/web/irccloud.com/x-omybtgzuvryinsui) (Max SendQ exceeded)
- # [01:59] * Quits: wycats (u79@gateway/web/irccloud.com/x-lohrnhlkpqwjhlyl) (Max SendQ exceeded)
- # [02:01] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-cvqfxvsdlafrjupk) (Ping timeout: 240 seconds)
- # [02:01] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [02:04] * Quits: akamike (u5089@gateway/web/irccloud.com/x-ytwnbafnfofcgjpw) (Ping timeout: 240 seconds)
- # [02:04] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-gpwewaiibkmxltic) (Max SendQ exceeded)
- # [02:04] * Joins: nattokirai (~nattokira@rtr.mozilla.or.jp)
- # [02:04] * Quits: sawrubh (u6719@gateway/web/irccloud.com/x-fondlfgxhnoqiedp) (Ping timeout: 240 seconds)
- # [02:04] * Quits: matjas (u2247@gateway/web/irccloud.com/x-zqdmcdyzvfwnymlr) (Ping timeout: 248 seconds)
- # [02:05] * Quits: twisted` (u6794@gateway/web/irccloud.com/x-tdppdjbvafvvhofh) (Ping timeout: 240 seconds)
- # [02:08] * Quits: hdv (u2376@gateway/web/irccloud.com/x-gnwaijdmffwimtmq) (Ping timeout: 276 seconds)
- # [02:08] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-ufkuvcsjiogqfnly) (Ping timeout: 252 seconds)
- # [02:08] * Quits: benschwarz (u2121@gateway/web/irccloud.com/x-trdbaqecuobgnesz) (Max SendQ exceeded)
- # [02:08] * Quits: boblet (u1921@gateway/web/irccloud.com/x-gwjsrfxlrqbecjju) (Ping timeout: 244 seconds)
- # [02:09] * Quits: isherman (isherman@nat/google/x-lwoaifricynlmtwt) (Quit: Leaving.)
- # [02:10] * Quits: ojan_away (u5519@gateway/web/irccloud.com/x-cxcvnrbcyotwzgtl) (Ping timeout: 252 seconds)
- # [02:10] * Quits: dglazkov (u4270@gateway/web/irccloud.com/x-jcktxyfigznywrgx) (Ping timeout: 248 seconds)
- # [02:11] * Joins: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net)
- # [02:11] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-wkyllhrhesscwnai)
- # [02:11] * Quits: vidu (u5404@gateway/web/irccloud.com/x-egntlgouazxzorcm) (Max SendQ exceeded)
- # [02:11] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-ytvsoyqttpxpcctf) (Ping timeout: 248 seconds)
- # [02:12] * Joins: vidu (~u5404@gateway/web/irccloud.com/x-nvxyglprtgcrnicp)
- # [02:12] * Joins: sawrubh (u6719@gateway/web/irccloud.com/x-drzhhqiljquvumgk)
- # [02:13] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (Read error: Connection timed out)
- # [02:14] * Quits: krijn (u2319@gateway/web/irccloud.com/x-ubldswoqulafljkz) (Ping timeout: 244 seconds)
- # [02:14] * Quits: rniwa (rniwa@nat/google/x-knktkftnicwxtkjc) (Quit: rniwa)
- # [02:14] * jonlee is now known as jonlee|afk
- # [02:15] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-thhwjyendajezdkk)
- # [02:15] * Joins: remysharp (~u4345@gateway/web/irccloud.com/x-ljgffpyyavtbdoub)
- # [02:16] * Joins: isherman (isherman@nat/google/x-rajmfiepxwnsnfcx)
- # [02:17] * Quits: isherman (isherman@nat/google/x-rajmfiepxwnsnfcx) (Client Quit)
- # [02:18] * Joins: isherman (isherman@nat/google/x-qesdvhhnuttotlpb)
- # [02:19] * jonlee|afk is now known as jonlee
- # [02:20] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
- # [02:20] * Joins: hdv (u2376@gateway/web/irccloud.com/x-zxwfpkujlwlmnppz)
- # [02:21] * Joins: krijn (u2319@gateway/web/irccloud.com/x-booddzpwnmtutrks)
- # [02:21] * Quits: ap (~ap@2620:149:4:1b01:1831:530a:e1d:449d) (Quit: ap)
- # [02:21] * Joins: matjas (u2247@gateway/web/irccloud.com/x-amahhjqyeqwzebok)
- # [02:21] * Quits: matjas (u2247@gateway/web/irccloud.com/x-amahhjqyeqwzebok) (Changing host)
- # [02:21] * Joins: matjas (u2247@unaffiliated/matjas)
- # [02:21] * Quits: matjas (u2247@unaffiliated/matjas) (Changing host)
- # [02:21] * Joins: matjas (u2247@gateway/web/irccloud.com/x-amahhjqyeqwzebok)
- # [02:27] <MikeSmith> Hixie: here now
- # [02:28] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-thhwjyendajezdkk) (Max SendQ exceeded)
- # [02:31] * Quits: remysharp (~u4345@gateway/web/irccloud.com/x-ljgffpyyavtbdoub) (Ping timeout: 245 seconds)
- # [02:33] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-wkyllhrhesscwnai) (Ping timeout: 244 seconds)
- # [02:33] * Quits: hdv (u2376@gateway/web/irccloud.com/x-zxwfpkujlwlmnppz) (Ping timeout: 246 seconds)
- # [02:33] * Quits: vidu (~u5404@gateway/web/irccloud.com/x-nvxyglprtgcrnicp) (Ping timeout: 245 seconds)
- # [02:33] * Quits: sawrubh (u6719@gateway/web/irccloud.com/x-drzhhqiljquvumgk) (Max SendQ exceeded)
- # [02:35] * Quits: gwicke (~gabriel@216.38.130.162) (Ping timeout: 240 seconds)
- # [02:36] * Quits: Phae (u455@gateway/web/irccloud.com/x-sxujguumckdqproy) (Ping timeout: 252 seconds)
- # [02:37] * Quits: stefsull (~stefsull@wsip-98-191-178-254.ph.ph.cox.net) (Quit: stefsull)
- # [02:38] * Quits: krijn (u2319@gateway/web/irccloud.com/x-booddzpwnmtutrks) (Ping timeout: 248 seconds)
- # [02:40] * Quits: arv (u4269@gateway/web/irccloud.com/x-iktotlhveolxlwwb) (Ping timeout: 244 seconds)
- # [02:41] * Quits: derekjohnson (u7037@gateway/web/irccloud.com/x-essxnuekthvfxttp) (Read error: Connection timed out)
- # [02:44] * Quits: Wilto (u2821@gateway/web/irccloud.com/x-obnezsrzifqijvgt) (Ping timeout: 244 seconds)
- # [02:46] * Quits: matjas (u2247@gateway/web/irccloud.com/x-amahhjqyeqwzebok) (Read error: Connection timed out)
- # [02:47] * Quits: divya (u1924@gateway/web/irccloud.com/x-uhgiwpyatmazofxp) (Read error: Connection timed out)
- # [02:51] * Quits: __doc__ (~pyalot@84-73-208-140.dclient.hispeed.ch) (Ping timeout: 252 seconds)
- # [02:53] * Quits: tobie (u5692@gateway/web/irccloud.com/x-ejoqgukmtbvzxjnl) (Ping timeout: 240 seconds)
- # [02:59] <roc> at least I don't have to take responsibility for the CSS "dpi" unit
- # [03:00] * jonlee is now known as jonlee|afk
- # [03:00] <TabAtkins> Who *is* responsible for that?
- # [03:00] <roc> I don't know
- # [03:01] <roc> can we not implement it and then take it out of the spec?
- # [03:01] <roc> ddpx is a dumb name but at least it makes some sense
- # [03:02] <TabAtkins> dppx. ^_^
- # [03:02] <roc> I reset my case
- # [03:03] <TabAtkins> I suspect it falls out of the image-resolution property, which is specced because CSS printers implemented it unprefixed.
- # [03:03] <TabAtkins> I'm just gonna define "x" to be a synonym for "dppx".
- # [03:03] <TabAtkins> And we'll see who screams.
- # [03:04] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-vunhpniqgawqdtfv)
- # [03:04] * Quits: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [03:05] <TabAtkins> Oh, roc, while you're here, I had a question about your comments on element() to Birtles.
- # [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?
- # [03:06] * Joins: Wilto (u2821@gateway/web/irccloud.com/x-oqdpnzcjktepppmg)
- # [03:06] * Joins: MikeSmith_ (~MikeSmith@s1106181.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [03:06] <roc> mask:url(foo.svg#abc)
- # [03:07] <roc> er wait
- # [03:07] <roc> that's not what you were asking about
- # [03:07] <roc> mask:element(#abc)
- # [03:08] <roc> and suppose the element with the mask style is not an ancestor of the #abc element
- # [03:08] <roc> as currently specced I think that matches according to CSS Images and does not match according to the SVG proposal
- # [03:08] * Quits: MikeSmith (~MikeSmith@s1106009.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 248 seconds)
- # [03:08] * MikeSmith_ is now known as MikeSmith
- # [03:09] <TabAtkins> Ah, I see. So it's valid as an <image>, but not as a mask reference.
- # [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.
- # [03:09] <TabAtkins> Like select() or something.
- # [03:09] <roc> or
- # [03:09] * Joins: tobie (u5692@gateway/web/irccloud.com/x-kpychfxkaxevggwt)
- # [03:10] <roc> well
- # [03:10] <roc> yes, that's probably for the best
- # [03:10] <roc> descendant() might be a better name
- # [03:10] <roc> maybe we're not talking about the same thing
- # [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
- # [03:11] <roc> that could be a CSS image value and then SVG could just use it
- # [03:12] <TabAtkins> Or, wait, it's actually not a problem I think?
- # [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.
- # [03:13] * Quits: maknz (~Mak@unaffiliated/makx) (Ping timeout: 240 seconds)
- # [03:13] <TabAtkins> The two should be mutually exclusive, since <mask> doesn't provide a paint source.
- # [03:13] * Joins: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net)
- # [03:13] * Quits: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net) (Changing host)
- # [03:13] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [03:14] * Joins: divya (u1924@gateway/web/irccloud.com/x-tfalaofsajkwfabh)
- # [03:14] * Joins: maknz (~Mak@unaffiliated/makx)
- # [03:15] <roc> that seems fragile
- # [03:15] * Quits: nessy (~silviapf@124-168-183-82.dyn.iinet.net.au) (Quit: Leaving.)
- # [03:16] <TabAtkins> Potentially, yeah.
- # [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);"
- # [03:27] * Joins: mye (~mye@p4FD9265F.dip.t-dialin.net)
- # [03:33] * Quits: WeirdAl (~chatzilla@g2spf.ask.info) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347])
- # [03:33] <TabAtkins> hober: Any opinion on what the interaction between image-set("foo" 2x) and 'image-resolution' should be?
- # [03:34] * Joins: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [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".
- # [03:40] <TabAtkins> It might make sense to change the initial value to "auto", which means "1x, unless CSS says otherwise".
- # [03:41] * Quits: dbaron (~dbaron@nat/mozilla/x-yzhgjosbgxntpvad) (Ping timeout: 244 seconds)
- # [03:42] * Joins: stefsull (~stefsull@ip68-104-139-203.ph.ph.cox.net)
- # [04:00] * Joins: kennyluck (~kennyluck@119.161.158.96)
- # [04:01] * Joins: MikeSmith_ (~MikeSmith@s1106203.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [04:04] * Quits: MikeSmith (~MikeSmith@s1106181.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 248 seconds)
- # [04:04] * MikeSmith_ is now known as MikeSmith
- # [04:16] * Joins: dbaron (~dbaron@70-36-140-99.dsl.dynamic.sonic.net)
- # [04:23] * Joins: garciawebdev (~garciaweb@190.244.73.31)
- # [04:26] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Excess Flood)
- # [04:28] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 268 seconds)
- # [04:29] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [04:37] * abstractj|away is now known as abstractj
- # [04:55] * Quits: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [05:03] * Quits: MikeSmith (~MikeSmith@s1106203.xgsspn.imtp.tachikawa.spmode.ne.jp) (Quit: MikeSmith)
- # [05:05] * heycam is now known as heycam|away
- # [05:05] * Joins: nessy (~silviapf@124-168-183-82.dyn.iinet.net.au)
- # [05:09] * Quits: nick_evans (~nicholas@static-98-113-167-42.nycmny.fios.verizon.net) (Quit: nick_evans)
- # [05:15] * Quits: Druide_ (~Druid@p5B05C731.dip.t-dialin.net)
- # [05:18] * Joins: garciawebdev (~garciaweb@190.244.73.31)
- # [05:22] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 245 seconds)
- # [05:24] * Quits: jryans (~jryans@rrcs-108-178-108-5.sw.biz.rr.com) (Quit: Be back later)
- # [05:28] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [05:35] * heycam|away is now known as heycam
- # [05:37] * Joins: izhak (~izhak@213.87.240.98)
- # [05:47] * Joins: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net)
- # [05:47] * Quits: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net) (Changing host)
- # [05:47] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [05:53] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [05:57] * Joins: MikeSmith (~MikeSmith@s1106206.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [05:59] * Quits: MikeSmith (~MikeSmith@s1106206.xgsspn.imtp.tachikawa.spmode.ne.jp) (Client Quit)
- # [06:11] * Joins: myrman (~friendly@c-a23c70d5.035-31-73746f28.cust.bredbandsbolaget.se)
- # [06:11] * Joins: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [06:12] * Joins: garciawebdev (~garciaweb@190.244.73.31)
- # [06:12] * Quits: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Client Quit)
- # [06:16] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 245 seconds)
- # [06:42] * Joins: mye_ (~mye@p4FD92E8E.dip.t-dialin.net)
- # [06:46] * Quits: mye (~mye@p4FD9265F.dip.t-dialin.net) (Ping timeout: 245 seconds)
- # [06:50] * Joins: benschwarz (u2121@gateway/web/irccloud.com/x-wilixqzjinkltixo)
- # [07:11] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 272 seconds)
- # [07:22] * Joins: Areks (~Areks@rs.gridnine.com)
- # [07:48] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
- # [07:52] * abstractj is now known as abstractj|away
- # [07:53] * Quits: JohnAlbin (~JohnAlbin@114-36-38-133.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
- # [08:00] * Joins: garciawebdev (~garciaweb@190.244.73.31)
- # [08:01] * Joins: krijn (u2319@gateway/web/irccloud.com/x-vrhanarnckaqlukj)
- # [08:04] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 245 seconds)
- # [08:08] * Joins: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net)
- # [08:09] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [08:11] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [08:14] * Quits: kennyluck (~kennyluck@119.161.158.96) (Read error: Connection reset by peer)
- # [08:14] * Joins: kennyluck (~kennyluck@119.161.158.96)
- # [08:16] * Joins: Smylers (~smylers@host86-156-113-190.range86-156.btcentralplus.com)
- # [08:26] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [08:27] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 248 seconds)
- # [08:32] <hsivonen> Hixie: pong
- # [08:32] * Joins: LBP (~Mirc@pD9EB1823.dip0.t-ipconnect.de)
- # [08:37] * Quits: Yudai_ (~Yudai@nttkyo224046.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (Ping timeout: 264 seconds)
- # [08:39] <Hixie> hsivonen: your input on this thread would be helpful: http://lists.w3.org/Archives/Public/public-whatwg-archive/2012Aug/0004.html
- # [08:39] * Joins: matjas (u2247@gateway/web/irccloud.com/x-dgiptimautdsmgdu)
- # [08:42] * Quits: Smylers (~smylers@host86-156-113-190.range86-156.btcentralplus.com) (Quit: Leaving.)
- # [08:45] * Quits: kennyluck (~kennyluck@119.161.158.96) (Read error: Connection reset by peer)
- # [08:46] * Joins: kennyluck (~kennyluck@119.161.158.96)
- # [08:50] * Quits: charlvn (~charlvn@charlvn.nl) (Remote host closed the connection)
- # [09:00] * Joins: [[zzz]] (~q@node-iky.pool-101-108.dynamic.totbb.net)
- # [09:03] * Quits: [[zz]] (~q@node-l73.pool-101-108.dynamic.totbb.net) (Ping timeout: 240 seconds)
- # [09:11] * Joins: sawrubh (u6719@gateway/web/irccloud.com/x-mfcddgdmlboufuce)
- # [09:11] * Joins: Ms2ger (~Ms2ger@91.181.41.72)
- # [09:16] * Joins: Lachy (~Lachy@cm-84.215.193.125.getinternet.no)
- # [09:20] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [09:21] * Joins: roven (~chatzilla@d51530390.static.telenet.be)
- # [09:22] * [[zzz]] is now known as [[zz]]
- # [09:25] * heycam is now known as heycam|away
- # [09:25] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: Leaving...)
- # [09:26] * Joins: necolas (~necolas@5ade1f41.bb.sky.com)
- # [09:27] * Quits: imrobert (~robert@c-68-32-39-105.hsd1.pa.comcast.net) (Ping timeout: 248 seconds)
- # [09:28] * Quits: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
- # [09:31] * Joins: raphc (~quassel@153-107-190-109.dsl.ovh.fr)
- # [09:32] * Joins: jochen___ (jochen@nat/google/x-sygjdmusxxlmccnh)
- # [09:32] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (Quit: Computer has gone to sleep.)
- # [09:36] * Quits: jochen__ (jochen@nat/google/x-kctnvchjcpzpncbj) (Ping timeout: 240 seconds)
- # [09:36] * jochen___ is now known as jochen__
- # [09:37] * Joins: twisted` (u6794@gateway/web/irccloud.com/x-mgfxpjufixumibnn)
- # [09:40] * Joins: Gaunt (~Ragnar@g225030206.adsl.alicedsl.de)
- # [09:43] * Quits: dbaron (~dbaron@70-36-140-99.dsl.dynamic.sonic.net) (Ping timeout: 240 seconds)
- # [09:44] * Quits: nattokirai (~nattokira@rtr.mozilla.or.jp) (Quit: nattokirai)
- # [09:54] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (Quit: Leaving.)
- # [09:56] * Joins: Smylers (~smylers@94.116.7.147)
- # [10:00] * Joins: Lachy (~Lachy@office.oslo.opera.com)
- # [10:01] * Joins: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net)
- # [10:03] * Quits: Smylers (~smylers@94.116.7.147) (Quit: Leaving.)
- # [10:03] * Joins: Smylers (~smylers@94.116.7.147)
- # [10:03] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-fwwvwcezbhmxcupp)
- # [10:04] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [10:08] * Quits: kennyluck (~kennyluck@119.161.158.96) (Read error: Connection reset by peer)
- # [10:08] * Joins: kennyluck (~kennyluck@119.161.158.96)
- # [10:09] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [10:12] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [10:12] * Joins: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net)
- # [10:13] * Joins: drublic (~drublic@frbg-5f7305b3.pool.mediaWays.net)
- # [10:14] * Quits: necolas (~necolas@5ade1f41.bb.sky.com) (Remote host closed the connection)
- # [10:14] * Quits: Smylers (~smylers@94.116.7.147) (Ping timeout: 245 seconds)
- # [10:23] * Parts: myrman (~friendly@c-a23c70d5.035-31-73746f28.cust.bredbandsbolaget.se) ("Leaving")
- # [10:24] * Joins: graememcc (~chatzilla@host86-148-143-191.range86-148.btcentralplus.com)
- # [10:35] * Joins: nonge_ (~nonge@p5082A518.dip.t-dialin.net)
- # [10:39] * Quits: nonge (~nonge@p5082B2A3.dip.t-dialin.net) (Ping timeout: 245 seconds)
- # [10:39] * Joins: SimonSapin (~simon@2a01:e35:2e8d:b5f0:643e:f143:b54e:cd6e)
- # [10:41] * Joins: Smylers (~smylers@62.249.246.74)
- # [10:44] * Joins: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi)
- # [11:02] * Quits: stefsull (~stefsull@ip68-104-139-203.ph.ph.cox.net) (Ping timeout: 245 seconds)
- # [11:03] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Ping timeout: 248 seconds)
- # [11:10] * Quits: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi) (Remote host closed the connection)
- # [11:12] * Joins: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi)
- # [11:13] * Quits: gavin__ (~gavin@76.14.87.162) (Read error: Connection reset by peer)
- # [11:13] * Joins: gavin__ (~gavin@76.14.87.162)
- # [11:14] * Joins: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net)
- # [11:17] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [11:19] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-cxgwtoxpemhohpnz)
- # [11:19] * Quits: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
- # [11:24] * Joins: beowulf (u116@gateway/web/irccloud.com/x-wszsfdftmegfwyhl)
- # [11:24] * Quits: beowulf (u116@gateway/web/irccloud.com/x-wszsfdftmegfwyhl) (Changing host)
- # [11:24] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
- # [11:34] * Quits: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net) (Remote host closed the connection)
- # [11:34] * Joins: shwetank (~shwetank@122.173.219.203)
- # [11:35] * Joins: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net)
- # [11:38] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-rhwufwstuewpxdsh)
- # [11:43] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [11:49] * Joins: necolas_ (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net)
- # [11:50] * Quits: Gaunt (~Ragnar@g225030206.adsl.alicedsl.de)
- # [11:51] * Quits: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net) (Ping timeout: 245 seconds)
- # [11:54] * Joins: WolfieZero (~WolfieZer@87.124.34.32)
- # [11:54] * Joins: Kolombiken (~Adium@c80-216-10-244.bredband.comhem.se)
- # [11:55] * Joins: Phae (u455@gateway/web/irccloud.com/x-umbptoxmgjzlhdsj)
- # [11:56] * Joins: Druide_ (~Druid@p5B05C731.dip.t-dialin.net)
- # [12:04] * Joins: Yudai (~Yudai@nttkyo161245.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [12:06] * Joins: xcombelle (~xcombelle@AToulouse-551-1-117-63.w92-156.abo.wanadoo.fr)
- # [12:07] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [12:15] * Joins: Lisv (~zael@31-19-196-130-dynip.superkabel.de)
- # [12:15] * Joins: Druide__ (~Druid@p5B05CBF5.dip.t-dialin.net)
- # [12:18] * Quits: kennyluck (~kennyluck@119.161.158.96) (Read error: Connection reset by peer)
- # [12:18] * Quits: Druide_ (~Druid@p5B05C731.dip.t-dialin.net) (Ping timeout: 265 seconds)
- # [12:18] * Joins: kennyluck (~kennyluck@119.161.158.96)
- # [12:24] * Joins: niloy (~niloy@203.196.177.156)
- # [12:29] * Joins: oal (u4126@gateway/web/irccloud.com/x-uehxgtmoehpntkxh)
- # [12:50] * Quits: Guest18407 (~jondong@123.126.22.58) (Remote host closed the connection)
- # [13:00] * Joins: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net)
- # [13:01] * Quits: scott_gonzalez (~gonzasi0@205.186.165.147) (Ping timeout: 244 seconds)
- # [13:02] * Joins: stalled_ (~stalled@95-28-152-5.broadband.corbina.ru)
- # [13:02] * Joins: gavin___ (~gavin@76.14.87.162)
- # [13:03] * Quits: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com) (Ping timeout: 240 seconds)
- # [13:03] * Quits: astearns (~astearns@192.150.22.5) (Ping timeout: 240 seconds)
- # [13:03] * Quits: g4 (~g4@81.27.47.158) (Ping timeout: 240 seconds)
- # [13:03] * Quits: necolas_ (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net) (Ping timeout: 244 seconds)
- # [13:03] * Quits: Smylers (~smylers@62.249.246.74) (Ping timeout: 244 seconds)
- # [13:03] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 244 seconds)
- # [13:03] * Quits: maknz (~Mak@unaffiliated/makx) (Ping timeout: 244 seconds)
- # [13:03] * Quits: Martijnc (~Martijn@nishino.lvp-media.com) (Ping timeout: 244 seconds)
- # [13:03] * Quits: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (Ping timeout: 244 seconds)
- # [13:03] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (Ping timeout: 244 seconds)
- # [13:03] * Joins: astearns_ (~astearns@192.150.22.5)
- # [13:03] * Quits: gsnedders (~gsnedders@mail.gsnedders.com) (Ping timeout: 240 seconds)
- # [13:03] * astearns_ is now known as astearns
- # [13:03] * Joins: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu)
- # [13:03] * Quits: LBP (~Mirc@pD9EB1823.dip0.t-ipconnect.de) (Ping timeout: 244 seconds)
- # [13:03] * Quits: niloy (~niloy@203.196.177.156) (Ping timeout: 240 seconds)
- # [13:03] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
- # [13:03] * Joins: Martijnc (~Martijn@nishino.lvp-media.com)
- # [13:03] * Joins: Smylers (~smylers@62.249.246.74)
- # [13:03] * Quits: gavin__ (~gavin@76.14.87.162) (Ping timeout: 244 seconds)
- # [13:04] * Joins: scott_gonzalez (~gonzasi0@205.186.165.147)
- # [13:04] * Joins: gsnedders (~gsnedders@mail.gsnedders.com)
- # [13:04] * Joins: g4 (~g4@81.27.47.158)
- # [13:04] * Quits: stalled_ (~stalled@95-28-152-5.broadband.corbina.ru) (Changing host)
- # [13:04] * Joins: stalled_ (~stalled@unaffiliated/stalled)
- # [13:04] * Joins: maknz (~Mak@101.98.128.238)
- # [13:04] * Quits: maknz (~Mak@101.98.128.238) (Changing host)
- # [13:04] * Joins: maknz (~Mak@unaffiliated/makx)
- # [13:06] * Joins: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net)
- # [13:15] * Joins: niloy (~niloy@203.196.177.156)
- # [13:16] * Quits: roven (~chatzilla@d51530390.static.telenet.be) (Ping timeout: 246 seconds)
- # [13:24] * Joins: garciawebdev (~garciaweb@190.244.73.31)
- # [13:29] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 245 seconds)
- # [13:38] * Joins: roven (~chatzilla@d51530390.static.telenet.be)
- # [13:53] * Quits: drublic (~drublic@frbg-5f7305b3.pool.mediaWays.net) (Remote host closed the connection)
- # [13:55] * Quits: kennyluck (~kennyluck@119.161.158.96) (Quit: kennyluck)
- # [13:57] * Joins: mdahlstrand (~mdahlstra@88.96.250.58)
- # [14:07] * Quits: stalled_ (~stalled@unaffiliated/stalled) (Ping timeout: 272 seconds)
- # [14:15] * Quits: shwetank (~shwetank@122.173.219.203) (Quit: Leaving...)
- # [14:18] * Joins: erichynds (~ehynds@64.206.121.41)
- # [14:19] * Joins: garciawebdev (~garciaweb@190.244.73.31)
- # [14:21] * Quits: roc (~chatzilla@60.234.54.74) (Ping timeout: 245 seconds)
- # [14:23] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 245 seconds)
- # [14:25] * Quits: WolfieZero (~WolfieZer@87.124.34.32) (Quit: WolfieZero)
- # [14:26] * Joins: WolfieZero (~WolfieZer@87.124.34.178)
- # [14:31] * Joins: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net)
- # [14:31] * Quits: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net) (Changing host)
- # [14:31] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [14:34] * Quits: Lisv (~zael@31-19-196-130-dynip.superkabel.de)
- # [14:42] * Joins: Lachy_ (~Lachy@pat-tazdevil.opera.com)
- # [14:44] * Quits: Lachy (~Lachy@office.oslo.opera.com) (Ping timeout: 245 seconds)
- # [14:44] * Lachy_ is now known as Lachy
- # [14:50] * Quits: izhak (~izhak@213.87.240.98) (Ping timeout: 245 seconds)
- # [14:51] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [14:54] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [14:56] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [15:01] * Quits: roven (~chatzilla@d51530390.static.telenet.be) (Read error: Connection reset by peer)
- # [15:01] * Joins: myakura (~myakura@FL1-49-129-49-171.tky.mesh.ad.jp)
- # [15:01] * Quits: myakura (~myakura@FL1-49-129-49-171.tky.mesh.ad.jp) (Remote host closed the connection)
- # [15:02] * Joins: myakura (~myakura@FL1-49-129-49-171.tky.mesh.ad.jp)
- # [15:02] * Joins: roven (~chatzilla@d51530390.static.telenet.be)
- # [15:02] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [15:06] * Quits: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Read error: Connection reset by peer)
- # [15:10] * abstractj|away is now known as abstractj
- # [15:10] * Joins: AryehGregor_ (~Simetrica@109.226.46.156)
- # [15:10] * Quits: AryehGregor_ (~Simetrica@109.226.46.156) (Changing host)
- # [15:10] * Joins: AryehGregor_ (~Simetrica@mediawiki/simetrical)
- # [15:11] * Quits: AryehGregor (~Simetrica@mediawiki/simetrical) (Ping timeout: 260 seconds)
- # [15:13] * Joins: garciawebdev (~garciaweb@190.244.73.31)
- # [15:14] * AryehGregor_ is now known as AryehGregor
- # [15:17] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 245 seconds)
- # [15:19] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Read error: Connection reset by peer)
- # [15:21] * Quits: Lachy (~Lachy@pat-tazdevil.opera.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [15:23] * Joins: roven_ (~chatzilla@d51530390.static.telenet.be)
- # [15:23] * Quits: roven (~chatzilla@d51530390.static.telenet.be) (Ping timeout: 255 seconds)
- # [15:23] * roven_ is now known as roven
- # [15:25] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [15:32] * Joins: roven_ (~chatzilla@d51530390.static.telenet.be)
- # [15:33] * Quits: roven (~chatzilla@d51530390.static.telenet.be) (Ping timeout: 255 seconds)
- # [15:33] * roven_ is now known as roven
- # [15:34] * Quits: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
- # [15:34] * Joins: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net)
- # [15:38] * Joins: thisgeek (~chris@ool-45757d25.dyn.optonline.net)
- # [15:39] * Joins: jdaggett (~jdaggett@ad008216.dynamic.ppp.asahi-net.or.jp)
- # [15:40] * Quits: nessy (~silviapf@124-168-183-82.dyn.iinet.net.au) (Quit: Leaving.)
- # [15:46] * Joins: jryans (~jryans@office.massrel.com)
- # [15:54] * Quits: Areks (~Areks@rs.gridnine.com) (Ping timeout: 272 seconds)
- # [15:55] * Joins: izhak (~izhak@188.244.178.128)
- # [15:55] * Quits: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
- # [15:56] * Joins: rworth (~rworth@209-255-211-4.ip.mcleodusa.net)
- # [16:00] * Quits: thisgeek (~chris@ool-45757d25.dyn.optonline.net) (Quit: thisgeek)
- # [16:03] * Joins: yodasw16 (~dgillhesp@ql1fwhide.rockfin.com)
- # [16:04] * Joins: Lachy (~Lachy@pat-tazdevil.opera.com)
- # [16:06] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [16:08] * Quits: roven (~chatzilla@d51530390.static.telenet.be) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347])
- # [16:10] * Quits: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de) (Remote host closed the connection)
- # [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?
- # [16:12] * Quits: mdahlstrand (~mdahlstra@88.96.250.58) (Quit: mdahlstrand)
- # [16:13] * Joins: scor (~scor@132.183.243.91)
- # [16:13] * Quits: scor (~scor@132.183.243.91) (Changing host)
- # [16:13] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [16:15] * Quits: jdaggett (~jdaggett@ad008216.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
- # [16:16] * Quits: richt (~richt@office.oslo.opera.com) (Remote host closed the connection)
- # [16:16] * Joins: richt (~richt@office.oslo.opera.com)
- # [16:22] * Quits: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi) (Remote host closed the connection)
- # [16:22] * Joins: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net)
- # [16:23] * Joins: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi)
- # [16:24] * Joins: nick_evans (~nicholas@static-98-113-167-42.nycmny.fios.verizon.net)
- # [16:28] <smaug____> ugh, "please attach a minimal testcase" -> a zip file containing for example jQuery :/
- # [16:29] * Quits: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
- # [16:29] <zewt> smaug____: to too many people, jQuery is "default" :|
- # [16:30] <jgraham> smaug____: You know it isn't possible to write js without jQuery, right?
- # [16:30] * Joins: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net)
- # [16:32] * Joins: SonicX (~quassel@116.203.4.170)
- # [16:34] * Joins: garciawebdev (~garciaweb@190.244.73.31)
- # [16:35] * Joins: edwardbc (~edward.ba@186.176.193.20)
- # [16:40] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [16:47] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [16:56] * Joins: shwetank (~shwetank@122.173.219.203)
- # [16:56] * Joins: jdspiral (~josh@enjoi.jdspiral.com)
- # [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.)
- # [16:58] * Joins: xcombelle (~xcombelle@AToulouse-551-1-117-63.w92-156.abo.wanadoo.fr)
- # [17:03] * Joins: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [17:04] * Parts: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [17:06] * Joins: GPHemsley (~GPHemsley@c-24-99-164-150.hsd1.ga.comcast.net)
- # [17:06] * Quits: GPHemsley (~GPHemsley@c-24-99-164-150.hsd1.ga.comcast.net) (Changing host)
- # [17:06] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [17:17] * Joins: jesusruiz (~jesusruiz@84.122.18.73.dyn.user.ono.com)
- # [17:24] * nonge_ is now known as nonge
- # [17:26] * Joins: jacobolu_ (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [17:26] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Ping timeout: 248 seconds)
- # [17:27] * Joins: harig (~harig@117.213.3.110)
- # [17:33] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Excess Flood)
- # [17:33] <GPHemsley> Hixie: So... why does the spec use a combination of AmE and BrE?
- # [17:33] * Quits: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net) (Quit: linclark)
- # [17:35] <Ms2ger> It should be using en-US
- # [17:35] * Joins: micheil (~micheil@109.224.128.70)
- # [17:38] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [17:40] * Quits: harig (~harig@117.213.3.110) (Quit: harig)
- # [17:40] * Quits: jesusruiz (~jesusruiz@84.122.18.73.dyn.user.ono.com)
- # [17:41] <GPHemsley> Ms2ger: 'organisation' is not en-US
- # [17:42] <Ms2ger> -s- seems to be used only for autocomplete, all other occurrences use -z-
- # [17:43] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 246 seconds)
- # [17:43] <GPHemsley> Ms2ger: And that was the precise instance I was looking at :)
- # [17:43] <Ms2ger> It's the only you could be looking at! ;)
- # [17:44] <GPHemsley> Ms2ger: At least I'm not seeing things!
- # [17:44] * Ms2ger is glad he svn up'd the repo before claiming there was no such spelling in the spec
- # [17:44] <GPHemsley> :)
- # [17:48] <Hixie> GPHemsley: purely an oversight, please file bugs (if it's a keyword to be implemented, mark the bug "blocker")
- # [17:48] <Hixie> or send mail
- # [17:48] <GPHemsley> k
- # [17:49] <Hixie> should all be en-US
- # [17:49] <Hixie> the problem is that i speak en-GB and keep forgetting which is which
- # [17:49] <Hixie> due to spending too much time in the US
- # [17:50] <micheil> Hixie: I thought you spoke en-HIXIE?
- # [17:50] <micheil> or was that someone else here?
- # [17:51] <Hixie> en-GB-x-Hixie :-)
- # [17:51] * Joins: dglazkov (u4270@gateway/web/irccloud.com/x-wvaaomrjntqopuqr)
- # [17:51] <micheil> that's it! A custom dialect of english
- # [17:51] <Ms2ger> Good morning dglazkov
- # [17:51] <micheil> ;)
- # [17:51] <Ms2ger> Sure would be weird if someone else here spoke en-GB-x-Hixie
- # [17:51] <dglazkov> \o/
- # [17:52] <GPHemsley> Bug 18482
- # [17:52] * Quits: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net) (Remote host closed the connection)
- # [17:53] * Quits: SonicX (~quassel@116.203.4.170) (Remote host closed the connection)
- # [17:54] * Quits: Lachy (~Lachy@pat-tazdevil.opera.com) (Quit: Computer has gone to sleep.)
- # [17:55] * Joins: maikmerten (~maikmerte@port-92-201-89-30.dynamic.qsc.de)
- # [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?
- # [17:57] * Quits: shwetank (~shwetank@122.173.219.203) (Quit: Linkinus - http://linkinus.com)
- # [17:58] <GPHemsley> micheil: 'Tis an idiolect, indeed.
- # [17:58] <micheil> heh, I remember there being a similar discussion a few months back..
- # [17:59] <micheil> niloy: you may wish to ask that in, say, ##javascript (pretty sure these guys are doing spec stuff)
- # [18:03] * Joins: Taggnostr (~quassel@dyn57-146.yok.fi)
- # [18:05] * Quits: Delapouite (~Delapouit@dsl-58-6-19-17.wa.westnet.com.au) (Remote host closed the connection)
- # [18:08] * Quits: jryans (~jryans@office.massrel.com) (Quit: Be back later)
- # [18:09] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [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
- # [18:18] * Quits: Smylers (~smylers@62.249.246.74) (Ping timeout: 248 seconds)
- # [18:22] * Joins: drublic (~drublic@frbg-5f7305b3.pool.mediaWays.net)
- # [18:24] * Quits: WolfieZero (~WolfieZer@87.124.34.178) (Quit: WolfieZero)
- # [18:28] * Joins: ap (~ap@2620:149:4:1b01:d4df:30a3:cd64:60b6)
- # [18:29] * Quits: micheil (~micheil@109.224.128.70) (Quit: http://brandedcode.com | http://github.com/miksago)
- # [18:32] * Joins: teleject (~christoph@c-98-246-153-202.hsd1.or.comcast.net)
- # [18:35] * Quits: ap (~ap@2620:149:4:1b01:d4df:30a3:cd64:60b6) (Read error: Connection reset by peer)
- # [18:35] * Joins: ap (~ap@2620:149:4:1b01:d4df:30a3:cd64:60b6)
- # [18:37] * Quits: manu-db (~msporny@digitalbazaar.com) (Ping timeout: 252 seconds)
- # [18:37] * Joins: stalled_ (~stalled@unaffiliated/stalled)
- # [18:40] * Quits: SimonSapin (~simon@2a01:e35:2e8d:b5f0:643e:f143:b54e:cd6e) (Ping timeout: 246 seconds)
- # [18:41] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 245 seconds)
- # [18:42] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Excess Flood)
- # [18:42] * Quits: ^esc (~esc_ape@77.117.247.150.wireless.dyn.drei.com) (Ping timeout: 265 seconds)
- # [18:43] * Joins: manu-db (~msporny@digitalbazaar.com)
- # [18:43] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [18:50] * Joins: Lisv (~zael@pD9FC5C86.dip.t-dialin.net)
- # [18:51] * Quits: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
- # [18:52] * Quits: raphc (~quassel@153-107-190-109.dsl.ovh.fr) (Ping timeout: 245 seconds)
- # [18:56] * Joins: imrobert (~robert@c-68-32-39-105.hsd1.pa.comcast.net)
- # [18:56] * Quits: nonge (~nonge@p5082A518.dip.t-dialin.net) (Quit: Verlassend)
- # [18:56] * Joins: nonge (~nonge@p5082A518.dip.t-dialin.net)
- # [18:56] * Quits: Kolombiken (~Adium@c80-216-10-244.bredband.comhem.se) (Quit: Leaving.)
- # [18:56] * Quits: nonge (~nonge@p5082A518.dip.t-dialin.net) (Read error: Connection reset by peer)
- # [18:59] * Joins: Lachy (~Lachy@cm-84.215.193.125.getinternet.no)
- # [19:01] * Joins: SonicX (~quassel@116.203.4.170)
- # [19:02] * Joins: Cheery (~cheery@boxbase.org)
- # [19:08] * Joins: ^esc (~esc_ape@77.117.246.36.wireless.dyn.drei.com)
- # [19:09] * Joins: dbaron (~dbaron@70-36-140-99.dsl.dynamic.sonic.net)
- # [19:10] * Quits: cheron (~cheron@unaffiliated/cheron) (Quit: Leaving.)
- # [19:11] * abstractj is now known as abstractj|lunch
- # [19:13] * jonlee|afk is now known as jonlee
- # [19:17] * Quits: rworth (~rworth@209-255-211-4.ip.mcleodusa.net) (Quit: Linkinus - http://linkinus.com)
- # [19:18] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
- # [19:19] * Joins: jesusruiz (~jesusruiz@84.122.18.73.dyn.user.ono.com)
- # [19:23] * jonlee is now known as jonlee|afk
- # [19:25] * Joins: othermaciej (~mjs@17.245.109.135)
- # [19:26] * jonlee|afk is now known as jonlee
- # [19:28] * Joins: gwicke (~gabriel@wikimedia/gwicke)
- # [19:29] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
- # [19:31] * Quits: izhak (~izhak@188.244.178.128) (Ping timeout: 244 seconds)
- # [19:34] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (Ping timeout: 240 seconds)
- # [19:37] * Joins: JohnAlbin (~JohnAlbin@114-36-38-133.dynamic.hinet.net)
- # [19:39] * Joins: tawhuac (~tawhuac@181.129.175.11)
- # [19:41] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Excess Flood)
- # [19:41] <TabAtkins> Any examples of some popular super-early polyfills damaging out ability to change a feature?
- # [19:44] <Velmont> Where are you going to use it? :]
- # [19:45] <Velmont> (I don't know any examples, for the record)
- # [19:45] <Ms2ger> var indexedbDB = window.indexedDB || window.webkitIndexedDB || window.moz .....?
- # [19:45] <Velmont> Ms2ger: What about it?
- # [19:45] <Ms2ger> https://bugzilla.mozilla.org/show_bug.cgi?id=770844
- # [19:46] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [19:48] <TabAtkins> Oh, that's a different type of issue.
- # [19:48] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (Quit: Computer has gone to sleep.)
- # [19:49] * Quits: ap (~ap@2620:149:4:1b01:d4df:30a3:cd64:60b6) (Quit: ap)
- # [19:50] * Quits: gwicke (~gabriel@wikimedia/gwicke) (Read error: Connection reset by peer)
- # [19:50] * Joins: gwicke_ (~gabriel@216.38.130.162)
- # [19:51] * Joins: rworth (~rworth@69.sub-70-192-193.myvzw.com)
- # [19:51] * Joins: graememcc_ (~chatzilla@host31-53-11-72.range31-53.btcentralplus.com)
- # [19:52] * Joins: ap (~ap@17.212.155.184)
- # [19:53] * Quits: jesusruiz (~jesusruiz@84.122.18.73.dyn.user.ono.com)
- # [19:53] * Quits: graememcc (~chatzilla@host86-148-143-191.range86-148.btcentralplus.com) (Ping timeout: 246 seconds)
- # [19:53] * graememcc_ is now known as graememcc
- # [19:55] * Quits: Druide__ (~Druid@p5B05CBF5.dip.t-dialin.net) (Ping timeout: 265 seconds)
- # [19:57] * Joins: eric_carlson_ (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [19:57] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
- # [19:58] * Quits: JohnAlbin (~JohnAlbin@114-36-38-133.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
- # [20:02] * Joins: mattgifford (~mattgiffo@70.102.199.158)
- # [20:13] * Quits: niloy (~niloy@203.196.177.156) (Ping timeout: 245 seconds)
- # [20:14] * Joins: Lachy (~Lachy@cm-84.215.193.125.getinternet.no)
- # [20:20] * abstractj|lunch is now known as abstractj
- # [20:20] * Parts: eric_carlson (~eric@2620:149:4:1b01:1440:c039:892f:451c)
- # [20:26] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-cxgwtoxpemhohpnz) (Ping timeout: 248 seconds)
- # [20:33] * Quits: rworth (~rworth@69.sub-70-192-193.myvzw.com) (*.net *.split)
- # [20:33] * Quits: ^esc (~esc_ape@77.117.246.36.wireless.dyn.drei.com) (*.net *.split)
- # [20:33] * Quits: Lisv (~zael@pD9FC5C86.dip.t-dialin.net) (*.net *.split)
- # [20:33] * Quits: asmodai (asmodai@freebsd/developer/asmodai) (*.net *.split)
- # [20:33] * Quits: yoshiki (~yoshiki@74.125.56.33) (*.net *.split)
- # [20:33] * Quits: lokling (~lokling@ec2-79-125-14-55.eu-west-1.compute.amazonaws.com) (*.net *.split)
- # [20:33] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
- # [20:33] * Quits: padenot (~paul@li421-75.members.linode.com) (*.net *.split)
- # [20:33] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
- # [20:33] * Quits: doublec (~doublec@unaffiliated/doublec) (*.net *.split)
- # [20:33] * Quits: fantasai (fantasai@freenet6.org) (*.net *.split)
- # [20:33] * Quits: Philip` (~philip@compass.zaynar.co.uk) (*.net *.split)
- # [20:33] * Quits: imrobert (~robert@c-68-32-39-105.hsd1.pa.comcast.net) (*.net *.split)
- # [20:33] * Quits: jacobolu_ (~jacobolus@50-0-133-210.dsl.static.sonic.net) (*.net *.split)
- # [20:33] * Quits: g4 (~g4@81.27.47.158) (*.net *.split)
- # [20:33] * Quits: gsnedders (~gsnedders@mail.gsnedders.com) (*.net *.split)
- # [20:33] * Quits: gavin___ (~gavin@76.14.87.162) (*.net *.split)
- # [20:33] * Quits: Wilto (u2821@gateway/web/irccloud.com/x-oqdpnzcjktepppmg) (*.net *.split)
- # [20:33] * Quits: mpt (~mpt@canonical/mpt) (*.net *.split)
- # [20:33] * Quits: Dantman (~dantman@mediawiki/dantman) (*.net *.split)
- # [20:33] * Quits: boaz (~boaz@li326-230.members.linode.com) (*.net *.split)
- # [20:33] * Quits: karlcow (~karl@nerval.la-grange.net) (*.net *.split)
- # [20:33] * Quits: gavinc (~gavin@50.0.77.3) (*.net *.split)
- # [20:33] * Quits: chayin (quassel@nat/nokia/x-byaxyaffcnjeuqto) (*.net *.split)
- # [20:33] * Quits: danheberden (~danheberd@li225-35.members.linode.com) (*.net *.split)
- # [20:33] * Quits: foolip (~philip@node-7lfbbr8b94p7qvbbo.a0.ipv6.opera.com) (*.net *.split)
- # [20:33] * Quits: pyrsmk (~pyrsmk@2a01:e35:2f52:ead0:21e:8cff:feeb:d962) (*.net *.split)
- # [20:33] * Quits: Zauberfisch (~Zauberfis@venus.zauberfisch.at) (*.net *.split)
- # [20:33] * Quits: FireFly (~firefly@oftn/member/FireFly) (*.net *.split)
- # [20:33] * Quits: isherman (isherman@nat/google/x-qesdvhhnuttotlpb) (*.net *.split)
- # [20:33] * Quits: jahman (~woops@87-231-117-240.rev.numericable.fr) (*.net *.split)
- # [20:33] * Quits: Charun (~Charun@unaffiliated/charun) (*.net *.split)
- # [20:33] * Quits: fishd_ (darin@nat/google/x-onzydoyzvdfkvyzg) (*.net *.split)
- # [20:33] * Quits: Taggnostr (~quassel@dyn57-146.yok.fi) (*.net *.split)
- # [20:33] * Quits: hswe (~hswe@blackhole.space150.com) (*.net *.split)
- # [20:33] * Quits: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi) (*.net *.split)
- # [20:33] * Quits: manu1 (~chatzilla@pool-96-240-188-60.ronkva.east.verizon.net) (*.net *.split)
- # [20:33] * Quits: odinho (~odinho@office.oslo.opera.com) (*.net *.split)
- # [20:33] * Quits: nielsle (~nielsle@3239059-cl69.boa.fiberby.dk) (*.net *.split)
- # [20:33] * Quits: gnarf (~gnarf@unaffiliated/gnarf) (*.net *.split)
- # [20:33] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
- # [20:33] * Quits: ryuone_ (~ryuone@www2406uf.sakura.ne.jp) (*.net *.split)
- # [20:33] * Quits: bzed (~bzed@devel.recluse.de) (*.net *.split)
- # [20:33] * Quits: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill) (*.net *.split)
- # [20:33] * Quits: reggna (~reggna@irc.jagochmittmoln.se) (*.net *.split)
- # [20:33] * Quits: ShaneHudson (~sh548@raptor.ukc.ac.uk) (*.net *.split)
- # [20:33] * Quits: tellnes (~tellnes@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com) (*.net *.split)
- # [20:33] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (*.net *.split)
- # [20:33] * Quits: graememcc (~chatzilla@host31-53-11-72.range31-53.btcentralplus.com) (*.net *.split)
- # [20:33] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (*.net *.split)
- # [20:33] * Quits: SonicX (~quassel@116.203.4.170) (*.net *.split)
- # [20:33] * Quits: manu-db (~msporny@digitalbazaar.com) (*.net *.split)
- # [20:33] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (*.net *.split)
- # [20:33] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (*.net *.split)
- # [20:33] * Quits: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi) (*.net *.split)
- # [20:33] * Quits: richt (~richt@office.oslo.opera.com) (*.net *.split)
- # [20:33] * Quits: Martijnc (~Martijn@nishino.lvp-media.com) (*.net *.split)
- # [20:33] * Quits: [[zz]] (~q@node-iky.pool-101-108.dynamic.totbb.net) (*.net *.split)
- # [20:33] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (*.net *.split)
- # [20:33] * Quits: krijn (u2319@gateway/web/irccloud.com/x-vrhanarnckaqlukj) (*.net *.split)
- # [20:33] * Quits: hamaji (~hamaji@2401:fa00:4:1004:b17a:7ee8:a294:d237) (*.net *.split)
- # [20:33] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (*.net *.split)
- # [20:33] * Quits: Peter` (~peter@nishino.lvp-media.com) (*.net *.split)
- # [20:33] * Quits: Cheery (~cheery@boxbase.org) (*.net *.split)
- # [20:33] * Quits: jarib (~jarib@unaffiliated/jarib) (*.net *.split)
- # [20:33] * Quits: timeless (users.4015@firefox/developer/timeless) (*.net *.split)
- # [20:33] * Quits: ahf (ahf@irssi/staff/ahf) (*.net *.split)
- # [20:33] * Quits: j_wright (~jamesw@ip70-180-205-15.lv.lv.cox.net) (*.net *.split)
- # [20:33] * Quits: [tm] (~MikeSmith@sideshowbarker.net) (*.net *.split)
- # [20:33] * Quits: Adawerk (~ada@169.241.49.57) (*.net *.split)
- # [20:33] * Quits: wakaba (~wakaba@80.157.197.113.dy.bbexcite.jp) (*.net *.split)
- # [20:33] * Quits: jennb (jennb@nat/google/x-ioeagkizcnaohxlx) (*.net *.split)
- # [20:33] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl) (*.net *.split)
- # [20:33] * Quits: jochen__ (jochen@nat/google/x-sygjdmusxxlmccnh) (*.net *.split)
- # [20:33] * Quits: jonlee (~jonlee@2620:149:4:1b01:6560:2872:5ea8:887c) (*.net *.split)
- # [20:33] * Quits: hendry (~hendry@uk.webconverger.com) (*.net *.split)
- # [20:33] * Quits: wirepair (fbi@random.supermario.org) (*.net *.split)
- # [20:33] * Quits: beverloo (peter@nat/google/x-kulzclyrjfcqesfw) (*.net *.split)
- # [20:33] * Quits: Jedi_ (~Jedi@jedi.org) (*.net *.split)
- # [20:33] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
- # [20:33] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (*.net *.split)
- # [20:33] * Quits: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb) (*.net *.split)
- # [20:33] * Quits: slartsa (~slartsa@vps-2498-1.tilaa.nl) (*.net *.split)
- # [20:33] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
- # [20:33] * Quits: nw (nw@kapsi.fi) (*.net *.split)
- # [20:33] * Quits: gavin_ (~gavin@firefox/developer/gavin) (*.net *.split)
- # [20:33] * Quits: TabAtkins (tabatkins@nat/google/x-vtpkisbvwctlbjqa) (*.net *.split)
- # [20:33] * Quits: Hixie (~ianh@178.255.149.100) (*.net *.split)
- # [20:33] * Quits: Velmont (odinho@dalvik.ping.uio.no) (*.net *.split)
- # [20:33] * Quits: griswold (~quassel@vpn.space150.com) (*.net *.split)
- # [20:33] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (*.net *.split)
- # [20:33] * Quits: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com) (*.net *.split)
- # [20:33] * Quits: malcolmva (~malcolmva@pool-108-14-54-119.nycmny.fios.verizon.net) (*.net *.split)
- # [20:33] * Quits: volkmar (~volkmar@gentoo/developer/volkmar) (*.net *.split)
- # [20:33] * Quits: Famic (famic@hidden.dns.ug) (*.net *.split)
- # [20:33] * Quits: dbaron (~dbaron@70-36-140-99.dsl.dynamic.sonic.net) (*.net *.split)
- # [20:33] * Quits: nick_evans (~nicholas@static-98-113-167-42.nycmny.fios.verizon.net) (*.net *.split)
- # [20:33] * Quits: twisted` (u6794@gateway/web/irccloud.com/x-mgfxpjufixumibnn) (*.net *.split)
- # [20:33] * Quits: matjas (u2247@gateway/web/irccloud.com/x-dgiptimautdsmgdu) (*.net *.split)
- # [20:33] * Quits: toddmparker_ (u3054@gateway/web/irccloud.com/x-kkikogmbvvwqnprr) (*.net *.split)
- # [20:33] * Quits: abstractj (~abstractj@redhat/jboss/abstractj) (*.net *.split)
- # [20:33] * Quits: mattgifford (~mattgiffo@70.102.199.158) (*.net *.split)
- # [20:33] * Quits: gwicke_ (~gabriel@216.38.130.162) (*.net *.split)
- # [20:33] * Quits: othermaciej (~mjs@17.245.109.135) (*.net *.split)
- # [20:33] * Quits: scor (~scor@drupal.org/user/52142/view) (*.net *.split)
- # [20:33] * Quits: divya (u1924@gateway/web/irccloud.com/x-tfalaofsajkwfabh) (*.net *.split)
- # [20:33] * Quits: BennyLava (~colin@pdpc/supporter/professional/riven) (*.net *.split)
- # [20:33] * Quits: kinetik (~kinetik@121.98.132.55) (*.net *.split)
- # [20:33] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (*.net *.split)
- # [20:33] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
- # [20:33] * Quits: ukai (ukai@nat/google/x-dlqlodtiiytdavqb) (*.net *.split)
- # [20:33] * Quits: jzaefferer (~jzaeffere@205.186.165.147) (*.net *.split)
- # [20:33] * Quits: mbatle (mbatle@pasanda.collabora.co.uk) (*.net *.split)
- # [20:33] * Quits: nephyrin (~nephyrin@nat/mozilla/x-bhvoseoexnudmmtc) (*.net *.split)
- # [20:33] * Quits: jernoble (~jernoble@17.212.152.13) (*.net *.split)
- # [20:33] * Quits: Wesley- (~Wesley@static.43.95.46.78.clients.your-server.de) (*.net *.split)
- # [20:33] * Quits: victrola` (~decadance@204.93.201.197) (*.net *.split)
- # [20:33] * Quits: ap (~ap@17.212.155.184) (*.net *.split)
- # [20:33] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
- # [20:33] * Quits: tawhuac (~tawhuac@181.129.175.11) (*.net *.split)
- # [20:33] * Quits: dglazkov (u4270@gateway/web/irccloud.com/x-wvaaomrjntqopuqr) (*.net *.split)
- # [20:33] * Quits: xcombelle (~xcombelle@AToulouse-551-1-117-63.w92-156.abo.wanadoo.fr) (*.net *.split)
- # [20:33] * Quits: edwardbc (~edward.ba@186.176.193.20) (*.net *.split)
- # [20:33] * Quits: garciawebdev (~garciaweb@190.244.73.31) (*.net *.split)
- # [20:33] * Quits: yodasw16 (~dgillhesp@ql1fwhide.rockfin.com) (*.net *.split)
- # [20:33] * Quits: AryehGregor (~Simetrica@mediawiki/simetrical) (*.net *.split)
- # [20:33] * Quits: myakura (~myakura@FL1-49-129-49-171.tky.mesh.ad.jp) (*.net *.split)
- # [20:33] * Quits: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (*.net *.split)
- # [20:33] * Quits: astearns (~astearns@192.150.22.5) (*.net *.split)
- # [20:33] * Quits: Phae (u455@gateway/web/irccloud.com/x-umbptoxmgjzlhdsj) (*.net *.split)
- # [20:33] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-rhwufwstuewpxdsh) (*.net *.split)
- # [20:33] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (*.net *.split)
- # [20:33] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-fwwvwcezbhmxcupp) (*.net *.split)
- # [20:33] * Quits: Ms2ger (~Ms2ger@91.181.41.72) (*.net *.split)
- # [20:33] * Quits: benschwarz (u2121@gateway/web/irccloud.com/x-wilixqzjinkltixo) (*.net *.split)
- # [20:33] * Quits: mye_ (~mye@p4FD92E8E.dip.t-dialin.net) (*.net *.split)
- # [20:33] * Quits: tobie (u5692@gateway/web/irccloud.com/x-kpychfxkaxevggwt) (*.net *.split)
- # [20:33] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-vunhpniqgawqdtfv) (*.net *.split)
- # [20:33] * Quits: ImBcmDth (~Jon@pool-173-63-154-183.nwrknj.fios.verizon.net) (*.net *.split)
- # [20:33] * Quits: drublic (~drublic@frbg-5f7305b3.pool.mediaWays.net) (*.net *.split)
- # [20:33] * Quits: ivan`` (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
- # [20:33] * Quits: webben (~benjamin@173-203-84-17.static.cloud-ips.com) (*.net *.split)
- # [20:33] * Quits: ParadoX- (parad0x@hades.spexhost.com) (*.net *.split)
- # [20:33] * Quits: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com) (*.net *.split)
- # [20:33] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (*.net *.split)
- # [20:33] * Quits: stalled_ (~stalled@unaffiliated/stalled) (*.net *.split)
- # [20:33] * Quits: teleject (~christoph@c-98-246-153-202.hsd1.or.comcast.net) (*.net *.split)
- # [20:33] * Quits: erichynds (~ehynds@64.206.121.41) (*.net *.split)
- # [20:33] * Quits: scott_gonzalez (~gonzasi0@205.186.165.147) (*.net *.split)
- # [20:33] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (*.net *.split)
- # [20:33] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
- # [20:33] * Quits: dcheng (~dcheng@74.125.59.73) (*.net *.split)
- # [20:33] * Quits: heycam|away (~cam@wok.mcc.id.au) (*.net *.split)
- # [20:33] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (*.net *.split)
- # [20:33] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (*.net *.split)
- # [20:33] * Quits: jamesr_ (jamesr@nat/google/x-wcpvmqupraitccab) (*.net *.split)
- # [20:33] * Quits: toyoshim (~toyoshim@yuri.twintail.org) (*.net *.split)
- # [20:33] * Quits: rillian_ (~giles@static-68-179-67-73.ptr.terago.net) (*.net *.split)
- # [20:33] * Quits: Kingdutch (~kingdutch@188.200.149.217) (*.net *.split)
- # [20:33] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (*.net *.split)
- # [20:33] * Quits: Obvious (tachikoma@188.226.74.2) (*.net *.split)
- # [20:33] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (*.net *.split)
- # [20:33] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
- # [20:33] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (*.net *.split)
- # [20:33] * Quits: payman (~payman@pat.se.opera.com) (*.net *.split)
- # [20:33] * Quits: ben_alman (~cowboy@awesome.benalman.com) (*.net *.split)
- # [20:33] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
- # [20:33] * Quits: quinnirill (~jussi@static-ip-62-75-175-58.inaddr.ip-pool.com) (*.net *.split)
- # [20:33] * Quits: falken_ (~falken@74.125.56.33) (*.net *.split)
- # [20:36] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
- # [20:36] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-zunmpezgohqxfkmm)
- # [20:36] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-ercdzqcincoxxdcz)
- # [20:36] * Joins: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net)
- # [20:36] * Joins: Lachy (~Lachy@cm-84.215.193.125.getinternet.no)
- # [20:36] * Joins: mattgifford (~mattgiffo@70.102.199.158)
- # [20:36] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
- # [20:36] * Joins: ap (~ap@17.212.155.184)
- # [20:36] * Joins: graememcc (~chatzilla@host31-53-11-72.range31-53.btcentralplus.com)
- # [20:36] * Joins: rworth (~rworth@69.sub-70-192-193.myvzw.com)
- # [20:36] * Joins: gwicke_ (~gabriel@216.38.130.162)
- # [20:36] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [20:36] * Joins: tawhuac (~tawhuac@181.129.175.11)
- # [20:36] * Joins: othermaciej (~mjs@17.245.109.135)
- # [20:36] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
- # [20:36] * Joins: ^esc (~esc_ape@77.117.246.36.wireless.dyn.drei.com)
- # [20:36] * Joins: Cheery (~cheery@boxbase.org)
- # [20:36] * Joins: SonicX (~quassel@116.203.4.170)
- # [20:36] * Joins: imrobert (~robert@c-68-32-39-105.hsd1.pa.comcast.net)
- # [20:36] * Joins: Lisv (~zael@pD9FC5C86.dip.t-dialin.net)
- # [20:36] * Joins: manu-db (~msporny@digitalbazaar.com)
- # [20:36] * Joins: stalled_ (~stalled@unaffiliated/stalled)
- # [20:36] * Joins: teleject (~christoph@c-98-246-153-202.hsd1.or.comcast.net)
- # [20:36] * Joins: drublic (~drublic@frbg-5f7305b3.pool.mediaWays.net)
- # [20:36] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [20:36] * Joins: Taggnostr (~quassel@dyn57-146.yok.fi)
- # [20:36] * Joins: dglazkov (u4270@gateway/web/irccloud.com/x-wvaaomrjntqopuqr)
- # [20:36] * Joins: jacobolu_ (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [20:36] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [20:36] * Joins: xcombelle (~xcombelle@AToulouse-551-1-117-63.w92-156.abo.wanadoo.fr)
- # [20:36] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [20:36] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [20:36] * Joins: edwardbc (~edward.ba@186.176.193.20)
- # [20:36] * Joins: garciawebdev (~garciaweb@190.244.73.31)
- # [20:36] * Joins: nick_evans (~nicholas@static-98-113-167-42.nycmny.fios.verizon.net)
- # [20:36] * Joins: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi)
- # [20:36] * Joins: richt (~richt@office.oslo.opera.com)
- # [20:36] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [20:36] * Joins: AryehGregor (~Simetrica@mediawiki/simetrical)
- # [20:36] * Joins: myakura (~myakura@FL1-49-129-49-171.tky.mesh.ad.jp)
- # [20:36] * Joins: g4 (~g4@81.27.47.158)
- # [20:36] * Joins: gsnedders (~gsnedders@mail.gsnedders.com)
- # [20:36] * Joins: Martijnc (~Martijn@nishino.lvp-media.com)
- # [20:36] * Joins: gavin___ (~gavin@76.14.87.162)
- # [20:36] * Joins: scott_gonzalez (~gonzasi0@205.186.165.147)
- # [20:36] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
- # [20:36] * Joins: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu)
- # [20:36] * Joins: astearns (~astearns@192.150.22.5)
- # [20:36] * Joins: Phae (u455@gateway/web/irccloud.com/x-umbptoxmgjzlhdsj)
- # [20:36] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
- # [20:36] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-fwwvwcezbhmxcupp)
- # [20:36] * Joins: twisted` (u6794@gateway/web/irccloud.com/x-mgfxpjufixumibnn)
- # [20:36] * Joins: jochen__ (jochen@nat/google/x-sygjdmusxxlmccnh)
- # [20:36] * Joins: Ms2ger (~Ms2ger@91.181.41.72)
- # [20:36] * Joins: [[zz]] (~q@node-iky.pool-101-108.dynamic.totbb.net)
- # [20:36] * Joins: matjas (u2247@gateway/web/irccloud.com/x-dgiptimautdsmgdu)
- # [20:36] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [20:36] * Joins: krijn (u2319@gateway/web/irccloud.com/x-vrhanarnckaqlukj)
- # [20:36] * Joins: benschwarz (u2121@gateway/web/irccloud.com/x-wilixqzjinkltixo)
- # [20:36] * Joins: mye_ (~mye@p4FD92E8E.dip.t-dialin.net)
- # [20:36] * Joins: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [20:36] * Joins: divya (u1924@gateway/web/irccloud.com/x-tfalaofsajkwfabh)
- # [20:36] * Joins: tobie (u5692@gateway/web/irccloud.com/x-kpychfxkaxevggwt)
- # [20:36] * Joins: Wilto (u2821@gateway/web/irccloud.com/x-oqdpnzcjktepppmg)
- # [20:36] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-vunhpniqgawqdtfv)
- # [20:36] * Joins: isherman (isherman@nat/google/x-qesdvhhnuttotlpb)
- # [20:36] * Joins: foolip (~philip@node-7lfbbr8b94p7qvbbo.a0.ipv6.opera.com)
- # [20:36] * Joins: mpt (~mpt@canonical/mpt)
- # [20:36] * Joins: toddmparker_ (u3054@gateway/web/irccloud.com/x-kkikogmbvvwqnprr)
- # [20:36] * Joins: pyrsmk (~pyrsmk@2a01:e35:2f52:ead0:21e:8cff:feeb:d962)
- # [20:36] * Joins: BennyLava (~colin@pdpc/supporter/professional/riven)
- # [20:36] * Joins: Dantman (~dantman@mediawiki/dantman)
- # [20:36] * Joins: danheberden (~danheberd@li225-35.members.linode.com)
- # [20:36] * Joins: chayin (quassel@nat/nokia/x-byaxyaffcnjeuqto)
- # [20:36] * Joins: gavinc (~gavin@50.0.77.3)
- # [20:36] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [20:36] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [20:36] * Joins: kinetik (~kinetik@121.98.132.55)
- # [20:36] * Joins: nielsle (~nielsle@3239059-cl69.boa.fiberby.dk)
- # [20:36] * Joins: jarib (~jarib@unaffiliated/jarib)
- # [20:36] * Joins: gnarf (~gnarf@unaffiliated/gnarf)
- # [20:36] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
- # [20:36] * Joins: jonlee (~jonlee@2620:149:4:1b01:6560:2872:5ea8:887c)
- # [20:36] * Joins: timeless (users.4015@firefox/developer/timeless)
- # [20:36] * Joins: ahf (ahf@irssi/staff/ahf)
- # [20:36] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [20:36] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
- # [20:36] * Joins: ukai (ukai@nat/google/x-dlqlodtiiytdavqb)
- # [20:36] * Joins: hswe (~hswe@blackhole.space150.com)
- # [20:36] * Joins: jamesr_ (jamesr@nat/google/x-wcpvmqupraitccab)
- # [20:36] * Joins: griswold (~quassel@vpn.space150.com)
- # [20:36] * Joins: j_wright (~jamesw@ip70-180-205-15.lv.lv.cox.net)
- # [20:36] * Joins: jzaefferer (~jzaeffere@205.186.165.147)
- # [20:36] * Joins: toyoshim (~toyoshim@yuri.twintail.org)
- # [20:36] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [20:36] * Joins: [tm] (~MikeSmith@sideshowbarker.net)
- # [20:36] * Joins: nw (nw@kapsi.fi)
- # [20:36] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [20:36] * Joins: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com)
- # [20:36] * Joins: Adawerk (~ada@169.241.49.57)
- # [20:36] * Joins: wakaba (~wakaba@80.157.197.113.dy.bbexcite.jp)
- # [20:36] * Joins: mbatle (mbatle@pasanda.collabora.co.uk)
- # [20:36] * Joins: Zauberfisch (~Zauberfis@venus.zauberfisch.at)
- # [20:36] * Joins: ParadoX- (parad0x@hades.spexhost.com)
- # [20:36] * Joins: rillian_ (~giles@static-68-179-67-73.ptr.terago.net)
- # [20:36] * Joins: hamaji (~hamaji@2401:fa00:4:1004:b17a:7ee8:a294:d237)
- # [20:36] * Joins: nephyrin (~nephyrin@nat/mozilla/x-bhvoseoexnudmmtc)
- # [20:36] * Joins: Kingdutch (~kingdutch@188.200.149.217)
- # [20:36] * Joins: Charun (~Charun@unaffiliated/charun)
- # [20:36] * Joins: jahman (~woops@87-231-117-240.rev.numericable.fr)
- # [20:36] * Joins: jernoble (~jernoble@17.212.152.13)
- # [20:36] * Joins: Wesley- (~Wesley@static.43.95.46.78.clients.your-server.de)
- # [20:36] * Joins: TabAtkins (tabatkins@nat/google/x-vtpkisbvwctlbjqa)
- # [20:36] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [20:36] * Joins: Obvious (tachikoma@188.226.74.2)
- # [20:36] * Joins: fantasai (fantasai@freenet6.org)
- # [20:36] * Joins: fishd_ (darin@nat/google/x-onzydoyzvdfkvyzg)
- # [20:36] * Joins: ivan`` (~ivan@unaffiliated/ivan/x-000001)
- # [20:36] * Joins: victrola` (~decadance@204.93.201.197)
- # [20:36] * Joins: globbot (~logbot@lump.glob.com.au)
- # [20:36] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [20:36] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [20:36] * Joins: jgraham (~jgraham@web91.webfaction.com)
- # [20:36] * Joins: webben (~benjamin@173-203-84-17.static.cloud-ips.com)
- # [20:36] * Joins: hendry (~hendry@uk.webconverger.com)
- # [20:36] * Joins: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi)
- # [20:36] * Joins: manu1 (~chatzilla@pool-96-240-188-60.ronkva.east.verizon.net)
- # [20:36] * Joins: wirepair (fbi@random.supermario.org)
- # [20:36] * Joins: ImBcmDth (~Jon@pool-173-63-154-183.nwrknj.fios.verizon.net)
- # [20:36] * Joins: odinho (~odinho@office.oslo.opera.com)
- # [20:36] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
- # [20:36] * Joins: malcolmva (~malcolmva@pool-108-14-54-119.nycmny.fios.verizon.net)
- # [20:36] * Joins: abstractj (~abstractj@redhat/jboss/abstractj)
- # [20:36] * Joins: beverloo (peter@nat/google/x-kulzclyrjfcqesfw)
- # [20:36] * Joins: ryuone_ (~ryuone@www2406uf.sakura.ne.jp)
- # [20:36] * Joins: Jedi_ (~Jedi@jedi.org)
- # [20:36] * Joins: Peter` (~peter@nishino.lvp-media.com)
- # [20:36] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [20:36] * Joins: tellnes (~tellnes@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com)
- # [20:36] * Joins: ShaneHudson (~sh548@raptor.ukc.ac.uk)
- # [20:36] * Joins: reggna (~reggna@irc.jagochmittmoln.se)
- # [20:36] * Joins: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill)
- # [20:36] * Joins: bzed (~bzed@devel.recluse.de)
- # [20:36] * Joins: jennb (jennb@nat/google/x-ioeagkizcnaohxlx)
- # [20:36] * Joins: jmb (~jmb@mail.parsifal.org.uk)
- # [20:36] * Joins: slartsa (~slartsa@vps-2498-1.tilaa.nl)
- # [20:36] * Joins: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb)
- # [20:36] * Joins: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de)
- # [20:36] * Joins: Velmont (odinho@dalvik.ping.uio.no)
- # [20:36] * Joins: Hixie (~ianh@178.255.149.100)
- # [20:36] * Joins: Philip` (~philip@compass.zaynar.co.uk)
- # [20:36] * Joins: doublec (~doublec@unaffiliated/doublec)
- # [20:36] * Joins: tomaw (tom@freenode/staff/tomaw)
- # [20:36] * Joins: padenot (~paul@li421-75.members.linode.com)
- # [20:36] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
- # [20:36] * Joins: lokling (~lokling@ec2-79-125-14-55.eu-west-1.compute.amazonaws.com)
- # [20:36] * Joins: yoshiki (~yoshiki@74.125.56.33)
- # [20:36] * Joins: asmodai (asmodai@freebsd/developer/asmodai)
- # [20:36] * Joins: falken_ (~falken@74.125.56.33)
- # [20:36] * Joins: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
- # [20:36] * Joins: payman (~payman@pat.se.opera.com)
- # [20:36] * Joins: ben_alman (~cowboy@awesome.benalman.com)
- # [20:36] * Joins: dcheng (~dcheng@74.125.59.73)
- # [20:36] * Joins: volkmar (~volkmar@gentoo/developer/volkmar)
- # [20:36] * Joins: quinnirill (~jussi@static-ip-62-75-175-58.inaddr.ip-pool.com)
- # [20:36] * Joins: hober (~ted@unaffiliated/hober)
- # [20:36] * Joins: Famic (famic@hidden.dns.ug)
- # [20:36] * Joins: heycam|away (~cam@wok.mcc.id.au)
- # [20:36] * Joins: FireFly (~firefly@oftn/member/FireFly)
- # [20:36] * Joins: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net)
- # [20:37] * Quits: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Client Quit)
- # [20:38] * gwicke_ is now known as gwicke
- # [20:45] * Quits: rworth (~rworth@69.sub-70-192-193.myvzw.com) (*.net *.split)
- # [20:45] * Quits: ^esc (~esc_ape@77.117.246.36.wireless.dyn.drei.com) (*.net *.split)
- # [20:45] * Quits: Lisv (~zael@pD9FC5C86.dip.t-dialin.net) (*.net *.split)
- # [20:45] * Quits: asmodai (asmodai@freebsd/developer/asmodai) (*.net *.split)
- # [20:45] * Quits: yoshiki (~yoshiki@74.125.56.33) (*.net *.split)
- # [20:45] * Quits: lokling (~lokling@ec2-79-125-14-55.eu-west-1.compute.amazonaws.com) (*.net *.split)
- # [20:45] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
- # [20:45] * Quits: padenot (~paul@li421-75.members.linode.com) (*.net *.split)
- # [20:45] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
- # [20:45] * Quits: doublec (~doublec@unaffiliated/doublec) (*.net *.split)
- # [20:45] * Quits: fantasai (fantasai@freenet6.org) (*.net *.split)
- # [20:45] * Quits: Philip` (~philip@compass.zaynar.co.uk) (*.net *.split)
- # [20:45] * Quits: imrobert (~robert@c-68-32-39-105.hsd1.pa.comcast.net) (*.net *.split)
- # [20:45] * Quits: jacobolu_ (~jacobolus@50-0-133-210.dsl.static.sonic.net) (*.net *.split)
- # [20:45] * Quits: g4 (~g4@81.27.47.158) (*.net *.split)
- # [20:45] * Quits: gsnedders (~gsnedders@mail.gsnedders.com) (*.net *.split)
- # [20:45] * Quits: gavin___ (~gavin@76.14.87.162) (*.net *.split)
- # [20:45] * Quits: Wilto (u2821@gateway/web/irccloud.com/x-oqdpnzcjktepppmg) (*.net *.split)
- # [20:45] * Quits: mpt (~mpt@canonical/mpt) (*.net *.split)
- # [20:45] * Quits: Dantman (~dantman@mediawiki/dantman) (*.net *.split)
- # [20:45] * Quits: boaz (~boaz@li326-230.members.linode.com) (*.net *.split)
- # [20:45] * Quits: karlcow (~karl@nerval.la-grange.net) (*.net *.split)
- # [20:45] * Quits: gavinc (~gavin@50.0.77.3) (*.net *.split)
- # [20:45] * Quits: chayin (quassel@nat/nokia/x-byaxyaffcnjeuqto) (*.net *.split)
- # [20:45] * Quits: danheberden (~danheberd@li225-35.members.linode.com) (*.net *.split)
- # [20:45] * Quits: foolip (~philip@node-7lfbbr8b94p7qvbbo.a0.ipv6.opera.com) (*.net *.split)
- # [20:45] * Quits: pyrsmk (~pyrsmk@2a01:e35:2f52:ead0:21e:8cff:feeb:d962) (*.net *.split)
- # [20:45] * Quits: Zauberfisch (~Zauberfis@venus.zauberfisch.at) (*.net *.split)
- # [20:45] * Quits: isherman (isherman@nat/google/x-qesdvhhnuttotlpb) (*.net *.split)
- # [20:45] * Quits: jahman (~woops@87-231-117-240.rev.numericable.fr) (*.net *.split)
- # [20:45] * Quits: Charun (~Charun@unaffiliated/charun) (*.net *.split)
- # [20:45] * Quits: fishd_ (darin@nat/google/x-onzydoyzvdfkvyzg) (*.net *.split)
- # [20:45] * Quits: Taggnostr (~quassel@dyn57-146.yok.fi) (*.net *.split)
- # [20:45] * Quits: hswe (~hswe@blackhole.space150.com) (*.net *.split)
- # [20:45] * Quits: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi) (*.net *.split)
- # [20:45] * Quits: manu1 (~chatzilla@pool-96-240-188-60.ronkva.east.verizon.net) (*.net *.split)
- # [20:45] * Quits: odinho (~odinho@office.oslo.opera.com) (*.net *.split)
- # [20:45] * Quits: nielsle (~nielsle@3239059-cl69.boa.fiberby.dk) (*.net *.split)
- # [20:45] * Quits: gnarf (~gnarf@unaffiliated/gnarf) (*.net *.split)
- # [20:45] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
- # [20:45] * Quits: ryuone_ (~ryuone@www2406uf.sakura.ne.jp) (*.net *.split)
- # [20:45] * Quits: bzed (~bzed@devel.recluse.de) (*.net *.split)
- # [20:45] * Quits: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill) (*.net *.split)
- # [20:45] * Quits: reggna (~reggna@irc.jagochmittmoln.se) (*.net *.split)
- # [20:45] * Quits: ShaneHudson (~sh548@raptor.ukc.ac.uk) (*.net *.split)
- # [20:45] * Quits: tellnes (~tellnes@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com) (*.net *.split)
- # [20:45] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-zunmpezgohqxfkmm) (*.net *.split)
- # [20:45] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (*.net *.split)
- # [20:45] * Quits: graememcc (~chatzilla@host31-53-11-72.range31-53.btcentralplus.com) (*.net *.split)
- # [20:46] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (*.net *.split)
- # [20:46] * Quits: SonicX (~quassel@116.203.4.170) (*.net *.split)
- # [20:46] * Quits: manu-db (~msporny@digitalbazaar.com) (*.net *.split)
- # [20:46] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (*.net *.split)
- # [20:46] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (*.net *.split)
- # [20:46] * Quits: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi) (*.net *.split)
- # [20:46] * Quits: richt (~richt@office.oslo.opera.com) (*.net *.split)
- # [20:46] * Quits: Martijnc (~Martijn@nishino.lvp-media.com) (*.net *.split)
- # [20:46] * Quits: [[zz]] (~q@node-iky.pool-101-108.dynamic.totbb.net) (*.net *.split)
- # [20:46] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (*.net *.split)
- # [20:46] * Quits: krijn (u2319@gateway/web/irccloud.com/x-vrhanarnckaqlukj) (*.net *.split)
- # [20:46] * Quits: hamaji (~hamaji@2401:fa00:4:1004:b17a:7ee8:a294:d237) (*.net *.split)
- # [20:46] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (*.net *.split)
- # [20:46] * Quits: Peter` (~peter@nishino.lvp-media.com) (*.net *.split)
- # [20:46] * Quits: Cheery (~cheery@boxbase.org) (*.net *.split)
- # [20:46] * Quits: jarib (~jarib@unaffiliated/jarib) (*.net *.split)
- # [20:46] * Quits: timeless (users.4015@firefox/developer/timeless) (*.net *.split)
- # [20:46] * Quits: ahf (ahf@irssi/staff/ahf) (*.net *.split)
- # [20:46] * Quits: j_wright (~jamesw@ip70-180-205-15.lv.lv.cox.net) (*.net *.split)
- # [20:46] * Quits: [tm] (~MikeSmith@sideshowbarker.net) (*.net *.split)
- # [20:46] * Quits: Adawerk (~ada@169.241.49.57) (*.net *.split)
- # [20:46] * Quits: wakaba (~wakaba@80.157.197.113.dy.bbexcite.jp) (*.net *.split)
- # [20:46] * Quits: jennb (jennb@nat/google/x-ioeagkizcnaohxlx) (*.net *.split)
- # [20:46] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl) (*.net *.split)
- # [20:46] * Quits: jochen__ (jochen@nat/google/x-sygjdmusxxlmccnh) (*.net *.split)
- # [20:46] * Quits: jonlee (~jonlee@2620:149:4:1b01:6560:2872:5ea8:887c) (*.net *.split)
- # [20:46] * Quits: hendry (~hendry@uk.webconverger.com) (*.net *.split)
- # [20:46] * Quits: wirepair (fbi@random.supermario.org) (*.net *.split)
- # [20:46] * Quits: beverloo (peter@nat/google/x-kulzclyrjfcqesfw) (*.net *.split)
- # [20:46] * Quits: Jedi_ (~Jedi@jedi.org) (*.net *.split)
- # [20:46] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
- # [20:46] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (*.net *.split)
- # [20:46] * Quits: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb) (*.net *.split)
- # [20:46] * Quits: slartsa (~slartsa@vps-2498-1.tilaa.nl) (*.net *.split)
- # [20:46] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
- # [20:46] * Quits: nw (nw@kapsi.fi) (*.net *.split)
- # [20:46] * Quits: gavin_ (~gavin@firefox/developer/gavin) (*.net *.split)
- # [20:46] * Quits: TabAtkins (tabatkins@nat/google/x-vtpkisbvwctlbjqa) (*.net *.split)
- # [20:46] * Quits: Hixie (~ianh@178.255.149.100) (*.net *.split)
- # [20:46] * Quits: Velmont (odinho@dalvik.ping.uio.no) (*.net *.split)
- # [20:46] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
- # [20:46] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-zunmpezgohqxfkmm)
- # [20:46] * Joins: graememcc (~chatzilla@host31-53-11-72.range31-53.btcentralplus.com)
- # [20:46] * Joins: rworth (~rworth@69.sub-70-192-193.myvzw.com)
- # [20:46] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
- # [20:46] * Joins: ^esc (~esc_ape@77.117.246.36.wireless.dyn.drei.com)
- # [20:46] * Joins: Cheery (~cheery@boxbase.org)
- # [20:46] * Joins: SonicX (~quassel@116.203.4.170)
- # [20:46] * Joins: imrobert (~robert@c-68-32-39-105.hsd1.pa.comcast.net)
- # [20:46] * Joins: Lisv (~zael@pD9FC5C86.dip.t-dialin.net)
- # [20:46] * Joins: manu-db (~msporny@digitalbazaar.com)
- # [20:46] * Joins: jacobolu_ (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [20:46] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [20:46] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [20:46] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [20:46] * Joins: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi)
- # [20:46] * Joins: richt (~richt@office.oslo.opera.com)
- # [20:46] * Joins: g4 (~g4@81.27.47.158)
- # [20:46] * Joins: gsnedders (~gsnedders@mail.gsnedders.com)
- # [20:46] * Joins: Martijnc (~Martijn@nishino.lvp-media.com)
- # [20:46] * Joins: gavin___ (~gavin@76.14.87.162)
- # [20:46] * Joins: jochen__ (jochen@nat/google/x-sygjdmusxxlmccnh)
- # [20:46] * Joins: [[zz]] (~q@node-iky.pool-101-108.dynamic.totbb.net)
- # [20:46] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [20:46] * Joins: krijn (u2319@gateway/web/irccloud.com/x-vrhanarnckaqlukj)
- # [20:46] * Joins: Wilto (u2821@gateway/web/irccloud.com/x-oqdpnzcjktepppmg)
- # [20:46] * Joins: isherman (isherman@nat/google/x-qesdvhhnuttotlpb)
- # [20:46] * Joins: mpt (~mpt@canonical/mpt)
- # [20:46] * Joins: Dantman (~dantman@mediawiki/dantman)
- # [20:46] * Joins: Philip` (~philip@compass.zaynar.co.uk)
- # [20:46] * Joins: doublec (~doublec@unaffiliated/doublec)
- # [20:46] * Joins: tomaw (tom@freenode/staff/tomaw)
- # [20:46] * Joins: padenot (~paul@li421-75.members.linode.com)
- # [20:46] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
- # [20:46] * Joins: lokling (~lokling@ec2-79-125-14-55.eu-west-1.compute.amazonaws.com)
- # [20:46] * Joins: yoshiki (~yoshiki@74.125.56.33)
- # [20:46] * Joins: asmodai (asmodai@freebsd/developer/asmodai)
- # [20:46] * Joins: Hixie (~ianh@178.255.149.100)
- # [20:46] * Joins: Velmont (odinho@dalvik.ping.uio.no)
- # [20:46] * Joins: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de)
- # [20:46] * Joins: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb)
- # [20:46] * Joins: slartsa (~slartsa@vps-2498-1.tilaa.nl)
- # [20:46] * Joins: jmb (~jmb@mail.parsifal.org.uk)
- # [20:46] * Joins: jennb (jennb@nat/google/x-ioeagkizcnaohxlx)
- # [20:46] * Joins: bzed (~bzed@devel.recluse.de)
- # [20:46] * Joins: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill)
- # [20:46] * Joins: reggna (~reggna@irc.jagochmittmoln.se)
- # [20:46] * Joins: ShaneHudson (~sh548@raptor.ukc.ac.uk)
- # [20:46] * Joins: tellnes (~tellnes@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com)
- # [20:46] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [20:46] * Joins: Peter` (~peter@nishino.lvp-media.com)
- # [20:46] * Joins: Jedi_ (~Jedi@jedi.org)
- # [20:46] * Joins: ryuone_ (~ryuone@www2406uf.sakura.ne.jp)
- # [20:46] * Joins: beverloo (peter@nat/google/x-kulzclyrjfcqesfw)
- # [20:46] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
- # [20:46] * Joins: wirepair (fbi@random.supermario.org)
- # [20:46] * Joins: hendry (~hendry@uk.webconverger.com)
- # [20:46] * Joins: jgraham (~jgraham@web91.webfaction.com)
- # [20:46] * Joins: fishd_ (darin@nat/google/x-onzydoyzvdfkvyzg)
- # [20:46] * Joins: fantasai (fantasai@freenet6.org)
- # [20:46] * Joins: TabAtkins (tabatkins@nat/google/x-vtpkisbvwctlbjqa)
- # [20:46] * Joins: jahman (~woops@87-231-117-240.rev.numericable.fr)
- # [20:46] * Joins: Charun (~Charun@unaffiliated/charun)
- # [20:46] * Joins: hamaji (~hamaji@2401:fa00:4:1004:b17a:7ee8:a294:d237)
- # [20:46] * Joins: wakaba (~wakaba@80.157.197.113.dy.bbexcite.jp)
- # [20:46] * Joins: Adawerk (~ada@169.241.49.57)
- # [20:46] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [20:46] * Joins: nw (nw@kapsi.fi)
- # [20:46] * Joins: [tm] (~MikeSmith@sideshowbarker.net)
- # [20:46] * Joins: j_wright (~jamesw@ip70-180-205-15.lv.lv.cox.net)
- # [20:46] * Joins: ahf (ahf@irssi/staff/ahf)
- # [20:46] * Joins: timeless (users.4015@firefox/developer/timeless)
- # [20:46] * Joins: jonlee (~jonlee@2620:149:4:1b01:6560:2872:5ea8:887c)
- # [20:46] * Joins: gnarf (~gnarf@unaffiliated/gnarf)
- # [20:46] * Joins: jarib (~jarib@unaffiliated/jarib)
- # [20:46] * Joins: nielsle (~nielsle@3239059-cl69.boa.fiberby.dk)
- # [20:46] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [20:46] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [20:46] * Joins: gavinc (~gavin@50.0.77.3)
- # [20:46] * Joins: chayin (quassel@nat/nokia/x-byaxyaffcnjeuqto)
- # [20:46] * Joins: danheberden (~danheberd@li225-35.members.linode.com)
- # [20:48] * Joins: foolip (~philip@node-7lfbbr8b94p7qvbbo.a0.ipv6.opera.com)
- # [20:48] * Joins: pyrsmk (~pyrsmk@2a01:e35:2f52:ead0:21e:8cff:feeb:d962)
- # [20:48] * Joins: Zauberfisch (~Zauberfis@venus.zauberfisch.at)
- # [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?
- # [20:49] * Quits: SonicX (~quassel@116.203.4.170) (Quit: No Ping reply in 180 seconds.)
- # [20:51] <Ms2ger> Probably
- # [20:52] <hober> sadface
- # [20:53] * Quits: drublic (~drublic@frbg-5f7305b3.pool.mediaWays.net) (Remote host closed the connection)
- # [20:53] * Joins: MacTed (~Thud@63.119.36.36)
- # [20:55] * Quits: yoshiki (~yoshiki@74.125.56.33) (Read error: Connection timed out)
- # [20:55] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (Remote host closed the connection)
- # [20:56] * Quits: Zauberfisch (~Zauberfis@venus.zauberfisch.at) (Read error: Connection reset by peer)
- # [20:57] * Joins: Zauberfisch (~Zauberfis@venus.zauberfisch.at)
- # [20:57] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: Leaving...)
- # [20:57] * Joins: yoshiki (~yoshiki@74.125.56.33)
- # [20:58] * Quits: teleject (~christoph@c-98-246-153-202.hsd1.or.comcast.net) (Quit: teleject)
- # [20:58] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (Ping timeout: 248 seconds)
- # [20:59] * Joins: SonicX (~quassel@116.203.4.72)
- # [20:59] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [21:01] * Joins: Taggnostr (~quassel@dyn57-146.yok.fi)
- # [21:01] * Joins: hswe (~hswe@blackhole.space150.com)
- # [21:01] * Joins: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi)
- # [21:01] * Joins: manu1 (~chatzilla@pool-96-240-188-60.ronkva.east.verizon.net)
- # [21:01] * Joins: odinho (~odinho@office.oslo.opera.com)
- # [21:01] * Quits: maikmerten (~maikmerte@port-92-201-89-30.dynamic.qsc.de) (Quit: Leaving)
- # [21:06] * Quits: rworth (~rworth@69.sub-70-192-193.myvzw.com) (Ping timeout: 265 seconds)
- # [21:06] * Joins: smaug (~chatzilla@a91-154-42-69.elisa-laajakaista.fi)
- # [21:08] * Quits: smaug____ (~chatzilla@a91-154-42-69.elisa-laajakaista.fi) (Ping timeout: 248 seconds)
- # [21:08] * smaug is now known as smaug____
- # [21:08] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [21:08] * Quits: jarek (~jarek@unaffiliated/jarek) (Excess Flood)
- # [21:09] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [21:09] * Quits: jarek (~jarek@unaffiliated/jarek) (Excess Flood)
- # [21:10] * Quits: othermaciej (~mjs@17.245.109.135) (Quit: othermaciej)
- # [21:14] * Joins: sicking (~chatzilla@nat/mozilla/x-tjrgrxkvkuvgaksh)
- # [21:14] * Joins: dbaron (~dbaron@nat/mozilla/x-gpdlklcsfqzxbutw)
- # [21:16] <TabAtkins> heycam|away: Is there any particular reason WebIDL doesn't let you nest constructors underneath another object?
- # [21:28] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
- # [21:32] * eric_carlson_ is now known as eric_carlson
- # [21:38] * Joins: Smylers (~smylers@host86-156-113-190.range86-156.btcentralplus.com)
- # [21:39] * Joins: othermaciej (~mjs@2620:149:f01:247:516:71f7:813f:45f7)
- # [21:48] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
- # [21:48] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (Remote host closed the connection)
- # [21:50] * Quits: othermaciej (~mjs@2620:149:f01:247:516:71f7:813f:45f7) (Quit: othermaciej)
- # [21:51] * Joins: othermaciej (~mjs@17.244.45.16)
- # [21:54] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [21:56] * Joins: miketayl_r (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [21:56] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Read error: Connection reset by peer)
- # [21:56] * miketayl_r is now known as miketaylr
- # [21:59] * Quits: Smylers (~smylers@host86-156-113-190.range86-156.btcentralplus.com) (Quit: Leaving.)
- # [22:01] * Quits: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net) (Quit: The computer fell asleep)
- # [22:03] * Parts: Lisv (~zael@pD9FC5C86.dip.t-dialin.net)
- # [22:09] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
- # [22:10] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (Remote host closed the connection)
- # [22:14] * Quits: othermaciej (~mjs@17.244.45.16) (Quit: othermaciej)
- # [22:15] * Joins: rniwa (rniwa@nat/google/x-dfcaedimhjecnpsp)
- # [22:16] * Quits: dbaron (~dbaron@nat/mozilla/x-gpdlklcsfqzxbutw) (Ping timeout: 244 seconds)
- # [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.)
- # [22:22] <TabAtkins> hober: How does the spec for image-set() look to you? http://dev.w3.org/csswg/css4-images/#image-set-notation
- # [22:24] <hober> syntax nit: I think you mean * where you have +
- # [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?
- # [22:25] <hober> fair enough
- # [22:25] <hober> why [ <url> | <string> ] instead of <image>?
- # [22:25] <TabAtkins> I suppose maybe it could be useful if you *only* want to serve a 2x image...
- # [22:25] <TabAtkins> Because <image> covers things like gradients.
- # [22:26] <hober> image-set(image(......) 1x, image(....) 2x) should be fine, don't you think?
- # [22:26] <TabAtkins> Oh, right, yes. Hmm. Let me do some grammar hackery to make that work.
- # [22:27] <hober> and of course you know my feelings on <resolution>
- # [22:27] <hober> otherwise this all looks fine
- # [22:27] <TabAtkins> And the reverse, too. image(image-set(...), image-set(...))
- # [22:27] <TabAtkins> kk
- # [22:27] <hober> right (the reverse should work)
- # [22:27] <zewt> TabAtkins: what benefit is there to restricting to 2+? seems like it'd do nothing but be annoying, heh
- # [22:28] <TabAtkins> zewt: The entire point of image-set() is to provide multiple versions of an image.
- # [22:28] <hober> is your algorithm always going to pick the same asset that <img srcset=""> would given the same arguments?
- # [22:28] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (Quit: Computer has gone to sleep.)
- # [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
- # [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.
- # [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?
- # [22:29] <zewt> (if it happens to reduce it to one item)
- # [22:29] <TabAtkins> zewt: Good point. That tips me over the edge. I'll change to *.
- # [22:29] <zewt> sounds sort of like something in Java that aggravated me to no end: unreachable code is a fatal error
- # [22:29] <hober> TabAtkins: http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#attr-img-srcset
- # [22:30] <hober> sorry, this is the relevant link
- # [22:30] <hober> http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#processing-the-image-candidates
- # [22:32] * Quits: Ms2ger (~Ms2ger@91.181.41.72) (Quit: nn)
- # [22:32] <TabAtkins> hober: Hm, that algorithm seems unnecessarily restrictive.
- # [22:32] <TabAtkins> By my reading, it prevents you from ever choosing a low-res image under low-speed connections.
- # [22:32] <hober> see step 16
- # [22:33] <TabAtkins> Oh, gotcha.
- # [22:33] * Quits: sicking (~chatzilla@nat/mozilla/x-tjrgrxkvkuvgaksh) (Ping timeout: 246 seconds)
- # [22:34] * Joins: dbaron (~dbaron@nat/mozilla/x-xcnemdtrqovfrhfe)
- # [22:34] <TabAtkins> Hm, it appears that my algorithm and HTML's are functionally identical, actually.
- # [22:35] <TabAtkins> However, a note that it should match <img srcset> would be appropriate.
- # [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 :)
- # [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.
- # [22:36] <hober> that's what i would expect image-set() to do too
- # [22:36] <hober> the whole idea is that asset selection happens without having to fetch any assets
- # [22:37] <zewt> personally i'd find it weird if it had magic multi-fetch recovery stuff
- # [22:37] <hober> if you want magic multi-fetch fallback stuff, use image()
- # [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.
- # [22:37] <TabAtkins> You can't actually use image() here, since your fallback is "use the next-best image".
- # [22:37] <TabAtkins> Rather, "your desired fallback".
- # [22:38] <TabAtkins> And you can't predict ahead of time how the UA will order the resources.
- # [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
- # [22:39] <TabAtkins> That seems quite suboptimal.
- # [22:39] <hober> if that doesn't work, image(image-set(), image-set(),...)
- # [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.
- # [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"?
- # [22:40] <TabAtkins> Plus it's very verbose.
- # [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.
- # [22:40] <hober> I woudn't expect those two image-set()s to be the same
- # [22:41] <hober> or you can do it with image-set(image() 1x, image() 2x)
- # [22:41] <TabAtkins> Again, that's something *different*.
- # [22:41] <zewt> personally I find the idea of browsers trying to recover from being given bad urls unusual
- # [22:41] <hober> zewt: right
- # [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
- # [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)
- # [22:42] <zewt> does that happen with background-image: url(), url(), ...?
- # [22:42] <TabAtkins> Multiple bg images are stacked, not fallbacks.
- # [22:42] <TabAtkins> (And an invalid image in CSS is just invisible.)
- # [22:46] <zewt> unrelatedly, anyone want to give me a reason not to put *[hidden] { display: none !important; } in my stylesheet? heh
- # [22:46] <TabAtkins> No, go for it.
- # [22:46] <TabAtkins> No need for the *, though.
- # [22:46] <TabAtkins> Save a byte for your users. ^_^
- # [22:46] <zewt> rather annoying that without it, every display: rule has to be in its own :not([hidden]) rule
- # [22:47] <TabAtkins> It's unfortunate that UA !important has become de-facto a more powerful level than author or user !important.
- # [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)
- # [22:47] * Joins: sedovsek (~robert@93-103-104-107.dynamic.t-2.net)
- # [22:48] <TabAtkins> zewt: Yeah, that was clearly a mistake on our part early on.
- # [22:48] <TabAtkins> Definitely one of the time-travel fixes in CSS.
- # [22:48] <zewt> is there anything preventing adding something like that now?
- # [22:48] * Quits: sedovsek (~robert@93-103-104-107.dynamic.t-2.net) (Read error: Connection reset by peer)
- # [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.
- # [22:49] <zewt> heh
- # [22:49] <zewt> @hidden is a big improvement, but everyone having to learn how it interacts with display is unfortunate
- # [22:49] <TabAtkins> But I'm off-and-on working on a 'display' spec, and might as well fit that into the same thing.
- # [22:49] * Joins: sedovsek (~robert@93-103-104-107.dynamic.t-2.net)
- # [22:51] * Quits: sedovsek (~robert@93-103-104-107.dynamic.t-2.net) (Read error: Connection reset by peer)
- # [22:51] <zewt> also the fact that webkit transitions became pretty much de-facto everywhere is ... annoying
- # [22:51] * Joins: sedovsek (~robert@93-103-104-107.dynamic.t-2.net)
- # [22:51] <timeless> Velmont: thanks, why didn't the operaupdater.exe tell me about it?
- # [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().
- # [22:51] <zewt> still can't figure out any way to synchronously skip transitions
- # [22:51] * timeless was running 11.52
- # [22:51] <TabAtkins> transition-duration: 0 !important
- # [22:51] <hober> TabAtkins: which is fine by me (not including the color)
- # [22:52] <TabAtkins> hober: Well, obviously, since you don't want to change your impl. ^_^
- # [22:52] <hober> heh
- # [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
- # [22:52] <TabAtkins> Anyway, start a thread so we can discuss it, now that it's written up.
- # [22:52] <hober> i'll probably start two or three threads
- # [22:52] <TabAtkins> zewt: Do you flush style in between those?
- # [22:52] <TabAtkins> hober: Cool.
- # [22:52] <hober> (the fallback thing, the <resolution> thing, the <color> thing)
- # [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
- # [22:53] <zewt> TabAtkins: not sure what that means
- # [22:53] <TabAtkins> hober: I think the interesting use-case of providing printer-friendly versions justifies the <resolution>. ^_^
- # [22:53] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
- # [22:53] <timeless> Velmont: so... the updater gave me 12.01
- # [22:53] * Quits: sedovsek (~robert@93-103-104-107.dynamic.t-2.net) (Client Quit)
- # [22:53] <timeless> ... which isn't the same as 12.50
- # [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).
- # [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.
- # [22:54] <timeless> oh, 12.50 is a dev preview thing
- # [22:55] <zewt> TabAtkins: what's good for triggering that? will getComputedStyle do it?
- # [22:55] <jamesr_> yeah
- # [22:55] <jamesr_> man i need to revive that proposal
- # [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)
- # [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.
- # [22:55] <jamesr_> i'm not 100% on that in gecko
- # [22:55] <jamesr_> in WebKit that'll flush it all out
- # [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)
- # [22:56] <zewt> (the site is pretty mobile safari-centric so I couldn't spend much time poking at it, though)
- # [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)
- # [22:57] <timeless> Velmont: so, the irccloud app still renders wrong (it loads at least, which is nice)
- # [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
- # [22:57] <timeless> specifically, the bottom of irccloud is outside the window edge
- # [22:58] <zewt> afk a few
- # [22:58] <timeless> and that's where the user input field is :(
- # [22:58] <TabAtkins> zewt: It's weird that setTimeout() didn't work. I thought everyone flushed style when they returned to the event queue.
- # [22:59] <jamesr_> no
- # [22:59] <jamesr_> we defer as much as possible
- # [22:59] <jamesr_> ideally we don't flush style until somebody asks via CSSOM or we go to paint
- # [22:59] <TabAtkins> Huh, okay.
- # [22:59] <TabAtkins> I clearly know nothing.
- # [22:59] <jamesr_> i've made this gradually more deferred in WebKit over the past year+
- # [22:59] <jamesr_> it used to flush after every return from JS
- # [23:00] <jamesr_> gecko has a repeated style flush timer, i don't know if they also flush eagerly after returning from JS
- # [23:03] <zewt> of course, the problem is that this is script-visible (due to transitionend)
- # [23:03] <zewt> when this stuff breaks, i don't get the event and things break
- # [23:03] <timeless> hey, anyone here familiar w/ the http portion of websocket initialization?
- # [23:04] <timeless> how much of `upgrade: websocket` is case sensitive?
- # [23:04] <timeless> and which document(s) specify that?
- # [23:04] * Quits: SonicX (~quassel@116.203.4.72) (Remote host closed the connection)
- # [23:05] <zewt> rfc6455?
- # [23:06] <TabAtkins> hober: I've added your two issues to the draft.
- # [23:11] <timeless> zewt: 4.2.1 point 3
- # [23:11] <timeless> specifically, which is what i needed
- # [23:11] <timeless> it's a long document ...
- # [23:12] <zewt> welcome to ietf specs
- # [23:14] * Joins: graememcc_ (~chatzilla@host86-150-154-161.range86-150.btcentralplus.com)
- # [23:15] * Quits: graememcc (~chatzilla@host31-53-11-72.range31-53.btcentralplus.com) (Ping timeout: 248 seconds)
- # [23:15] * graememcc_ is now known as graememcc
- # [23:15] * Joins: othermaciej (~mjs@17.244.10.249)
- # [23:17] * Joins: Lachy (~Lachy@cm-84.215.193.125.getinternet.no)
- # [23:18] * Quits: MacTed (~Thud@63.119.36.36)
- # [23:19] * jonlee is now known as jonlee|afk
- # [23:19] <TabAtkins> hober: What do you think about the situation where you have image-set(image-set(foo 1x) 2x)?
- # [23:20] <hober> what's the problem?
- # [23:20] <TabAtkins> Valid? And if so, what does it mean?
- # [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()?
- # [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
- # [23:21] <TabAtkins> ...so if they were both 2x, it would get scaled twice? That seems bad.
- # [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.
- # [23:21] <hober> it's like other valid-but-kinda-nonsensical things
- # [23:22] <TabAtkins> I'd like to make sure, as much as possible, that valid things are interpreted sanely.
- # [23:22] * Joins: sicking (~chatzilla@nat/mozilla/x-fguuvipnqavivkia)
- # [23:22] <TabAtkins> In other words, stupid results should be because of stupid actions, not unintentional stupid interactions on our side.
- # [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
- # [23:23] <hober> gigo
- # [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.
- # [23:24] <zewt> how isn't it? it seems like the logical result
- # [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".
- # [23:25] * Joins: jeff777777 (~root@cust-65-98-141-98.static.o1.com)
- # [23:25] <hober> again, we come back to the <resolution> craziness :)
- # [23:25] <TabAtkins> Your interpretation is just stilly, though. ^_^
- # [23:25] * Quits: jeff777777 (~root@cust-65-98-141-98.static.o1.com) (Client Quit)
- # [23:25] <hober> this is clearly something on which we disagree. :)
- # [23:25] * Joins: jeff777777 (~root@cust-65-98-141-98.static.o1.com)
- # [23:29] <TabAtkins> Anyway, if the effect is "nonsensically stack the multipliers", I'd rather just make it invalid.
- # [23:30] * Quits: othermaciej (~mjs@17.244.10.249) (Quit: othermaciej)
- # [23:32] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [23:36] * Quits: garciawebdev (~garciaweb@190.244.73.31) (Ping timeout: 245 seconds)
- # [23:42] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Excess Flood)
- # [23:43] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [23:44] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
- # [23:50] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (Remote host closed the connection)
- # [23:54] * Quits: graememcc (~chatzilla@host86-150-154-161.range86-150.btcentralplus.com) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713224749])
- # [23:56] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [23:57] * Joins: tantek (~tantek@mbd0536d0.tmodns.net)
- # Session Close: Sat Aug 04 00:00:04 2012
The end :)