Options:
- # Session Start: Thu Feb 06 00:00:01 2014
- # Session Ident: #whatwg
- # [00:01] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:02] * Quits: othermaciej (~mjs@17.114.216.128) (Quit: othermaciej)
- # [00:02] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Ping timeout: 260 seconds)
- # [00:03] * Quits: llkats (~llkats@206.169.83.230) (Remote host closed the connection)
- # [00:04] <jgraham> bholley: Did you mean your push to web-platform-tests to be a pull request? Because you didn't create one
- # [00:05] * Joins: llkats (~llkats@206.169.83.230)
- # [00:05] <bholley> jgraham: no, I'm waiting until we sort out the spec
- # [00:05] <bholley> jgraham: I wasn't sure about the branch naming convention - did I make it look like I wanted it to be a PR?
- # [00:06] <jgraham> bholley: I think you put submissions/ in the name, which kind of suggests a PR
- # [00:06] <bholley> jgraham: yeah, ok. I was just quickly following the instructions for adding tests
- # [00:06] <bholley> but makes sense
- # [00:07] <jgraham> BTW since we are using critic for review it is better to create a PR early and add an issue stating that you are waiting for spec feedback
- # [00:07] * Joins: arunranga (~otherarun@cpe-98-14-83-233.nyc.res.rr.com)
- # [00:07] <jgraham> You don't need a mozilla-style complete patch before submitting for review
- # [00:07] * Quits: llkats (~llkats@206.169.83.230) (Client Quit)
- # [00:07] * Joins: Benvie (~bbenvie@204.28.118.69)
- # [00:08] <jgraham> (that doesn't mean *right now* is best of course, just that push early, push often is a good rule)
- # [00:10] * Joins: weinig (~weinig@17.244.2.194)
- # [00:11] * Quits: Smylers (~smylers@host86-147-28-2.range86-147.btcentralplus.com) (Quit: Leaving.)
- # [00:12] <bholley> ok, I'll look into that after the initial round of feedback
- # [00:12] * Quits: ambv_ (~ambv@206.108.217.134) (Quit: sys.exit(0) # computer went to sleep)
- # [00:13] * Joins: rniwa_ (~rniwa@17.202.43.222)
- # [00:15] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [00:16] * Quits: weinig (~weinig@17.244.2.194) (Quit: weinig)
- # [00:28] * Quits: encryptd_fractal (~mfrawley@66-188-99-174.static.ftbg.wi.charter.com) (Quit: Leaving.)
- # [00:29] * Quits: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si) (Ping timeout: 272 seconds)
- # [00:30] * Joins: encryptd_fractal (~mfrawley@66-188-99-174.static.ftbg.wi.charter.com)
- # [00:31] * Quits: encryptd_fractal (~mfrawley@66-188-99-174.static.ftbg.wi.charter.com) (Client Quit)
- # [00:33] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [00:34] * Quits: mven_ (~mven@169.241.49.183) (Remote host closed the connection)
- # [00:38] * Joins: weinig (~weinig@17.114.218.135)
- # [00:41] <zewt> things pages should not be able to do: prevent pasting text into forms.
- # [00:42] <TabAtkins> Hostile password entry?
- # [00:42] * Joins: kongtomorrow (~kongtomor@adsl-99-89-141-154.dsl.lsan03.sbcglobal.net)
- # [00:42] <zewt> pages that want to coerce you into typing your email address or password or whatever twice
- # [00:43] <Hixie> i always just bring up the dom inspector and nuke the relevant attributes
- # [00:44] <TabAtkins> Yeah, me too.
- # [00:44] <zewt> my normal (non-development) browser is firefox, and its inspector is too cumbersome to bother with
- # [00:45] <TabAtkins> I have a solution to that.
- # [00:45] <zewt> the main reason I don't switch to chrome for general usage is lack of vertical tabs
- # [00:45] <TabAtkins> Ah, kk.
- # [00:45] <TabAtkins> Yeah, you're screwed then.
- # [00:46] <zewt> which I really, seriously don't understand--horizontal tabs are pretty unusable
- # [00:46] <TabAtkins> If you use a lot of tabs.
- # [00:46] <zewt> if you have a list of horizontal things, you stack them vertically
- # [00:46] <TabAtkins> Switch to only using a few.
- # [00:47] <zewt> i'm not going to reengineer how I use browsers to suit chrome's crippled ui, heh
- # [00:47] <TabAtkins> LifeHacks®
- # [00:48] <JosephSilber> When a parent
- # [00:48] <JosephSilber> When a parent's height depends on it's children, you can't use percentage heights for the children.
- # [00:49] <TabAtkins> Yes.
- # [00:49] <zewt> i tend to switch to chrome when doing a search, because switching browsers is faster than using firefox's dog-slow address bar search, heh
- # [00:49] <JosephSilber> What if the parent's height isn't fixed, but it doesn't depend on its children.
- # [00:49] <TabAtkins> Example?
- # [00:49] <JosephSilber> an absolutely positioned parent
- # [00:49] <JosephSilber> all corners set to 0
- # [00:50] <Hixie> wtf is a vertical tab in this context?
- # [00:50] <zewt> browser tab bar with tabs vertical, not horizontal
- # [00:51] * Quits: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com) (Quit: tantek)
- # [00:51] <TabAtkins> JosephSilber: Then it's fixed for those purposes.
- # [00:51] <TabAtkins> The relevant term is "definite" versus "indefinite": http://dev.w3.org/csswg/css-sizing/#definite
- # [00:52] <TabAtkins> Percentage width/heights can resolve against definite parent width/heights.
- # [00:53] <TabAtkins> In terms of abspos, though, if you set top and bottom, then height is *implicitly* set as well. Same with left/right/width - setting any two to a definite value implicitly sets the third to a definite value as well.
- # [00:53] <JosephSilber> TabAtkins: see this? stretches in ff, but not in chrome: http://codepen.io/anon/pen/qItFp
- # [00:54] <TabAtkins> JosephSilber: Is this related to what we were just discussing?
- # [00:55] <TabAtkins> I see an abspos, but no percentages on its children.
- # [00:55] <JosephSilber> TabAtkins: It is. I've solved it for my project using min-height. This is just me trying to understand what's supposed to happen according to the spec
- # [00:55] * Joins: llkats (~llkats@206.169.83.230)
- # [00:55] <JosephSilber> .box has a min-height: 100%
- # [00:56] <TabAtkins> This case is too busy for me to figure out. It needs to be reduced pretty badly.
- # [00:56] <JosephSilber> ...I meant that I solved it with min-content...
- # [00:56] <JosephSilber> ok. I'll try stripping stuff out and report back
- # [00:57] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [00:57] * Joins: ap_ (~ap@17.114.219.4)
- # [00:59] <zewt> (https://zewt.org/~glenn/tabs.png <- that)
- # [00:59] * jorendorff is now known as jorendorff_away
- # [01:00] <zewt> (usually with 30-40 tabs, of course, not 9)
- # [01:00] * Quits: ap_ (~ap@17.114.219.4) (Read error: Connection reset by peer)
- # [01:01] * Quits: rniwa (~rniwa@17.114.219.209) (Quit: rniwa)
- # [01:01] * rniwa_ is now known as rniwa
- # [01:01] * Joins: ap_ (~ap@17.114.219.4)
- # [01:01] * Quits: ap (~ap@2620:149:4:304:9d11:fd1b:6c5e:3916) (Ping timeout: 272 seconds)
- # [01:01] * ap_ is now known as ap
- # [01:02] <JosephSilber> TabAtkins: ok. so I got it down to this: http://codepen.io/anon/pen/qItFp
- # [01:03] * Quits: ap (~ap@17.114.219.4) (Read error: Connection reset by peer)
- # [01:03] * Joins: rniwa_ (~rniwa@17.114.219.209)
- # [01:04] * Joins: ap (~ap@17.114.219.4)
- # [01:05] <JosephSilber> ff respects the percentage height, while chrome does not
- # [01:07] <TabAtkins> Ah, this is due to a disagreement over whether "stretched" things are definite or not when the container is definite in the cross axis.
- # [01:07] * Joins: newtron_ (~newtron@199.71.174.204)
- # [01:10] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [01:11] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 245 seconds)
- # [01:11] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 260 seconds)
- # [01:11] <zewt> (oh yeah, the other big killer for chrome, the broken address bar autocompletion)
- # [01:11] * Quits: newtron_ (~newtron@199.71.174.204) (Ping timeout: 245 seconds)
- # [01:12] <TabAtkins> JosephSilber: Firefox is correct - this was updated in the spec a while ago, and WK/Blink havent' updated yet: http://dev.w3.org/csswg/css-flexbox/#algo-stretch
- # [01:15] <JosephSilber> Is min-content considered a definite size?
- # [01:16] <TabAtkins> Nope.
- # [01:16] <TabAtkins> Just read the definition: http://dev.w3.org/csswg/css-sizing/#definite
- # [01:17] <JosephSilber> I thought so, but then why does it work? I guess it's considered an intrinsic height, but not a definite.
- # [01:17] <TabAtkins> I don't understand the question. Why does what work?
- # [01:18] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Quit: bholley)
- # [01:18] * Quits: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net) (Quit: Leaving)
- # [01:24] * Joins: othermaciej (~mjs@17.114.216.128)
- # [01:24] * Quits: lmcliste_ (~lmclister@sjfw1-b.adobe.com)
- # [01:32] <Hixie> zewt: oh ok
- # [01:32] <Hixie> zewt: weird
- # [01:32] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [01:33] * Quits: kongtomorrow (~kongtomor@adsl-99-89-141-154.dsl.lsan03.sbcglobal.net) (Quit: kongtomorrow)
- # [01:33] <zewt> i guess
- # [01:34] <zewt> works well for me anyway :)
- # [01:36] <Hixie> i run out of room for my tabs going horizontally, nevermind vertically :-)
- # [01:43] <zewt> well the whole point is i can fit several times as many tabs vertically than horizontally
- # [01:47] * Quits: othermaciej (~mjs@17.114.216.128) (Quit: othermaciej)
- # [01:47] * Quits: weinig (~weinig@17.114.218.135) (Quit: weinig)
- # [01:49] * Quits: ap (~ap@17.114.219.4) (Read error: Connection reset by peer)
- # [01:49] * Joins: [[zzz]] (~zz]]@node-56l.pool-125-25.dynamic.totbb.net)
- # [01:49] * Joins: ap (~ap@2620:149:4:304:401d:82aa:45dd:44cc)
- # [01:49] * Quits: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [01:52] * Quits: rniwa_ (~rniwa@17.114.219.209) (Quit: rniwa_)
- # [01:52] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [01:52] * Quits: [[zz]] (~zz]]@node-kjk.pool-101-108.dynamic.totbb.net) (Ping timeout: 250 seconds)
- # [01:52] * Joins: weinig (~weinig@17.114.218.135)
- # [01:58] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [02:01] * Quits: weinig (~weinig@17.114.218.135) (Quit: weinig)
- # [02:03] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 252 seconds)
- # [02:05] * Quits: ap (~ap@2620:149:4:304:401d:82aa:45dd:44cc) (Quit: ap)
- # [02:05] * Quits: kuatsure (~kuatsure@cpe-184-59-100-169.cinci.res.rr.com) (Quit: zzz)
- # [02:06] * Quits: decotii (~decotii@hq.croscon.com) (Quit: Leaving)
- # [02:06] * Joins: hasather (~hasather@80.91.33.141)
- # [02:06] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [02:07] * Parts: a-ja (~Instantbi@38.77.131.130)
- # [02:10] * Joins: tantek (~tantek@172.56.38.164)
- # [02:10] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 260 seconds)
- # [02:14] * Krinkle is now known as Krinkle|detached
- # [02:14] * Joins: othermaciej (~mjs@17.114.216.128)
- # [02:17] * Joins: weinig (~weinig@17.114.218.135)
- # [02:22] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [02:22] * Quits: weinig (~weinig@17.114.218.135) (Quit: weinig)
- # [02:24] * Joins: kongtomorrow (~kongtomor@DHCP-23-201.caltech.edu)
- # [02:25] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [02:25] * Quits: seventh (seventh@207-207-21-214.fwd.datafoundry.com) (Remote host closed the connection)
- # [02:25] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 252 seconds)
- # [02:31] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [02:31] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [02:33] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Client Quit)
- # [02:34] * Quits: llkats (~llkats@206.169.83.230) (Remote host closed the connection)
- # [02:35] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [02:35] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [02:38] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Remote host closed the connection)
- # [02:39] * Quits: jeffreyatw (~jeffreyat@66-194-1-26.STATIC.twtelecom.net) (Quit: jeffreyatw)
- # [02:40] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [02:42] * Joins: espadrine` (~ttyl@AMontsouris-158-1-13-188.w92-128.abo.wanadoo.fr)
- # [02:43] * Joins: mven_ (~mven@ip72-193-85-64.lv.lv.cox.net)
- # [02:46] * Quits: espadrine (~ttyl@AMontsouris-158-1-61-211.w92-128.abo.wanadoo.fr) (Read error: Operation timed out)
- # [02:48] * Joins: kongtomorrow_ (~kongtomor@DHCP-23-201.caltech.edu)
- # [02:48] * Quits: kongtomorrow (~kongtomor@DHCP-23-201.caltech.edu) (Read error: Connection reset by peer)
- # [02:48] * kongtomorrow_ is now known as kongtomorrow
- # [02:54] * Joins: newtron (~newtron@206-248-163-100.dsl.teksavvy.com)
- # [02:55] * Joins: ambv (~ambv@206.108.217.134)
- # [02:57] * Joins: Streusel (~Anonymous@S01061859334846a2.vc.shawcable.net)
- # [02:57] * Quits: Streusel (~Anonymous@S01061859334846a2.vc.shawcable.net) (Changing host)
- # [02:57] * Joins: Streusel (~Anonymous@unaffiliated/streusel)
- # [03:04] * Quits: beowulf (~sstewart@host81-155-31-136.range81-155.btcentralplus.com) (Quit: Lost terminal)
- # [03:06] * Joins: weinig (~weinig@17.114.218.135)
- # [03:07] * Quits: tantek (~tantek@172.56.38.164) (Quit: tantek)
- # [03:07] * Quits: ambv (~ambv@206.108.217.134) (Quit: sys.exit(0) # computer went to sleep)
- # [03:11] * Quits: newtron (~newtron@206-248-163-100.dsl.teksavvy.com) (Remote host closed the connection)
- # [03:11] * Joins: newtron (~newtron@206-248-163-100.dsl.teksavvy.com)
- # [03:15] * Joins: newtron_ (~newtron@206-248-163-100.dsl.teksavvy.com)
- # [03:16] * Quits: newtron (~newtron@206-248-163-100.dsl.teksavvy.com) (Ping timeout: 245 seconds)
- # [03:20] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [03:20] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
- # [03:24] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:25] * Joins: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
- # [03:26] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Ping timeout: 256 seconds)
- # [03:26] * Joins: kuatsure (~kuatsure@cpe-184-59-100-169.cinci.res.rr.com)
- # [03:29] * Quits: ehsan (~ehsan@24-52-243-72.cable.teksavvy.com) (Quit: Leaving...)
- # [03:29] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Quit: bholley)
- # [03:32] * Joins: llkats (~llkats@c-67-188-8-143.hsd1.ca.comcast.net)
- # [03:32] * Quits: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [03:33] * Joins: ambv (~ambv@206.108.217.134)
- # [03:42] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [03:47] * Joins: lmclister (~lmclister@192.150.10.206)
- # [03:52] * Joins: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net)
- # [03:53] * Quits: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Read error: Connection reset by peer)
- # [03:53] * Joins: encrypt__ (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
- # [03:58] * Joins: hasather (~hasather@80.91.33.141)
- # [04:00] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [04:03] * Quits: hasather (~hasather@80.91.33.141) (Read error: Operation timed out)
- # [04:04] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Ping timeout: 245 seconds)
- # [04:06] * Quits: kongtomorrow (~kongtomor@DHCP-23-201.caltech.edu) (Ping timeout: 260 seconds)
- # [04:13] * Quits: weinig (~weinig@17.114.218.135) (Quit: weinig)
- # [04:14] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
- # [04:15] * Joins: weinig (~weinig@17.114.218.135)
- # [04:15] * Quits: weinig (~weinig@17.114.218.135) (Client Quit)
- # [04:16] * [[zzz]] is now known as [[zz]]
- # [04:19] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Ping timeout: 256 seconds)
- # [04:23] * Quits: encrypt__ (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Remote host closed the connection)
- # [04:25] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: Textual IRC Client: www.textualapp.com)
- # [04:27] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
- # [04:30] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [04:30] * Quits: Streusel (~Anonymous@unaffiliated/streusel) (Quit: Computer has gone to sleep.)
- # [04:32] * Quits: othermaciej (~mjs@17.114.216.128) (Quit: othermaciej)
- # [04:32] * Quits: jeremyj (~jeremyj@17.202.44.231) (Client Quit)
- # [04:34] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [04:36] * Joins: S234567a (~S234567a@unaffiliated/s234567a)
- # [04:39] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 245 seconds)
- # [04:40] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [04:40] * Quits: jeremyj (~jeremyj@17.202.44.231) (Client Quit)
- # [04:50] * Joins: Streusel (~Anonymous@unaffiliated/streusel)
- # [05:00] * heycam is now known as heycam|away
- # [05:08] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
- # [05:09] * Quits: lilmonkey` (~colin@pdpc/supporter/professional/riven) (Read error: Connection reset by peer)
- # [05:09] * Joins: lilmonkey (~colin@5469E6D4.cm-12-2d.dynamic.ziggo.nl)
- # [05:09] * Quits: lilmonkey (~colin@5469E6D4.cm-12-2d.dynamic.ziggo.nl) (Changing host)
- # [05:09] * Joins: lilmonkey (~colin@pdpc/supporter/professional/riven)
- # [05:11] * Quits: S234567a (~S234567a@unaffiliated/s234567a)
- # [05:13] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Ping timeout: 256 seconds)
- # [05:13] * heycam|away is now known as heycam
- # [05:16] * Joins: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [05:16] * Joins: kongtomorrow (~kongtomor@108-217-252-162.lightspeed.irvnca.sbcglobal.net)
- # [05:17] * Quits: lmclister (~lmclister@192.150.10.206) (Ping timeout: 260 seconds)
- # [05:27] * Quits: newtron_ (~newtron@206-248-163-100.dsl.teksavvy.com) (Remote host closed the connection)
- # [05:27] * Joins: newtron (~newtron@206-248-163-100.dsl.teksavvy.com)
- # [05:30] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [05:31] * Quits: newtron (~newtron@206-248-163-100.dsl.teksavvy.com) (Ping timeout: 245 seconds)
- # [05:34] * Quits: TallTed (~Thud@c-98-216-39-172.hsd1.ma.comcast.net)
- # [05:40] * jorendorff_away is now known as jorendorff
- # [05:45] * Quits: kongtomorrow (~kongtomor@108-217-252-162.lightspeed.irvnca.sbcglobal.net) (Quit: kongtomorrow)
- # [05:53] * Joins: kongtomorrow (~kongtomor@108-217-252-162.lightspeed.irvnca.sbcglobal.net)
- # [05:58] * Joins: newtron (~newtron@206-248-163-100.dsl.teksavvy.com)
- # [06:01] * Joins: niloy (~niloy@223.239.205.129)
- # [06:01] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [06:02] * Quits: newtron (~newtron@206-248-163-100.dsl.teksavvy.com) (Ping timeout: 245 seconds)
- # [06:02] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
- # [06:05] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Ping timeout: 260 seconds)
- # [06:07] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Ping timeout: 256 seconds)
- # [06:12] * Quits: ambv (~ambv@206.108.217.134) (Quit: sys.exit(0) # computer went to sleep)
- # [06:13] * Joins: ambv (~ambv@206.108.217.134)
- # [06:14] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [06:27] * Quits: kuatsure (~kuatsure@cpe-184-59-100-169.cinci.res.rr.com) (Quit: zzz)
- # [06:30] * Quits: benv (~benv@38.104.194.126) (Quit: Computer has gone to sleep.)
- # [06:44] * Joins: sicking (~sicking@c-98-210-154-157.hsd1.ca.comcast.net)
- # [06:46] * Quits: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net) (Ping timeout: 245 seconds)
- # [06:48] * Quits: sicking (~sicking@c-98-210-154-157.hsd1.ca.comcast.net) (Client Quit)
- # [06:57] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
- # [06:57] <Domenic_> I want to start a conversation about adding GZIP and/or .zip file APIs to the web platform. What mailing list would people recommend? I'm thinking public-webapps?
- # [06:58] <Domenic_> Or whatwg@whatwg, perhaps.
- # [06:58] * Joins: newtron (~newtron@206-248-163-100.dsl.teksavvy.com)
- # [07:00] * Joins: Smylers (~smylers@host86-147-28-2.range86-147.btcentralplus.com)
- # [07:01] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Ping timeout: 256 seconds)
- # [07:03] * Quits: newtron (~newtron@206-248-163-100.dsl.teksavvy.com) (Ping timeout: 245 seconds)
- # [07:04] * Joins: dbaron (~dbaron@70-36-140-106.dsl.dynamic.sonic.net)
- # [07:09] * Joins: hasather (~hasather@80.91.33.141)
- # [07:12] <hendry> Domenic_: talk to marcosc about zip files :-)
- # [07:13] * Quits: llkats (~llkats@c-67-188-8-143.hsd1.ca.comcast.net)
- # [07:13] * Joins: brian14708 (~brian1470@61.171.75.87)
- # [07:14] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 245 seconds)
- # [07:14] * Parts: brian14708 (~brian1470@61.171.75.87) ("Textual IRC Client: www.textualapp.com")
- # [07:17] * Joins: totsinaprops (~totsinapr@gateway/tor-sasl/totsinaprops)
- # [07:20] <Hixie> Domenic_: anne was working on a zip: scheme or something for a bit
- # [07:24] <Domenic_> Hixie: yeah, but from what I remember he gave up on it.
- # [07:25] * Joins: miketaylr (~miketaylr@192.241.222.35)
- # [07:36] * Quits: niloy (~niloy@223.239.205.129) (Ping timeout: 260 seconds)
- # [07:38] * Quits: fredy (~fredy@snf-8914.vm.okeanos.grnet.gr) (Ping timeout: 260 seconds)
- # [07:40] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [07:40] * Joins: fredy (~fredy@2001:648:2ffc:1225:a800:ff:fe12:113e)
- # [07:43] * Quits: Smylers (~smylers@host86-147-28-2.range86-147.btcentralplus.com) (Quit: Leaving.)
- # [07:43] * Parts: kongtomorrow (~kongtomor@108-217-252-162.lightspeed.irvnca.sbcglobal.net)
- # [07:44] * jorendorff is now known as jorendorff_away
- # [07:48] * Joins: niloy (~niloy@223.239.205.129)
- # [07:49] * Joins: rniwa_ (~rniwa@c-71-202-160-119.hsd1.ca.comcast.net)
- # [07:51] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
- # [07:51] * Quits: Benvie (~bbenvie@204.28.118.69) (Ping timeout: 256 seconds)
- # [07:51] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [07:53] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [07:56] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Ping timeout: 256 seconds)
- # [07:59] * Joins: newtron (~newtron@206-248-163-100.dsl.teksavvy.com)
- # [08:02] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [08:02] * Joins: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si)
- # [08:03] * Quits: newtron (~newtron@206-248-163-100.dsl.teksavvy.com) (Ping timeout: 245 seconds)
- # [08:04] * Quits: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si) (Client Quit)
- # [08:06] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
- # [08:06] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Ping timeout: 245 seconds)
- # [08:09] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [08:13] * Joins: benv (~benv@c-67-188-10-155.hsd1.ca.comcast.net)
- # [08:21] * Quits: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [08:23] <zcorpan> Hixie: that svg paragraph, iirc it was added after people asking whether <svg xmlns:lol="wat"><lol:metadata such="wow"/> was valid in html
- # [08:25] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [08:31] * Joins: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net)
- # [08:33] * heycam is now known as heycam|away
- # [08:36] * Quits: niloy (~niloy@223.239.205.129) (Ping timeout: 265 seconds)
- # [08:44] * Quits: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net) (Quit: bholley)
- # [08:45] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
- # [08:46] * Joins: Martin1982 (~Martin198@cable-175-208.zeelandnet.nl)
- # [08:48] * Joins: niloy (~niloy@223.239.204.220)
- # [08:50] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Ping timeout: 256 seconds)
- # [08:52] * Quits: totsinaprops (~totsinapr@gateway/tor-sasl/totsinaprops) (Quit: totsinaprops)
- # [08:53] * Joins: benv_ (~benv@c-67-188-10-155.hsd1.ca.comcast.net)
- # [08:54] * Quits: benv (~benv@c-67-188-10-155.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [08:56] * Joins: zdobersek (~zan@81.17.16.170)
- # [08:56] * Joins: Martin1982_ (~Martin198@cable-175-208.zeelandnet.nl)
- # [08:57] * Quits: Martin1982 (~Martin198@cable-175-208.zeelandnet.nl) (Ping timeout: 260 seconds)
- # [08:57] * Martin1982_ is now known as Martin1982
- # [09:00] * Joins: newtron (~newtron@206-248-163-100.dsl.teksavvy.com)
- # [09:02] * Quits: espadrine` (~ttyl@AMontsouris-158-1-13-188.w92-128.abo.wanadoo.fr) (Ping timeout: 260 seconds)
- # [09:04] * Quits: ambv (~ambv@206.108.217.134) (Quit: sys.exit(0) # app closed)
- # [09:04] * Quits: newtron (~newtron@206-248-163-100.dsl.teksavvy.com) (Ping timeout: 245 seconds)
- # [09:11] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Ping timeout: 265 seconds)
- # [09:20] * Joins: beowulf (~sstewart@host81-155-31-136.range81-155.btcentralplus.com)
- # [09:27] * Quits: benv_ (~benv@c-67-188-10-155.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
- # [09:31] * Joins: Smylers (~smylers@176.12.107.140)
- # [09:35] * Joins: shwetank (~shwetank@122.161.242.87)
- # [09:36] * Joins: richt (~richt@83.218.67.123)
- # [09:38] * Quits: Smylers (~smylers@176.12.107.140) (Read error: No route to host)
- # [09:38] * Joins: Smylers (~smylers@176.12.107.140)
- # [09:39] * Quits: dbaron (~dbaron@70-36-140-106.dsl.dynamic.sonic.net) (Ping timeout: 245 seconds)
- # [09:39] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
- # [09:43] * Quits: Smylers (~smylers@176.12.107.140) (Ping timeout: 260 seconds)
- # [09:43] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Ping timeout: 256 seconds)
- # [09:44] * Joins: nessy (~silviapf@101.164.144.53)
- # [09:48] * Quits: rniwa_ (~rniwa@c-71-202-160-119.hsd1.ca.comcast.net) (Quit: rniwa_)
- # [09:51] * Joins: Smylers (~smylers@81.143.60.194)
- # [09:55] * Joins: dbaron (~dbaron@70-36-140-106.dsl.dynamic.sonic.net)
- # [10:01] * Joins: newtron (~newtron@206-248-163-100.dsl.teksavvy.com)
- # [10:03] * Joins: hasather (~hasather@80.91.33.141)
- # [10:05] * Quits: newtron (~newtron@206-248-163-100.dsl.teksavvy.com) (Ping timeout: 245 seconds)
- # [10:10] * Joins: WolfieZero (~WolfieZer@neils-thunderbolt.manor.fubra.net)
- # [10:10] * Joins: sedovsek (~robert@89.143.12.238)
- # [10:17] * Quits: scrollback (scrollback@conference/jsconf/x-kvohkesiiuacdxag) (Remote host closed the connection)
- # [10:17] * Joins: 17WAA0472 (scrollback@conference/jsconf/x-zdlzjfhnswtbnzbd)
- # [10:33] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
- # [10:35] * Joins: totsinaprops (~totsinapr@gateway/tor-sasl/totsinaprops)
- # [10:36] * Joins: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net)
- # [10:38] * Quits: dbaron (~dbaron@70-36-140-106.dsl.dynamic.sonic.net) (Ping timeout: 245 seconds)
- # [10:38] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Ping timeout: 256 seconds)
- # [10:43] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [10:45] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [10:50] * Joins: barnabywalters (~barnabywa@46-239-239-203.tal.is)
- # [10:56] * Joins: Lachy (~Lachy@213.166.174.2)
- # [10:59] * Joins: Ms2ger (~Ms2ger@96.219-64-87.adsl-dyn.isp.belgacom.be)
- # [11:02] * Joins: newtron (~newtron@206-248-163-100.dsl.teksavvy.com)
- # [11:06] * Quits: newtron (~newtron@206-248-163-100.dsl.teksavvy.com) (Ping timeout: 245 seconds)
- # [11:15] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [11:16] * Quits: Streusel (~Anonymous@unaffiliated/streusel) (Quit: Leaving...)
- # [11:27] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
- # [11:32] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Ping timeout: 256 seconds)
- # [11:42] * Joins: Lachy (~Lachy@213.166.174.2)
- # [11:45] * WolfieZero is now known as WolfieZero|Away
- # [11:45] * WolfieZero|Away is now known as WolfieZero
- # [11:48] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [11:55] * Quits: totsinaprops (~totsinapr@gateway/tor-sasl/totsinaprops) (Quit: totsinaprops)
- # [11:59] * Quits: richt (~richt@83.218.67.123) (Remote host closed the connection)
- # [11:59] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 272 seconds)
- # [12:00] * Joins: richt (~richt@83.218.67.123)
- # [12:02] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [12:02] * Joins: newtron (~newtron@206-248-163-100.dsl.teksavvy.com)
- # [12:03] * Joins: adactio (~adactio@212.42.170.181)
- # [12:04] * Quits: richt (~richt@83.218.67.123) (Ping timeout: 260 seconds)
- # [12:05] * Joins: xxtjaxx (~xxtjaxx@kde/developer/marschke)
- # [12:06] * Quits: newtron (~newtron@206-248-163-100.dsl.teksavvy.com) (Ping timeout: 245 seconds)
- # [12:07] <zcorpan> jgraham: Ms2ger: what do i need to do to run http://web-platform.test:8000/html/dom/interfaces.html ?
- # [12:07] <Ms2ger> Oh, right
- # [12:07] <Ms2ger> git submodules are broken
- # [12:07] <Ms2ger> Go into wpt/resources and git submodule update, or something
- # [12:10] <jgraham> Yeah, in theory git submodule update --recursive should work
- # [12:10] <jgraham> But it doesn't seem to for some reason
- # [12:14] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [12:14] <MikeSmith> I don't have a problem getting wpt/resources to update
- # [12:15] <MikeSmith> it updates fine for me with git submodule update --recursive
- # [12:15] <MikeSmith> the problem I run into is for wpt/tools
- # [12:16] <MikeSmith> which I deal with by doing "mv ./tools tools-old; git submodule init; git submodule update"
- # [12:16] <MikeSmith> or something like that
- # [12:17] * Quits: cheron (~cheron@unaffiliated/cheron) (Quit: Leaving.)
- # [12:18] <MikeSmith> hmm or at least dirtiness for wpt/resources goes away after submodule update --recursive
- # [12:18] <MikeSmith> but I guess that doesn't mean it's necessarily pulling the latest from the resources repo
- # [12:19] <MikeSmith> question mark
- # [12:21] <jgraham> MikeSmith: It's resources/idlharness that's the problem (that might not be the right name)
- # [12:21] <MikeSmith> ah ok
- # [12:22] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
- # [12:22] * Joins: felipeduardo (~felipedua@r253-pw-corumbatai.ibys.com.br)
- # [12:22] * MikeSmith shuts up and tries pulling to see what happens
- # [12:23] <Ms2ger> MikeSmith, if you just follow the readme, you get an empty wpt/resources/webidl2
- # [12:24] <MikeSmith> oh, initially you mean?
- # [12:24] <MikeSmith> the very first time?
- # [12:25] <MikeSmith> so yeah I guess I remember having needed to do that
- # [12:25] <zcorpan> well... http://web-platform.test:8000/resources/WebIDLParser.js is still 404 for me
- # [12:25] * Joins: satazor (~satazor@bl17-221-181.dsl.telepac.pt)
- # [12:25] <webben> I'm looking for prior art on how an application (a server in my case) should handle query strings like http://example.com?%atfoobar
- # [12:25] <Ms2ger> zcorpan, is webidl2 non-empty?
- # [12:25] <webben> note the "t" which makes %at not represent a percent-encoded code point
- # [12:26] <zcorpan> Ms2ger: it's empty
- # [12:26] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Ping timeout: 256 seconds)
- # [12:26] <webben> as far as i can tell the url parsing algo at https://dvcs.w3.org/hg/url/raw-file/tip/Overview.html#parsing just would return me "http://example.com?%atfoobar" again
- # [12:27] <Ms2ger> Don't look at that
- # [12:27] <Ms2ger> The spec is at url.spec.whatwg.org
- # [12:27] <webben> I'm wondering if it's "correct" ("safe"?) error handling to treat such it equivalently to http://example.com?%25atfoobar
- # [12:28] <webben> Ms2ger: oooh. ty
- # [12:28] <Ms2ger> zcorpan, okay, I don't remember what the incantation is to get it updated
- # [12:28] * Quits: nessy (~silviapf@101.164.144.53) (Quit: Leaving.)
- # [12:28] * Joins: Kolombiken (~Adium@94.137.124.2)
- # [12:29] <webben> hmm
- # [12:30] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [12:30] <MikeSmith> yeah I just tried a fresh resources/ submodule update from there and I get an empty webidl2 dir
- # [12:30] <webben> so looking at that, it's the same result, "http://example.com?%atfoobar", except it's a non-fatal parse error
- # [12:31] <MikeSmith> if I cd into resources/ and do git pull it fails because it's a detached branch
- # [12:31] <webben> so I guess from the perspective of a server it's not unreasonable to correct to http://example.com?%25atfoobar (?)
- # [12:32] <webben> oh actually
- # [12:32] <webben> maybe that's what the spec is saying to do
- # [12:33] <webben> mmm ... ok only in the case of the fragment not the query
- # [12:33] * Joins: Lachy (~Lachy@213.166.174.2)
- # [12:34] <zcorpan> webben: what do you mean from the perspective of a server? what are you trying to do?
- # [12:36] <webben> Third-parties are generating query strings like ?a=quux&foo=bar&somethingelse=%atfoobar to my server. I'd like to capture these URLs, pull out data from the query strings, and generally process the request.
- # [12:37] <webben> My server happens to be delegating parsing the query string to some Jetty code, which emits from its depths an InvalidArgumentException when it tries to percent-decode %at
- # [12:37] <webben> I'm just wondering what the least incorrect error handling could be
- # [12:37] <webben> (and whether jetty's behavior could be improved for that matter)
- # [12:38] <webben> (this deep exception is thrown from a call like httpRequest.getRequestParams() )
- # [12:38] <MikeSmith> zcorpan: it appears you have to cd to resources/ and then do a git init && git submodule update within there too and then the webidl2 directory will get populated. I don't know if that's that only way or the right way, but it does actually work at least. (And so I guess the --recursive flag to git submodule udpate doesn't really mean what it claims to mean)a
- # [12:39] <webben> so I'm wondering whether, for example, we should try to "correct" the url to http://example.com?a=quux&foo=bar&somethingelse=%25atfoobar before delegating to jetty
- # [12:41] <zcorpan> MikeSmith: not git submodule init ?
- # [12:41] <webben> zcorpan: Does this make any sense as a problem statement, at least?
- # [12:41] <zcorpan> webben: yes
- # [12:42] <zcorpan> webben: so either jetty could implement the url spec and not throw an exception
- # [12:42] * Joins: S234567a (~S234567a@unaffiliated/s234567a)
- # [12:42] <zcorpan> webben: or you could regexp fixup the url before handing it to jetty
- # [12:44] <webben> i wonder if jetty behavior were to change, how they should best signal a parse error without throwing an exception.
- # [12:44] <MikeSmith> zcorpan: yeah sorry I meant git submodule init (I should have just pasted it instead of retyping)
- # [12:48] * Quits: shwetank (~shwetank@122.161.242.87) (Remote host closed the connection)
- # [12:49] * Joins: shwetank (~shwetank@122.161.242.87)
- # [12:53] <jgraham> MikeSmith: If the readme is wrong, maybe you could fix it?
- # [12:53] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [12:53] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [12:56] * Quits: S234567a (~S234567a@unaffiliated/s234567a)
- # [13:00] * Quits: Kolombiken (~Adium@94.137.124.2) (Quit: Leaving.)
- # [13:03] * Joins: hasather_ (~hasather@80.91.33.141)
- # [13:03] * Joins: newtron (~newtron@206-248-163-100.dsl.teksavvy.com)
- # [13:03] * Quits: hasather (~hasather@80.91.33.141) (Read error: Connection reset by peer)
- # [13:05] <zcorpan> ok now the tests run
- # [13:05] <zcorpan> i failed to recover from git init though
- # [13:06] <jgraham> Shouldn
- # [13:07] <jgraham> 't git init on an existing repo be a noop
- # [13:07] <jgraham> ?
- # [13:07] <jgraham> I guess it might not interact well with submodules, but if so that seems like a bug
- # [13:07] * Quits: newtron (~newtron@206-248-163-100.dsl.teksavvy.com) (Ping timeout: 245 seconds)
- # [13:08] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [13:10] <zcorpan> it wasn't a noop for me when i ran it in resources/
- # [13:11] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
- # [13:12] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
- # [13:13] * Joins: espadrine` (~ttyl@AMontsouris-158-1-13-188.w92-128.abo.wanadoo.fr)
- # [13:13] * Quits: shwetank (~shwetank@122.161.242.87) (Ping timeout: 260 seconds)
- # [13:14] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [13:19] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [13:25] <MikeSmith> zcorpan: sorry :(
- # [13:25] <MikeSmith> jgraham: yeah I will update the readme
- # [13:27] * Joins: mpt (~mpt@nat/canonical/x-wqfgldbzxveqpcwi)
- # [13:27] * Quits: mpt (~mpt@nat/canonical/x-wqfgldbzxveqpcwi) (Changing host)
- # [13:27] * Joins: mpt (~mpt@canonical/mpt)
- # [13:29] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [13:29] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Quit: ChatZilla 0.9.90.1 [Firefox 27.0/20140127194636])
- # [13:32] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [13:40] * Joins: jdaggett (~jdaggett@ad007172.dynamic.ppp.asahi-net.or.jp)
- # [13:43] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Remote host closed the connection)
- # [13:43] * Joins: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
- # [13:43] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [13:45] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [13:48] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [13:49] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Remote host closed the connection)
- # [13:53] * Quits: hasather_ (~hasather@80.91.33.141) (Ping timeout: 260 seconds)
- # [13:56] * Joins: hasather (~hasather@80.91.33.141)
- # [13:56] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [13:58] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Remote host closed the connection)
- # [13:58] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [14:04] * Joins: newtron (~newtron@206-248-163-100.dsl.teksavvy.com)
- # [14:08] * Quits: newtron (~newtron@206-248-163-100.dsl.teksavvy.com) (Ping timeout: 245 seconds)
- # [14:12] * Joins: Smylers1 (~smylers@81.143.60.194)
- # [14:12] * Quits: Smylers (~smylers@81.143.60.194) (Read error: Connection reset by peer)
- # [14:14] * Joins: scor (scor@nat/acquia/x-vkvbzjdrquhrilmf)
- # [14:14] * Quits: scor (scor@nat/acquia/x-vkvbzjdrquhrilmf) (Changing host)
- # [14:14] * Joins: scor (scor@drupal.org/user/52142/view)
- # [14:24] * Joins: tj_vantoll (~Adium@2601:4:1400:31:f1c4:3ae7:9ba8:13df)
- # [14:26] * Joins: tj_vantoll1 (~Adium@c-68-84-189-15.hsd1.mi.comcast.net)
- # [14:28] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [14:29] * Quits: tj_vantoll (~Adium@2601:4:1400:31:f1c4:3ae7:9ba8:13df) (Ping timeout: 265 seconds)
- # [14:31] * Quits: espadrine` (~ttyl@AMontsouris-158-1-13-188.w92-128.abo.wanadoo.fr) (Quit: Leaving)
- # [14:31] * Joins: espadrine (~ttyl@AMontsouris-158-1-13-188.w92-128.abo.wanadoo.fr)
- # [14:36] * Quits: niloy (~niloy@223.239.204.220) (Remote host closed the connection)
- # [14:44] * Joins: decotii (~decotii@hq.croscon.com)
- # [14:47] * Quits: satazor (~satazor@bl17-221-181.dsl.telepac.pt) (Remote host closed the connection)
- # [14:52] * Quits: WolfieZero (~WolfieZer@neils-thunderbolt.manor.fubra.net) (Read error: Connection reset by peer)
- # [14:53] * Joins: WolfieZero (~WolfieZer@neils-thunderbolt.manor.fubra.net)
- # [14:59] * Quits: WolfieZero (~WolfieZer@neils-thunderbolt.manor.fubra.net) (Quit: Time to part ways!)
- # [15:02] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [15:03] * Joins: WolfieZero (~WolfieZer@neils-thunderbolt.manor.fubra.net)
- # [15:04] * Joins: newtron (~newtron@206-248-163-100.dsl.teksavvy.com)
- # [15:06] * toyoshim is now known as toyoshiAw
- # [15:08] * Quits: jdaggett (~jdaggett@ad007172.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
- # [15:08] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Remote host closed the connection)
- # [15:09] * Quits: newtron (~newtron@206-248-163-100.dsl.teksavvy.com) (Ping timeout: 245 seconds)
- # [15:13] * Quits: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Remote host closed the connection)
- # [15:18] * Quits: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net) (Quit: tomasf)
- # [15:19] * Joins: niloy (~niloy@223.239.204.220)
- # [15:21] * Joins: satazor (~satazor@80.78.37.188.rev.vodafone.pt)
- # [15:25] * Quits: satazor (~satazor@80.78.37.188.rev.vodafone.pt) (Remote host closed the connection)
- # [15:32] * Joins: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
- # [15:35] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [15:41] * Quits: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Remote host closed the connection)
- # [15:41] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:43] * jorendorff_away is now known as jorendorff
- # [15:46] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [15:47] * Joins: shaunbaker (~shaunbake@97e69e6b.skybroadband.com)
- # [15:49] * Quits: shaunbaker (~shaunbake@97e69e6b.skybroadband.com) (Remote host closed the connection)
- # [15:49] * Joins: shaunbaker (~shaunbake@195.69.155.61)
- # [15:58] * Quits: niloy (~niloy@223.239.204.220) (Ping timeout: 272 seconds)
- # [16:01] * Joins: tomasf (~tomasf@88.131.62.43)
- # [16:07] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Remote host closed the connection)
- # [16:14] * Joins: encryptd_fractal (~mfrawley@66-188-99-174.static.ftbg.wi.charter.com)
- # [16:16] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [16:16] * Quits: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt) (Quit: Leaving...)
- # [16:17] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 248 seconds)
- # [16:19] * Quits: tomasf (~tomasf@88.131.62.43) (Quit: tomasf)
- # [16:25] * Joins: newtron (~newtron@199.71.174.203)
- # [16:27] * Joins: satazor (~satazor@bl17-221-181.dsl.telepac.pt)
- # [16:29] <Ms2ger> Are he blink UseCounter results public?
- # [16:30] <Ms2ger> *the
- # [16:43] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Remote host closed the connection)
- # [16:46] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [16:49] * Joins: benv (~benv@c-67-188-10-155.hsd1.ca.comcast.net)
- # [16:54] * Joins: tomasf (~tomasf@88.131.62.43)
- # [16:57] <mathiasbynens> Ms2ger: there’s http://www.chromestatus.com/metrics/css/animated but other than that, I don’t think so
- # [16:58] * Joins: ehsan (~ehsan@66.207.208.102)
- # [16:58] <mathiasbynens> i meant http://www.chromestatus.com/metrics/css/popularity
- # [16:58] <Ms2ger> I found some 0% claims in another thread, which made me happy :)
- # [16:59] * Quits: roven (~roven@78-20-24-80.access.telenet.be)
- # [17:03] * Quits: Martin1982 (~Martin198@cable-175-208.zeelandnet.nl) (Quit: Gone snoring)
- # [17:05] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [17:06] <SimonSapin> annevk-cloud, hsivonen: Do you agree that CSS’s "environment encoding" is a legacy thing and we don’t want new formats or linking mechanisms to define it?
- # [17:08] * Quits: jernoble (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net) (Quit: Computer has gone to sleep.)
- # [17:09] * Quits: tomasf (~tomasf@88.131.62.43) (Quit: tomasf)
- # [17:14] * Joins: taijeen (~taijeen@p4FF848B9.dip0.t-ipconnect.de)
- # [17:15] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [17:23] * Joins: jernoble (~jernoble@76.74.153.41)
- # [17:29] * Quits: mven_ (~mven@ip72-193-85-64.lv.lv.cox.net) (Remote host closed the connection)
- # [17:31] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Ping timeout: 245 seconds)
- # [17:31] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [17:34] * Joins: kongtomorrow (~kongtomor@108-217-252-162.lightspeed.irvnca.sbcglobal.net)
- # [17:37] <gsnedders> SimonSapin: Do we not just want it to be UTF-8 in any new case?
- # [17:37] * Joins: mmoretti (~mmoretti@2620:149:4:1a01:f960:acfa:f5ea:8bb4)
- # [17:37] <SimonSapin> gsnedders: That’s the idea. If not provided, the next fallback is UTF-8
- # [17:38] <gsnedders> SimonSapin: Well surely it doesn't matter if they define it or not, given the environment encoding will be UTF-8 :)
- # [17:38] * Quits: kongtomorrow (~kongtomor@108-217-252-162.lightspeed.irvnca.sbcglobal.net) (Client Quit)
- # [17:38] <SimonSapin> Well :)
- # [17:38] <SimonSapin> This includes not having a charset attribute, for example
- # [17:40] * Quits: benv (~benv@c-67-188-10-155.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
- # [17:40] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
- # [17:43] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Quit: barnabywalters)
- # [17:54] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [17:54] * Joins: benv (~benv@c-67-188-10-155.hsd1.ca.comcast.net)
- # [17:58] * Quits: satazor (~satazor@bl17-221-181.dsl.telepac.pt) (Read error: Connection reset by peer)
- # [17:58] * Joins: satazor (~satazor@bl17-221-181.dsl.telepac.pt)
- # [18:02] * Joins: lmclister (~lmclister@sjfw1-b.adobe.com)
- # [18:02] * Joins: jeffreyatw (~jeffreyat@66-194-1-26.STATIC.twtelecom.net)
- # [18:03] * Joins: satazor_ (~satazor@bl17-221-181.dsl.telepac.pt)
- # [18:03] * Quits: hasather (~hasather@80.91.33.141) (Remote host closed the connection)
- # [18:04] * Joins: hasather (~hasather@80.91.33.141)
- # [18:05] * Quits: satazor (~satazor@bl17-221-181.dsl.telepac.pt) (Ping timeout: 245 seconds)
- # [18:07] * Quits: shaunbaker (~shaunbake@195.69.155.61)
- # [18:09] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 272 seconds)
- # [18:09] * Quits: jernoble (~jernoble@76.74.153.41) (Quit: Computer has gone to sleep.)
- # [18:10] <dglazkov> good morning, Whatwg!
- # [18:11] * Joins: annevk (~annevk@77-58-247-33.dclient.hispeed.ch)
- # [18:12] * Quits: benv (~benv@c-67-188-10-155.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
- # [18:17] * jonlee_|afk is now known as jonlee_
- # [18:18] * Joins: sedovsek (~robert@lk.84.20.237.54.dc.cable.static.lj-kabel.net)
- # [18:18] * Joins: ap (~ap@2620:149:4:304:2074:e245:ac1a:c1cf)
- # [18:18] <Ms2ger> My dear dglazkov!
- # [18:19] * Joins: Maurice (~copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [18:19] * Joins: kuatsure (~kuatsure@74.83.252.220)
- # [18:20] * Joins: Benvie (~bbenvie@204.28.118.69)
- # [18:26] * Quits: kuatsure (~kuatsure@74.83.252.220) (Quit: bye)
- # [18:26] * Joins: kuatsure (~kuatsure@74.83.252.220)
- # [18:31] * Quits: Smylers1 (~smylers@81.143.60.194) (Ping timeout: 245 seconds)
- # [18:32] * Joins: rdebeasi (~rdebeasi@datacenter.ef.com)
- # [18:35] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
- # [18:37] * Quits: sedovsek (~robert@lk.84.20.237.54.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
- # [18:45] * Quits: taijeen (~taijeen@p4FF848B9.dip0.t-ipconnect.de) (Remote host closed the connection)
- # [18:46] * Joins: totsinaprops (~totsinapr@gateway/tor-sasl/totsinaprops)
- # [18:48] * Joins: llkats (~llkats@206.169.83.230)
- # [18:50] * Joins: Areks (~Areks@128-68-27-183.broadband.corbina.ru)
- # [18:53] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [18:54] * Joins: mpt (~mpt@canonical/mpt)
- # [18:57] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [18:58] * Joins: weinig (~weinig@17.114.218.135)
- # [19:02] * jonlee_ is now known as jonlee_|afk
- # [19:06] * Quits: WolfieZero (~WolfieZer@neils-thunderbolt.manor.fubra.net) (Ping timeout: 245 seconds)
- # [19:07] * Joins: Kolombiken (~Adium@94.137.124.2)
- # [19:08] * Joins: marcosc (~marcosc@a79-168-197-24.cpe.netcabo.pt)
- # [19:12] * Quits: weinig (~weinig@17.114.218.135) (Quit: weinig)
- # [19:14] * Joins: SimbaLion` (~SimbaLion@97-81-93-22.dhcp.athn.ga.charter.com)
- # [19:16] * Quits: newtron (~newtron@199.71.174.203) (Remote host closed the connection)
- # [19:17] * Joins: newtron (~newtron@199.71.174.203)
- # [19:21] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 245 seconds)
- # [19:22] * Parts: adactio (~adactio@212.42.170.181)
- # [19:28] * Joins: newtron (~newtron@199.71.174.203)
- # [19:32] * Joins: dbaron (~dbaron@70-36-140-106.dsl.dynamic.sonic.net)
- # [19:35] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
- # [19:36] * SimbaLion` is now known as SimbaLion
- # [19:36] * Joins: weinig (~weinig@17.114.218.135)
- # [19:36] * jorendorff is now known as jorendorff_away
- # [19:40] * Quits: newtron (~newtron@199.71.174.203) (Remote host closed the connection)
- # [19:40] * Joins: newtron (~newtron@199.71.174.203)
- # [19:40] * jorendorff_away is now known as jorendorff
- # [19:44] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 245 seconds)
- # [19:50] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [19:52] <jgraham> MikeSmith: So git submodule update --init --recursive does what you might think that git submodule update --recursive would do
- # [19:53] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [19:54] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [19:57] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 245 seconds)
- # [20:00] <Hixie> foolip: wtf is MSE?
- # [20:01] <jgraham> Hixie: Media Source Extensions
- # [20:02] <Ms2ger> Is that ROT13(DRM)?
- # [20:03] <Hixie> what are those?
- # [20:03] <jgraham> https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html
- # [20:03] <jgraham> No, this is for adaptive streaming using javascript
- # [20:04] <Hixie> (aw, another non-rfc-2119 spec)
- # [20:04] <Hixie> looks like a cool idea, i guess
- # [20:04] <Hixie> though seems like more effort than just having the browsers do it
- # [20:04] <Hixie> but ok
- # [20:05] <Hixie> any idea why they try to change TextTrack?
- # [20:06] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [20:09] * Joins: benv (~benv@38.104.194.126)
- # [20:14] * Joins: WolfieZero (~WolfieZer@neilandkerrie.plus.com)
- # [20:15] <annevk> Hixie: to add SourceBuffer?
- # [20:15] <annevk> but I guess you could tell as much
- # [20:15] * annevk goes back to doing useful stuff
- # [20:19] * Quits: WolfieZero (~WolfieZer@neilandkerrie.plus.com) (Ping timeout: 248 seconds)
- # [20:21] * Joins: newtron (~newtron@199.71.174.203)
- # [20:23] * Quits: satazor_ (~satazor@bl17-221-181.dsl.telepac.pt) (Ping timeout: 245 seconds)
- # [20:24] * Quits: fredy (~fredy@2001:648:2ffc:1225:a800:ff:fe12:113e) (Excess Flood)
- # [20:24] * Joins: fredy (~fredy@snf-8914.vm.okeanos.grnet.gr)
- # [20:31] <Hixie> annevk: i mean, why do they make kind and language mutable
- # [20:32] <Hixie> falken: did the patch on https://www.w3.org/Bugs/Public/show_bug.cgi?id=20418 fix all our problems?
- # [20:33] <Ms2ger> Hixie, fyi, updates in https://www.w3.org/Bugs/Public/show_bug.cgi?id=22118
- # [20:33] <Hixie> thanks
- # [20:34] <Ms2ger> Also, we might be able to drop document.all()
- # [20:34] <Hixie> yeah i saw that
- # [20:34] <Hixie> that's great!
- # [20:36] * Joins: jernoble (~jernoble@17.202.46.221)
- # [20:37] * Quits: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net) (Ping timeout: 245 seconds)
- # [20:38] <Hixie> Ms2ger: more comments in that bug :-)
- # [20:39] <Ms2ger> \o/
- # [20:39] <Hixie> anyone want to make a call on https://www.w3.org/Bugs/Public/show_bug.cgi?id=24312 regarding what exactly i should spec?
- # [20:39] <Hixie> (<img> reloading when adopting)
- # [20:39] <Ms2ger> Aaaand I'm out :)
- # [20:40] <annevk> Hixie: hmm weird, I suppose language can change over time, dunno about kind
- # [20:40] <Hixie> languages of subtitles changing over time seems wildly crazy to me
- # [20:41] <Hixie> i'll be back later. gonna go get food.
- # [20:46] * Joins: jernoble|laptop (~jernoble@17.202.45.163)
- # [20:51] * Joins: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net)
- # [20:53] <annevk> SimonSapin: new formats or linking mechanisms should enforce utf-8 for themselves and subresources
- # [20:53] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [20:53] * Quits: mmoretti (~mmoretti@2620:149:4:1a01:f960:acfa:f5ea:8bb4)
- # [20:54] * Joins: Smylers (~smylers@host86-147-28-2.range86-147.btcentralplus.com)
- # [20:55] <SimonSapin> annevk: that’s different still. But I guess they can always do UTF-8 decoding themselves and parse the result like they would <style>
- # [20:55] <annevk> SimonSapin: yeah, you want some kind of override flag like the HTML parser has
- # [20:55] <annevk> SimonSapin: for these contexts
- # [20:57] <SimonSapin> annevk: I mean, parsing from code points is an existing hook, so CSS Syntax does not need to add a "UTF-8 only" hook for parsing from bytes
- # [21:01] * Quits: weinig (~weinig@17.114.218.135) (Quit: weinig)
- # [21:01] * Joins: ambv (~ambv@206.108.217.134)
- # [21:06] * Joins: weinig (~weinig@17.114.5.242)
- # [21:09] * Joins: nessy (~silviapf@101.164.144.53)
- # [21:11] * Quits: benv (~benv@38.104.194.126) (Quit: Computer has gone to sleep.)
- # [21:15] * Joins: ^esc (~esc-ape@77.119.133.239.wireless.dyn.drei.com)
- # [21:16] * Quits: dbaron (~dbaron@70-36-140-106.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [21:17] <Hixie> annevk: does https://www.w3.org/Bugs/Public/show_bug.cgi?id=19505 look right? (the final proposal)
- # [21:18] * Joins: satazor (~satazor@80.78.37.188.rev.vodafone.pt)
- # [21:20] * Quits: nessy (~silviapf@101.164.144.53) (Quit: Leaving.)
- # [21:20] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [21:22] * Quits: satazor (~satazor@80.78.37.188.rev.vodafone.pt) (Remote host closed the connection)
- # [21:23] * Quits: kuatsure (~kuatsure@74.83.252.220) (Quit: bye)
- # [21:23] * Joins: satazor (~satazor@80.78.37.188.rev.vodafone.pt)
- # [21:23] * Joins: kuatsure (~kuatsure@74.83.252.220)
- # [21:23] * Quits: satazor (~satazor@80.78.37.188.rev.vodafone.pt) (Remote host closed the connection)
- # [21:24] * Joins: tomasf (~tomasf@h210n5-n-d4.ias.bredband.telia.com)
- # [21:24] * Quits: kuatsure (~kuatsure@74.83.252.220) (Client Quit)
- # [21:25] * Joins: kuatsure (~kuatsure@74.83.252.220)
- # [21:26] * Quits: kuatsure (~kuatsure@74.83.252.220) (Client Quit)
- # [21:26] * Joins: satazor (~satazor@80.78.37.188.rev.vodafone.pt)
- # [21:27] * Joins: kuatsure (~kuatsure@74.83.252.220)
- # [21:27] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [21:28] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [21:28] * Quits: kuatsure (~kuatsure@74.83.252.220) (Client Quit)
- # [21:30] * Joins: kuatsure (~kuatsure@74.83.252.220)
- # [21:31] <annevk> Hixie: yeah I think so
- # [21:32] <annevk> SimonSapin: you don't really want to have to decode / parse in some other spec when all you need is parse
- # [21:32] <annevk> SimonSapin: especially since it might lead implementers astray from doing the right thing
- # [21:34] * Quits: annevk (~annevk@77-58-247-33.dclient.hispeed.ch) (Remote host closed the connection)
- # [21:36] * Quits: satazor (~satazor@80.78.37.188.rev.vodafone.pt) (Remote host closed the connection)
- # [21:36] <Hixie> annevk-cloud: k, i'm putting it in
- # [21:36] * Quits: lmclister (~lmclister@sjfw1-b.adobe.com)
- # [21:38] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [21:38] * Quits: newtron (~newtron@199.71.174.203) (Remote host closed the connection)
- # [21:38] * Joins: newtron (~newtron@199.71.174.203)
- # [21:39] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [21:41] * Joins: hasather (~hasather@80.91.33.141)
- # [21:43] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 245 seconds)
- # [21:44] * Joins: satazor (~satazor@80.78.37.188.rev.vodafone.pt)
- # [21:45] * Joins: newtron (~newtron@199.71.174.203)
- # [21:45] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 245 seconds)
- # [21:47] * Quits: TallTed (~Thud@63.119.36.36)
- # [21:49] * Quits: rniwa (~rniwa@17.202.43.222) (Quit: rniwa)
- # [21:58] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
- # [22:00] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [22:00] * Joins: ap_ (~ap@17.114.219.4)
- # [22:03] * Quits: ap (~ap@2620:149:4:304:2074:e245:ac1a:c1cf) (Ping timeout: 272 seconds)
- # [22:04] * Joins: ap (~ap@17.114.0.213)
- # [22:04] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Quit: bholley)
- # [22:04] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [22:05] * Quits: ap_ (~ap@17.114.219.4) (Ping timeout: 272 seconds)
- # [22:07] * Joins: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com)
- # [22:09] * Joins: TallTed (~Thud@63.119.36.36)
- # [22:14] * Joins: kongtomorrow (~kongtomor@BeaverNet-166.caltech.edu)
- # [22:15] * Quits: felipeduardo (~felipedua@r253-pw-corumbatai.ibys.com.br) (Quit: Leaving)
- # [22:17] * Joins: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net)
- # [22:18] * Joins: kongtomorrow_ (~kongtomor@DHCP-23-201.caltech.edu)
- # [22:21] * Quits: kongtomorrow (~kongtomor@BeaverNet-166.caltech.edu) (Read error: Operation timed out)
- # [22:21] * kongtomorrow_ is now known as kongtomorrow
- # [22:21] * Joins: lmclister (~lmclister@sjfw1-b.adobe.com)
- # [22:21] * Joins: baku (~baku@188.29.165.7.threembb.co.uk)
- # [22:23] * Joins: sedovsek (~robert@lk.84.20.237.54.dc.cable.static.lj-kabel.net)
- # [22:24] * Quits: ap (~ap@17.114.0.213) (Read error: Connection reset by peer)
- # [22:24] * Joins: ap_ (~ap@17.114.0.213)
- # [22:24] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Remote host closed the connection)
- # [22:27] * Quits: Ms2ger (~Ms2ger@96.219-64-87.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [22:27] * Joins: rniwa (~rniwa@17.202.43.222)
- # [22:30] * heycam|away is now known as heycam
- # [22:32] * Quits: sedovsek (~robert@lk.84.20.237.54.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
- # [22:35] * eric_carlson is now known as eric_carlson|afk
- # [22:40] * Joins: aleray (~aleray@ip-83-101-33-125.customer.schedom-europe.net)
- # [22:41] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [22:42] * Joins: benv (~benv@38.104.194.126)
- # [22:47] * Quits: tj_vantoll1 (~Adium@c-68-84-189-15.hsd1.mi.comcast.net) (Quit: Leaving.)
- # [22:50] * Quits: TallTed (~Thud@63.119.36.36)
- # [22:50] * Joins: hasather (~hasather@80.91.33.141)
- # [22:51] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [22:52] * Quits: hasather (~hasather@80.91.33.141) (Read error: Connection reset by peer)
- # [22:52] * Joins: hasather_ (~hasather@80.91.33.141)
- # [22:53] * Quits: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [22:56] * Quits: hasather_ (~hasather@80.91.33.141) (Ping timeout: 245 seconds)
- # [22:56] * jorendorff is now known as jorendorff_away
- # [22:58] <aleray> hi, how can I prettyprint with html5lib python? I'm using lxml but this code does not output pretty html: http://dpaste.com/1589423/
- # [22:58] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [22:58] * jorendorff_away is now known as jorendorff
- # [22:58] <aleray> not sure if I should serialize using lxml or if I should rather use the html5lib serializer
- # [22:59] * Joins: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net)
- # [22:59] * Krinkle|detached is now known as Krinkle
- # [23:01] * Quits: weinig (~weinig@17.114.5.242) (Quit: weinig)
- # [23:01] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [23:02] * Joins: nessy (~silviapf@101.164.144.53)
- # [23:03] * Quits: ap_ (~ap@17.114.0.213) (Quit: ap_)
- # [23:04] * Joins: dbaron (dbaron@nat/google/x-guevvqklbfktiqae)
- # [23:05] * Quits: kuatsure (~kuatsure@74.83.252.220) (Quit: bye)
- # [23:05] * Joins: WolfieZero (~WolfieZer@neilandkerrie.plus.com)
- # [23:05] * Joins: kuatsure (~kuatsure@74.83.252.220)
- # [23:10] * Joins: baku_ (~baku@188.29.164.47.threembb.co.uk)
- # [23:10] * Joins: ap (~ap@17.114.219.4)
- # [23:12] * WolfieZero is now known as WolfieZero|Away
- # [23:12] * Joins: weinig (~weinig@17.114.218.135)
- # [23:13] * Quits: kuatsure (~kuatsure@74.83.252.220) (Quit: zzz)
- # [23:13] * Quits: baku (~baku@188.29.165.7.threembb.co.uk) (Ping timeout: 252 seconds)
- # [23:14] * Quits: Maurice (~copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [23:14] * Quits: baku_ (~baku@188.29.164.47.threembb.co.uk) (Client Quit)
- # [23:16] * Joins: css (~css@unaffiliated/css)
- # [23:16] * Quits: WolfieZero|Away (~WolfieZer@neilandkerrie.plus.com) (Ping timeout: 246 seconds)
- # [23:17] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [23:18] * Quits: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net) (Ping timeout: 260 seconds)
- # [23:19] * Joins: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net)
- # [23:19] * Quits: newtron (~newtron@199.71.174.203) (Remote host closed the connection)
- # [23:20] * Joins: newtron (~newtron@199.71.174.203)
- # [23:20] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [23:24] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 245 seconds)
- # [23:27] * Quits: Areks (~Areks@128-68-27-183.broadband.corbina.ru) (Ping timeout: 245 seconds)
- # [23:27] * Quits: kinetik (~kinetik@121.99.43.163) (Quit: leaving)
- # [23:28] * Joins: kinetik (~kinetik@121.99.43.163)
- # [23:28] * Quits: weinig (~weinig@17.114.218.135) (Quit: weinig)
- # [23:29] * Joins: newtron (~newtron@199.71.174.203)
- # [23:31] <TabAtkins> I'd like an answer to that, too - I haven't investigated pretty-printing yet, but Bikeshed's output is *really* ugly. ^_^
- # [23:34] * Joins: S234567a (~S234567a@unaffiliated/s234567a)
- # [23:38] * Joins: mven_ (~mven@u-131-216-14-39.dhcp.unlv.edu)
- # [23:42] * Quits: S234567a (~S234567a@unaffiliated/s234567a)
- # [23:42] * Joins: Johnny- (~null@23-24-48-117-static.hfc.comcastbusiness.net)
- # [23:42] * Quits: Johnny- (~null@23-24-48-117-static.hfc.comcastbusiness.net) (Changing host)
- # [23:42] * Joins: Johnny- (~null@unaffiliated/johnny-)
- # [23:45] * Quits: Benvie (~bbenvie@204.28.118.69) (Remote host closed the connection)
- # [23:45] * Joins: Benvie (~bbenvie@204.28.118.69)
- # [23:45] * Quits: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net) (Ping timeout: 272 seconds)
- # [23:45] * Joins: othermaciej (~mjs@17.114.216.128)
- # [23:45] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
- # [23:48] * Joins: WolfieZero (~WolfieZer@neilandkerrie.plus.com)
- # [23:52] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Remote host closed the connection)
- # [23:56] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # Session Close: Fri Feb 07 00:00:00 2014
The end :)