Options:
- # Session Start: Tue Sep 10 00:00:00 2013
- # Session Ident: #whatwg
- # [00:00] * Quits: brion (brion@wikipedia/pdpc.professional.brion) (Quit: brion)
- # [00:03] * Quits: othermaciej (~mjs@17.114.3.214) (Quit: othermaciej)
- # [00:05] * Joins: Spedax (~spedax@5.149.138.2)
- # [00:09] * Quits: Spedax (~spedax@5.149.138.2) (Ping timeout: 246 seconds)
- # [00:14] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk) (Quit: TuRnaD0)
- # [00:17] * Quits: encryptd_fractal (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com) (Remote host closed the connection)
- # [00:17] * Joins: othermaciej (~mjs@17.114.218.224)
- # [00:17] * Joins: ap (~ap@2620:149:f01:205:d9cf:9cf5:558f:474e)
- # [00:20] * Quits: ap (~ap@2620:149:f01:205:d9cf:9cf5:558f:474e) (Remote host closed the connection)
- # [00:21] * Joins: ap (~ap@17.202.44.214)
- # [00:30] * Joins: jwalden (~waldo@nat/mozilla/x-sqsieinttjamltyz)
- # [00:31] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [00:33] * Joins: erichynds (~erichynds@146-115-145-170.c3-0.nwt-ubr1.sbo-nwt.ma.cable.rcn.com)
- # [00:35] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Read error: Operation timed out)
- # [00:37] * Joins: birtles (~chatzilla@61-121-216-2.bitcat.net)
- # [00:39] <jwalden> is data:text/html;charset=UTF-8,<script>onerror=function(){alert('hi")};</script><script>var%20function;</script> supposed to alert, or no? I think yes, if I'm reading the spec right, but Gecko at least doesn't right now
- # [00:40] <Hixie_> why would it not?
- # [00:40] <Hixie_> it's a syntax error, no?
- # [00:40] * Joins: smaug____ (~chatzilla@nat/mozilla/x-hmzxjxpazoxhvwlb)
- # [00:41] <Hixie_> are you trying to establish if it's a JS error, or if it's reported at the HTML level? :-)
- # [00:41] <Hixie_> note that 'hi" isn't valid
- # [00:41] <jwalden> it wasn't/isn't clear to me that the onerror hook should necessarily be triggered for syntax errors in scripts
- # [00:41] <jwalden> er, ugh
- # [00:41] <Hixie_> so i'm assuming your real test doesn't have that
- # [00:41] <jwalden> no, that was my real test :-)
- # [00:41] <Hixie_> ah
- # [00:41] <jwalden> explains things :-)
- # [00:41] <Hixie_> well then
- # [00:41] <Hixie_> i don't expect an alert :-)
- # [00:41] <Hixie_> several console messages though
- # [00:41] <jwalden> erm
- # [00:42] <jwalden> no, I get alert("hi") with that typo-fix
- # [00:42] <jwalden> data:text/html;charset=UTF-8,<script>onerror=function(){alert("hi")};</script><script>var%20delete;</script> for people following logs
- # [00:42] * Joins: marcosc (~marcosc@bl7-235-177.dsl.telepac.pt)
- # [00:43] <Hixie_> yeah that should alert
- # [00:43] <jwalden> okay, this might be handy-ish then
- # [00:43] <jwalden> well
- # [00:43] <jwalden> handy *if* Gecko exposed the error object that was thrown
- # [00:43] <jwalden> which it doesn't
- # [00:44] <jwalden> or at least I remember strong complaints about it not doing so
- # [00:44] <Hixie_> the spec just changed to expose it
- # [00:44] <Hixie_> but that's new
- # [00:44] * Joins: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net)
- # [00:44] <jwalden> yeah
- # [00:45] <jwalden> (this use wouldn't care about CORS concerns, to be completely clear, so .error should always be there)
- # [00:52] * Joins: [[zz]] (~q@node-1cdp.pool-101-108.dynamic.totbb.net)
- # [00:56] <zcorpan> jwalden: why would it not care about CORS concerns? (what do you mean by that?)
- # [00:57] * Joins: a-ja (~Instantbi@70.230.153.135)
- # [00:57] * zcorpan -> sleep, will read logs tomorrow
- # [00:57] * Quits: zcorpan (~zcorpan@128.127.18.179) (Remote host closed the connection)
- # [00:57] * Joins: zcorpan (~zcorpan@128.127.18.179)
- # [01:02] * Quits: zcorpan (~zcorpan@128.127.18.179) (Ping timeout: 240 seconds)
- # [01:07] * Quits: zkis (~zkis@87-95-86-44.bb.dnainternet.fi) (Ping timeout: 276 seconds)
- # [01:08] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [01:08] * Quits: marcosc (~marcosc@bl7-235-177.dsl.telepac.pt) (Remote host closed the connection)
- # [01:09] <jwalden> zcorpan: onerror fires with non-interesting error data ("muted errors") if "the script came from a resource that was fetched in the steps above, and the resource was CORS-cross-origin" per http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#execute-the-script-block 2.6.
- # [01:09] * Joins: shepazu_ (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [01:09] * Joins: marcosc (~marcosc@bl7-235-177.dsl.telepac.pt)
- # [01:10] * Joins: arunranga_ (~otherarun@cpe-74-73-238-8.nyc.res.rr.com)
- # [01:10] * Quits: richt (uid12457@gateway/web/irccloud.com/x-ozegswradxnuzpqh) (Quit: Connection closed for inactivity)
- # [01:10] * Quits: MikeSmith (~mike@sideshowbarker.net) (Read error: Operation timed out)
- # [01:10] * Quits: arunranga (~otherarun@cpe-74-73-238-8.nyc.res.rr.com) (Read error: Connection reset by peer)
- # [01:10] * arunranga_ is now known as arunranga
- # [01:11] * Quits: ImBcmDth (~Jon@oftn/member/ImBcmDth) (Read error: Connection reset by peer)
- # [01:11] * Joins: ImBcmDth (~Jon@oftn/member/ImBcmDth)
- # [01:11] * Joins: jreading1 (~Adium@ip98-169-193-48.dc.dc.cox.net)
- # [01:12] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Ping timeout: 256 seconds)
- # [01:12] * shepazu_ is now known as shepazu
- # [01:13] * Joins: MikeSmith (~mike@sideshowbarker.net)
- # [01:13] * Quits: marcosc (~marcosc@bl7-235-177.dsl.telepac.pt) (Ping timeout: 248 seconds)
- # [01:14] * Quits: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net) (Ping timeout: 260 seconds)
- # [01:15] * Quits: tantek (~tantek@cust217-dsl91-135-3.idnet.net) (Ping timeout: 248 seconds)
- # [01:16] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [01:19] * Joins: tantek (~tantek@cust217-dsl91-135-3.idnet.net)
- # [01:20] * Joins: seventh (seventh@216.166.10.159)
- # [01:21] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [01:24] * heycam|away is now known as heycam
- # [01:27] * Quits: viduthalai1947_ (uid5404@gateway/web/irccloud.com/x-zufxmxfqhmzhlpln) (Quit: Connection closed for inactivity)
- # [01:28] * Joins: zcorpan (~zcorpan@128.127.18.179)
- # [01:30] * Quits: smaug____ (~chatzilla@nat/mozilla/x-hmzxjxpazoxhvwlb) (Remote host closed the connection)
- # [01:31] * Joins: smaug____ (~chatzilla@nat/mozilla/x-cugrjhfzxjfniiji)
- # [01:32] * Quits: smaug____ (~chatzilla@nat/mozilla/x-cugrjhfzxjfniiji) (Remote host closed the connection)
- # [01:32] * Joins: smaug____ (~chatzilla@nat/mozilla/x-vyiokelhpriwhtkr)
- # [01:34] * Quits: smaug____ (~chatzilla@nat/mozilla/x-vyiokelhpriwhtkr) (Remote host closed the connection)
- # [01:37] * Joins: smaug____ (~chatzilla@nat/mozilla/x-twyacazbowhtdgiz)
- # [01:40] * Quits: annevk (~annevk@2.31.25.182) (Remote host closed the connection)
- # [01:44] <Hixie_> hmm. so the high density stuff in canvas failed because people create canvases today expecting a 1:1 mapping.
- # [01:44] <Hixie_> i wonder if we can still provide a 1:n mapping if we just have a setting in the getContext call for it
- # [01:44] <Hixie_> e.g. a 'density' option, valid values being '1:1' and 'native'
- # [01:45] <Hixie_> and if it's native we can also just blow away the canvas when you zoom and fire an event letting you know you'd better repaint now
- # [01:51] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
- # [01:56] * Quits: erichynds (~erichynds@146-115-145-170.c3-0.nwt-ubr1.sbo-nwt.ma.cable.rcn.com)
- # [01:56] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [02:06] * Joins: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net)
- # [02:09] * Quits: jreading1 (~Adium@ip98-169-193-48.dc.dc.cox.net) (Ping timeout: 260 seconds)
- # [02:12] * Quits: othermaciej (~mjs@17.114.218.224) (Quit: othermaciej)
- # [02:20] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [02:21] * Quits: jsbell (jsbell@nat/google/x-nvqlqlqpwharppvl) (Quit: There's no place like home...)
- # [02:22] * Quits: decotii (~decotii@hq.croscon.com) (Quit: Leaving)
- # [02:26] * Joins: jreading1 (~Adium@ip98-169-193-48.dc.dc.cox.net)
- # [02:26] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
- # [02:28] * Quits: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net) (Ping timeout: 245 seconds)
- # [02:30] * Quits: seventh (seventh@216.166.10.159) (Ping timeout: 276 seconds)
- # [02:36] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [02:42] * Quits: jreading1 (~Adium@ip98-169-193-48.dc.dc.cox.net) (Quit: Leaving.)
- # [02:44] * Quits: espadrine (~ttyl@AMontsouris-158-1-62-40.w92-128.abo.wanadoo.fr) (Ping timeout: 240 seconds)
- # [02:52] * Quits: ap (~ap@17.202.44.214) (Quit: ap)
- # [02:57] * Joins: espadrine (~ttyl@AMontsouris-158-1-90-6.w90-2.abo.wanadoo.fr)
- # [02:57] * Quits: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [03:15] * Quits: smaug____ (~chatzilla@nat/mozilla/x-twyacazbowhtdgiz) (Ping timeout: 240 seconds)
- # [03:29] * Quits: fgh (~fgh@bb121-7-30-176.singnet.com.sg) (Ping timeout: 260 seconds)
- # [03:35] * Joins: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
- # [03:37] * Joins: marcosc (~marcosc@bl7-235-177.dsl.telepac.pt)
- # [03:46] * Quits: marcosc (~marcosc@bl7-235-177.dsl.telepac.pt) (Ping timeout: 245 seconds)
- # [03:46] * Quits: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Remote host closed the connection)
- # [03:46] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:51] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [03:56] * Krinkle is now known as Krinkle|detached
- # [03:59] * Joins: b00th (~quassel@2600:1005:b11c:76a5:9d69:4271:e19b:2c3c)
- # [04:03] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Ping timeout: 256 seconds)
- # [04:06] * Joins: Spedax (~spedax@5.149.138.2)
- # [04:10] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [04:10] * Joins: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
- # [04:11] * Quits: Spedax (~spedax@5.149.138.2) (Ping timeout: 268 seconds)
- # [04:22] * Quits: rniwa (~rniwa@17.212.154.114) (Quit: rniwa)
- # [04:29] * Quits: WeirdAl (~chatzilla@g2spf.ask.info) (Ping timeout: 256 seconds)
- # [04:31] * Joins: j0hn (~quassel@2600:1005:b11c:76a5:e1a2:302a:d71:6489)
- # [04:33] * Quits: b00th (~quassel@2600:1005:b11c:76a5:9d69:4271:e19b:2c3c) (Ping timeout: 240 seconds)
- # [04:37] * Quits: zcorpan (~zcorpan@128.127.18.179) (Ping timeout: 248 seconds)
- # [04:39] * Joins: b00th (~quassel@2600:1005:b12f:3c59:4dfc:d682:3346:2ea)
- # [04:39] * Quits: j0hn (~quassel@2600:1005:b11c:76a5:e1a2:302a:d71:6489) (Ping timeout: 245 seconds)
- # [04:40] * Quits: b00th (~quassel@2600:1005:b12f:3c59:4dfc:d682:3346:2ea) (Remote host closed the connection)
- # [04:40] * heycam is now known as heycam|away
- # [04:49] * Quits: jwalden (~waldo@nat/mozilla/x-sqsieinttjamltyz) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 23.0/20130805131520])
- # [04:55] * Joins: ghena1986 (~ghena1986@ip98-163-242-143.no.no.cox.net)
- # [04:55] <ghena1986> http://bit.ly/183GBEv
- # [04:55] * Parts: ghena1986 (~ghena1986@ip98-163-242-143.no.no.cox.net)
- # [05:06] * Joins: nimbu (~nimbu@50-0-136-58.dsl.dynamic.sonic.net)
- # [05:21] * heycam|away is now known as heycam
- # [05:23] * Quits: roc (~chatzilla@173-164-135-225-SFBA.hfc.comcastbusiness.net) (Ping timeout: 246 seconds)
- # [05:27] * Joins: vitorpacheco (~vitor@189-105-96-129.user.veloxzone.com.br)
- # [05:28] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [05:32] * Quits: vitorpacheco (~vitor@189-105-96-129.user.veloxzone.com.br) (Quit: Saindo)
- # [05:35] * Joins: roc (~chatzilla@173-164-135-225-SFBA.hfc.comcastbusiness.net)
- # [05:54] * Quits: nimbu (~nimbu@50-0-136-58.dsl.dynamic.sonic.net) (Quit: Leaving.)
- # [05:56] <cabanier> Hixie_: I don't think adding auto-resizing helps
- # [06:12] * Quits: [[zz]] (~q@node-1cdp.pool-101-108.dynamic.totbb.net) (Read error: Connection reset by peer)
- # [06:16] * Joins: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [06:16] * Quits: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Client Quit)
- # [06:30] <Hixie_> cabanier: you don't think it helps with what?
- # [06:30] * Joins: yoav (~yoav@193.248.228.242)
- # [06:31] <cabanier> Hixie_: helping authors deal with HiDPI canvas
- # [06:31] <Hixie_> the idea is to help them not have to even think about it
- # [06:32] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [06:32] <cabanier> Hixie_: that would be nice but since many use temporary canvases, just changing the one in the DOM won't do
- # [06:33] <Hixie_> hmmm... interesting point
- # [06:33] <Hixie_> (that's maybe what you should have led with, rather than just "i don't think it helps" :-P )
- # [06:33] * diffalot is now known as diffalot-away
- # [06:33] <Hixie_> we'd need a kind of "slave" mechanism
- # [06:33] <cabanier> Hixie_: what is that?
- # [06:34] <Hixie_> a way to say "this canvas is a slave of that one, wipe it and resize it accordingly when the other one gets resized"
- # [06:35] <cabanier> Hixie_: *thinking*
- # [06:37] <cabanier> Hixie_: I can see how that would help for certain scenarios, but there will be cases where you'd have to do it manually
- # [06:37] <Hixie_> sure, i said that in one of the e-mails
- # [06:37] <Hixie_> there's always going to be people who want crazy stuff
- # [06:38] <Hixie_> nobody's talking of removing anything that they can already do
- # [06:39] <cabanier> I
- # [06:40] <cabanier> I'd really want there to be a way for pinch-zoom to influence the dpi
- # [06:40] * Quits: diffalot-away (~papyroman@c-76-107-128-104.hsd1.ms.comcast.net) (Quit: ZNC - http://znc.in)
- # [06:40] <Hixie_> why?
- # [06:40] <Hixie_> (not saying it's a bad idea, just curious as to your use case)
- # [06:41] <cabanier> well, as you zoom in, the canvas pixels just get blockier
- # [06:42] <cabanier> you'd have to write JS to deal with zooming
- # [06:42] <Hixie_> browsers don't let you pinch-zoom to more than 1 in-page CSS pixel per display CSS pixel, do they?
- # [06:42] <Hixie_> the idea is that JS can't see pinch zooming at all
- # [06:42] <cabanier> yeah
- # [06:42] <Hixie_> i'm confused
- # [06:43] <cabanier> you have to write JS to avoid blockiness in canvas if you pinch-zoom
- # [06:43] * Joins: diffalot-away (~papyroman@c-76-107-128-104.hsd1.ms.comcast.net)
- # [06:43] * diffalot-away is now known as diffalot
- # [06:43] <cabanier> pinch-zoom does not affect the devicepixelratio
- # [06:44] * Quits: diffalot (~papyroman@c-76-107-128-104.hsd1.ms.comcast.net) (Changing host)
- # [06:44] * Joins: diffalot (~papyroman@unaffiliated/papyromancer)
- # [06:46] <cabanier> your proposal deals with changes in devicePixelRatio and change in CSS pixels
- # [06:46] <cabanier> but not with pinch zoom
- # [06:47] <cabanier> - maybe we're miscommunicating wrt 'page zoom' -
- # [06:48] * Quits: ImBcmDth (~Jon@oftn/member/ImBcmDth) (Disconnected by services)
- # [06:48] * Joins: ImBcmDth (~Jon@oftn/member/ImBcmDth)
- # [06:49] * diffalot is now known as diffalot-away
- # [06:49] * diffalot-away is now known as diffalot
- # [06:49] <Hixie_> "you have to write JS to avoid blockiness in canvas if you pinch-zoom" is false, as far as i can tell.
- # [06:50] * diffalot is now known as diffalot-away
- # [06:50] <cabanier> ?
- # [06:50] <cabanier> it's like zooming into an image.
- # [06:50] <Hixie_> <Hixie> browsers don't let you pinch-zoom to more than 1 in-page CSS pixel per display CSS pixel, do they?
- # [06:50] <cabanier> unsure
- # [06:51] <Hixie_> well if my statement is true, your statement is false
- # [06:51] <Hixie_> so if you're unsure about my statement, how can you be sure about yours :-)
- # [06:51] <cabanier> but you can have a lot of display pixels per CSS pixel
- # [06:52] <cabanier> so a 10x10 px canvas can fill the whole screen
- # [06:52] <Hixie_> not via pinch-zoom, though, right?
- # [06:52] * Quits: diffalot-away (~papyroman@unaffiliated/papyromancer) (Quit: ZNC - http://znc.in)
- # [06:52] <Hixie_> (assuming you're not articifically making it bigger than it should be)
- # [06:53] <Hixie_> maybe this conversation would be easier if we had a concrete example
- # [06:53] <cabanier> yes. pinch-zoom makes it bigger
- # [06:53] <Hixie_> can you put a test up i can test?
- # [06:53] <Hixie_> showing what you mean?
- # [06:53] * Joins: rniwa (~rniwa@c-98-207-134-149.hsd1.ca.comcast.net)
- # [06:53] <cabanier> sure. you will need a device that can pinch zoom
- # [06:53] <Hixie_> i am surrounded by them
- # [06:54] * Joins: diffalot-away (~papyroman@c-76-107-128-104.hsd1.ms.comcast.net)
- # [06:54] * diffalot-away is now known as diffalot
- # [06:56] <Domenic_> i am pretty sure i can pinch zoom very far on most web pages, such that only a few words fit on the screen
- # [06:56] <cabanier> try https://developer.mozilla.org/samples/canvas-tutorial/2_4_canvas_arc.html and zoom in on the canvas in the top left
- # [06:57] <cabanier> Domenic_: yes, and as you zoom in, everything is rerendered so it stays sharp
- # [06:57] <cabanier> except images and canvas
- # [06:57] <Domenic_> right
- # [06:58] <Domenic_> i imagine if my font-size is 12px, by the time i zoom in very far, it's way more than 12px in size.
- # [06:58] <cabanier> Hixie_: in your mail: "when the display density changes size (e.g. due to page zoom)"
- # [06:58] <cabanier> Hixie_: did you mean pinch zoom, or pixelratio?
- # [06:58] * Quits: diffalot (~papyroman@c-76-107-128-104.hsd1.ms.comcast.net) (Changing host)
- # [06:58] * Joins: diffalot (~papyroman@unaffiliated/papyromancer)
- # [06:59] <Hixie_> cabanier: i mean page zoom. command+/command- or ctrl+mousewheel or whatever.
- # [06:59] * Quits: rniwa (~rniwa@c-98-207-134-149.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [06:59] <cabanier> Hixie_: ah, OK so we're on the same page
- # [07:01] <Hixie_> ah, interesting, yeah, you can pinch-zoom to more than 100%
- # [07:01] <Hixie_> crazy
- # [07:01] <Hixie_> ok
- # [07:01] <Hixie_> well in that case we should just handle that the same way as page zoom.
- # [07:01] <Hixie_> and it should affect the device pixel ratio.
- # [07:01] <Hixie_> same as page zoom.
- # [07:01] <cabanier> no, it shouldn't :-(
- # [07:02] <cabanier> changing dpr would change the layout of the page
- # [07:02] <cabanier> which is not allowed to happen for pinch zoom
- # [07:02] <Hixie_> what?
- # [07:03] <Hixie_> changing the device pixel ratio doesn't affect the layout of the page.
- # [07:03] * Joins: rxgx (~rxgx@64.38.203.218)
- # [07:03] <Hixie_> (unless it also affects the width at the same time, as page zoom does)
- # [07:03] <Hixie_> (but then that's the width being changed that is affecting the layout)
- # [07:05] * Quits: tantek (~tantek@cust217-dsl91-135-3.idnet.net) (Quit: tantek)
- # [07:05] <cabanier> Hixie_: doing command +/- will cause reflow of text
- # [07:06] <cabanier> Hixie_: inline boxes will move
- # [07:06] <Hixie_> sure, because the page width is changing (in CSS pixels)
- # [07:06] <Hixie_> pinch zoom doesn't affect the page width.
- # [07:06] <cabanier> Hixie_: percentages stay the same, but boxes in CSS pixels will change size
- # [07:06] <cabanier> correct, pinch zoom does not affect anything today
- # [07:07] <Hixie_> well it affects the real device pixel ratio, it just doesn't get reported as doing so
- # [07:07] <cabanier> yes, that's true :-)
- # [07:08] <cabanier> it would be nice if one could find out about the real dpr
- # [07:08] <cabanier> http://stackoverflow.com/questions/995914/catch-browsers-zoom-event-in-javascript
- # [07:08] * Quits: ImBcmDth (~Jon@oftn/member/ImBcmDth) (Disconnected by services)
- # [07:08] * Joins: ImBcmDth_ (~Jon@oftn/member/ImBcmDth)
- # [07:09] * Quits: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Remote host closed the connection)
- # [07:09] <cabanier> scratch that link, it's page zoom
- # [07:12] <cabanier> * going to bed *
- # [07:14] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [07:15] * Quits: lerc (~quassel@121.75.145.115) (Remote host closed the connection)
- # [07:23] * Joins: lerc (~quassel@121.75.145.115)
- # [07:29] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Remote host closed the connection)
- # [07:29] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [07:32] * Joins: baku (~baku@148.122.12.62)
- # [07:43] * Joins: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net)
- # [07:45] * Joins: zkis (~zkis@87-95-86-44.bb.dnainternet.fi)
- # [07:59] * Quits: yoav (~yoav@193.248.228.242) (Ping timeout: 256 seconds)
- # [08:06] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Quit: jdaggett)
- # [08:07] * Quits: sangwhan (uid12645@gateway/web/irccloud.com/x-fvnwcmfkymlgrqdy) (Ping timeout: 245 seconds)
- # [08:07] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (Quit: No Ping reply in 180 seconds.)
- # [08:07] * Quits: bzed (~bzed@devel.recluse.de) (Remote host closed the connection)
- # [08:07] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [08:07] * Joins: bzed (~bzed@devel.recluse.de)
- # [08:08] * Joins: Spedax (~spedax@5.149.138.2)
- # [08:08] * Quits: rafaelw_ (uid4459@gateway/web/irccloud.com/x-xxmxnisccguuxlbw) (Ping timeout: 245 seconds)
- # [08:08] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [08:09] * Joins: gavin_ (~gavin@76.14.87.162)
- # [08:09] * Joins: sgalineau (~sylvaing@bdv75-4-82-227-67-59.fbx.proxad.net)
- # [08:09] * Joins: yoav (~yoav@89.202.203.52)
- # [08:09] * Joins: rniwa (~rniwa@c-98-207-134-149.hsd1.ca.comcast.net)
- # [08:09] * Quits: nephyrin (~neph@2620:101:8003:200:7a2b:cbff:fe9e:2e67) (Ping timeout: 264 seconds)
- # [08:10] * Joins: didi-g (~DIDi@88-149-168-84.v4.ngi.it)
- # [08:10] * Quits: jernoble (~jernoble@17.212.152.13) (Remote host closed the connection)
- # [08:11] * Joins: jernoble (~jernoble@17.212.152.13)
- # [08:12] * Quits: m4nu (~manu@216.252.204.51) (Quit: Computers. Bah! Who needs 'em.)
- # [08:12] * Quits: riddle (riddle@us.yunix.net) (Ping timeout: 245 seconds)
- # [08:12] * Joins: manu (~manu@216.252.204.51)
- # [08:12] * manu is now known as m4nu
- # [08:13] * Quits: Spedax (~spedax@5.149.138.2) (Ping timeout: 276 seconds)
- # [08:13] * Joins: riddle (riddle@us.yunix.net)
- # [08:18] * Quits: baku (~baku@148.122.12.62) (Ping timeout: 260 seconds)
- # [08:20] * Quits: didi-g (~DIDi@88-149-168-84.v4.ngi.it) (Quit: Leaving)
- # [08:20] * Joins: gufdie (~gufdie@unaffiliated/gufdie)
- # [08:21] * Quits: nonge_ (~nonge@p5082968A.dip0.t-ipconnect.de) (Read error: Connection timed out)
- # [08:22] * Quits: ehsan (~ehsan@148.122.12.62) (Read error: Connection timed out)
- # [08:22] * Joins: ImBcmDth (~Jon@oftn/member/ImBcmDth)
- # [08:22] * Joins: nonge (~nonge@p5082968A.dip0.t-ipconnect.de)
- # [08:23] * Joins: Smylers (~smylers@host86-149-123-109.range86-149.btcentralplus.com)
- # [08:23] * Joins: ehsan (~ehsan@148.122.12.62)
- # [08:26] * Quits: ImBcmDth_ (~Jon@oftn/member/ImBcmDth) (Ping timeout: 276 seconds)
- # [08:28] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [08:30] * Quits: ehsan (~ehsan@148.122.12.62) (Remote host closed the connection)
- # [08:30] * Quits: zkis (~zkis@87-95-86-44.bb.dnainternet.fi) (Ping timeout: 240 seconds)
- # [08:31] * Joins: ehsan (~ehsan@148.122.12.62)
- # [08:33] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 276 seconds)
- # [08:35] * Quits: ehsan (~ehsan@148.122.12.62) (Ping timeout: 246 seconds)
- # [08:37] <hsivonen> has MS removed IE7 from Windows Update?
- # [08:38] <hsivonen> Windows Update doesn't offer it for me (on XP) when I have IE8 blocked using the command-line IE8 blocker
- # [08:40] * Quits: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [08:40] * Quits: Smylers (~smylers@host86-149-123-109.range86-149.btcentralplus.com) (Quit: Leaving.)
- # [08:54] * Quits: falken_ (falken@nat/google/x-ymgmugkhfpxsusxn) (Quit: leaving)
- # [08:56] * Quits: sgalineau (~sylvaing@bdv75-4-82-227-67-59.fbx.proxad.net) (Ping timeout: 260 seconds)
- # [09:00] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [09:01] * Joins: Ms2ger (~Ms2ger@109.133.17.253)
- # [09:02] * Parts: a-ja (~Instantbi@70.230.153.135)
- # [09:04] * Joins: rd678 (rd678@78.83.21.231)
- # [09:06] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [09:09] * Joins: yoshiki (yoshiki@nat/google/x-mnmkepwotzidypky)
- # [09:12] * Quits: ImBcmDth (~Jon@oftn/member/ImBcmDth) (Disconnected by services)
- # [09:12] * Joins: ImBcmDth (~Jon@oftn/member/ImBcmDth)
- # [09:15] * heycam is now known as heycam|away
- # [09:18] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [09:18] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [09:21] * Joins: ehsan (~ehsan@193.214.41.74)
- # [09:22] * Joins: zcorpan (~zcorpan@89.202.203.52)
- # [09:22] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Ping timeout: 256 seconds)
- # [09:27] * Joins: baku (~baku@193.214.41.72)
- # [09:33] * Quits: rd678 (rd678@78.83.21.231)
- # [09:35] * Joins: Spedax (~spedax@5.149.138.2)
- # [09:40] * Joins: dbaron (~dbaron@89.202.203.51)
- # [09:42] * Quits: rxgx (~rxgx@64.38.203.218) (Quit: timeout)
- # [09:47] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [09:49] * Quits: espadrine (~ttyl@AMontsouris-158-1-90-6.w90-2.abo.wanadoo.fr) (Ping timeout: 248 seconds)
- # [09:55] * Quits: zcorpan (~zcorpan@89.202.203.52) (Read error: Connection reset by peer)
- # [09:57] * Joins: zcorpan (~zcorpan@89.202.203.52)
- # [09:58] * Joins: tantek (~tantek@cust217-dsl91-135-3.idnet.net)
- # [10:02] * Joins: espadrine (~ttyl@AMontsouris-158-1-85-235.w90-2.abo.wanadoo.fr)
- # [10:02] * Quits: payman_ (~payman@ip-200.t2.se.opera.com) (Ping timeout: 256 seconds)
- # [10:03] * Joins: sangwhan_ (uid12645@gateway/web/irccloud.com/x-iliplifkfwynqiza)
- # [10:04] * Joins: rafaelw_ (uid4459@gateway/web/irccloud.com/x-vpmdogjqkvmbtpxh)
- # [10:08] * Joins: payman (~payman@ip-200.t2.se.opera.com)
- # [10:09] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [10:09] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [10:09] * Joins: fgh (~fgh@bb121-7-30-176.singnet.com.sg)
- # [10:10] * Joins: darobin (~darobin@89.202.203.52)
- # [10:10] * Joins: Smylers (~smylers@94.116.117.52)
- # [10:11] * Joins: rxgx (~rxgx@64.38.203.218)
- # [10:14] * hober2 is now known as hober
- # [10:14] * Joins: sgalineau (~sylvaing@89.202.203.52)
- # [10:20] * Joins: mitemitreski (~mitemitre@212.120.17.179)
- # [10:22] * Quits: sgalineau (~sylvaing@89.202.203.52) (Ping timeout: 264 seconds)
- # [10:23] * Quits: rniwa (~rniwa@c-98-207-134-149.hsd1.ca.comcast.net) (Quit: rniwa)
- # [10:24] * Quits: Lachy (~textual@cm-84.215.104.248.getinternet.no) (Quit: Textual IRC Client: www.textualapp.com)
- # [10:25] * Joins: annevk (~annevk@2.31.25.182)
- # [10:26] * Joins: nonge_ (~nonge@p5B326159.dip0.t-ipconnect.de)
- # [10:28] * Joins: rego (~rego@231.193.27.77.dynamic.mundo-r.com)
- # [10:29] * Quits: kangil (~kangil@210.94.41.89) (Remote host closed the connection)
- # [10:29] * Quits: nonge (~nonge@p5082968A.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
- # [10:31] * Joins: kangil (~kangil@210.94.41.89)
- # [10:33] * Quits: ehsan (~ehsan@193.214.41.74) (Ping timeout: 245 seconds)
- # [10:34] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [10:35] * Quits: baku (~baku@193.214.41.72) (Ping timeout: 268 seconds)
- # [10:35] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [10:35] * Joins: gufdie_ (~gufdie@unaffiliated/gufdie)
- # [10:37] * Quits: Smylers (~smylers@94.116.117.52) (Ping timeout: 264 seconds)
- # [10:38] * Joins: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com)
- # [10:39] * Quits: gufdie (~gufdie@unaffiliated/gufdie) (Ping timeout: 256 seconds)
- # [10:45] <MikeSmith> Ms2ger: about [[I didn't want a keyword for "Indicates that a test case for this bug is included somewhere in the bug report.", I wanted one for "has a test in the test suite"]], yeah, understood
- # [10:45] <MikeSmith> so I can change the description
- # [10:45] <Ms2ger> That would be nice
- # [10:45] <MikeSmith> I'm happy to change the keyword too if you want
- # [10:46] * Quits: heeyoun (~heeyoun@210.94.41.89) (Remote host closed the connection)
- # [10:46] <Ms2ger> Maybe that would be good... Either way
- # [10:48] * Joins: Smylers (~smylers@81.143.60.194)
- # [10:48] * Quits: Smylers (~smylers@81.143.60.194) (Read error: Connection reset by peer)
- # [10:52] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [10:53] <MikeSmith> Ms2ger: OK https://www.w3.org/Bugs/Public/describekeywords.cgi now updated with testcase-wanted="Indicates that this bug needs a test case in the test suite." and testcase="Indicates that this bug has a test case in the test suite."
- # [10:53] <Ms2ger> Thanks!
- # [10:54] * Joins: baku (~baku@235.43.214.193.static.cust.telenor.com)
- # [10:54] <MikeSmith> I can change "testcase" to testcase-has or testcase-done or .. something
- # [10:55] * Joins: Smylers (~smylers@81.143.60.194)
- # [10:55] <MikeSmith> Ms2ger: or has-testcase and needs-testcase (instead of testcase-wanted)
- # [10:56] <Ms2ger> Those would work
- # [10:57] <MikeSmith> zcorpan: if you're around I wanted to ask if you could be the reviewer for web-platform-tests/conformance-checkers tests
- # [10:58] <MikeSmith> Ms2ger: OK, changeed to has-testcase and needs-testcase https://www.w3.org/Bugs/Public/describekeywords.cgi
- # [10:59] * Quits: roc (~chatzilla@173-164-135-225-SFBA.hfc.comcastbusiness.net) (Ping timeout: 246 seconds)
- # [10:59] * Joins: zkis (~zkis@2001:998:22:0:3561:e618:6afc:8d08)
- # [11:00] <MikeSmith> hsivonen: if it's OK with you, this week I can change the validator build script to pull from the github repos instead of bitbucket
- # [11:01] * Joins: mpt (~mpt@nat/canonical/x-mymqvwivyggdvnqa)
- # [11:01] * Quits: mpt (~mpt@nat/canonical/x-mymqvwivyggdvnqa) (Changing host)
- # [11:01] * Joins: mpt (~mpt@canonical/mpt)
- # [11:02] <Ms2ger> MikeSmith, much appreciated
- # [11:13] * Quits: yoshiki (yoshiki@nat/google/x-mnmkepwotzidypky) (*.net *.split)
- # [11:13] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (*.net *.split)
- # [11:13] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (*.net *.split)
- # [11:13] * Quits: Benvie (~bbenvie@v-1045.fw1.sfo1.mozilla.net) (*.net *.split)
- # [11:14] * Quits: astearns (~astearns@192.150.22.5) (*.net *.split)
- # [11:14] * Quits: mpt (~mpt@canonical/mpt) (*.net *.split)
- # [11:14] * Quits: Smylers (~smylers@81.143.60.194) (*.net *.split)
- # [11:14] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (*.net *.split)
- # [11:14] * Quits: fgh (~fgh@bb121-7-30-176.singnet.com.sg) (*.net *.split)
- # [11:14] * Quits: sangwhan_ (uid12645@gateway/web/irccloud.com/x-iliplifkfwynqiza) (*.net *.split)
- # [11:14] * Quits: bentruyman (~bentruyma@108.166.175.171) (*.net *.split)
- # [11:14] * Quits: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net) (*.net *.split)
- # [11:14] * Quits: miketaylr (~miketaylr@192.241.222.35) (*.net *.split)
- # [11:14] * Quits: webben (~benjamin@198.61.227.102) (*.net *.split)
- # [11:14] * Quits: esprehn (uid10445@gateway/web/irccloud.com/x-qcxjihmfgwexcais) (*.net *.split)
- # [11:14] * Quits: romainhuet (uid2533@gateway/web/irccloud.com/x-rqmbswokocpyimfq) (*.net *.split)
- # [11:14] * Quits: benschwarz (uid2121@gateway/web/irccloud.com/x-bundcvxvqzumdqvw) (*.net *.split)
- # [11:14] * Quits: darobin (~darobin@89.202.203.52) (*.net *.split)
- # [11:14] * Quits: gavin_ (~gavin@76.14.87.162) (*.net *.split)
- # [11:14] * Quits: alecf (alecf@nat/google/x-tejenpezsmguvtpu) (*.net *.split)
- # [11:14] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (*.net *.split)
- # [11:14] * Quits: Yudai_ (~Yudai@nttkyo218001.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (*.net *.split)
- # [11:14] * Quits: Somatt (famic@hidden.dns.ug) (*.net *.split)
- # [11:14] * Quits: fishd (~darin@216.239.45.66) (*.net *.split)
- # [11:14] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
- # [11:14] * Quits: gsnedders (~gsnedders@5.2.16.23) (*.net *.split)
- # [11:14] * Quits: scott_gonzalez (gonzasi0@gateway/shell/jquery.com/x-vedolhuobtzxlbrd) (*.net *.split)
- # [11:14] * Quits: ojan_away (uid5519@gateway/web/irccloud.com/x-dpziicunaahvphex) (*.net *.split)
- # [11:14] * Quits: krijn (uid2319@gateway/web/irccloud.com/x-hgjkjqsroipcgbrm) (*.net *.split)
- # [11:14] * Quits: dcheng (dcheng@nat/google/x-puauggohloisimau) (*.net *.split)
- # [11:14] * Quits: JonathanNeal (uid5831@gateway/web/irccloud.com/x-vkovdnunbehoeaqk) (*.net *.split)
- # [11:14] * Quits: edsu (~edsu@pdpc/supporter/active/edsu) (*.net *.split)
- # [11:14] * Quits: runeh (~Rune@phlebotinum.org) (*.net *.split)
- # [11:14] * Quits: mbatle (mbatle@pasanda.collabora.co.uk) (*.net *.split)
- # [11:14] * Quits: kangil (~kangil@210.94.41.89) (*.net *.split)
- # [11:14] * Quits: payman (~payman@ip-200.t2.se.opera.com) (*.net *.split)
- # [11:14] * Quits: ImBcmDth (~Jon@oftn/member/ImBcmDth) (*.net *.split)
- # [11:14] * Quits: barneybook (~kvirc@220-136-53-204.dynamic.hinet.net) (*.net *.split)
- # [11:14] * Quits: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com) (*.net *.split)
- # [11:14] * Quits: ivan`` (~ivan@li125-242.members.linode.com) (*.net *.split)
- # [11:14] * Quits: bobbylaporte (~bobbylapo@108.166.175.162) (*.net *.split)
- # [11:14] * Quits: hendry (~hendry@sg.webconverger.com) (*.net *.split)
- # [11:14] * Quits: Jedi_ (~Jedi@jedi.org) (*.net *.split)
- # [11:14] * Quits: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi) (*.net *.split)
- # [11:14] * Quits: ricea (~ricea@2401:fa00:4:1000:b6b5:2fff:feca:47f8) (*.net *.split)
- # [11:14] * Quits: lerc (~quassel@121.75.145.115) (*.net *.split)
- # [11:14] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (*.net *.split)
- # [11:14] * Quits: Domenic_ (uid10976@gateway/web/irccloud.com/x-oiaaaivddgdhqdau) (*.net *.split)
- # [11:14] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
- # [11:14] * Quits: kinetik (~kinetik@121.99.58.238) (*.net *.split)
- # [11:14] * Quits: aklein (uid4454@gateway/web/irccloud.com/x-xklwhfihqtrnayni) (*.net *.split)
- # [11:14] * Quits: rafaelw_ (uid4459@gateway/web/irccloud.com/x-vpmdogjqkvmbtpxh) (*.net *.split)
- # [11:14] * Quits: riddle (riddle@us.yunix.net) (*.net *.split)
- # [11:14] * Quits: m4nu (~manu@216.252.204.51) (*.net *.split)
- # [11:14] * Quits: nielsle (~nielsle@3239149-cl69.boa.fiberby.dk) (*.net *.split)
- # [11:14] * Quits: gavin (~gavin@firefox/developer/gavin) (*.net *.split)
- # [11:14] * Quits: eric_carlson (~eric@17.212.152.104) (*.net *.split)
- # [11:14] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (*.net *.split)
- # [11:14] * Quits: barneybook|2 (~kvirc@220-136-53-204.dynamic.hinet.net) (*.net *.split)
- # [11:14] * Quits: wakaba (~wakaba@33.114.147.124.dy.bbexcite.jp) (*.net *.split)
- # [11:14] * Quits: reggna (~reggna@irc.jagochmittmoln.se) (*.net *.split)
- # [11:14] * Quits: mounir (~mounir@oldworld.fr) (*.net *.split)
- # [11:14] * Quits: rego (~rego@231.193.27.77.dynamic.mundo-r.com) (*.net *.split)
- # [11:14] * Quits: annevk (~annevk@2.31.25.182) (*.net *.split)
- # [11:14] * Quits: tantek (~tantek@cust217-dsl91-135-3.idnet.net) (*.net *.split)
- # [11:14] * Quits: wilhelm_ (~wilhelm@178.255.149.100) (*.net *.split)
- # [11:14] * Quits: yutak_ (~yutak@2401:fa00:4:1004:26be:5ff:fe0d:e1d5) (*.net *.split)
- # [11:14] * Quits: papercut (papercut@gateway/shell/elitebnc/x-hwjkfmcstshmsvoq) (*.net *.split)
- # [11:14] * Quits: mitemitreski (~mitemitre@212.120.17.179) (*.net *.split)
- # [11:14] * Quits: zcorpan (~zcorpan@89.202.203.52) (*.net *.split)
- # [11:14] * Quits: Spedax (~spedax@5.149.138.2) (*.net *.split)
- # [11:14] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (*.net *.split)
- # [11:14] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (*.net *.split)
- # [11:14] * Quits: birtles (~chatzilla@61-121-216-2.bitcat.net) (*.net *.split)
- # [11:14] * Quits: karlcow (~karl@nerval.la-grange.net) (*.net *.split)
- # [11:14] * Quits: heycam|away (~cam@nextlevelau.spd.co.il) (*.net *.split)
- # [11:14] * Quits: timeless (uid4015@firefox/developer/timeless) (*.net *.split)
- # [11:14] * Quits: pdr (uid7901@pdpc/supporter/active/pdr) (*.net *.split)
- # [11:14] * Quits: twisted` (uid6794@gateway/web/irccloud.com/x-pnhgkgqflfzwtfvr) (*.net *.split)
- # [11:14] * Quits: TabAtkins (uid11559@gateway/web/irccloud.com/x-sbstredswrkykbaw) (*.net *.split)
- # [11:14] * Quits: rwaldron (rwaldron@gateway/shell/jquery.com/x-jjlytjserqynflaa) (*.net *.split)
- # [11:14] * Quits: dbaron (~dbaron@89.202.203.51) (*.net *.split)
- # [11:14] * Quits: jernoble (~jernoble@17.212.152.13) (*.net *.split)
- # [11:14] * Quits: MikeSmith (~mike@sideshowbarker.net) (*.net *.split)
- # [11:14] * Quits: BruNeX (uid4730@gateway/web/irccloud.com/x-jnhgiffucyqzxcck) (*.net *.split)
- # [11:14] * Quits: famicom (~famicom@95.211.167.191) (*.net *.split)
- # [11:14] * Quits: lokling (~quassel@quassel.woboq.de) (*.net *.split)
- # [11:14] * Quits: scheib (uid4467@gateway/web/irccloud.com/x-rtqmejswbpmniwlw) (*.net *.split)
- # [11:14] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (*.net *.split)
- # [11:14] * Quits: baku (~baku@235.43.214.193.static.cust.telenor.com) (*.net *.split)
- # [11:14] * Quits: rxgx (~rxgx@64.38.203.218) (*.net *.split)
- # [11:14] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (*.net *.split)
- # [11:14] * Quits: asmodai (asmodai@freebsd/developer/asmodai) (*.net *.split)
- # [11:14] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
- # [11:14] * Quits: boaz (~boaz@li326-230.members.linode.com) (*.net *.split)
- # [11:14] * Quits: Workshiva (~Dashiva@74.125.121.65) (*.net *.split)
- # [11:14] * Quits: odinho (odinho@dalvik.ping.uio.no) (*.net *.split)
- # [11:14] * Quits: WesleyL (~WesleyL@irc.bierdopje.com) (*.net *.split)
- # [11:14] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
- # [11:14] * Quits: Adawerk_ (~ada@169.241.49.57) (*.net *.split)
- # [11:14] * Quits: dwim (~dwim@210.94.41.89) (*.net *.split)
- # [11:14] * Quits: 20WAC0HQ9 (~gonzasi0@205.186.165.147) (*.net *.split)
- # [11:14] * Quits: Ms2ger (~Ms2ger@109.133.17.253) (*.net *.split)
- # [11:14] * Quits: JakeA (uid3836@gateway/web/irccloud.com/x-bcdhgvgqujxlggxq) (*.net *.split)
- # [11:14] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
- # [11:14] * Quits: doublec (~doublec@unaffiliated/doublec) (*.net *.split)
- # [11:14] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
- # [11:14] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
- # [11:14] * Quits: sindresorhus (sindresorh@gateway/shell/ircrelay.com/x-afptbeokczcnybxz) (*.net *.split)
- # [11:14] * Quits: jochen__ (jochen@nat/google/x-oeigdvapbsefprps) (*.net *.split)
- # [11:14] * Quits: dfreedm (uid7859@gateway/web/irccloud.com/x-tfvlxcqvmkiwjblq) (*.net *.split)
- # [11:14] * Quits: Philip` (~philip@compass.zaynar.co.uk) (*.net *.split)
- # [11:14] * Quits: jahman (~woops@129.175.204.73) (*.net *.split)
- # [11:14] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (*.net *.split)
- # [11:14] * Quits: dglazkov (uid4270@gateway/web/irccloud.com/x-xvuegjfqfflqqrme) (*.net *.split)
- # [11:14] * Quits: toyoshiAw (~toyoshim@yuri.twintail.org) (*.net *.split)
- # [11:14] * Quits: SimonSapin (~simon@hako.exyr.org) (*.net *.split)
- # [11:14] * Quits: wycats (uid79@gateway/web/irccloud.com/x-wkgbajvlckumlvfh) (*.net *.split)
- # [11:14] * Quits: remysharp (uid4345@gateway/web/irccloud.com/x-hpbzksueuvuwgsth) (*.net *.split)
- # [11:14] * Quits: Phae (uid455@gateway/web/irccloud.com/x-tybwcmbmcoabsoou) (*.net *.split)
- # [11:14] * Quits: inimino (~inimino@oftn/board/inimino) (*.net *.split)
- # [11:14] * Quits: arunranga (~otherarun@cpe-74-73-238-8.nyc.res.rr.com) (*.net *.split)
- # [11:14] * Quits: jonlee|afk (~jonlee@17.212.153.19) (*.net *.split)
- # [11:14] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
- # [11:14] * Quits: matjas (uid2247@gateway/web/irccloud.com/x-zdixriewijwfqncn) (*.net *.split)
- # [11:14] * Quits: jamesr_` (uid10481@gateway/web/irccloud.com/x-bnqnnissinbpydru) (*.net *.split)
- # [11:14] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (*.net *.split)
- # [11:14] * Quits: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com) (*.net *.split)
- # [11:14] * Quits: espadrine (~ttyl@AMontsouris-158-1-85-235.w90-2.abo.wanadoo.fr) (*.net *.split)
- # [11:14] * Quits: yoav (~yoav@89.202.203.52) (*.net *.split)
- # [11:14] * Quits: danielfilho (~danielfil@208.68.39.233) (*.net *.split)
- # [11:14] * Quits: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (*.net *.split)
- # [11:14] * Quits: nw_ (nw@kapsi.fi) (*.net *.split)
- # [11:14] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
- # [11:14] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
- # [11:14] * Quits: Martijnc (~Martijn@is-aweso.me) (*.net *.split)
- # [11:14] * Quits: matijs (uid2278@gateway/web/irccloud.com/x-nqudotjsanctcuug) (*.net *.split)
- # [11:14] * Quits: arv (uid4269@gateway/web/irccloud.com/x-tixllzutuojpghvz) (*.net *.split)
- # [11:14] * Quits: mitsuhiko (~mitsuhiko@ubuntu/member/mitsuhiko) (*.net *.split)
- # [11:14] * Quits: othree_ (~othree@li379-129.members.linode.com) (*.net *.split)
- # [11:14] * Quits: ahf (ahf@irssi/staff/ahf) (*.net *.split)
- # [11:14] * Quits: gufdie_ (~gufdie@unaffiliated/gufdie) (*.net *.split)
- # [11:14] * Quits: cheron (~cheron@unaffiliated/cheron) (*.net *.split)
- # [11:14] * Quits: bzed (~bzed@devel.recluse.de) (*.net *.split)
- # [11:14] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (*.net *.split)
- # [11:14] * Quits: stalled (~stalled@unaffiliated/stalled) (*.net *.split)
- # [11:14] * Quits: abarth (uid5294@gateway/web/irccloud.com/x-btfsuqztjgtuqvcm) (*.net *.split)
- # [11:14] * Quits: Areks (~Areks@rs.gridnine.com) (*.net *.split)
- # [11:14] * Quits: coyotebush (~coyotebus@coyotebush.xen.prgmr.com) (*.net *.split)
- # [11:14] * Quits: cwilso (uid10206@gateway/web/irccloud.com/x-yrhkekhdysquivfi) (*.net *.split)
- # [11:14] * Quits: hdv (uid2376@gateway/web/irccloud.com/x-shjkesrspvxgkuqi) (*.net *.split)
- # [11:14] * Quits: ryanseddon (uid1832@gateway/web/irccloud.com/x-dgujyattxfuvbfpw) (*.net *.split)
- # [11:14] * Quits: ryuone (~ryuone@133.242.16.101) (*.net *.split)
- # [11:14] * Quits: Krinkle|detached (~Krinkle@wikimedia/Krinkle) (*.net *.split)
- # [11:14] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (*.net *.split)
- # [11:14] * Quits: Hixie_ (~ianh@178.255.149.100) (*.net *.split)
- # [11:14] * Quits: scottjehl__ (uid3055@gateway/web/irccloud.com/x-dlsiyonagbhchxjv) (*.net *.split)
- # [11:14] * Quits: suzak (~suzak@49.212.129.120) (*.net *.split)
- # [11:14] * Quits: zkis (~zkis@2001:998:22:0:3561:e618:6afc:8d08) (*.net *.split)
- # [11:14] * Quits: foolip (~philip@node-7lfba0nolmjcce1j8.a0.ipv6.opera.com) (*.net *.split)
- # [11:14] * Quits: davve (~user@node-7lfb91kwq155uy7y8.a0.ipv6.opera.com) (*.net *.split)
- # [11:14] * Quits: gnarf (gnarf@unaffiliated/gnarf) (*.net *.split)
- # [11:14] * Quits: beverloo (beverloo@nat/google/x-fwtvrrgvrultdhae) (*.net *.split)
- # [11:14] * Quits: jgornick (jgornick@2600:3c00::f03c:91ff:fedf:72b4) (*.net *.split)
- # [11:14] * Quits: Zauberfisch__ (~Zauberfis@2a01:4f8:100:73c3::3) (*.net *.split)
- # [11:14] * Quits: nunnun (~hiro@2001:200:1c0:3621:20c:29ff:fe02:11d2) (*.net *.split)
- # [11:14] * Quits: beverloo- (~peter@is-aweso.me) (*.net *.split)
- # [11:14] * Quits: rillian (giles@mf4-xiph.osuosl.org) (*.net *.split)
- # [11:19] * Joins: bzed (~bzed@2001:470:1f0b:168f::2)
- # [11:19] * Joins: Lachy (~textual@213.166.174.2)
- # [11:19] * Joins: mven_ (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [11:19] * Joins: astearns (~astearns@192.150.22.5)
- # [11:19] * Joins: zkis (~zkis@2001:998:22:0:3561:e618:6afc:8d08)
- # [11:19] * Joins: baku (~baku@235.43.214.193.static.cust.telenor.com)
- # [11:19] * Joins: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com)
- # [11:19] * Joins: gufdie_ (~gufdie@unaffiliated/gufdie)
- # [11:19] * Joins: rego (~rego@231.193.27.77.dynamic.mundo-r.com)
- # [11:19] * Joins: annevk (~annevk@2.31.25.182)
- # [11:19] * Joins: mitemitreski (~mitemitre@212.120.17.179)
- # [11:19] * Joins: rxgx (~rxgx@64.38.203.218)
- # [11:19] * Joins: rafaelw_ (uid4459@gateway/web/irccloud.com/x-vpmdogjqkvmbtpxh)
- # [11:19] * Joins: espadrine (~ttyl@AMontsouris-158-1-85-235.w90-2.abo.wanadoo.fr)
- # [11:19] * Joins: tantek (~tantek@cust217-dsl91-135-3.idnet.net)
- # [11:19] * Joins: zcorpan (~zcorpan@89.202.203.52)
- # [11:19] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [11:19] * Joins: dbaron (~dbaron@89.202.203.51)
- # [11:19] * Joins: Ms2ger (~Ms2ger@109.133.17.253)
- # [11:19] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [11:19] * Joins: riddle (riddle@us.yunix.net)
- # [11:19] * Joins: m4nu (~manu@216.252.204.51)
- # [11:19] * Joins: jernoble (~jernoble@17.212.152.13)
- # [11:19] * Joins: yoav (~yoav@89.202.203.52)
- # [11:19] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [11:19] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [11:19] * Joins: lerc (~quassel@121.75.145.115)
- # [11:19] * Joins: MikeSmith (~mike@sideshowbarker.net)
- # [11:19] * Joins: arunranga (~otherarun@cpe-74-73-238-8.nyc.res.rr.com)
- # [11:19] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [11:19] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [11:19] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [11:19] * Joins: nielsle (~nielsle@3239149-cl69.boa.fiberby.dk)
- # [11:19] * Joins: jonlee|afk (~jonlee@17.212.153.19)
- # [11:19] * Joins: gavin (~gavin@firefox/developer/gavin)
- # [11:19] * Joins: BruNeX (uid4730@gateway/web/irccloud.com/x-jnhgiffucyqzxcck)
- # [11:19] * Joins: foolip (~philip@node-7lfba0nolmjcce1j8.a0.ipv6.opera.com)
- # [11:19] * Joins: eric_carlson (~eric@17.212.152.104)
- # [11:19] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
- # [11:19] * Joins: lilmonkey (~colin@pdpc/supporter/professional/riven)
- # [11:19] * Joins: famicom (~famicom@95.211.167.191)
- # [11:19] * Joins: davve (~user@node-7lfb91kwq155uy7y8.a0.ipv6.opera.com)
- # [11:19] * Joins: asmodai (asmodai@freebsd/developer/asmodai)
- # [11:19] * Joins: barneybook|2 (~kvirc@220-136-53-204.dynamic.hinet.net)
- # [11:19] * Joins: abarth (uid5294@gateway/web/irccloud.com/x-btfsuqztjgtuqvcm)
- # [11:19] * Joins: Domenic_ (uid10976@gateway/web/irccloud.com/x-oiaaaivddgdhqdau)
- # [11:19] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [11:19] * Joins: wilhelm_ (~wilhelm@178.255.149.100)
- # [11:19] * Joins: hober (~ted@unaffiliated/hober)
- # [11:19] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [11:19] * Joins: gnarf (gnarf@unaffiliated/gnarf)
- # [11:19] * Joins: jgornick (jgornick@2600:3c00::f03c:91ff:fedf:72b4)
- # [11:19] * Joins: beverloo (beverloo@nat/google/x-fwtvrrgvrultdhae)
- # [11:19] * Joins: yutak_ (~yutak@2401:fa00:4:1004:26be:5ff:fe0d:e1d5)
- # [11:19] * Joins: jochen__ (jochen@nat/google/x-oeigdvapbsefprps)
- # [11:19] * Joins: Adawerk_ (~ada@169.241.49.57)
- # [11:19] * Joins: wakaba (~wakaba@33.114.147.124.dy.bbexcite.jp)
- # [11:19] * Joins: reggna (~reggna@irc.jagochmittmoln.se)
- # [11:19] * Joins: Areks (~Areks@rs.gridnine.com)
- # [11:19] * Joins: dfreedm (uid7859@gateway/web/irccloud.com/x-tfvlxcqvmkiwjblq)
- # [11:19] * Joins: danielfilho (~danielfil@208.68.39.233)
- # [11:19] * Joins: JakeA (uid3836@gateway/web/irccloud.com/x-bcdhgvgqujxlggxq)
- # [11:19] * Joins: lokling (~quassel@quassel.woboq.de)
- # [11:19] * Joins: cwilso (uid10206@gateway/web/irccloud.com/x-yrhkekhdysquivfi)
- # [11:19] * Joins: jgraham (~jgraham@web91.webfaction.com)
- # [11:19] * Joins: mounir (~mounir@oldworld.fr)
- # [11:19] * Joins: hdv (uid2376@gateway/web/irccloud.com/x-shjkesrspvxgkuqi)
- # [11:19] * Joins: ryanseddon (uid1832@gateway/web/irccloud.com/x-dgujyattxfuvbfpw)
- # [11:19] * Joins: ryuone (~ryuone@133.242.16.101)
- # [11:19] * Joins: Krinkle|detached (~Krinkle@wikimedia/Krinkle)
- # [11:19] * Joins: Zauberfisch__ (~Zauberfis@2a01:4f8:100:73c3::3)
- # [11:19] * Joins: kinetik (~kinetik@121.99.58.238)
- # [11:19] * Joins: dwim (~dwim@210.94.41.89)
- # [11:19] * Joins: globbot (~logbot@lump.glob.com.au)
- # [11:19] * Joins: 20WAC0HQ9 (~gonzasi0@205.186.165.147)
- # [11:19] * Joins: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu)
- # [11:19] * Joins: aklein (uid4454@gateway/web/irccloud.com/x-xklwhfihqtrnayni)
- # [11:19] * Joins: Philip` (~philip@compass.zaynar.co.uk)
- # [11:19] * Joins: nw_ (nw@kapsi.fi)
- # [11:19] * Joins: doublec (~doublec@unaffiliated/doublec)
- # [11:19] * Joins: nunnun (~hiro@2001:200:1c0:3621:20c:29ff:fe02:11d2)
- # [11:19] * Joins: jahman (~woops@129.175.204.73)
- # [11:19] * Joins: papercut (papercut@gateway/shell/elitebnc/x-hwjkfmcstshmsvoq)
- # [11:19] * Joins: heycam|away (~cam@nextlevelau.spd.co.il)
- # [11:19] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [11:19] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [11:19] * Joins: beverloo- (~peter@is-aweso.me)
- # [11:19] * Joins: jmb (~jmb@mail.parsifal.org.uk)
- # [11:19] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [11:19] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
- # [11:19] * Joins: Martijnc (~Martijn@is-aweso.me)
- # [11:19] * Joins: scheib (uid4467@gateway/web/irccloud.com/x-rtqmejswbpmniwlw)
- # [11:19] * Joins: matjas (uid2247@gateway/web/irccloud.com/x-zdixriewijwfqncn)
- # [11:19] * Joins: dglazkov (uid4270@gateway/web/irccloud.com/x-xvuegjfqfflqqrme)
- # [11:19] * Joins: Workshiva (~Dashiva@74.125.121.65)
- # [11:19] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
- # [11:19] * Joins: toyoshiAw (~toyoshim@yuri.twintail.org)
- # [11:19] * Joins: SimonSapin (~simon@hako.exyr.org)
- # [11:19] * Joins: Hixie_ (~ianh@178.255.149.100)
- # [11:19] * Joins: timeless (uid4015@firefox/developer/timeless)
- # [11:19] * Joins: wycats (uid79@gateway/web/irccloud.com/x-wkgbajvlckumlvfh)
- # [11:19] * Joins: remysharp (uid4345@gateway/web/irccloud.com/x-hpbzksueuvuwgsth)
- # [11:19] * Joins: jamesr_` (uid10481@gateway/web/irccloud.com/x-bnqnnissinbpydru)
- # [11:19] * Joins: matijs (uid2278@gateway/web/irccloud.com/x-nqudotjsanctcuug)
- # [11:19] * Joins: scottjehl__ (uid3055@gateway/web/irccloud.com/x-dlsiyonagbhchxjv)
- # [11:19] * Joins: pdr (uid7901@pdpc/supporter/active/pdr)
- # [11:19] * Joins: arv (uid4269@gateway/web/irccloud.com/x-tixllzutuojpghvz)
- # [11:19] * Joins: twisted` (uid6794@gateway/web/irccloud.com/x-pnhgkgqflfzwtfvr)
- # [11:19] * Joins: Phae (uid455@gateway/web/irccloud.com/x-tybwcmbmcoabsoou)
- # [11:19] * Joins: TabAtkins (uid11559@gateway/web/irccloud.com/x-sbstredswrkykbaw)
- # [11:19] * Joins: inimino (~inimino@oftn/board/inimino)
- # [11:19] * Joins: rwaldron (rwaldron@gateway/shell/jquery.com/x-jjlytjserqynflaa)
- # [11:19] * Joins: mitsuhiko (~mitsuhiko@ubuntu/member/mitsuhiko)
- # [11:19] * Joins: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
- # [11:19] * Joins: rillian (giles@mf4-xiph.osuosl.org)
- # [11:19] * Joins: suzak (~suzak@49.212.129.120)
- # [11:19] * Joins: sindresorhus (sindresorh@gateway/shell/ircrelay.com/x-afptbeokczcnybxz)
- # [11:19] * Joins: ahf (ahf@irssi/staff/ahf)
- # [11:19] * Joins: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de)
- # [11:19] * Joins: tomaw (tom@freenode/staff/tomaw)
- # [11:19] * Joins: WesleyL (~WesleyL@irc.bierdopje.com)
- # [11:19] * Joins: odinho (odinho@dalvik.ping.uio.no)
- # [11:19] * Joins: othree_ (~othree@li379-129.members.linode.com)
- # [11:19] * Joins: coyotebush (~coyotebus@coyotebush.xen.prgmr.com)
- # [11:19] * Quits: rego (~rego@231.193.27.77.dynamic.mundo-r.com) (Excess Flood)
- # [11:20] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
- # [11:22] * Joins: rego (~rego@231.193.27.77.dynamic.mundo-r.com)
- # [11:22] * Joins: Benvie (~bbenvie@v-1045.fw1.sfo1.mozilla.net)
- # [11:22] * Joins: Spedax_ (~spedax@5.149.138.2)
- # [11:22] * Joins: cabanier1 (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [11:22] * Joins: mpt (~mpt@canonical/mpt)
- # [11:22] * Joins: Smylers (~smylers@81.143.60.194)
- # [11:22] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [11:22] * Joins: kangil (~kangil@210.94.41.89)
- # [11:22] * Joins: darobin (~darobin@89.202.203.52)
- # [11:22] * Joins: fgh (~fgh@bb121-7-30-176.singnet.com.sg)
- # [11:22] * Joins: payman (~payman@ip-200.t2.se.opera.com)
- # [11:22] * Joins: sangwhan_ (uid12645@gateway/web/irccloud.com/x-iliplifkfwynqiza)
- # [11:22] * Joins: ImBcmDth (~Jon@oftn/member/ImBcmDth)
- # [11:22] * Joins: yoshiki (yoshiki@nat/google/x-mnmkepwotzidypky)
- # [11:22] * Joins: gavin_ (~gavin@76.14.87.162)
- # [11:22] * Joins: barneybook (~kvirc@220-136-53-204.dynamic.hinet.net)
- # [11:22] * Joins: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com)
- # [11:22] * Joins: benschwarz (uid2121@gateway/web/irccloud.com/x-bundcvxvqzumdqvw)
- # [11:22] * Joins: romainhuet (uid2533@gateway/web/irccloud.com/x-rqmbswokocpyimfq)
- # [11:22] * Joins: esprehn (uid10445@gateway/web/irccloud.com/x-qcxjihmfgwexcais)
- # [11:22] * Joins: webben (~benjamin@198.61.227.102)
- # [11:22] * Joins: miketaylr (~miketaylr@192.241.222.35)
- # [11:22] * Joins: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net)
- # [11:22] * Joins: bentruyman (~bentruyma@108.166.175.171)
- # [11:22] * Joins: mbatle (mbatle@pasanda.collabora.co.uk)
- # [11:22] * Joins: runeh (~Rune@phlebotinum.org)
- # [11:22] * Joins: edsu (~edsu@pdpc/supporter/active/edsu)
- # [11:22] * Joins: JonathanNeal (uid5831@gateway/web/irccloud.com/x-vkovdnunbehoeaqk)
- # [11:22] * Joins: dcheng (dcheng@nat/google/x-puauggohloisimau)
- # [11:22] * Joins: krijn (uid2319@gateway/web/irccloud.com/x-hgjkjqsroipcgbrm)
- # [11:22] * Joins: ojan_away (uid5519@gateway/web/irccloud.com/x-dpziicunaahvphex)
- # [11:22] * Joins: scott_gonzalez (gonzasi0@gateway/shell/jquery.com/x-vedolhuobtzxlbrd)
- # [11:22] * Joins: gsnedders (~gsnedders@5.2.16.23)
- # [11:22] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
- # [11:22] * Joins: fishd (~darin@216.239.45.66)
- # [11:22] * Joins: Somatt (famic@hidden.dns.ug)
- # [11:22] * Joins: Yudai_ (~Yudai@nttkyo218001.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [11:22] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [11:22] * Joins: alecf (alecf@nat/google/x-tejenpezsmguvtpu)
- # [11:22] * Joins: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi)
- # [11:22] * Joins: Jedi_ (~Jedi@jedi.org)
- # [11:22] * Joins: hendry (~hendry@sg.webconverger.com)
- # [11:22] * Joins: bobbylaporte (~bobbylapo@108.166.175.162)
- # [11:22] * Joins: ivan`` (~ivan@li125-242.members.linode.com)
- # [11:22] * Joins: ricea (~ricea@2401:fa00:4:1000:b6b5:2fff:feca:47f8)
- # [11:25] <zcorpan> MikeSmith: sure
- # [11:25] <MikeSmith> zcorpan: OK, thanks
- # [11:26] <zcorpan> my critic filter is "/" so i should get emails for everything. not that i keep up, but...
- # [11:26] <MikeSmith> OK
- # [11:26] <MikeSmith> now I have a question for anybody about media-query syntax
- # [11:27] <MikeSmith> is "@media screen and (min-width: 400px) and(max-width: 600px) {}
- # [11:27] <MikeSmith> valid?
- # [11:27] <MikeSmith> is @media screen and (min-width: 400px)and (max-width: 600px) {} ?
- # [11:27] <MikeSmith> I mean the lack of whitespace around "and"
- # [11:30] <MikeSmith> I'm looking at http://www.w3.org/TR/css3-mediaqueries/#syntax and from that it seems like the whitespace around "and" is optional
- # [11:31] <MikeSmith> see also https://www.w3.org/Bugs/Public/show_bug.cgi?id=23188
- # [11:31] * Quits: darobin (~darobin@89.202.203.52) (Ping timeout: 268 seconds)
- # [11:32] <zcorpan> look at the editor's draft
- # [11:32] <zcorpan> i can't load it right now because the wifi is "horribly bad" here
- # [11:32] <zcorpan> iirc you can omit the space before but not after, because and( parses into a function
- # [11:32] <MikeSmith> zcorpan: ok
- # [11:32] * Joins: darobin (~darobin@89.202.203.52)
- # [11:32] <zcorpan> but i can't look it up. i remember discussing it on the list
- # [11:33] <zcorpan> ok now the spec loaded
- # [11:33] <MikeSmith> yeah, I find a Example 20 in the spec says, "The following is an malformed media query because having no space between ‘and’ and the expression is not allowed. (That is reserved for the functional notation syntax.)"
- # [11:33] <MikeSmith> but isn't that different from what the BNF says?
- # [11:34] * MikeSmith looks at the ED
- # [11:34] <MikeSmith> "expression [ AND S* expression ]*"
- # [11:34] <zcorpan> ok so http://dev.w3.org/csswg/mediaqueries4/ says S+ AND S+ in the syntax
- # [11:38] <zcorpan> although the whitespace before *could* be omitted and still parsed correctly, it's required in the syntax. you could also omit the space after if you put in a comment in its place
- # [11:38] <zcorpan> since literal "and(" doesn't parse into an IDENT token it can't match the syntax even if it says the space is optional
- # [11:39] <zcorpan> i.e. and/**/( would parse correctly, but is not allowed in the current syntax, afaict
- # [11:42] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [11:43] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [11:46] * Joins: sgalineau (~sylvaing@89.202.203.52)
- # [11:49] <MikeSmith> zcorpan: ok, thanks
- # [11:50] <darobin> zcorpan: can I steal your power source?
- # [11:56] <Ms2ger> One does not steal in such a palace
- # [11:58] * Quits: annevk (~annevk@2.31.25.182) (Remote host closed the connection)
- # [12:00] <jgraham> You at the CSSWG meeting or something?
- # [12:01] * Quits: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com) (Remote host closed the connection)
- # [12:01] <zcorpan> responsive images meeting
- # [12:01] * Joins: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com)
- # [12:01] <jgraham> Oh
- # [12:01] <jgraham> That makes more sense
- # [12:02] <zcorpan> csswg meeting is tomorrow
- # [12:04] <jgraham> That was one reason it made more sense
- # [12:04] <jgraham> But I know CSS like to have pre-meetings
- # [12:04] <jgraham> and after-meetings
- # [12:08] * Quits: baku (~baku@235.43.214.193.static.cust.telenor.com) (Ping timeout: 264 seconds)
- # [12:13] * Joins: annevk (~annevk@207.218.72.65)
- # [12:17] * Quits: barneybook (~kvirc@220-136-53-204.dynamic.hinet.net) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [12:17] * Quits: barneybook|2 (~kvirc@220-136-53-204.dynamic.hinet.net) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [12:20] * Joins: baku (~baku@193.214.41.72)
- # [12:24] <SimonSapin> MikeSmith: http://www.w3.org/Style/2012/REC-mediaqueries-20120619-errata.html
- # [12:25] <SimonSapin> the problem is that and( tokenizes as a function
- # [12:26] <SimonSapin> so whitspace (or a comment, but nobody does that outside test cases) was effectively required there
- # [12:26] <SimonSapin> so we changed the grammar to not suggest that it is optional
- # [12:27] <SimonSapin> )and was changed as well, but just for symmetry
- # [12:29] * Quits: tantek (~tantek@cust217-dsl91-135-3.idnet.net) (Quit: tantek)
- # [12:30] * Ms2ger wonders if there are tests
- # [12:30] <SimonSapin> good point
- # [12:32] <annevk> http://dev.w3.org/2006/webapi/WebIDL/#MapClass I wonder to what extent this has been coordinated outside of Tab / heycam
- # [12:32] <Ms2ger> I'd write some, but I don't want to deal with the csswg's bureaucracy
- # [12:33] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [12:33] * Quits: sgalineau (~sylvaing@89.202.203.52) (Read error: Connection reset by peer)
- # [12:33] * Joins: sgalinea_ (~sylvaing@89.202.203.52)
- # [12:36] <SimonSapin> Ms2ger, if you write them I can deal with the bureaucracy
- # [12:36] <Ms2ger> Bah
- # [12:36] <Ms2ger> You weren't supposed to say that :)
- # [12:37] <SimonSapin> :)
- # [12:37] <SimonSapin> I think this is the source file for the test suite http://hg.csswg.org/test/file/tip/approved/css3-mediaqueries/src/test_media_queries.html but I don’t know how #metadata_cache is supposed to work
- # [12:38] <Ms2ger> I know
- # [12:38] <Ms2ger> I wish I didn't
- # [12:38] <SimonSapin> uh
- # [12:38] <Ms2ger> It's commented out JSON that duplicates the arguments to test()
- # [12:44] * Quits: zcorpan (~zcorpan@89.202.203.52) (Remote host closed the connection)
- # [12:44] * Joins: zcorpan (~zcorpan@89.202.203.52)
- # [12:45] <smaug____> annevk: in other words, you wonder if bz has reviewed that :)
- # [12:45] <Ms2ger> https://pastebin.mozilla.org/3015980?
- # [12:45] <annevk> smaug____: more public-script-coord I think
- # [12:48] <annevk> smaug____: e.g. whether it passes the "is this a good idea" test
- # [12:49] * Quits: zcorpan (~zcorpan@89.202.203.52) (Ping timeout: 245 seconds)
- # [12:49] <annevk> smaug____: in https://www.w3.org/Bugs/Public/show_bug.cgi?id=23189 are you saying you did not implement the specification? :/
- # [12:50] <smaug____> annevk: I did implement the spec
- # [12:50] <smaug____> but we could change the spec
- # [12:51] <annevk> smaug____: I see, the way you phrased that makes it sound like you think it behaves differently from how the specification says it is
- # [12:51] <smaug____> oh, indeed
- # [12:52] <smaug____> I shouldn't have commented so late
- # [12:53] <annevk> midnight is late these days? :p
- # [12:53] <smaug____> it was midnight utc
- # [12:53] <annevk> Fair enough :-) I guess I can figure out some phrasing for how this would alternatively work...
- # [12:53] <MikeSmith> SimonSapin: thanks for the info
- # [12:54] <annevk> I wonder if we should change the exception to be a JavaScript TypeError...
- # [12:56] <MikeSmith> Ms2ger: there are some media-queries-in-HTML tests in web-platform-tests/conformance-checkers/html/media-queries
- # [12:58] <MikeSmith> but I guess it would be better to use the tests from http://hg.csswg.org/test/file/tip/approved/css3-mediaqueries/src/test_media_queries.html for testing the validator too
- # [12:59] <MikeSmith> ...though I find no tests there for checking case of lack of whitespace before or after "and"
- # [13:01] <MikeSmith> plus I guess those are parser tests for checking UA conformance and not document-conformance tests
- # [13:01] <SimonSapin> MikeSmith: yes, this a recent change and we still need to add tests for it
- # [13:01] <MikeSmith> ok
- # [13:03] <annevk> Did w3.org/Bugs really go down while I submitted a massive comment? So glad I copy and pasted that...
- # [13:03] <annevk> "504 Gateway Time-out"
- # [13:05] <MikeSmith> annevk: should probably let sysreq@w3.org know
- # [13:05] <MikeSmith> they just upgraded it to v4.4 on Thursday
- # [13:06] <annevk> MikeSmith: I think the thing is just down, can you get to it?
- # [13:06] <MikeSmith> I could just a few minutes ago
- # [13:06] * MikeSmith tries again
- # [13:06] <annevk> Oh, it's back...
- # [13:06] <MikeSmith> yeah
- # [13:06] <annevk> It's kinda slow...
- # [13:07] <annevk> smaug____: care to review https://www.w3.org/Bugs/Public/show_bug.cgi?id=23189#c3 ?
- # [13:10] <annevk> Oh, you suggested something slightly different... You wanted no defaults for *OldValue...
- # [13:10] <smaug____> annevk: I think just passing attributeOldValue is enough to set attributes true
- # [13:10] <annevk> smaug____: same for characterData?
- # [13:10] <smaug____> right
- # [13:11] <annevk> smaug____: okay, so remove the defaults for those from the IDL too and just do a present check
- # [13:11] <annevk> smaug____: would it then make sense to have subtree presence imply childList?
- # [13:12] <annevk> darobin: ^^
- # [13:12] <smaug____> no
- # [13:12] <smaug____> subtree might as well imply attributes
- # [13:13] <smaug____> or characterData
- # [13:13] <annevk> aight
- # [13:13] <smaug____> hmm, "If attributeFilter is a non-empty array and attributes is false, throw a TypeError."
- # [13:13] <smaug____> does it need to be non-empty
- # [13:13] * Quits: Spedax_ (~spedax@5.149.138.2) (Remote host closed the connection)
- # [13:13] * smaug____ can't recall the current spec
- # [13:14] <smaug____> ah, the current spec requires non-empty, ok
- # [13:15] * Joins: zcorpan (~zcorpan@89.202.203.52)
- # [13:15] * Quits: nonge_ (~nonge@p5B326159.dip0.t-ipconnect.de) (Quit: Verlassend)
- # [13:17] <annevk> I think to allow people to pass [] as default and not worry about it
- # [13:18] <annevk> however, if they pass [] as default and don't set attributes to false, attributes will become true with this new model
- # [13:18] <annevk> smaug____: so I think we should check for non-empty array before setting attributes to true, otherwise it's not quite compatible
- # [13:20] <smaug____> right
- # [13:21] <smaug____> empty array is still odd case
- # [13:21] <smaug____> it shouldn't create any Mutationrecords for attr changes
- # [13:21] * Quits: zcorpan (~zcorpan@89.202.203.52) (Remote host closed the connection)
- # [13:22] * Joins: zcorpan (~zcorpan@89.202.203.52)
- # [13:22] <smaug____> hmm, thinking
- # [13:22] <smaug____> I guess gecko has a bug
- # [13:23] <smaug____> it checks the existence of the array
- # [13:23] <smaug____> which is better option, IMO
- # [13:23] <smaug____> than the length of the array
- # [13:24] <annevk> then you cannot have a default value for all init members that doesn't cause throwing
- # [13:24] <annevk> I don't see how that's better
- # [13:27] <annevk> smaug____: ^
- # [13:28] <smaug____> why should attributefilter have default value?
- # [13:28] <annevk> smaug____: it seems libraries often end up creating generic code that has default values for everything
- # [13:29] <annevk> smaug____: I guess you could still do undefined in that case...
- # [13:29] <annevk> Alright, undefined works for me
- # [13:34] <annevk> smaug____: in http://dom.spec.whatwg.org/#queue-a-mutation-record should it be a present check too then in step 3?
- # [13:35] <smaug____> looking
- # [13:35] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Read error: Connection reset by peer)
- # [13:35] <smaug____> yeah
- # [13:35] <smaug____> I think empty should just means empty
- # [13:35] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [13:36] <smaug____> you filter out all the attribute changes
- # [13:38] <annevk> alright, lunch...
- # [13:43] <Ancil> Hi
- # [13:44] <Ms2ger> http://what-if.xkcd.com/imgs/a/62/balloon_wolfram.png
- # [13:46] <Ancil> Should CORS be applied on a image with crossorigin="anonymous" only when image is used in Canvas
- # [13:47] * Joins: Spedax (~spedax@5.149.138.2)
- # [13:47] <Ancil> should it be applied for when the image is used in without any canvas
- # [13:48] <Ancil> Firefox applies CORS for both the cases
- # [13:48] <Ancil> whereas Chrome does it only when image is used in a Canvas
- # [13:49] <Ancil> which is the correct behavior?
- # [13:51] <Ancil> http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#attr-img-crossorigin
- # [13:51] <Ancil> is the spec reference
- # [13:53] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [13:54] * Joins: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net)
- # [13:56] <odinho> Ancil: It should do a CORS then.
- # [13:57] <odinho> Ancil: Thing is, you can do <img src=bla crossorigin> and then later use that image in canvas. It'd be stupid to actually do a new fetch in order to check CORS status.
- # [13:57] <odinho> http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources.html#potentially-cors-enabled-fetch
- # [13:58] <odinho> Read -> If mode is "Anonymous" or "Use Credentials"
- # [14:01] <Ancil> odinho: Okay, so whenever the crossorigin attribute is mentioned CORS rules should be applied irrespective of where its used
- # [14:01] <odinho> Ancil: You don't know where it'll be used.
- # [14:02] <Ancil> odinho: right
- # [14:03] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
- # [14:04] <Ancil> odinho: Thanks
- # [14:07] <annevk> Ancil: Firefox is correct
- # [14:08] <annevk> Ancil: I think this might be a known bug in Chrome, but maybe report it just in case
- # [14:09] <Ancil> annevk: Thanks, will log a bug in Chrome
- # [14:11] * Joins: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp)
- # [14:24] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Quit: ChatZilla 0.9.90.1 [Firefox 23.0.1/20130814063812])
- # [14:31] * Joins: jdaggett (~jdaggett@y230006.dynamic.ppp.asahi-net.or.jp)
- # [14:32] * Joins: decotii (~decotii@hq.croscon.com)
- # [14:32] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [14:37] * Joins: jreading (Adium@nat/novell/x-jadpppvmwctcndmz)
- # [14:38] * Joins: krawchyk (~krawchyk@65.220.49.251)
- # [14:39] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [14:41] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [14:42] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [14:46] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Ping timeout: 245 seconds)
- # [14:46] * Quits: zkis (~zkis@2001:998:22:0:3561:e618:6afc:8d08) (Ping timeout: 245 seconds)
- # [14:59] * Joins: scor (scor@drupal.org/user/52142/view)
- # [15:05] <hsivonen> MikeSmith: wow. the bitbucket diff viewer is comically bad
- # [15:06] <hsivonen> MikeSmith: empty lines match and nothing else, so let's consider arbitrary empty lines as unchanged while the bits between the empty lines changes
- # [15:06] <hsivonen> *change
- # [15:06] <MikeSmith> hsivonen: yeah, that's among the things that bitbucket doesn't seem to be trying too hard at
- # [15:10] <hsivonen> MikeSmith: also, changing from spaces to tabs doesn't make diffs particularly fun
- # [15:10] <MikeSmith> yeah
- # [15:10] <MikeSmith> eclipse
- # [15:11] <hsivonen> isn't this configurable in Eclipse? I use Eclipse.
- # [15:12] <hsivonen> I wonder if I should give up trying to review individual change sets on bit bucket and if I should review a massive diff that ignores whitespace
- # [15:13] <hsivonen> MikeSmith: are the changes from char[] to String headed somewhere? Those were char[] for a reason...
- # [15:15] <MikeSmith> hsivonen: I can'T see that those are headed anywhere, no. They seem like an arbitrary change he decided on his own.
- # [15:15] <hsivonen> MikeSmith: apparently this code isn't supposed to stay working after each changeset?
- # [15:17] * Joins: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
- # [15:17] * Joins: tobie (~tobielang@25-176.199-178.cust.bluewin.ch)
- # [15:20] <MikeSmith> hsivonen: after looking at that code more since the time when I pinged you about reviewing it, I am now really wondering myself if it's worth putting any more time into reviewing it
- # [15:20] <MikeSmith> I'm not sure it's solving any problem that we need solved
- # [15:21] <MikeSmith> which is part of the reason why in the mean time I wrote the code in validator/SimpleDocumentValidator.java
- # [15:22] <MikeSmith> that is, to expose an interface that does something similar to what this code seems to be trying to do
- # [15:22] * Joins: slartsa (~slartsa@46.19.36.11)
- # [15:22] <Ancil> odinho: annevk: Chrome checks for the image during rendering it. If a image is fetched with crossOrigin attribute. And if the CORS check fails, then it renders the image when used without canvas and doesn't render it when used within canvas in the same html
- # [15:23] <MikeSmith> but to do it without refactoring huge swathes of existing code that we otherwise have no need to touch
- # [15:23] <hsivonen> MikeSmith: Is a problem with change sets or problem with big pockets that the bit bucket viewer shows moves as removals and additions in stone moves?
- # [15:23] * Quits: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Remote host closed the connection)
- # [15:23] <Ancil> annevk: so the Chrome behaviour also is acceptable. Isn't it?
- # [15:25] <MikeSmith> hsivonen: I think that's a problem with the way the code was reformatted, and bitbucket not dealing with that well
- # [15:25] <Ancil> annevk: odinho: doesn't fetch the image twice
- # [15:25] <slartsa> Yes this regards css not html, but does someone have knowledge about the current state of object-fit?
- # [15:26] * Joins: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
- # [15:26] <hsivonen> MikeSmith: whoa. whoa. does thing make the validator's output non-streaming?
- # [15:26] <hsivonen> https://bitbucket.org/bsdgabor/validator-refactoring/commits/49fca1a93cb43f3c25daa0fb7b352913525249b5
- # [15:27] <hsivonen> or is that code only used in the non-servlet case?
- # [15:27] * MikeSmith looks
- # [15:30] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:30] <MikeSmith> hsivonen: that code is not only used for the non-servlet case, I think
- # [15:30] <odinho> slartsa: lastorset implemeted it in Presto.
- # [15:30] * Joins: anssik (uid10742@gateway/web/irccloud.com/x-gadlmuufmfnyfzyd)
- # [15:31] <MikeSmith> hsivonen: but another thing I need to mention to you is that the current code does not actually run with the servlet properly
- # [15:31] * Parts: jreading (Adium@nat/novell/x-jadpppvmwctcndmz)
- # [15:31] <MikeSmith> so that's clearly a show stopper regardless
- # [15:32] <MikeSmith> he has been working on trying to troubleshoot the problem but last I heard from him he had not fixed it
- # [15:33] * Joins: encrypt__ (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
- # [15:34] * Quits: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Read error: Connection reset by peer)
- # [15:34] * Quits: encrypt__ (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Remote host closed the connection)
- # [15:36] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
- # [15:36] * Joins: izhak (~izhak@188.168.201.157)
- # [15:39] * Quits: rxgx (~rxgx@64.38.203.218) (Quit: timeout)
- # [15:45] * Joins: felipeduardo (~felipedua@189.115.44.34)
- # [15:48] * Joins: tantek (~tantek@80.76.121.1)
- # [15:52] <hsivonen> MikeSmith: the changes toward newer history suggest that the servlet side hasn't been tested after each change during the refactoring. That scares me.
- # [15:52] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [15:54] * Joins: reyre (~reyre@142.204.133.18)
- # [15:56] <MikeSmith> hsivonen: yeah, as crazy as it might seem to say it, I don't think testing the servlet behavior is something he made a priority at all
- # [15:57] * Joins: encryptd_fractal (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com)
- # [15:57] <MikeSmith> and when I agreed to help with this initially, I wasn't agreeing to do that testing for him
- # [15:57] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 245 seconds)
- # [15:58] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 264 seconds)
- # [15:59] <MikeSmith> hsivonen: really what it comes down to is, I was not the one who outlined the goals for him. That came from a member of the systems team who wants to have an API exposed that's not bound to the servlet.
- # [15:59] * Quits: izhak (~izhak@188.168.201.157) (Remote host closed the connection)
- # [15:59] <MikeSmith> I agreed to help with questions about the existing code if had any
- # [15:59] <MikeSmith> but I never got any questions from him
- # [16:00] <MikeSmith> I just got essentially the same code you're looking at now too
- # [16:01] <MikeSmith> and meanwhile my colleague has done zero review of the code himself to even say whether it meets his needs or not
- # [16:03] <MikeSmith> so at this point I have lost whatever small amount of enthusiasm I may have ever had to for ever trying to help get it landed
- # [16:04] <MikeSmith> so I think it's probably not worth your time to try to figure out if it's workable or not, or how it could be make workable
- # [16:04] * Joins: izhak (~izhak@188.168.201.157)
- # [16:04] <MikeSmith> I'd been meaning to ping you to say I think you could hold off on the review
- # [16:05] <hsivonen> MikeSmith: ouch.
- # [16:05] <hsivonen> MikeSmith: well, I sent you email. I'll hold off attempts to diff the end state with the tip of the trunk, then.
- # [16:06] <MikeSmith> hsivonen: OK
- # [16:07] <MikeSmith> I'll look at what you sent already by mail and try to pass it on
- # [16:07] <hsivonen> MikeSmith: isn't GSoC supposed to ensure that there's a mentor? were you the assigned mentor or the person from the systeam
- # [16:08] * Quits: tantek (~tantek@80.76.121.1) (Quit: tantek)
- # [16:09] * Quits: izhak (~izhak@188.168.201.157) (Remote host closed the connection)
- # [16:10] <MikeSmith> I think we both were. But in hindsight I think it was a mistake for me to agree to be a mentor for a code project that was not scoped out to solve any problem that I needed solved.
- # [16:11] <MikeSmith> my intent was to be available to answer questions about the code and give some guidance about the best way to approach it for whatever the goal was
- # [16:11] <MikeSmith> but I never got any questions and never had much opportunity to give guidance
- # [16:12] <hsivonen> :-(
- # [16:12] <hsivonen> there is some good bits in there. But I can't just pull it all to the trunk without some confidence that it doesn't break the servlet side.
- # [16:17] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [16:25] <annevk> Ancil: yeah, that's a bug in how Chrome implements CORS
- # [16:25] <annevk> Ancil: if CORS fails it's to be treated as a network error
- # [16:26] <annevk> Ancil: rendering it is forbidden
- # [16:34] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
- # [16:35] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [16:39] * Joins: roven (~roven@78.20.24.80)
- # [16:40] * Quits: anssik (uid10742@gateway/web/irccloud.com/x-gadlmuufmfnyfzyd) (Ping timeout: 245 seconds)
- # [16:45] * Quits: jdaggett (~jdaggett@y230006.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
- # [16:45] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [16:52] * Quits: Spedax (~spedax@5.149.138.2) (Ping timeout: 264 seconds)
- # [16:52] * Quits: mven_ (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
- # [16:53] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [16:56] * Joins: Spedax (~spedax@5.149.138.2)
- # [16:56] * Joins: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net)
- # [17:00] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
- # [17:03] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
- # [17:04] * Joins: anssik (uid10742@gateway/web/irccloud.com/x-smvkpfevadskgcym)
- # [17:05] * Quits: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp) (Remote host closed the connection)
- # [17:05] * Joins: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp)
- # [17:09] * Quits: baku (~baku@193.214.41.72) (Ping timeout: 264 seconds)
- # [17:10] * Quits: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp) (Ping timeout: 240 seconds)
- # [17:11] * Quits: gufdie_ (~gufdie@unaffiliated/gufdie) (Quit: Leaving)
- # [17:12] <dglazkov> good morning, Whatwg!
- # [17:20] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk)
- # [17:22] * Joins: zkis (~zkis@87-95-86-44.bb.dnainternet.fi)
- # [17:29] * Joins: say2joe (~say2joe@209-253-225-97.ip.mcleodusa.net)
- # [17:30] * Joins: gavinc (~gavin@barad-dur.carothers.name)
- # [17:30] * Joins: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp)
- # [17:33] <say2joe> hixie, I agree. my 2 pence.
- # [17:33] * Joins: nonge (~nonge@p5B326159.dip0.t-ipconnect.de)
- # [17:41] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [17:43] <Hixie_> agree with what? :-)
- # [17:43] * Joins: jsbell (jsbell@nat/google/x-sttdlslpueyrbkbe)
- # [17:43] * Joins: jwalden (~waldo@nat/mozilla/x-kxrypjntdfmywtuq)
- # [17:46] * Quits: Lachy (~textual@213.166.174.2) (Quit: Textual IRC Client: www.textualapp.com)
- # [17:46] * Joins: RobbertAtWork (~robbertat@212.238.236.229)
- # [17:52] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [17:57] * Quits: cabanier1 (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [17:58] * Quits: tobie (~tobielang@25-176.199-178.cust.bluewin.ch) (Quit: tobie)
- # [17:58] <zewt> with whatever you disagree with
- # [17:59] * Joins: lmcliste_ (~lmclister@192.150.10.207)
- # [18:02] * Quits: zkis (~zkis@87-95-86-44.bb.dnainternet.fi) (Read error: Operation timed out)
- # [18:02] * Joins: jernoble|laptop (~jernoble@76.74.153.49)
- # [18:04] <annevk> Domenic_: for some reason I'm not getting your later reply but I did get the one from Jonas...
- # [18:04] * Quits: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [18:05] * Quits: sgalinea_ (~sylvaing@89.202.203.52) (Quit: Textual IRC Client: www.textualapp.com)
- # [18:06] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [18:08] * Quits: yoav (~yoav@89.202.203.52) (Quit: Ex-Chat)
- # [18:08] * Quits: darobin (~darobin@89.202.203.52) (Remote host closed the connection)
- # [18:09] * Quits: lmcliste_ (~lmclister@192.150.10.207)
- # [18:09] * Quits: jernoble|laptop (~jernoble@76.74.153.49) (Quit: Computer has gone to sleep.)
- # [18:10] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [18:11] * Joins: zcorpan_ (~zcorpan@89.202.203.52)
- # [18:11] * Quits: zcorpan (~zcorpan@89.202.203.52) (Read error: Connection reset by peer)
- # [18:12] <say2joe> Hixie_: sorry… playing catchup to yesterday (i get a backlog in my IRC client). I was referring to your comments on getElementById
- # [18:15] * Quits: fishd (~darin@216.239.45.66) (Read error: Connection reset by peer)
- # [18:15] * Quits: scor (scor@drupal.org/user/52142/view) (Ping timeout: 245 seconds)
- # [18:16] <Domenic_> annevk: weird. well he quoted it in full so nothing lost i guess.
- # [18:17] <annevk> Domenic_: yeah, maybe some mail server delay, it's archived on w3.org too so I could read it there
- # [18:17] * Quits: Spedax (~spedax@5.149.138.2) (Remote host closed the connection)
- # [18:17] <annevk> Oh, just got it :)
- # [18:19] * Joins: scor (scor@nat/acquia/x-epgddxragswxqrhj)
- # [18:19] * Quits: scor (scor@nat/acquia/x-epgddxragswxqrhj) (Changing host)
- # [18:19] * Joins: scor (scor@drupal.org/user/52142/view)
- # [18:20] * Joins: fishd (darin@nat/google/x-sxqdwhmtcbahozgu)
- # [18:23] * Joins: cabanier (~cabanier@192.150.22.55)
- # [18:25] * Joins: j_wright (~jwright@unaffiliated/j-wright/x-9145068)
- # [18:25] * Joins: Maurice (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [18:28] * Joins: jernoble|laptop (~jernoble@17.114.108.122)
- # [18:28] * Quits: Smylers (~smylers@81.143.60.194) (Ping timeout: 245 seconds)
- # [18:29] * Quits: m4nu (~manu@216.252.204.51) (Quit: Computers. Bah! Who needs 'em.)
- # [18:31] * Joins: manu (~manu@216.252.204.51)
- # [18:32] * manu is now known as Guest68716
- # [18:32] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Remote host closed the connection)
- # [18:34] * Quits: reyre (~reyre@142.204.133.18) (Ping timeout: 240 seconds)
- # [18:34] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [18:37] * Joins: TheGallery (~TheGaller@athedsl-214168.home.otenet.gr)
- # [18:38] * Quits: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp) (Remote host closed the connection)
- # [18:39] * Joins: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp)
- # [18:44] * Quits: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp) (Ping timeout: 276 seconds)
- # [18:44] * Quits: zcorpan_ (~zcorpan@89.202.203.52) (Remote host closed the connection)
- # [18:45] * Joins: zcorpan (~zcorpan@89.202.203.52)
- # [18:49] * Quits: zcorpan (~zcorpan@89.202.203.52) (Ping timeout: 256 seconds)
- # [18:50] * Quits: roven (~roven@78.20.24.80) (Remote host closed the connection)
- # [18:52] * Joins: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp)
- # [18:57] * Joins: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net)
- # [19:00] * Quits: j_wright (~jwright@unaffiliated/j-wright/x-9145068) (Ping timeout: 264 seconds)
- # [19:03] * Quits: dbaron (~dbaron@89.202.203.51) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [19:09] * Joins: qtax^w (~qtax@gw.ateles.se)
- # [19:10] * Quits: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [19:11] * Joins: rxgx (~rxgx@64.38.203.218)
- # [19:11] <qtax^w> i've read what i could find on "hgroup" but i found no "final" answer on the fate of this element. should it be avoided? is it still in whatwg html spec?
- # [19:12] <qtax^w> (i guess the answer to the last question is yes)
- # [19:12] <Ms2ger> Indeed
- # [19:12] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Read error: Connection reset by peer)
- # [19:12] <Ms2ger> So the answer to the first is "no"
- # [19:13] <qtax^w> hmm. i like it and would like to use it, but not sure since so much fuss about it
- # [19:14] <jgraham> I'm not really sure what the worst that can happen is
- # [19:14] <Ms2ger> Don't worry about the fuss, that's just the HTMLWG trying to assert authority they don't have
- # [19:14] <jgraham> Some future a11y tool fails to extract the perfect heading semantics from your page
- # [19:15] <jgraham> An outline generation tool gets stuff a bit wrong
- # [19:15] <qtax^w> well i'd like the possible (future?) implementations of outlining algorithms to work properly
- # [19:15] <jgraham> They don't seem like significant failure modes, though of course they would be nicer to get right
- # [19:17] <qtax^w> btw, are lower "rank" h\d tags valid before higher ranked ones in a hgroup?
- # [19:17] * Quits: espadrine (~ttyl@AMontsouris-158-1-85-235.w90-2.abo.wanadoo.fr) (Remote host closed the connection)
- # [19:17] <qtax^w> eg <hgroup><h2>foo</h2><h1>bar</h1></hgroup>
- # [19:21] * Joins: espadrine (~ttyl@AMontsouris-158-1-85-235.w90-2.abo.wanadoo.fr)
- # [19:25] <Hixie_> qtax^w: <hgroup> is stable, implemented, and isn't going anywhere.
- # [19:25] <qtax^w> great
- # [19:25] * Joins: WeirdAl (~chatzilla@g2spf.ask.info)
- # [19:26] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [19:26] * Joins: reyre (~reyre@142.204.133.18)
- # [19:30] * Joins: sandorjanssen (~sandorjan@541ECDF3.cm-5-7d.dynamic.ziggo.nl)
- # [19:40] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [19:40] * Quits: TheGallery (~TheGaller@athedsl-214168.home.otenet.gr) (Read error: Connection reset by peer)
- # [19:41] * Joins: TheGallery (~TheGaller@athedsl-216334.home.otenet.gr)
- # [19:42] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [19:42] <SteveF> <font> is stable implemented and is going anywhere
- # [19:44] * Joins: lmcliste_ (~lmclister@192.150.10.207)
- # [19:45] <Ms2ger> It is?
- # [19:46] <Hixie_> don't feed the troll, Ms2ger
- # [19:47] <Ms2ger> I'm surprised it is going anywhere, apparently
- # [19:48] <SteveF> Ms2ger: thanks <font> is stable implemented and isn't going anywhere
- # [19:54] * Joins: newtron (~newtron@75-119-230-53.dsl.teksavvy.com)
- # [19:54] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [19:56] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [19:57] * Quits: lmcliste_ (~lmclister@192.150.10.207)
- # [19:58] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Client Quit)
- # [19:58] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [19:59] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [19:59] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Client Quit)
- # [20:00] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [20:01] * Joins: zkis (~zkis@87-95-86-44.bb.dnainternet.fi)
- # [20:04] * Quits: jwalden (~waldo@nat/mozilla/x-kxrypjntdfmywtuq) (Quit: brb)
- # [20:05] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Ping timeout: 276 seconds)
- # [20:07] * Joins: jwalden (~waldo@nat/mozilla/x-irdsltdceushvzpv)
- # [20:08] * Quits: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com) (Remote host closed the connection)
- # [20:08] * Joins: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com)
- # [20:13] * Quits: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com) (Ping timeout: 260 seconds)
- # [20:18] * Joins: Spedax (~spedax@5.149.138.2)
- # [20:22] * Quits: Spedax (~spedax@5.149.138.2) (Ping timeout: 241 seconds)
- # [20:25] * Joins: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net)
- # [20:29] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 245 seconds)
- # [20:39] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
- # [20:41] * Quits: annevk (~annevk@207.218.72.65) (Remote host closed the connection)
- # [20:41] * Joins: annevk (~annevk@207.218.72.65)
- # [20:46] * Quits: annevk (~annevk@207.218.72.65) (Ping timeout: 276 seconds)
- # [20:48] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [20:52] * Quits: newtron (~newtron@75-119-230-53.dsl.teksavvy.com) (Remote host closed the connection)
- # [20:52] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [20:53] * Joins: Lachy (~textual@cm-84.215.104.248.getinternet.no)
- # [20:54] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [20:54] * Quits: jernoble|laptop (~jernoble@17.114.108.122) (Quit: Computer has gone to sleep.)
- # [20:55] * Quits: rxgx (~rxgx@64.38.203.218) (Quit: timeout)
- # [21:02] * Quits: Lachy (~textual@cm-84.215.104.248.getinternet.no) (Quit: Textual IRC Client: www.textualapp.com)
- # [21:03] * Quits: fgh (~fgh@bb121-7-30-176.singnet.com.sg) (Quit: Leaving)
- # [21:04] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [21:04] * Joins: rniwa (~rniwa@17.212.154.114)
- # [21:04] * Quits: scor (scor@drupal.org/user/52142/view) (Ping timeout: 276 seconds)
- # [21:08] * Joins: scor (scor@drupal.org/user/52142/view)
- # [21:08] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Ping timeout: 260 seconds)
- # [21:10] * Quits: jwalden (~waldo@nat/mozilla/x-irdsltdceushvzpv) (Ping timeout: 264 seconds)
- # [21:10] * Joins: jwalden_ (~waldo@2620:101:8003:200:3ea9:f4ff:fe34:6fd4)
- # [21:10] * jwalden_ is now known as jwalden
- # [21:12] * Quits: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp) (Remote host closed the connection)
- # [21:13] * Joins: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp)
- # [21:17] * Quits: RobbertAtWork (~robbertat@212.238.236.229) (Remote host closed the connection)
- # [21:17] * Quits: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp) (Ping timeout: 246 seconds)
- # [21:17] * Joins: RobbertAtWork (~robbertat@2001:980:9368:1:e041:2a3d:2164:9f9a)
- # [21:18] * Joins: RobbertA_ (~robbertat@2001:980:9368:1:8dac:d35c:4b8c:1704)
- # [21:21] * Joins: jernoble|laptop (~jernoble@17.114.108.122)
- # [21:21] * Quits: RobbertAtWork (~robbertat@2001:980:9368:1:e041:2a3d:2164:9f9a) (Ping timeout: 245 seconds)
- # [21:24] * Quits: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net) (Ping timeout: 264 seconds)
- # [21:24] * Quits: jernoble|laptop (~jernoble@17.114.108.122) (Client Quit)
- # [21:27] * Joins: rxgx (~rxgx@64.38.203.218)
- # [21:30] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
- # [21:30] * Quits: espadrine (~ttyl@AMontsouris-158-1-85-235.w90-2.abo.wanadoo.fr) (Ping timeout: 276 seconds)
- # [21:31] * Quits: rxgx (~rxgx@64.38.203.218) (Quit: rage quit)
- # [21:34] * Quits: krawchyk (~krawchyk@65.220.49.251) (Remote host closed the connection)
- # [21:37] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [21:37] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Client Quit)
- # [21:45] * Joins: baku (~baku@148.122.12.62)
- # [21:45] * Joins: jernoble|laptop (~jernoble@17.114.108.122)
- # [21:47] * Quits: zkis (~zkis@87-95-86-44.bb.dnainternet.fi) (Ping timeout: 256 seconds)
- # [21:49] <smaug____> hmm, no anne
- # [21:53] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Remote host closed the connection)
- # [21:57] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Quit: bholley)
- # [21:57] * Joins: espadrine (~ttyl@AMontsouris-158-1-50-78.w92-128.abo.wanadoo.fr)
- # [22:00] * Quits: TheGallery (~TheGaller@athedsl-216334.home.otenet.gr) (Quit: Leaving)
- # [22:01] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 245 seconds)
- # [22:14] * Joins: tantek (~tantek@226.249.65.86.rev.sfr.net)
- # [22:18] * Joins: Smylers (~smylers@host86-149-123-109.range86-149.btcentralplus.com)
- # [22:20] * Quits: Ms2ger (~Ms2ger@109.133.17.253) (Read error: Operation timed out)
- # [22:20] * Quits: reyre (~reyre@142.204.133.18) (Remote host closed the connection)
- # [22:21] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [22:24] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [22:27] * Quits: espadrine (~ttyl@AMontsouris-158-1-50-78.w92-128.abo.wanadoo.fr) (Ping timeout: 264 seconds)
- # [22:28] * Joins: reyre (~reyre@out-on-145.wireless.telus.com)
- # [22:28] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 245 seconds)
- # [22:32] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [22:32] * Quits: sandorjanssen (~sandorjan@541ECDF3.cm-5-7d.dynamic.ziggo.nl) (Quit: Leaving)
- # [22:33] * Joins: zcorpan (~zcorpan@128.127.18.179)
- # [22:36] * Joins: Ms2ger (~Ms2ger@109.133.17.253)
- # [22:40] * Quits: tantek (~tantek@226.249.65.86.rev.sfr.net) (Ping timeout: 246 seconds)
- # [22:41] * Joins: tantek (~tantek@226.249.65.86.rev.sfr.net)
- # [22:47] * Krinkle|detached is now known as Krinkle
- # [22:47] * Quits: Ms2ger (~Ms2ger@109.133.17.253) (Quit: nn)
- # [22:49] * Quits: jernoble|laptop (~jernoble@17.114.108.122) (Quit: Computer has gone to sleep.)
- # [22:49] * Krinkle is now known as Krinkle|detached
- # [22:53] * Joins: zkis (~zkis@188-67-161-229.bb.dnainternet.fi)
- # [22:56] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk) (Remote host closed the connection)
- # [23:00] * Quits: TallTed (~Thud@63.119.36.36)
- # [23:00] * Quits: reyre (~reyre@out-on-145.wireless.telus.com) (Remote host closed the connection)
- # [23:05] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [23:07] * Quits: Smylers (~smylers@host86-149-123-109.range86-149.btcentralplus.com) (Ping timeout: 248 seconds)
- # [23:10] * Quits: tantek (~tantek@226.249.65.86.rev.sfr.net) (Quit: tantek)
- # [23:14] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 260 seconds)
- # [23:19] * Quits: baku (~baku@148.122.12.62) (Ping timeout: 245 seconds)
- # [23:19] * Joins: Smylers (~smylers@host81-132-241-222.range81-132.btcentralplus.com)
- # [23:20] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [23:20] * Quits: Maurice (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [23:24] * Joins: bholley (~bholley@108-71-93-147.lightspeed.sntcca.sbcglobal.net)
- # [23:27] * Joins: scor (scor@drupal.org/user/52142/view)
- # [23:27] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:28] * Quits: scor (scor@drupal.org/user/52142/view) (Client Quit)
- # [23:28] * Joins: lerc_ (~quassel@121.75.145.115)
- # [23:29] * Quits: lerc (~quassel@121.75.145.115) (Ping timeout: 256 seconds)
- # [23:33] * Quits: bholley (~bholley@108-71-93-147.lightspeed.sntcca.sbcglobal.net) (Quit: bholley)
- # [23:42] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [23:42] * Joins: charl (~charl@charl.eu)
- # [23:42] * Joins: annevk (~annevk@2.31.25.182)
- # [23:47] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Ping timeout: 276 seconds)
- # [23:47] * Quits: zkis (~zkis@188-67-161-229.bb.dnainternet.fi) (Ping timeout: 260 seconds)
- # [23:49] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
- # [23:50] * Krinkle|detached is now known as Krinkle
- # [23:50] <Hixie_> http://www.smashcompany.com/technology/ian-hickson-is-always-wrong-about-everything :-(
- # [23:50] * Quits: rego (~rego@231.193.27.77.dynamic.mundo-r.com) (Remote host closed the connection)
- # [23:50] * Quits: felipeduardo (~felipedua@189.115.44.34) (Remote host closed the connection)
- # [23:56] <jgraham> Hixie_: That seems unlikely. Otherwise you would die the first time you tried to cross the street
- # [23:58] * Joins: a-ja (~Instantbi@70.230.153.135)
- # Session Close: Wed Sep 11 00:00:00 2013
The end :)