Options:
- # Session Start: Thu Nov 14 00:00:00 2013
- # Session Ident: #whatwg
- # [00:00] <Hixie_> bholley: promise him chocolates?
- # [00:02] * Quits: jacobolus (~jacobolus@2602:306:cf3c:8950:cccb:5fc3:caaa:44c4) (Ping timeout: 240 seconds)
- # [00:03] * Quits: ebollens (~ebollens@98.159.89.142) (Read error: Connection reset by peer)
- # [00:03] * Joins: ebollens (~ebollens@vpn-128-97-244-246.host.ucla.edu)
- # [00:04] * Joins: weinig (~weinig@17.114.109.15)
- # [00:05] * Quits: odinho (odinho@dalvik.ping.uio.no) (Read error: Operation timed out)
- # [00:05] * Quits: myakura (~myakura@116.6.23.197) (Remote host closed the connection)
- # [00:09] * Joins: jacobolus (~jacobolus@173-8-133-102-SFBA.hfc.comcastbusiness.net)
- # [00:10] * Joins: odinho (odinho@dalvik.ping.uio.no)
- # [00:12] * Quits: erichynds (~erichynds@64.206.121.41)
- # [00:13] * Quits: weinig (~weinig@17.114.109.15) (Quit: weinig)
- # [00:15] * Quits: ehsan__ (~ehsan@66.207.208.102) (Quit: Leaving...)
- # [00:18] * Quits: jensnockert (~jensnocke@c-83-233-147-216.cust.bredband2.com) (Remote host closed the connection)
- # [00:19] * Quits: nimbu (~nimbu@192.150.10.205) (Quit: Leaving.)
- # [00:25] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk) (Ping timeout: 246 seconds)
- # [00:26] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [00:26] <dglazkov> mrbkap: here!
- # [00:27] <mrbkap> dglazkov: Hey!
- # [00:27] <mrbkap> dglazkov: I have a couple of questions:
- # [00:27] <mrbkap> dglazkov: Has anybody looked into the interaction between shadow DOM and scoped stylesheets?
- # [00:29] <mrbkap> dglazkov: i.e. if I have an element: <element><span>foo</span></element> with a shadow DOM: <div><style scoped>span { color: red; }</style><content></content></div>
- # [00:29] * Quits: robman (~robman@eth4584.nsw.adsl.internode.on.net) (Ping timeout: 245 seconds)
- # [00:29] <mrbkap> dglazkov: is "foo" in red or not?
- # [00:30] * Joins: shannonmoeller (~shannonmo@pool-98-117-166-14.bflony.fios.verizon.net)
- # [00:31] <mrbkap> dglazkov: Also, why is the base element queue sorted in the spec?
- # [00:31] <mrbkap> dglazkov: (in the custom elements spec)
- # [00:31] <dglazkov> mrbkap: it's a good question. We implemented both in Blink, and I know we use the same machinery for tracking the scoping node (element or Shadow Root). But I think the spec itself is not entirely clear there.
- # [00:31] <dglazkov> tasak@chromium.org and hayato@chromium.org are the peeps to bug about this.
- # [00:32] * Quits: saba (~foo@unaffiliated/saba) (Ping timeout: 252 seconds)
- # [00:32] <mrbkap> dglazkov: Okay, I'll send email.
- # [00:32] <mrbkap> dglazkov: I know that bzbarsky thinks that "foo" should *not* be red in my example.
- # [00:33] <dglazkov> on to the sorted queue
- # [00:34] * Joins: saba (~foo@unaffiliated/saba)
- # [00:34] * Joins: nimbu (~nimbu@192.150.10.205)
- # [00:34] * Quits: nimbu (~nimbu@192.150.10.205) (Client Quit)
- # [00:35] <mrbkap> Yes.
- # [00:36] * Quits: shannonmoeller (~shannonmo@pool-98-117-166-14.bflony.fios.verizon.net) (Quit: Leaving...)
- # [00:36] <dglazkov> the main reason is future compatibility with imports. Since imports are loaded asynchronously, the ordering of custom element callbacks in them is unpredictable. the ordering provides stability. If you don't support imports, sorting can be just optimized away -- elements will be always added in the right order to the queue.
- # [00:36] * Joins: myakura (~myakura@116.6.23.197)
- # [00:37] <mrbkap> dglazkov: ah-ha, I see.
- # [00:38] <dglazkov> mrbkap: for example, we don't sort it now in Blink, because our imports implementation isn't baked yet: https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/core/dom/custom/CustomElementBaseElementQueue.cpp&sq=package:chromium&type=cs
- # [00:39] * mrbkap thought code.google.com had shut down!
- # [00:40] <dglazkov> mrbkap: lol
- # [00:40] <dglazkov> it's been githubb'd
- # [00:40] * jorendorff is now known as jorendorff_away
- # [00:44] * jorendorff_away is now known as jorendorff
- # [00:51] * Quits: parallel21 (~parallel2@150.135.206.91)
- # [00:52] * jorendorff is now known as jorendorff_away
- # [00:57] * Quits: myakura (~myakura@116.6.23.197) (Ping timeout: 246 seconds)
- # [00:57] * Quits: othermaciej (~mjs@17.114.106.194) (Quit: othermaciej)
- # [00:59] * Joins: nimbu (~nimbu@192.150.10.205)
- # [00:59] * Quits: ap (~ap@17.114.110.145) (Quit: ap)
- # [01:04] * Joins: othermaciej (~mjs@17.114.106.194)
- # [01:05] * Joins: ap (~ap@17.114.110.145)
- # [01:05] * Quits: othermaciej (~mjs@17.114.106.194) (Client Quit)
- # [01:07] * Joins: othermaciej (~mjs@17.114.106.194)
- # [01:10] * Joins: darobin (~darobin@59.37.57.226)
- # [01:10] * Joins: alyssonfranklin (~Alysson@189.120.152.246)
- # [01:11] * jorendorff_away is now known as jorendorff
- # [01:12] * Joins: a-ja (~Instantbi@70.230.164.222)
- # [01:13] * Quits: marcosc_ (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [01:14] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [01:14] * Joins: nephyrin` (~neph@2620:101:8003:200:7a2b:cbff:fe9e:2e67)
- # [01:15] * Quits: nephyrin (~neph@2620:101:8003:200:7a2b:cbff:fe9e:2e67) (Read error: Connection reset by peer)
- # [01:16] * Quits: nephyrin` (~neph@2620:101:8003:200:7a2b:cbff:fe9e:2e67) (Client Quit)
- # [01:16] * Joins: nephyrin (~neph@2620:101:8003:200:7a2b:cbff:fe9e:2e67)
- # [01:21] * Joins: newtron (~newtron@206-248-176-250.dsl.teksavvy.com)
- # [01:23] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Remote host closed the connection)
- # [01:23] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [01:24] * Joins: jaket (~jake@unaffiliated/jaket)
- # [01:25] * Joins: nimbu1 (~nimbu@sjfw1-a.adobe.com)
- # [01:28] * Quits: darobin (~darobin@59.37.57.226) (Remote host closed the connection)
- # [01:28] * Quits: nimbu (~nimbu@192.150.10.205) (Ping timeout: 245 seconds)
- # [01:33] * Quits: jorgepedret (~jorgepedr@S0106c8fb26792456.vc.shawcable.net) (Quit: Computer has gone to sleep.)
- # [01:36] * Joins: birtles (~chatzilla@59.37.57.226)
- # [01:36] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
- # [01:38] * Joins: darobin (~darobin@59.37.57.226)
- # [01:42] * Quits: darobin (~darobin@59.37.57.226) (Remote host closed the connection)
- # [01:44] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [01:45] * Quits: Karate (~Karate@190.189.230.229) (Quit: Leaving)
- # [01:45] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [01:46] <mrbkap> dglazkov: Are you still there?
- # [01:46] <dglazkov> mrbkap: yup
- # [01:48] <mrbkap> dglazkov: Are lifetime callbacks supposed to be called in order of when they are generated globally or in order for their microtask?
- # [01:49] * Quits: othermaciej (~mjs@17.114.106.194) (Quit: othermaciej)
- # [01:50] <mrbkap> dglazkov: I might be lost in the spec, but I think the way it's specified right now, the spec might end up processing the same lifetime callbacks multiple times.
- # [01:50] <dglazkov> mrbkap: the element/callback queues is what provides the order.
- # [01:50] * mrbkap doesn't have a concrete example yet.
- # [01:52] <mrbkap> dglazkov: I think I'm having a hard time reasoning about this because the spec puts the lifetime callback queues on the elements themselves.
- # [01:53] <mrbkap> dglazkov: Which means that when a lifetime callback recursively causes another lifetime callback, we push that element onto the new queue.
- # [01:54] <zewt> perplexed at chrome messing up with simple things, like how ^T opens at tab way at the end of the tabs, instead of after the focused tab
- # [01:54] <dglazkov> mrbkap: there's only one queue per element, so that shouldn't happen
- # [01:54] <zewt> on the web, apparently no problems are really solved problems
- # [01:54] * Quits: ap (~ap@17.114.110.145) (Quit: ap)
- # [01:54] <mrbkap> oops, I missed that we remove each processed callback before calling it.
- # [01:55] * Joins: darobin (~darobin@183.11.223.195)
- # [01:55] <mrbkap> okay, cool.
- # [01:55] <dglazkov> yay!
- # [01:55] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [01:56] <darobin> serious side-effects of jet lag: seeing dglazkov in the morning
- # [01:56] <dglazkov> cannot be unseen
- # [01:56] <mrbkap> With enough alcohol...
- # [01:57] <darobin> with enough alcohol he starts being a voice in your head
- # [01:59] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 245 seconds)
- # [02:00] * Quits: nimbu1 (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [02:02] * Joins: annevk (~annevk@183.11.223.195)
- # [02:05] * Joins: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net)
- # [02:07] <TabAtkins> Ms2ger: The errata is public, but I forget where. It's hidden somewhere stupid.
- # [02:08] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [02:09] * heycam|away is now known as heycam
- # [02:11] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
- # [02:11] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
- # [02:11] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [02:12] * Joins: abarth (uid5294@gateway/web/irccloud.com/x-clbbdikqntbvqouv)
- # [02:16] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [02:17] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [02:18] * Joins: lmcliste_ (~lmclister@59.37.57.226)
- # [02:20] * Joins: weinig (~weinig@17.114.109.15)
- # [02:22] <dglazkov> darobin: that's the final phase
- # [02:22] * darobin shudders at the thought of what happens after that...
- # [02:23] <dglazkov> darobin: btw, did you see that hayato converted shadow DOM spec to ReSpec?
- # [02:23] <dglazkov> http://w3c.github.io/webcomponents/spec/shadow/
- # [02:24] <darobin> oooh
- # [02:25] * Quits: jsbell (jsbell@nat/google/x-ilwosenkmdyhmyrc) (Quit: There's no place like home...)
- # [02:25] <nimbu> omg the SPEC OF SHADOWS
- # [02:26] <darobin> 286 warnings, nice :)
- # [02:28] <darobin> dglazkov: this is sweet; if hayato has any questions I'm happy to help any time
- # [02:30] <darobin> oh, and I hadn't noticed that webcomponents had moved to GH, that's much better than dvcs.w3
- # [02:30] * Quits: hallvors (~hallvord@cm-84.208.135.254.getinternet.no) (Ping timeout: 246 seconds)
- # [02:36] * Quits: jacobolus (~jacobolus@173-8-133-102-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [02:36] * Joins: jacobolus (~jacobolus@173-8-133-102-SFBA.hfc.comcastbusiness.net)
- # [02:37] * jorendorff is now known as jorendorff_away
- # [02:40] * Quits: jacobolus (~jacobolus@173-8-133-102-SFBA.hfc.comcastbusiness.net) (Ping timeout: 240 seconds)
- # [02:41] <MikeSmith> I hear http://memecrunch.com/generator/custom/ is working as expected again now
- # [02:42] <nimbu> whats the best new memes on W3C since TPAC
- # [02:42] <nimbu> or wait is tpac still going on
- # [02:43] <darobin> nimbu: tpac is still on
- # [02:43] <nimbu> darobin: are you all wearing the beloved mandrin tpac shirts
- # [02:43] <nimbu> making you look like party members
- # [02:43] <darobin> nimbu: not I at this moment, but there's a lot of that going on yes
- # [02:43] <nimbu> darobin: you all gotta take group photo wearing that
- # [02:43] <TabAtkins> nimbu: TPAC is, in fact, happening at this very moment.
- # [02:44] <nimbu> sylvain needs to get a hat with that long hair
- # [02:44] * TabAtkins has been attending from California this week.
- # [02:44] <darobin> nimbu: yeah, that's a good idea actually
- # [02:44] <nimbu> TabAtkins: ahaha that sounds like a nightmare
- # [02:44] <nimbu> to attend from california
- # [02:44] <TabAtkins> It's kinda bad, but whatever. Meetings go from 5pm to 2am.
- # [02:44] <nimbu> :||||||||||||||||||||||||||||||||||||||||||||||||||||
- # [02:44] <nimbu> cray
- # [02:45] <nimbu> darobin: MAKE IT HAPPEN ROBINNNNNNNNNNNN
- # [02:45] <nimbu> YOU DA MAN
- # [02:45] <darobin> 5pm to 2am isn't so bad
- # [02:45] <darobin> it could be the other way around
- # [02:46] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [02:47] * Quits: newtron (~newtron@206-248-176-250.dsl.teksavvy.com) (Remote host closed the connection)
- # [02:47] * Joins: newtron (~newtron@206-248-176-250.dsl.teksavvy.com)
- # [02:47] * Quits: lmcliste_ (~lmclister@59.37.57.226) (Ping timeout: 245 seconds)
- # [02:47] <darobin> nimbu: I'm not sure if I can get a bunch of TPAC people doing that, on the fourth evening people are completely unmanageable
- # [02:48] <darobin> (as opposed to the first evening, where everyone is piled up on the same table drinking)
- # [02:48] <darobin> but there's a team meeting on Sunday, so you might expect at least that pic with the whole w3c :)
- # [02:48] <nimbu> :)))
- # [02:48] <nimbu> YES PLZ
- # [02:48] * ojan is now known as ojan_away
- # [02:48] <nimbu> i am sure someone can make a meme picture out of it
- # [02:48] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [02:49] <nimbu> okay GTG BAI TPACS
- # [02:49] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [02:49] <TabAtkins> darobin: You can always get a picture at the werewolf game.
- # [02:49] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [02:50] <darobin> TabAtkins: yeah, but that's only ~25 peeps
- # [02:50] * jorendorff_away is now known as jorendorff
- # [02:50] * Joins: robman (~robman@119.225.221.74)
- # [02:51] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [02:52] * Quits: newtron (~newtron@206-248-176-250.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [02:55] * Quits: weinig (~weinig@17.114.109.15) (Quit: weinig)
- # [02:57] * Joins: lmcliste_ (~lmclister@59.37.57.226)
- # [03:03] * Quits: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net) (Quit: bholley)
- # [03:04] * Joins: mittcoin (~mittcoin@c-98-225-154-188.hsd1.pa.comcast.net)
- # [03:05] * Joins: weinig (~weinig@17.114.109.15)
- # [03:07] * jorendorff is now known as jorendorff_away
- # [03:09] * Joins: newtron (~newtron@206-248-176-250.dsl.teksavvy.com)
- # [03:10] * Joins: zcorpan (~zcorpan@59.37.57.226)
- # [03:10] * Joins: rniwa|shenzhen (~rniwa@183.11.223.195)
- # [03:10] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 240 seconds)
- # [03:11] * jorendorff_away is now known as jorendorff
- # [03:16] * Quits: rniwa|shenzhen (~rniwa@183.11.223.195) (Ping timeout: 272 seconds)
- # [03:16] * Joins: danny_ (~Danny@gateway/tor-sasl/malaclyps)
- # [03:17] * Quits: malaclyps (~Danny@gateway/tor-sasl/malaclyps) (Ping timeout: 240 seconds)
- # [03:20] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [03:21] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [03:21] * Quits: danny_ (~Danny@gateway/tor-sasl/malaclyps) (Ping timeout: 240 seconds)
- # [03:25] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [03:27] * Quits: TallTed (~Thud@c-98-216-39-172.hsd1.ma.comcast.net)
- # [03:28] * Quits: weinig (~weinig@17.114.109.15) (Quit: weinig)
- # [03:30] * Quits: ambv_ (~ambv@206.108.217.134) (Quit: sys.exit(0) # computer went to sleep)
- # [03:31] * Quits: robman (~robman@119.225.221.74) (Ping timeout: 245 seconds)
- # [03:31] * jorendorff is now known as jorendorff_away
- # [03:31] * Quits: annevk (~annevk@183.11.223.195) (Remote host closed the connection)
- # [03:39] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [03:39] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Quit: Gone to save the world!)
- # [03:40] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:41] * Quits: birtles (~chatzilla@59.37.57.226) (Ping timeout: 245 seconds)
- # [03:42] * Joins: myakura (~myakura@183.11.223.195)
- # [03:43] * Quits: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com) (Quit: tantek)
- # [03:45] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [03:45] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [03:48] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [03:49] * Quits: alyssonfranklin (~Alysson@189.120.152.246) (Ping timeout: 272 seconds)
- # [03:50] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Ping timeout: 245 seconds)
- # [03:51] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [03:52] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [03:53] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Read error: Connection reset by peer)
- # [03:53] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [03:57] * Quits: twisted` (uid6794@gateway/web/irccloud.com/x-tavetrqecpieziie) (Quit: Connection closed for inactivity)
- # [04:09] * Joins: birtles (~chatzilla@183.11.223.196)
- # [04:10] * Quits: zcorpan (~zcorpan@59.37.57.226) (Remote host closed the connection)
- # [04:12] * Joins: Areks_home (~Areks@95-26-130-24.broadband.corbina.ru)
- # [04:17] * Quits: Areks_home (~Areks@95-26-130-24.broadband.corbina.ru) (Ping timeout: 246 seconds)
- # [04:18] * Quits: lmcliste_ (~lmclister@59.37.57.226) (Ping timeout: 248 seconds)
- # [04:18] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [04:21] * Joins: lmcliste_ (~lmclister@59.37.57.226)
- # [04:23] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [04:24] * Joins: zcorpan (~zcorpan@59.37.57.226)
- # [04:24] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [04:24] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [04:24] * Joins: tantek (~tantek@67.109.26.198.ptr.us.xo.net)
- # [04:27] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [04:28] * jorendorff_away is now known as jorendorff
- # [04:28] * Joins: annevk (~annevk@183.11.223.195)
- # [04:34] * Quits: jwalden (~waldo@nat/mozilla/x-lxwikqdqmdodiywz) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 25.0/20131030081700])
- # [04:43] * Joins: masatakayakura (~myakura@183.11.223.195)
- # [04:44] * Quits: tantek (~tantek@67.109.26.198.ptr.us.xo.net) (Quit: tantek)
- # [04:46] * Joins: joshpeek (~joshpeek@183.11.223.196)
- # [04:47] * Quits: myakura (~myakura@183.11.223.195) (Ping timeout: 244 seconds)
- # [04:47] * jorendorff is now known as jorendorff_away
- # [04:48] * jorendorff_away is now known as jorendorff
- # [04:52] * Quits: lmcliste_ (~lmclister@59.37.57.226)
- # [04:53] * Quits: Benvie (~brandon@204.28.118.69)
- # [04:54] * Quits: joshpeek (~joshpeek@183.11.223.196) (Remote host closed the connection)
- # [04:54] * Quits: newtron (~newtron@206-248-176-250.dsl.teksavvy.com) (Remote host closed the connection)
- # [04:55] * Joins: newtron (~newtron@206-248-176-250.dsl.teksavvy.com)
- # [04:55] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [04:56] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [04:56] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [04:56] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [04:59] * Quits: newtron (~newtron@206-248-176-250.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [04:59] <zewt> oops, did view image on a 1920x1080 pixel canvas in firefox
- # [05:00] <zewt> time to wait for the braindamaged thing to put a ~10mb data url in the address bar
- # [05:01] <zewt> one case where persisting a blob url would be a big win
- # [05:04] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [05:14] * Quits: annevk (~annevk@183.11.223.195) (Remote host closed the connection)
- # [05:16] * Quits: masatakayakura (~myakura@183.11.223.195) (Remote host closed the connection)
- # [05:26] * Joins: Smylers (~smylers@host86-186-192-116.range86-186.btcentralplus.com)
- # [05:27] * heycam is now known as heycam|away
- # [05:28] * Quits: lobstah_ (~lobstah_@host-137-197-88-156.unmc.edu) (Read error: Connection reset by peer)
- # [05:28] * Joins: lobstah_ (~lobstah_@host-137-197-88-156.unmc.edu)
- # [05:30] * Quits: birtles (~chatzilla@183.11.223.196) (Ping timeout: 240 seconds)
- # [05:34] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [05:36] * Joins: marcosc_ (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [05:37] * mittcoin is now known as more_drama
- # [05:37] <zcorpan> should we make EventSource() Worker() SharedWorker() use utf-8 as the url character encoding?
- # [05:38] * Krinkle is now known as Krinkle|detached
- # [05:39] * DaveMethvin is now known as DaveMethvin|away
- # [05:47] * Joins: tantek (~tantek@67.109.26.198.ptr.us.xo.net)
- # [05:47] * Joins: [[zzz]] (~zz]]@node-aus.pool-125-25.dynamic.totbb.net)
- # [05:48] * Quits: ebollens (~ebollens@vpn-128-97-244-246.host.ucla.edu) (Quit: ebollens)
- # [05:48] * more_drama is now known as mittcoin
- # [05:51] * Quits: [[zz]] (~zz]]@node-1brm.pool-101-108.dynamic.totbb.net) (Ping timeout: 264 seconds)
- # [05:52] * Quits: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [05:56] * Quits: zcorpan (~zcorpan@59.37.57.226) (Remote host closed the connection)
- # [05:57] * Quits: darobin (~darobin@183.11.223.195) (Remote host closed the connection)
- # [05:57] * [[zzz]] is now known as [[zz]]
- # [05:58] * Quits: tantek (~tantek@67.109.26.198.ptr.us.xo.net) (Quit: tantek)
- # [06:01] * Joins: ap (~ap@c-98-234-180-13.hsd1.ca.comcast.net)
- # [06:07] * Quits: marcosc_ (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [06:08] * Joins: marcosc_ (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [06:13] * Joins: annevk (~annevk@183.11.223.195)
- # [06:15] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [06:18] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [06:19] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [06:23] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Ping timeout: 245 seconds)
- # [06:27] * Quits: ap (~ap@c-98-234-180-13.hsd1.ca.comcast.net) (Quit: ap)
- # [06:27] * Joins: myakura (~myakura@59.37.57.226)
- # [06:30] * Quits: mittcoin (~mittcoin@c-98-225-154-188.hsd1.pa.comcast.net) (Ping timeout: 244 seconds)
- # [06:32] * Quits: myakura (~myakura@59.37.57.226) (Ping timeout: 244 seconds)
- # [06:33] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 264 seconds)
- # [06:33] * Joins: parshap (~parshap@ip68-5-37-109.oc.oc.cox.net)
- # [06:33] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Quit: Gone to save the world!)
- # [06:38] * Quits: marcosc_ (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [06:39] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [06:39] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [06:40] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [06:41] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [06:42] * Joins: ebollens (~ebollens@98.159.89.142)
- # [06:42] * Quits: falken (~falken@2401:fa00:4:1000:26be:5ff:fe0d:d7ea) (Remote host closed the connection)
- # [06:43] * Joins: danny_ (~Danny@gateway/tor-sasl/malaclyps)
- # [06:50] * Parts: a-ja (~Instantbi@70.230.164.222)
- # [06:56] * Joins: birtles (~chatzilla@183.11.223.196)
- # [06:58] * Quits: annevk (~annevk@183.11.223.195) (Ping timeout: 252 seconds)
- # [06:59] * Joins: zcorpan (~zcorpan@59.37.57.226)
- # [07:01] * Joins: myakura (~myakura@59.37.57.226)
- # [07:01] * heycam|away is now known as heycam
- # [07:05] * Joins: annevk (~annevk@183.11.223.195)
- # [07:08] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk)
- # [07:09] * Joins: darobin (~darobin@183.11.223.195)
- # [07:11] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [07:12] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [07:16] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Ping timeout: 246 seconds)
- # [07:21] * Quits: ebollens (~ebollens@98.159.89.142) (Quit: ebollens)
- # [07:28] * Quits: danny_ (~Danny@gateway/tor-sasl/malaclyps) (Write error: Connection reset by peer)
- # [07:28] * Quits: odinho (odinho@dalvik.ping.uio.no) (*.net *.split)
- # [07:28] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (*.net *.split)
- # [07:28] * Quits: mrbkap (~mrbkap@people1.scl3.mozilla.com) (*.net *.split)
- # [07:28] * Quits: FireFly (~firefly@oftn/member/FireFly) (*.net *.split)
- # [07:28] * Quits: reggna (~reggna@irc.jagochmittmoln.se) (*.net *.split)
- # [07:28] * Quits: Hixie_ (~ianh@178.255.149.100) (*.net *.split)
- # [07:28] * Quits: nielsle (~nielsle@3239078-cl69.boa.fiberby.dk) (*.net *.split)
- # [07:28] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
- # [07:28] * Quits: rwaldron (rwaldron@gateway/shell/jquery.com/x-inchopvkvaaxcrug) (*.net *.split)
- # [07:33] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk) (Quit: TuRnaD0)
- # [07:33] * Joins: ambv (~ambv@S01060024016f4cdc.vc.shawcable.net)
- # [07:38] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 252 seconds)
- # [07:38] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [07:44] <MikeSmith> zcorpan, hober : did you catch what dave singer said about other standards bodies?
- # [07:44] <MikeSmith> mentioned 3GPP and OMA
- # [07:44] <zcorpan> i wasn't paying attention
- # [07:45] <MikeSmith> ah well
- # [07:45] <MikeSmith> missed opportunity
- # [07:46] * Joins: GPHemsley (~GPHemsley@24-197-156-137.dhcp.gsvl.ga.charter.com)
- # [07:46] * Quits: GPHemsley (~GPHemsley@24-197-156-137.dhcp.gsvl.ga.charter.com) (Changing host)
- # [07:46] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [07:46] <darobin> not completely
- # [07:47] * Quits: annevk (~annevk@183.11.223.195) (Remote host closed the connection)
- # [07:48] <MikeSmith> yeah, we can ask the local authorities later to share the audio recordings they're making of all the sessions
- # [07:48] <darobin> well, based on what I hear from popular online media, it looks to me like the quote wasn't lost on everyone
- # [07:49] <MikeSmith> wow
- # [07:50] <MikeSmith> that was fast
- # [07:50] <MikeSmith> working hard in spite of the hangover
- # [07:50] <hober> fastest meme in the west
- # [07:50] <hober> err, east i guess
- # [07:51] * jorendorff is now known as jorendorff_away
- # [07:51] * jorendorff_away is now known as jorendorff
- # [07:51] * Joins: yoav (~yoav@109.144.246.173)
- # [07:52] <MikeSmith> I think they need a meme generator with support for setting individual words in italic
- # [07:52] <MikeSmith> e.g., Show _some_ respect for other standards bodies.
- # [07:53] <MikeSmith> Show _some_ respect for the opinion of the community...
- # [07:57] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [07:57] * Quits: kinetik (~kinetik@121.99.40.11) (Ping timeout: 268 seconds)
- # [07:58] * Joins: kinetik (~kinetik@121.99.40.11)
- # [07:59] * Quits: myakura (~myakura@59.37.57.226) (Remote host closed the connection)
- # [08:03] * Joins: hsivonen (~hsivonen@fsf/member/hsivonen)
- # [08:06] * Joins: zdobersek (~zdobersek@46.165.208.194)
- # [08:08] <zcorpan> jgraham: eme is over now if you were waiting for that
- # [08:10] <jgraham> zcorpan: Thanks. I was having a short nap until they woke my up to ask if it was OK that they were making noise
- # [08:24] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [08:25] * Joins: myakura (~myakura@183.11.223.195)
- # [08:30] * DaveMethvin|away is now known as DaveMethvin
- # [08:30] <darobin> haha, not bad
- # [08:33] * Joins: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net)
- # [08:33] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [08:42] * DaveMethvin is now known as DaveMethvin|away
- # [08:42] * Quits: yoav (~yoav@109.144.246.173) (Quit: Ex-Chat)
- # [08:45] * Joins: Ms2ger (~Ms2ger@193.190.253.150)
- # [08:46] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Quit: stevefaulkner)
- # [08:50] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 252 seconds)
- # [08:53] * jorendorff is now known as jorendorff_away
- # [08:54] * Parts: zdobersek (~zdobersek@46.165.208.194)
- # [08:59] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [09:02] * heycam is now known as heycam|away
- # [09:03] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Ping timeout: 264 seconds)
- # [09:04] * Joins: annevk (~annevk@183.11.223.195)
- # [09:05] * Joins: zdobersek (~zdobersek@46.165.208.194)
- # [09:06] * heycam|away is now known as heycam
- # [09:06] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
- # [09:06] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [09:08] * Quits: annevk (~annevk@183.11.223.195) (Ping timeout: 248 seconds)
- # [09:11] * Joins: zcorpan_ (~zcorpan@59.37.57.226)
- # [09:12] * Joins: rego (~rego@231.193.27.77.dynamic.mundo-r.com)
- # [09:13] * Quits: zcorpan (~zcorpan@59.37.57.226) (Ping timeout: 245 seconds)
- # [09:17] * Joins: Kolombiken (~Adium@94.137.124.2)
- # [09:23] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [09:24] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [09:28] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 245 seconds)
- # [09:28] * Parts: Kolombiken (~Adium@94.137.124.2)
- # [09:32] * Quits: ambv (~ambv@S01060024016f4cdc.vc.shawcable.net) (Quit: sys.exit(0) # computer went to sleep)
- # [09:36] * Joins: Somatt_wrk_ (~somattwrk@130.193.24.135)
- # [09:38] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [09:41] * Joins: jgraham_ (~jgraham@li560-24.members.linode.com)
- # [09:44] * Quits: AladinBouzerd_ (~aladinbou@41.104.5.87) (Ping timeout: 246 seconds)
- # [09:44] * Joins: mmun_ (mmun@2600:3c03::f03c:91ff:fe69:74b6)
- # [09:44] * Joins: TheGallery (~TheGaller@athedsl-211918.home.otenet.gr)
- # [09:44] * Joins: odinho (odinho@dalvik.ping.uio.no)
- # [09:44] * Joins: mrbkap (~mrbkap@people1.scl3.mozilla.com)
- # [09:44] * Joins: lilmonkey (~colin@pdpc/supporter/professional/riven)
- # [09:44] * Joins: FireFly (~firefly@oftn/member/FireFly)
- # [09:44] * Joins: reggna (~reggna@irc.jagochmittmoln.se)
- # [09:44] * Joins: Hixie_ (~ianh@178.255.149.100)
- # [09:44] * Joins: nielsle (~nielsle@3239078-cl69.boa.fiberby.dk)
- # [09:44] * Joins: globbot (~logbot@lump.glob.com.au)
- # [09:44] * Joins: rwaldron (rwaldron@gateway/shell/jquery.com/x-inchopvkvaaxcrug)
- # [09:45] * Quits: Somatt_wrk (~somattwrk@130.193.24.135) (*.net *.split)
- # [09:45] * Quits: sindresorhus (sindresorh@gateway/shell/ircrelay.com/x-uvjiusonnbwqnxqx) (*.net *.split)
- # [09:45] * Quits: esprehn (uid10445@gateway/web/irccloud.com/x-cldnmtayifiynvxt) (*.net *.split)
- # [09:45] * Quits: jgraham (~jgraham@li560-24.members.linode.com) (*.net *.split)
- # [09:45] * Quits: mmun (~mmun@mmun.io) (*.net *.split)
- # [09:45] * Quits: gsnedders (~gsnedders@5.2.16.23) (*.net *.split)
- # [09:45] * Quits: yoichio (yoichio@nat/google/x-thnflxdllodcioim) (*.net *.split)
- # [09:46] * Joins: AladinBouzerd (~aladinbou@41.103.82.171)
- # [09:46] * Quits: Smylers (~smylers@host86-186-192-116.range86-186.btcentralplus.com) (Quit: Leaving.)
- # [09:46] * Joins: sindresorhus (sindresorh@gateway/shell/ircrelay.com/x-uvjiusonnbwqnxqx)
- # [09:46] * Joins: esprehn (uid10445@gateway/web/irccloud.com/x-cldnmtayifiynvxt)
- # [09:46] * Joins: gsnedders (~gsnedders@5.2.16.23)
- # [09:46] * Joins: yoichio (yoichio@nat/google/x-thnflxdllodcioim)
- # [09:48] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [09:53] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [09:57] * Quits: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [09:57] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Ping timeout: 246 seconds)
- # [10:11] * Joins: Lachy (~Lachy@213.166.174.2)
- # [10:16] <zcorpan_> jgraham_: why does http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2636 time out the harness?
- # [10:19] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [10:20] * Quits: Ms2ger (~Ms2ger@193.190.253.150) (Read error: Operation timed out)
- # [10:20] <zcorpan_> looks like done() is broken? http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2637
- # [10:20] * Joins: jensnockert (~jensnocke@c-83-233-147-216.cust.bredband2.com)
- # [10:20] <zcorpan_> jgraham_: ^
- # [10:22] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [10:27] * Quits: ahf (ahf@irssi/staff/ahf) (Remote host closed the connection)
- # [10:28] * Joins: masatakayakura (~myakura@183.11.223.195)
- # [10:29] * Joins: myakura_ (~myakura@183.11.223.195)
- # [10:30] * Joins: shaunbaker (~shaunbake@public.lbi.co.uk)
- # [10:31] * Quits: myakura (~myakura@183.11.223.195) (Ping timeout: 245 seconds)
- # [10:31] * Joins: shaunbak_ (~shaunbake@brick-lane.lbi.co.uk)
- # [10:32] * Quits: masatakayakura (~myakura@183.11.223.195) (Ping timeout: 240 seconds)
- # [10:34] * Joins: Ms2ger (~Ms2ger@193.190.253.150)
- # [10:35] * Quits: shaunbaker (~shaunbake@public.lbi.co.uk) (Ping timeout: 245 seconds)
- # [10:38] * Quits: darobin (~darobin@183.11.223.195) (Remote host closed the connection)
- # [10:40] * Quits: myakura_ (~myakura@183.11.223.195) (Remote host closed the connection)
- # [10:40] * Quits: zdobersek (~zdobersek@46.165.208.194) (Ping timeout: 245 seconds)
- # [10:41] * Joins: parshap_ (~parshap@ip68-5-37-109.oc.oc.cox.net)
- # [10:41] * Quits: birtles (~chatzilla@183.11.223.196) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
- # [10:44] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [10:44] * heycam is now known as heycam|away
- # [10:46] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [10:52] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Ping timeout: 272 seconds)
- # [10:52] * Quits: jensnockert (~jensnocke@c-83-233-147-216.cust.bredband2.com) (Remote host closed the connection)
- # [10:54] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [10:56] * Joins: zdobersek (~zdobersek@46.165.210.13)
- # [10:57] * Joins: barnabywalters (~barnabywa@46-239-239-203.tal.is)
- # [10:58] * Quits: payman (~payman@ip-200.t2.se.opera.com) (Remote host closed the connection)
- # [11:00] * Quits: zcorpan_ (~zcorpan@59.37.57.226) (Remote host closed the connection)
- # [11:07] * Joins: Smylers (~smylers@host86-186-192-116.range86-186.btcentralplus.com)
- # [11:11] * Quits: parshap (~parshap@ip68-5-37-109.oc.oc.cox.net) (Ping timeout: 248 seconds)
- # [11:13] * Quits: parshap_ (~parshap@ip68-5-37-109.oc.oc.cox.net) (Ping timeout: 246 seconds)
- # [11:17] * Joins: myakura (~myakura@183.11.223.195)
- # [11:18] * Joins: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net)
- # [11:21] * Joins: parshap (~parshap@ip68-5-37-109.oc.oc.cox.net)
- # [11:22] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [11:26] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [11:30] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [11:31] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Quit: Gone to save the world!)
- # [11:32] * Joins: zcorpan (~zcorpan@59.37.57.226)
- # [11:34] * DaveMethvin|away is now known as DaveMethvin
- # [11:35] * Quits: AladinBouzerd (~aladinbou@41.103.82.171) (Ping timeout: 246 seconds)
- # [11:36] * Joins: AladinBouzerd (~aladinbou@41.104.208.109)
- # [11:39] * Quits: myakura (~myakura@183.11.223.195) (Remote host closed the connection)
- # [11:43] * Quits: zcorpan (~zcorpan@59.37.57.226) (Remote host closed the connection)
- # [11:43] * DaveMethvin is now known as DaveMethvin|away
- # [11:52] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Remote host closed the connection)
- # [11:53] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [11:53] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [11:53] * Quits: AladinBouzerd (~aladinbou@41.104.208.109) (Read error: Connection reset by peer)
- # [11:54] * Joins: AladinBouzerd (~aladinbou@41.103.61.178)
- # [11:57] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Ping timeout: 246 seconds)
- # [12:03] * Joins: felipeduardo (~felipedua@r253-pw-corumbatai.ibys.com.br)
- # [12:17] * Quits: parshap (~parshap@ip68-5-37-109.oc.oc.cox.net) (Ping timeout: 246 seconds)
- # [12:19] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [12:21] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [12:22] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Remote host closed the connection)
- # [12:22] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [12:28] * Quits: Ms2ger (~Ms2ger@193.190.253.150) (Quit: bbl)
- # [12:31] * Joins: ahf (ahf@irssi/staff/ahf)
- # [12:32] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Read error: Connection reset by peer)
- # [12:32] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [12:33] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Read error: Connection reset by peer)
- # [12:34] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [12:38] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Read error: Connection reset by peer)
- # [12:38] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [12:41] * Joins: foxtrotwhiskey (~foxtrotwh@c-98-225-154-188.hsd1.pa.comcast.net)
- # [12:44] * Joins: sgalineau (~sylvaing@113.28.134.1)
- # [12:50] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Read error: Connection reset by peer)
- # [12:50] * Quits: sgalineau (~sylvaing@113.28.134.1) (Ping timeout: 246 seconds)
- # [12:50] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [12:56] * Joins: ^esc (~esc-ape@178.115.133.183.wireless.dyn.drei.com)
- # [12:58] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Read error: Connection reset by peer)
- # [12:58] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [13:00] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Read error: Connection reset by peer)
- # [13:00] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [13:00] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [13:07] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [13:11] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Read error: Connection reset by peer)
- # [13:11] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [13:13] * Joins: myakura (~myakura@116.6.23.245)
- # [13:15] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Remote host closed the connection)
- # [13:16] * Joins: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [13:17] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
- # [13:23] * Joins: payman (~payman@ip-200.t2.se.opera.com)
- # [13:28] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Read error: Connection reset by peer)
- # [13:29] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [13:30] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [13:32] * Joins: charl (~charl@2001:610:1908:2000:503e:84:9681:116e)
- # [13:36] * Quits: Smylers (~smylers@host86-186-192-116.range86-186.btcentralplus.com) (Quit: Leaving.)
- # [13:36] * Joins: molsson_ (~molsson@83.218.67.122)
- # [13:39] * Joins: scor (scor@nat/acquia/x-fdndwfvswfqfazyy)
- # [13:39] * Quits: scor (scor@nat/acquia/x-fdndwfvswfqfazyy) (Changing host)
- # [13:39] * Joins: scor (scor@drupal.org/user/52142/view)
- # [13:40] * Joins: SonicX (~quassel@ip98-180-43-211.ga.at.cox.net)
- # [13:43] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [13:43] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [13:44] * Joins: twisted` (sid6794@gateway/web/irccloud.com/x-snxbjsihwuvlhsga)
- # [13:46] * Joins: Kolombiken (~Adium@94.137.124.2)
- # [13:46] * jorendorff_away is now known as jorendorff
- # [13:51] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Read error: Connection reset by peer)
- # [13:51] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [13:53] * Joins: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net)
- # [13:57] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Remote host closed the connection)
- # [13:58] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [14:05] * Joins: reyre (~reyre@99.229.20.204)
- # [14:10] * Quits: molsson_ (~molsson@83.218.67.122) (Quit: Leaving)
- # [14:16] * Quits: SonicX (~quassel@ip98-180-43-211.ga.at.cox.net) (Remote host closed the connection)
- # [14:19] * Joins: Smylers (~smylers@host86-186-192-116.range86-186.btcentralplus.com)
- # [14:20] * Joins: newtron (~newtron@206-248-176-250.dsl.teksavvy.com)
- # [14:21] * Quits: reyre (~reyre@99.229.20.204) (Remote host closed the connection)
- # [14:21] * Joins: reyre (~reyre@99.229.20.204)
- # [14:26] * Quits: reyre (~reyre@99.229.20.204) (Ping timeout: 260 seconds)
- # [14:30] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
- # [14:30] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [14:33] * Quits: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net) (Quit: Leaving.)
- # [14:38] * Joins: Ms2ger (~Ms2ger@b255h239.ugent.be)
- # [14:41] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Remote host closed the connection)
- # [14:41] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [14:46] * DaveMethvin|away is now known as DaveMethvin
- # [14:49] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [14:50] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [14:51] * jorendorff is now known as jorendorff_away
- # [14:54] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [14:54] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [14:57] * Joins: erichynds (~erichynds@64.206.121.41)
- # [15:02] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [15:05] * Joins: umgrosscol (~umgrossco@grosscol.umdl.umich.edu)
- # [15:12] * Quits: AladinBouzerd (~aladinbou@41.103.61.178) (Read error: Connection reset by peer)
- # [15:12] * Joins: AladinBouzerd (~aladinbou@41.103.61.178)
- # [15:13] * Quits: AladinBouzerd (~aladinbou@41.103.61.178) (Read error: Connection reset by peer)
- # [15:14] * Joins: jreading (Adium@nat/novell/x-frozfjjcnjzxndkn)
- # [15:17] * Joins: zcorpan (~zcorpan@59.37.57.226)
- # [15:30] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Read error: Connection reset by peer)
- # [15:30] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [15:36] * Joins: TallTed (~Thud@c-98-216-39-172.hsd1.ma.comcast.net)
- # [15:42] <zcorpan> can someone merge https://github.com/w3c/web-platform-tests/pull/243 kthxbye
- # [15:43] * Quits: zcorpan (~zcorpan@59.37.57.226) (Remote host closed the connection)
- # [15:44] * Joins: reyre (~reyre@142.204.133.18)
- # [15:44] <Ms2ger> "We cant automatically merge this pull request"
- # [15:44] <Ms2ger> Oh, and that someone would need to fix up the whitespace
- # [15:45] <jgraham_> I am on it
- # [15:48] * jorendorff_away is now known as jorendorff
- # [15:48] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Quit: stevefaulkner)
- # [15:49] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 260 seconds)
- # [15:50] * Joins: encryptd_fractal (~mfrawley@66-188-99-174.static.ftbg.wi.charter.com)
- # [15:51] * Ms2ger wonders why zcorpan asked
- # [15:51] * Quits: encryptd_fractal (~mfrawley@66-188-99-174.static.ftbg.wi.charter.com) (Client Quit)
- # [15:51] * Joins: encryptd_fractal (~mfrawley@66-188-99-174.static.ftbg.wi.charter.com)
- # [15:52] <Ms2ger> Okay, that someone didn't fix the whitespace?
- # [15:52] <jgraham_> Ms2ger: I don't understand the question, but I fixed the merge conflict and pushed
- # [15:53] <zewt> if(undefined == toStart) yoda conditionals write not
- # [15:53] <Ms2ger> And Yoda definitely wouldn't use ==!
- # [15:54] <zewt> someone i know uses yoda conditionals ... for inequalities D:
- # [15:54] <zewt> it both makes things impossible to read, and even misses the original *point* (as misguided as it is) of yoda conditionals
- # [15:56] <Ms2ger> if (undefined !== foo)?
- # [15:57] <zewt> if(0 < foo && 10 > foo)
- # [15:58] * Quits: TheGallery (~TheGaller@athedsl-211918.home.otenet.gr) (Read error: Connection reset by peer)
- # [15:58] * Joins: TheGallery (~TheGaller@athedsl-211918.home.otenet.gr)
- # [15:58] <Ms2ger> Still not as bad as lisp
- # [15:58] <Ms2ger> (if (< 0 foo)...
- # [16:08] * Joins: rastus_vernon (uid15187@gateway/web/irccloud.com/x-jdhzwkqcaccbeaql)
- # [16:08] * jorendorff is now known as jorendorff_away
- # [16:11] * jorendorff_away is now known as jorendorff
- # [16:15] * Joins: nickcooley (~Adium@198.11.116.10)
- # [16:17] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
- # [16:24] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Ping timeout: 272 seconds)
- # [16:25] * jorendorff is now known as jorendorff_away
- # [16:26] * Quits: TheGallery (~TheGaller@athedsl-211918.home.otenet.gr) (Quit: Leaving)
- # [16:26] * matjas is now known as matjas-ocd
- # [16:26] * matjas-ocd is now known as matjas
- # [16:28] <FireFly> (if (< 0 foo 10) ...
- # [16:30] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [16:33] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
- # [16:36] * Joins: marcosc_ (~marcosc@bl11-136-244.dsl.telepac.pt)
- # [16:36] * Quits: ryanseddon (uid1832@gateway/web/irccloud.com/x-lgiemnqilrgkzeit) (Quit: Connection closed for inactivity)
- # [16:39] * Quits: marcosc (~marcosc@bl11-136-244.dsl.telepac.pt) (Ping timeout: 252 seconds)
- # [16:39] <Ms2ger> TabAtkins, yeah, that was what I was thinking too... Let me know if you ever find it (re css2.1+)
- # [16:41] <jgraham_> ?iffoo < 0 if foo [...] then;
- # [16:41] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [16:41] <jgraham_> I think
- # [16:42] <Ms2ger> jgraham_, what's that?
- # [16:42] <jgraham_> Forth, I think
- # [16:42] <jgraham_> Well it was intended to be, but I have never written any forth in my life
- # [16:43] <zewt> wow what the
- # [16:43] <Ms2ger> Reverse Polish, eh
- # [16:43] <zewt> now some w3c tracker page keeps randomly trying to close
- # [16:43] <zewt> i'm off doing something else and a chrome window steals focus to go ARE YOU SURE YOU WANT TO LEAVE
- # [16:43] <jgraham_> Yeah, I think you put < and 0 on the stack and then if pops the last two items on the stack, or something
- # [16:44] <zewt> i don't even know which one, since the focused tab is ... gmail
- # [16:44] <jgraham_> Oh, probably don't have "foo"
- # [16:45] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [16:46] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 252 seconds)
- # [16:47] <jgraham_> Maybe ?foo 0 < [...] then ;
- # [16:47] <jgraham_> This is probably not the right forum to learn stack-based programming in real time without actually trying to think
- # [16:47] * Ms2ger wonders how jgraham_ ended up with Forth
- # [16:47] <jgraham_> I was thinking of languages that would have weirder if syntax than lisp
- # [16:48] <Ms2ger> Ah
- # [16:50] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Ping timeout: 260 seconds)
- # [16:51] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
- # [16:52] * Joins: nimbu (~nimbu@192.150.10.205)
- # [16:54] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Remote host closed the connection)
- # [16:58] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [17:01] * Joins: nimbu1 (~nimbu@sjfw1-a.adobe.com)
- # [17:03] * Quits: nimbu (~nimbu@192.150.10.205) (Ping timeout: 260 seconds)
- # [17:04] * Quits: nickcooley (~Adium@198.11.116.10) (Read error: Operation timed out)
- # [17:05] * Joins: ehsan_ (~ehsan@66.207.208.102)
- # [17:05] * Parts: jreading (Adium@nat/novell/x-frozfjjcnjzxndkn)
- # [17:07] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [17:07] * Joins: nickcooley (~Adium@198.11.116.10)
- # [17:10] * Quits: nickcooley (~Adium@198.11.116.10) (Client Quit)
- # [17:10] * Joins: nickcooley (~Adium@198.11.116.10)
- # [17:11] <MikeSmith> Ms2ger: I really don't remember initiating a PR with a th.js file in it
- # [17:12] * Quits: nickcooley (~Adium@198.11.116.10) (Client Quit)
- # [17:12] <Ms2ger> MikeSmith, no, I meant a PR of mine in the testharness.js repo
- # [17:12] <MikeSmith> oh
- # [17:12] <Ms2ger> But you were talking about w3c-test:mirror on wpt, I think
- # [17:12] <MikeSmith> ah that
- # [17:12] <MikeSmith> yeah
- # [17:12] <Ms2ger> Anyway, class over
- # [17:12] <MikeSmith> sorry for that noise
- # [17:12] * Ms2ger poofs
- # [17:12] <Ms2ger> Np
- # [17:13] * Quits: Ms2ger (~Ms2ger@b255h239.ugent.be) (Quit: bbl)
- # [17:13] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [17:13] * Joins: ambv (~ambv@173.252.71.189)
- # [17:20] * Quits: ambv (~ambv@173.252.71.189) (Read error: Connection reset by peer)
- # [17:21] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Ping timeout: 272 seconds)
- # [17:22] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
- # [17:23] <espadrine> where are w3c css tests going? Should they be in <https://github.com/w3c/web-platform-tests>? What's the status?
- # [17:24] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Remote host closed the connection)
- # [17:25] <MikeSmith> espadrine: in a separate repo
- # [17:26] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [17:26] <MikeSmith> a mercurial repo
- # [17:26] <MikeSmith> at dvcs.w3.org
- # [17:26] <MikeSmith> and then they get mirrored at github
- # [17:26] <espadrine> MikeSmith: oh, found it, <https://hg.csswg.org/test/>
- # [17:26] <MikeSmith> OK
- # [17:27] <espadrine> thanks
- # [17:31] * Quits: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net) (Read error: Operation timed out)
- # [17:35] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [17:38] * Quits: philipj (~philip@83.218.67.122) (Quit: Ex-Chat)
- # [17:44] * Joins: nickcooley (~Adium@198.11.116.10)
- # [17:45] * Joins: jsbell (jsbell@nat/google/x-nvcyfkqzyichiwhx)
- # [17:51] * Joins: AladinBouzerd (~aladinbou@41.104.172.1)
- # [17:56] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [17:56] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [17:57] * Joins: annevk (~annevk@116.6.23.31)
- # [17:58] * Quits: nimbu1 (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [18:01] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [18:01] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [18:03] * Quits: nickcooley (~Adium@198.11.116.10) (Quit: Leaving.)
- # [18:03] * Joins: nickcooley (~Adium@198.11.116.10)
- # [18:06] * Quits: shaunbak_ (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
- # [18:07] * Quits: nickcooley (~Adium@198.11.116.10) (Ping timeout: 246 seconds)
- # [18:10] * Joins: parallel21 (~parallel2@150.135.206.91)
- # [18:11] <SimonSapin> espadrine: I believe the plan it to move CSS tests into web-platform-tests, but there is also a bunch of infrastructure to port https://test.csswg.org/shepherd/
- # [18:13] * Joins: nickcooley (~Adium@198.11.116.10)
- # [18:13] <MikeSmith> SimonSapin: I think it's safe to say there's a low chance of the Shepherd stuff every getting used by any other groups except CSS
- # [18:13] <espadrine> SimonSapin: ah ok
- # [18:14] <MikeSmith> I don't know what the current state of discussion around porting it over to w-p-t but if it is brought over, it'll be only for use by the CSS WG
- # [18:16] <MikeSmith> I think (hope) that the long-term plan is to come up with a common system that meets whatever the same basic use case is that Shepherd was intended for, but that's instead based on requirements that we all actually agree with
- # [18:17] <MikeSmith> instead of what Shepherd is based on, which if it's like the rest of the CSS WG infrastructure, is based on idiosyncratic requirements that the CSS WG is the only group that has
- # [18:17] <MikeSmith> or claims to have
- # [18:17] <MikeSmith> anyway
- # [18:18] * Joins: ambv (~ambv@206.108.217.134)
- # [18:23] * Joins: Ms2ger (~Ms2ger@91.180.172.52)
- # [18:23] * Quits: parallel21 (~parallel2@150.135.206.91)
- # [18:27] <dglazkov> good morning, Whatwg!
- # [18:28] <SimonSapin> MikeSmith: I don’t know more than that, I only heard about it yesterday
- # [18:28] <SimonSapin> but yes, this would be a good conversation to have
- # [18:28] <MikeSmith> SimonSapin: yeah
- # [18:28] <SimonSapin> probably with plinss
- # [18:28] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
- # [18:29] <MikeSmith> jgraham_ and tobie and rebecca hauck have already been discussing it with peter linss
- # [18:29] * Quits: ehsan_ (~ehsan@66.207.208.102) (Read error: Connection reset by peer)
- # [18:29] <MikeSmith> SimonSapin: yeah
- # [18:30] * Joins: ehsan_ (~ehsan@66.207.208.102)
- # [18:31] * Joins: toyoshim (~toyoshim@yuri.twintail.org)
- # [18:32] * Joins: SonicX (~quassel@ip98-180-43-211.ga.at.cox.net)
- # [18:38] * Joins: weinig (~weinig@17.114.218.152)
- # [18:40] * Joins: Beanud (~quassel@S0106602ad07f9f9d.ek.shawcable.net)
- # [18:40] * Joins: WebJonas (~Jonas@166.201.202.84.customer.cdi.no)
- # [18:40] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
- # [18:40] <Ms2ger> Fwiw, my approach to CSS tests right now is "wait"
- # [18:40] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Quit: Back to real life!)
- # [18:42] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
- # [18:44] <MikeSmith> that seems to be everybody's approach right now
- # [18:44] <MikeSmith> I think Peter may be waiting for it to never happen
- # [18:44] <MikeSmith> waiting it out
- # [18:44] * Quits: myakura (~myakura@116.6.23.245) (Remote host closed the connection)
- # [18:45] * Quits: rcombs (~rcombs@rcombs.me) (Ping timeout: 245 seconds)
- # [18:45] * Quits: weinig (~weinig@17.114.218.152) (Quit: weinig)
- # [18:45] * Joins: rcombs (~rcombs@rcombs.me)
- # [18:47] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
- # [18:50] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:53] <hober> wu wei
- # [18:55] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
- # [18:55] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
- # [18:55] <MikeSmith> hober: another master for us to learn from
- # [18:56] <Ms2ger> I guess if it doesn't work out, I'll just start putting tests into wpt
- # [18:57] * Quits: ambv (~ambv@206.108.217.134) (Quit: sys.exit(0) # computer went to sleep)
- # [19:00] * Joins: ambv (~ambv@206.108.217.134)
- # [19:00] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:00] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Ping timeout: 276 seconds)
- # [19:01] * Quits: Smylers (~smylers@host86-186-192-116.range86-186.btcentralplus.com) (Quit: Leaving.)
- # [19:08] <hsivonen> argh. I read some www-tag email and now I'm agitated about proposals to sniff bomless UTF-32
- # [19:09] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [19:10] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Remote host closed the connection)
- # [19:12] * Quits: encryptd_fractal (~mfrawley@66-188-99-174.static.ftbg.wi.charter.com) (Quit: Leaving.)
- # [19:12] * Joins: weinig (~weinig@17.114.218.152)
- # [19:13] * Joins: WeirdAl (~chatzilla@g2spf.ask.info)
- # [19:15] * Joins: myakura (~myakura@116.6.23.245)
- # [19:15] * Joins: SonicX_ (~quassel@n128-227-157-179.xlate.ufl.edu)
- # [19:16] * Quits: SonicX (~quassel@ip98-180-43-211.ga.at.cox.net) (Ping timeout: 246 seconds)
- # [19:16] * Quits: SonicX_ (~quassel@n128-227-157-179.xlate.ufl.edu) (Read error: Connection reset by peer)
- # [19:19] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Read error: Connection reset by peer)
- # [19:19] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [19:21] * Quits: newtron (~newtron@206-248-176-250.dsl.teksavvy.com) (Remote host closed the connection)
- # [19:22] * Joins: newtron (~newtron@206-248-176-250.dsl.teksavvy.com)
- # [19:24] * Quits: myakura (~myakura@116.6.23.245) (Ping timeout: 260 seconds)
- # [19:25] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 272 seconds)
- # [19:27] * Quits: newtron (~newtron@206-248-176-250.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [19:27] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [19:28] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Quit: stevefaulkner)
- # [19:28] * toyoshim is now known as toyoshiAw
- # [19:32] * Quits: foxtrotwhiskey (~foxtrotwh@c-98-225-154-188.hsd1.pa.comcast.net)
- # [19:33] <SimonSapin> hsivonen: I want to kill most of http://www.w3.org/TR/CSS21/syndata.html#charset , but I really don’t want to argue about it in a meeting :/
- # [19:34] <Ms2ger> Watch out, you might end up in a meme that way
- # [19:36] <MikeSmith> that might be an uncomfortable place to be tonight
- # [19:40] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [19:42] * Joins: jorgepedret (~jorgepedr@24.114.36.208)
- # [19:47] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [19:50] * Joins: foxtrotwhiskey (~foxtrotwh@c-98-225-154-188.hsd1.pa.comcast.net)
- # [19:51] * Quits: umgrosscol (~umgrossco@grosscol.umdl.umich.edu) (Ping timeout: 248 seconds)
- # [19:54] * Joins: ap (~ap@2620:149:4:304:c545:297:ad5a:8f12)
- # [19:55] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [19:59] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Quit: Leaving...)
- # [19:59] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [20:00] * Joins: nickcooley1 (~Adium@198.11.116.10)
- # [20:02] * Quits: nickcooley (~Adium@198.11.116.10) (Ping timeout: 246 seconds)
- # [20:03] * Quits: weinig (~weinig@17.114.218.152) (Quit: weinig)
- # [20:04] * Joins: umgrosscol (~umgrossco@grosscol.umdl.umich.edu)
- # [20:05] * Quits: jorgepedret (~jorgepedr@24.114.36.208) (Quit: Computer has gone to sleep.)
- # [20:05] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [20:05] * Joins: jwalden (~waldo@nat/mozilla/x-mzbphpsgcsuapbei)
- # [20:07] * Joins: nimbu (~nimbu@192.150.10.205)
- # [20:07] * Joins: jernoble|laptop (~jernoble@17.114.104.239)
- # [20:08] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Quit: stevefaulkner)
- # [20:09] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Read error: Connection reset by peer)
- # [20:09] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [20:18] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Quit: Leaving...)
- # [20:18] * Joins: Smylers (~smylers@host86-186-192-116.range86-186.btcentralplus.com)
- # [20:18] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [20:20] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Quit: bholley)
- # [20:20] * Quits: AladinBouzerd (~aladinbou@41.104.172.1) (Read error: Connection reset by peer)
- # [20:23] * Joins: newtron (~newtron@206-248-176-250.dsl.teksavvy.com)
- # [20:30] * Joins: nimbu1 (~nimbu@sjfw1-a.adobe.com)
- # [20:32] * Quits: nimbu (~nimbu@192.150.10.205) (Read error: Operation timed out)
- # [20:34] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Remote host closed the connection)
- # [20:38] * Parts: nickcooley1 (~Adium@198.11.116.10)
- # [20:41] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
- # [20:42] * Joins: weinig (~weinig@17.114.218.152)
- # [20:47] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk)
- # [20:48] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [20:57] * Quits: newtron (~newtron@206-248-176-250.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [21:03] * Quits: weinig (~weinig@17.114.218.152) (Quit: weinig)
- # [21:03] * Quits: nimbu1 (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [21:06] * Quits: jwalden (~waldo@nat/mozilla/x-mzbphpsgcsuapbei) (Quit: brb)
- # [21:06] * Joins: parallel21 (~parallel2@150.135.206.91)
- # [21:08] * Joins: jwalden (~waldo@nat/mozilla/x-oldjjuqawflcijmy)
- # [21:11] * Quits: jernoble|laptop (~jernoble@17.114.104.239) (Quit: Computer has gone to sleep.)
- # [21:19] * Joins: parshap (~parshap@ip68-5-37-109.oc.oc.cox.net)
- # [21:23] * Joins: jorgepedret (~jorgepedr@24.114.41.2)
- # [21:24] * Joins: ebollens (~ebollens@vpn-128-97-245-90.host.ucla.edu)
- # [21:26] * Joins: ot (~css@unaffiliated/css)
- # [21:26] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
- # [21:27] * Joins: TheGallery (~TheGaller@athedsl-211918.home.otenet.gr)
- # [21:27] * Joins: jernoble|laptop (~jernoble@17.114.104.239)
- # [21:27] * Quits: TheGallery (~TheGaller@athedsl-211918.home.otenet.gr) (Client Quit)
- # [21:28] * Krinkle|detached is now known as Krinkle
- # [21:29] * Joins: barnabywalters (~barnabywa@89.17.128.127)
- # [21:34] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [21:37] * Quits: jorgepedret (~jorgepedr@24.114.41.2) (Quit: Computer has gone to sleep.)
- # [21:37] * Quits: erichynds (~erichynds@64.206.121.41)
- # [21:40] * Quits: jsbell (jsbell@nat/google/x-nvcyfkqzyichiwhx) (Quit: There's no place like home...)
- # [21:42] * Quits: ambv (~ambv@206.108.217.134) (Quit: sys.exit(0) # computer went to sleep)
- # [21:44] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 260 seconds)
- # [21:46] * Quits: charl (~charl@2001:610:1908:2000:503e:84:9681:116e) (Quit: leaving)
- # [21:48] * Joins: jorgepedret (~jorgepedr@24.114.41.2)
- # [21:50] * Quits: reyre (~reyre@142.204.133.18) (Remote host closed the connection)
- # [21:51] * ojan_away is now known as ojan
- # [21:51] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [21:52] * Quits: Smylers (~smylers@host86-186-192-116.range86-186.btcentralplus.com) (Ping timeout: 264 seconds)
- # [21:52] * Joins: newtron (~newtron@206-248-176-250.dsl.teksavvy.com)
- # [21:56] * Joins: Smylers (~smylers@host86-163-17-99.range86-163.btcentralplus.com)
- # [21:56] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Ping timeout: 260 seconds)
- # [21:57] * Quits: newtron (~newtron@206-248-176-250.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [21:59] * Joins: reyre (~reyre@142.204.133.18)
- # [22:03] * Joins: Maurice (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [22:03] * Joins: weinig (~weinig@17.114.18.186)
- # [22:05] * Joins: ambv (~ambv@206.108.217.134)
- # [22:07] * Quits: jorgepedret (~jorgepedr@24.114.41.2) (Quit: Computer has gone to sleep.)
- # [22:11] * Quits: barnabywalters (~barnabywa@89.17.128.127) (Quit: Back to real life!)
- # [22:15] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [22:16] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Read error: Connection reset by peer)
- # [22:17] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [22:19] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [22:19] * Quits: weinig (~weinig@17.114.18.186) (Quit: weinig)
- # [22:19] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Client Quit)
- # [22:26] * Joins: newtron (~newtron@206-248-176-250.dsl.teksavvy.com)
- # [22:27] * Quits: sankha93 (~Instantbi@fsf/emeritus/sankha93) (Read error: Connection reset by peer)
- # [22:27] * Joins: sankha93 (~Instantbi@fsf/emeritus/sankha93)
- # [22:29] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [22:31] * Joins: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com)
- # [22:31] * Joins: weinig (~weinig@17.114.18.186)
- # [22:31] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [22:31] * Joins: myakura (~myakura@116.6.23.245)
- # [22:31] * Parts: parallel21 (~parallel2@150.135.206.91)
- # [22:36] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [22:36] * Quits: rego (~rego@231.193.27.77.dynamic.mundo-r.com) (Remote host closed the connection)
- # [22:45] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [22:46] * Joins: mittcoin (~mittcoin@71.23.214.76)
- # [22:47] * Quits: ambv (~ambv@206.108.217.134) (Read error: Connection reset by peer)
- # [22:48] * Joins: ambv (~ambv@206.108.217.134)
- # [22:48] * Quits: jernoble|laptop (~jernoble@17.114.104.239) (Quit: Computer has gone to sleep.)
- # [22:53] * Joins: jernoble|laptop (~jernoble@17.114.104.239)
- # [22:54] * Quits: weinig (~weinig@17.114.18.186) (Quit: weinig)
- # [22:56] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [22:57] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [22:59] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Remote host closed the connection)
- # [23:00] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [23:00] * Quits: Ms2ger (~Ms2ger@91.180.172.52) (Quit: nn)
- # [23:00] * Quits: umgrosscol (~umgrossco@grosscol.umdl.umich.edu) (Quit: Nettalk6 - www.ntalk.de)
- # [23:03] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [23:04] * Quits: felipeduardo (~felipedua@r253-pw-corumbatai.ibys.com.br) (Quit: Leaving)
- # [23:05] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Ping timeout: 260 seconds)
- # [23:13] * Quits: Maurice (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [23:16] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Quit: stevefaulkner)
- # [23:17] * remysharp_ is now known as remysharp
- # [23:19] * Joins: shaunbaker (~shaunbake@97e69e6b.skybroadband.com)
- # [23:19] * Quits: shaunbaker (~shaunbake@97e69e6b.skybroadband.com) (Client Quit)
- # [23:20] * Quits: WebJonas (~Jonas@166.201.202.84.customer.cdi.no) (Ping timeout: 244 seconds)
- # [23:22] * Quits: parshap (~parshap@ip68-5-37-109.oc.oc.cox.net) (Ping timeout: 264 seconds)
- # [23:31] <Hixie_> huh
- # [23:31] <Hixie_> navigating to javascript:foo essentially does the same as document.open();document.write(eval('foo'));document.close()
- # [23:33] <Hixie_> hm, no, nevermind
- # [23:33] <Hixie_> i misinterpreted the result of a test
- # [23:36] * Joins: parshap (~parshap@wsip-98-189-133-36.oc.oc.cox.net)
- # [23:38] * Quits: reyre (~reyre@142.204.133.18) (Remote host closed the connection)
- # [23:39] * Quits: roven (~roven@78-20-24-80.access.telenet.be)
- # [23:41] * Joins: jsbell (uid6276@gateway/web/irccloud.com/x-pyhmrfcphlxxhkqg)
- # [23:42] * Joins: jreading1 (Adium@nat/novell/x-yoxopljymvxuyruz)
- # [23:47] * Quits: jreading1 (Adium@nat/novell/x-yoxopljymvxuyruz) (Ping timeout: 272 seconds)
- # [23:47] * Joins: reyre (~reyre@24.114.65.81)
- # [23:47] * Joins: jacobolus (~jacobolus@c-67-164-72-165.hsd1.ca.comcast.net)
- # [23:49] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [23:53] * Quits: mittcoin (~mittcoin@71.23.214.76) (Ping timeout: 246 seconds)
- # [23:55] * Quits: Smylers (~smylers@host86-163-17-99.range86-163.btcentralplus.com) (Ping timeout: 268 seconds)
- # [23:56] * Quits: reyre (~reyre@24.114.65.81) (Remote host closed the connection)
- # [23:57] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Ping timeout: 265 seconds)
- # Session Close: Fri Nov 15 00:00:00 2013
The end :)