Options:
- # Session Start: Tue Mar 27 00:00:01 2012
- # Session Ident: #whatwg
- # [00:10] * heycam|away is now known as heycam
- # [00:14] * Quits: jacobolu_ (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [00:17] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [00:19] * Quits: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
- # [00:22] * Joins: richbradshaw (~richbrads@cpc5-newt32-2-0-cust37.newt.cable.virginmedia.com)
- # [00:23] * Quits: richbradshaw (~richbrads@cpc5-newt32-2-0-cust37.newt.cable.virginmedia.com) (Client Quit)
- # [00:27] <sicking> annevk: it might depend on if it's a tablet or cellphone
- # [00:27] <sicking> annevk: since tablets are usually held in landscape mode, but cellphones in portrait mode
- # [00:27] <sicking> annevk: i only tried safari on iphone vs. "browser" on android tablet
- # [00:27] <TabAtkins> annevk: What are the display-related bits?
- # [00:30] <gsnedders> Hixie: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1423 gives Internal Error.
- # [00:30] <Hixie> what did you do?!
- # [00:31] <gsnedders> No idea.
- # [00:31] <Hixie> that's impressive!
- # [00:31] <gsnedders> Hixie: Really, I just pressed save. :P
- # [00:32] <gsnedders> Hixie: http://pastebin.com/AMWc0HKw
- # [00:32] <Hixie> likely story
- # [00:33] <Hixie> wtf
- # [00:34] <Hixie> brb will fix
- # [00:36] <zewt> sicking: fwiw, i very often hold my phone landscape (keyboard is much easier to use that way and switching back and forth is laggy on android)
- # [00:37] * jonlee is now known as jonlee|afk
- # [00:37] * jonlee|afk is now known as jonlee
- # [00:37] <Hixie> gsnedders: looks like an apache bug. your test was just too long.
- # [00:37] <Hixie> gsnedders: i'm trying an alternative approach.
- # [00:38] * Joins: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
- # [00:39] * Joins: danbri (~danbri@78.25.238.134)
- # [00:39] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [00:42] <jarek> why <text> element was introduced in SVG? How is that better than using HTML via foreignObject?
- # [00:42] <TabAtkins> jarek: That was *years* ago.
- # [00:42] <jarek> is it possible that text will become obsolete just like SVG fonts?
- # [00:42] <jarek> TabAtkins: 1999, right?
- # [00:43] <TabAtkins> Sometime around then, yeah.
- # [00:43] <heycam> no I think we will keep <text> in SVG, because it is far more convenient to include a line of text than going to a <foreignObject>
- # [00:44] <heycam> I mean it's a shame that <foreignObject> is required to include HTML
- # [00:44] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [00:44] <heycam> but I think it will be difficult at this point to allow HTML in SVG more directly than via <foreignObject>
- # [00:44] <jarek> yeah, SVG feels so decoupled from HTML
- # [00:44] <TabAtkins> I think we should keep trying!
- # [00:44] <TabAtkins> <svg><g><p>Some text!</p></g></svg> would be nice.
- # [00:45] <heycam> it sure would! I worry that the html parser is what stops us improving things like this
- # [00:45] <TabAtkins> Not necessarily. It's still *possible* to change the HTML parser for high-value causes.
- # [00:45] <TabAtkins> We're doing it as part of Web Components, frex.
- # [00:45] <TabAtkins> To handle <template>.
- # [00:45] <heycam> oh really, huh
- # [00:46] <heycam> ok well I will keep that in mind
- # [00:46] <annevk> TabAtkins: the ::cover stuff or whatever it ends up being
- # [00:46] <annevk> TabAtkins: hober knows more
- # [00:46] <TabAtkins> So you can do things like <template><tr>...</tr></template> without that getting fixed up.
- # [00:46] <heycam> I see
- # [00:46] <TabAtkins> annevk: Okay. I'm in the process of writing an updated Display spec, so I'd like to see if I need to add anything else.
- # [00:47] * Quits: danbri (~danbri@78.25.238.134) (Ping timeout: 244 seconds)
- # [00:49] <Hixie> gsnedders: ok, fixed
- # [00:50] <Hixie> as a bonus i finally made the live dom viewer not document.write() it's url
- # [00:50] <Hixie> so now it should work on all the browsers with those annoying xss filters
- # [00:50] <TabAtkins> *Thank you*
- # [00:55] <zewt> ugh, ArrayBufferView constructors make a copy when passed another view, and only actually create a *view* when passed an ArrayBuffer? what horrible, mind-shattering drugs were they on?
- # [00:55] * Joins: danbri (~danbri@78.25.238.134)
- # [00:57] * Joins: schnoomac (~schnoomac@melbourne.99cluster.com)
- # [00:57] * Joins: dave_levin (dave_levin@nat/google/x-vqipcuztwhqtavyu)
- # [00:57] <annevk> TabAtkins: well I guess the idea is to having something that covers both <dialog> and fullscreen
- # [00:57] <annevk> TabAtkins: I'm not sure what that is though
- # [00:57] <TabAtkins> Yeah, me neither.
- # [00:57] <Hixie> TabAtkins: we should get hober and have lunch
- # [00:57] <TabAtkins> Sounds good.
- # [00:57] <Hixie> TabAtkins: figure out what needs to happen for these three specs to work together
- # [00:58] <Hixie> hober: you around?
- # [00:58] <Hixie> hober, TabAtkins: i can do tomorrow or wednesday, i'm out thursday and friday
- # [00:59] <abarth> Hixie: What do you think about exposing parent.location.origin across origins? Specifically, letting a frame see the origin of all the frames that contain it
- # [01:00] <abarth> Hixie: There are folks that want to do different things depending on who contains them. They can use postMessage today to coordinate, but that requires the containers to run code in the parent to coordinate
- # [01:02] <Hixie> going up the chain seems safe
- # [01:02] <Hixie> going down seems dodgy, consider a case like a site bank.com where you configure what your bank is so you go to bank.com and it redirects you to your bank
- # [01:02] <Hixie> now i just have to iframe bank.com to find out the user's bank
- # [01:03] <Hixie> better example of that would be something like livejournal, which has per-user subdomains
- # [01:03] <Hixie> or a corp url redirector, where being able to read the origin would expose a lot of internal hostnames
- # [01:03] <abarth> yeah, you wouldn't want to expose the origin of random frames
- # [01:03] <Hixie> but going up seems fine, sure
- # [01:04] <Hixie> it'll be a pain to implement, i imagine
- # [01:04] <Hixie> i think it might be better to expose as location.parentOrigin
- # [01:04] <Hixie> than parent.location.origin
- # [01:04] <abarth> that's an interesting idea
- # [01:04] <Hixie> less likely to misimplemented, too
- # [01:05] * Joins: necolas (~necolas@5ade4db9.bb.sky.com)
- # [01:05] <dave_levin> abarth: It has the nice side benefit that one can now hide ones origin and iframe if you really want to
- # [01:05] <dave_levin> abarth: Using two iframes
- # [01:05] * Joins: JVoracek (~J_Voracek@cpe-70-123-106-75.tx.res.rr.com)
- # [01:06] <abarth> yeah. thanks for the gut check. I'll send an email to the list with more information about the use cases, etc
- # [01:11] * Quits: JVoracek (~J_Voracek@cpe-70-123-106-75.tx.res.rr.com) (Quit: disconnected: Jace Voracek - Jace@Jace-Place.com)
- # [01:12] * Joins: dbaron (~dbaron@12.197.88.252)
- # [01:14] * jonlee is now known as jonlee|afk
- # [01:14] * jonlee|afk is now known as jonlee
- # [01:14] <zewt> i don't think there was ever any reason to have an ArrayBuffer type at all; could have just made objects return an Int8Array and not have a magical typeless object
- # [01:15] <zewt> welcome to the future, where we still have crappy apis being permanently glued to the platform without any real review
- # [01:19] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (Remote host closed the connection)
- # [01:20] <Philip`> As far as I'm aware, it's not like the WebGL people were trying to work in secret - they had a use case, so they came up with a solution, and people outside the community were aware of it but didn't bother commenting on it (other than saying "the ES guys have been looking into this for years, if you wait a few more years they might agree on something that might be suitable"), so they stuck with it, and a year later it was implemented everywhere
- # [01:21] * Joins: J_Voracek (~J_Voracek@cpe-70-123-106-75.tx.res.rr.com)
- # [01:21] <zewt> clearly, something went wrong
- # [01:22] <kennyluck> It probably started to go wrong when Microsoft decided to make IE free.
- # [01:22] * Quits: tomasf (~tom@c-b7dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Quit: tomasf)
- # [01:22] * Joins: tomasf (~tom@2002:55e5:dbb7:0:211f:5165:a039:d7f5)
- # [01:24] <Philip`> I guess what went wrong is that the people who could have given useful comments didn't give comments promptly, so they missed the chance to fix it in time
- # [01:24] * Quits: danbri (~danbri@78.25.238.134) (Ping timeout: 260 seconds)
- # [01:24] <zewt> was it ever raised for review on whatwg/webapps?
- # [01:24] <zewt> (saying "we're doing this thing, subscribe to webgl-public if you want to talk about it" isn't good enough)
- # [01:25] <zewt> <- just frustrated that it has such seemingly obvious warts, it's become an infrastructural API, and now we're stuck with the warts forever
- # [01:27] * Quits: J_Voracek (~J_Voracek@cpe-70-123-106-75.tx.res.rr.com) (Quit: disconnected: Jace Voracek - Jace@Jace-Place.com)
- # [01:29] <Philip`> http://www.w3.org/mid/4B217A6B.8070905@mozilla.com
- # [01:30] <Philip`> (People paid more attention to public-html back then)
- # [01:36] * Joins: teleject (~christoph@cpe-70-112-210-24.austin.res.rr.com)
- # [01:38] * Quits: jwalden (~waldo@2620:101:8003:200:224:d7ff:fef0:8d90) (Quit: back tomorrow)
- # [01:41] <kennyluck> Philip`, did anything happen to public-html in the meanwhile?
- # [01:41] * Quits: jdaggett (~jdaggett@12.197.88.252) (Quit: jdaggett)
- # [01:42] <TabAtkins> kennyluck: It was infested by process trolls and taken over by noise.
- # [01:42] <TabAtkins> See: every single message about longdesc, ever.
- # [01:44] <kennyluck> Huh.
- # [01:46] <TabAtkins> The worst part is that I know the a11y people *mean* well, they just put blinders on when talking about certain topics.
- # [01:47] <TabAtkins> They have a mysterious and total blindness about the "longdesc is completely polluted and useless" studies, and insist on trying to either pretend that it's perfectly okay, or that it will be okay *this time* if they just give it a different name.
- # [01:48] <zewt> TabAtkins: everyone means well
- # [01:48] <zewt> (perhaps excluding DRM folk)
- # [01:48] <kennyluck> lol
- # [01:48] <zewt> (wasn't a joke, heh)
- # [01:52] * Joins: jdaggett (~jdaggett@12.197.88.10)
- # [02:09] <zewt> Philip`: asking for commentary on WebGL isn't quite the same as asking for it on typed arrays, either
- # [02:11] * Joins: VernonK (~VernonK@108-84-174-221.lightspeed.chrlnc.sbcglobal.net)
- # [02:13] * Parts: VernonK (~VernonK@108-84-174-221.lightspeed.chrlnc.sbcglobal.net)
- # [02:13] * Quits: [[zz]] (~q@101.109.238.16) (Read error: Connection reset by peer)
- # [02:13] * Joins: VernonK (~VernonK@108-84-174-221.lightspeed.chrlnc.sbcglobal.net)
- # [02:16] * Quits: jryans (~jryans@74.61.92.158) (Quit: Leaving...)
- # [02:17] * Quits: VernonK (~VernonK@108-84-174-221.lightspeed.chrlnc.sbcglobal.net) (Client Quit)
- # [02:23] * Quits: jarek (~jarek@unaffiliated/jarek) (Ping timeout: 246 seconds)
- # [02:27] * Quits: isherman (isherman@nat/google/x-yghgapuzdcmvctzs) (Quit: Leaving.)
- # [02:28] * Joins: isherman (isherman@nat/google/x-qpfemskckviikurr)
- # [02:32] * Quits: jsbell (jsbell@nat/google/x-cuvnwpgrjtecdrdw) (Quit: There's no place like home...)
- # [02:36] * jonlee is now known as jonlee|afk
- # [02:42] * Quits: ap (~ap@2620:149:4:1b01:510:7179:cb61:44f5) (Quit: ap)
- # [02:47] * eric_carlson is now known as ericc|away
- # [02:50] * Quits: Druid_ (~Druid@p5B135134.dip.t-dialin.net) (Ping timeout: 265 seconds)
- # [02:50] * Quits: necolas (~necolas@5ade4db9.bb.sky.com) (Remote host closed the connection)
- # [02:55] * Joins: Druid_ (~Druid@p5B05D0DE.dip.t-dialin.net)
- # [02:56] * Quits: twisted` (~twisted@p5DDB8BAB.dip.t-dialin.net) (Quit: Computer has gone to sleep.)
- # [02:57] * Quits: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [03:01] * Joins: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [03:03] * Joins: S (~chatzilla@199.255.213.102)
- # [03:04] * S is now known as Guest83821
- # [03:04] * Quits: Guest83821 (~chatzilla@199.255.213.102) (Remote host closed the connection)
- # [03:06] * Quits: smaug____ (~chatzilla@12.197.88.252) (Ping timeout: 245 seconds)
- # [03:09] * Joins: danbri (~danbri@78.25.238.134)
- # [03:11] * Quits: danbri (~danbri@78.25.238.134) (Excess Flood)
- # [03:14] * Joins: danbri (~danbri@78.25.238.134)
- # [03:15] * Quits: pablof (~pablof@144.189.101.1) (Quit: ^z)
- # [03:16] * Joins: pablof (~pablof@144.189.101.1)
- # [03:18] * Quits: danbri (~danbri@78.25.238.134) (Ping timeout: 246 seconds)
- # [03:19] * Joins: danbri (~danbri@78.25.238.134)
- # [03:21] * Quits: pablof (~pablof@144.189.101.1) (Ping timeout: 250 seconds)
- # [03:23] * Quits: tonsofpcs (~tonsofpcs@cpe-72-230-192-8.stny.res.rr.com) (Ping timeout: 265 seconds)
- # [03:25] * Joins: tonsofpcs (~tonsofpcs@cpe-72-230-192-8.stny.res.rr.com)
- # [03:27] * Quits: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
- # [03:28] * Quits: dbaron (~dbaron@12.197.88.252) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [03:28] * Quits: ehsan (~ehsan@12.197.88.252) (Remote host closed the connection)
- # [03:29] * Joins: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
- # [03:33] * Quits: sicking (~chatzilla@12.197.88.252) (Ping timeout: 264 seconds)
- # [03:34] * Quits: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net) (Client Quit)
- # [03:34] * Quits: aklein (u4454@gateway/web/irccloud.com/x-evmorshfjxkcmqyh)
- # [03:37] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [03:43] * Quits: chriseppstein (~chrisepps@209.119.65.162) (Quit: chriseppstein)
- # [03:57] <miketaylr> abarth: do you know if anyone has tried to contact winktoolkit people?
- # [03:57] <miketaylr> i've worked with them in the past on some compat stuff
- # [03:58] <abarth> miketaylr: nope, i just saw the bug report today
- # [03:58] <miketaylr> k, i'll email the guy and at least point him to the discussion
- # [04:08] * heycam is now known as heycam|away
- # [04:09] * Joins: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [04:24] * Quits: teleject (~christoph@cpe-70-112-210-24.austin.res.rr.com) (Quit: teleject)
- # [04:37] * Joins: teleject (~christoph@cpe-70-112-210-24.austin.res.rr.com)
- # [04:42] * heycam|away is now known as heycam
- # [04:42] * abarth is now known as abarth|afk
- # [04:44] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: dflk;adfslkj;alsiekfj;laiskdf)
- # [04:51] * Joins: Evanescence (~Evanescen@60.183.197.71)
- # [04:55] * Quits: LBP (~Mirc@pD9EB19C2.dip0.t-ipconnect.de) (Ping timeout: 265 seconds)
- # [04:55] * Joins: LBP (~Mirc@pD9EB142A.dip0.t-ipconnect.de)
- # [04:57] * Joins: twisted` (~twisted@p5DDB8BAB.dip.t-dialin.net)
- # [05:14] * Quits: danbri (~danbri@78.25.238.134) (Ping timeout: 246 seconds)
- # [05:15] * Joins: danbri (~danbri@78.25.238.134)
- # [05:15] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [05:19] * Quits: danbri (~danbri@78.25.238.134) (Excess Flood)
- # [05:20] * Joins: danbri (~danbri@78.25.238.134)
- # [05:36] * Quits: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Quit: snowfox)
- # [05:38] * Joins: Sirisian (~Sirisian@adsl-76-236-190-113.dsl.klmzmi.sbcglobal.net)
- # [05:40] * Joins: ehsan (~ehsan@12.197.88.10)
- # [05:41] * Joins: izhak (~izhak@213.87.241.246)
- # [05:48] * Joins: smaug____ (~chatzilla@12.197.88.10)
- # [05:49] <smaug____> volkmar: ping
- # [05:49] <smaug____> volkmar: could you ask someone managing moznet to allow more connections from the hotel
- # [05:52] <smaug____> or gavin or ehsan
- # [05:53] <ehsan> I don't have control over moznet
- # [05:53] <smaug____> ehsan: could you perhaps ping someone
- # [05:53] <ehsan> smaug____: I only know gavin
- # [05:53] <ehsan> don't know anybody else with the privs :/
- # [05:54] * smaug____ files a bug to fix the situation
- # [05:54] <ehsan> smaug____: fwiw, I can't get on moznet myself :(
- # [05:54] <smaug____> oh
- # [05:56] <volkmar> I will ask on #developers
- # [05:57] <gavin> I can't do that myself
- # [05:57] <gavin> file a server ops bug
- # [05:57] * Joins: dbaron (~dbaron@173-228-85-36.dsl.dynamic.sonic.net)
- # [05:59] <smaug____> volkmar: ehsan bug 739516
- # [05:59] <ehsan> smaug____: thanks
- # [06:01] * Quits: jdaggett (~jdaggett@12.197.88.10) (Quit: jdaggett)
- # [06:02] * volkmar is so glad to use his server to connect to IRC :)
- # [06:02] * Joins: jdaggett (~jdaggett@12.197.88.10)
- # [06:03] * Quits: ehsan (~ehsan@12.197.88.10) (Remote host closed the connection)
- # [06:12] * Joins: dydx (~dydz@adsl-76-199-101-60.dsl.pltn13.sbcglobal.net)
- # [06:13] * Quits: tomasf (~tom@2002:55e5:dbb7:0:211f:5165:a039:d7f5) (Quit: tomasf)
- # [06:15] * Joins: sicking (~chatzilla@c-98-210-152-4.hsd1.ca.comcast.net)
- # [06:22] * Joins: zcorpan (~zcorpan@c-699de355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [06:23] <zcorpan> annevk: don't you mean s/non-streaming/streaming/ ?
- # [06:23] <zcorpan> oh wait
- # [06:26] <zcorpan> annevk: didn't we agree on having the non-streaming api on string/arraybuffer?
- # [06:40] * Joins: benjoffe (~benjoffe@119-252-71-224.static.highway1.net.au)
- # [06:48] * Quits: cpearce (~cpearce@60.234.54.74) (Ping timeout: 240 seconds)
- # [06:48] * Joins: ehsan (~ehsan@12.197.88.10)
- # [06:50] * Quits: dbaron (~dbaron@173-228-85-36.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [07:00] * Quits: smaug____ (~chatzilla@12.197.88.10) (Remote host closed the connection)
- # [07:01] <zewt> zcorpan: no reason to do that
- # [07:01] <zewt> i mean, there's no benefit to having separate streaming and non-streaming apis
- # [07:01] * Joins: smaug____ (~chatzilla@12.197.88.10)
- # [07:03] <zewt> turning new TextEncoding('foo').encode(s) into s.encode('foo') is really not much of a win for having more API
- # [07:03] <zewt> s/Encoding/Encoder/
- # [07:04] <zewt> bed
- # [07:04] * Joins: niloy (~niloy@61.12.96.242)
- # [07:04] * Quits: mbatle (mbatle@pasanda.collabora.co.uk) (Ping timeout: 272 seconds)
- # [07:07] * Quits: smaug____ (~chatzilla@12.197.88.10) (Ping timeout: 260 seconds)
- # [07:12] * Quits: danbri (~danbri@78.25.238.134) (Ping timeout: 252 seconds)
- # [07:18] * abarth|afk is now known as abarth
- # [07:19] * Joins: danbri (~danbri@78.25.238.134)
- # [07:26] * Quits: ncooley (~tandemsev@c-50-133-132-159.hsd1.ma.comcast.net) (Ping timeout: 246 seconds)
- # [07:27] * Joins: myakura (~myakura@FL1-110-233-178-43.tky.mesh.ad.jp)
- # [07:28] * Quits: jdaggett (~jdaggett@12.197.88.10) (Quit: jdaggett)
- # [07:29] <zcorpan> Hixie: https://www.w3.org/Bugs/Public/show_bug.cgi?id=16524 is about recent canvas stuff
- # [07:33] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-ijhkuozwzarbcaty)
- # [07:35] <Sirisian> He might not be awake
- # [07:36] <Sirisian> If Hixie is then I forgot to ask him about this: https://www.w3.org/Bugs/Public/show_bug.cgi?id=11517
- # [07:38] * Quits: myakura (~myakura@FL1-110-233-178-43.tky.mesh.ad.jp) (Remote host closed the connection)
- # [07:39] * Joins: myakura (~myakura@FL1-110-233-178-43.tky.mesh.ad.jp)
- # [07:39] * Quits: myakura (~myakura@FL1-110-233-178-43.tky.mesh.ad.jp) (Remote host closed the connection)
- # [07:43] * Joins: onar_ (~onar@17.216.36.168)
- # [07:43] * Joins: jonlee (~jonlee@2620:149:4:1b01:8d87:2eaf:f767:6666)
- # [07:45] * Quits: jonlee|afk (~jonlee@2620:149:4:1b01:8d87:2eaf:f767:6666) (Ping timeout: 260 seconds)
- # [07:45] * Quits: onar (~onar@17.216.36.168) (Ping timeout: 244 seconds)
- # [07:45] * onar_ is now known as onar
- # [07:51] * Joins: kaustubh (~kaustubh@144.187.36.11)
- # [07:52] * Quits: Evanescence (~Evanescen@60.183.197.71) (Quit: my website: http://stardiviner.dyndns-blog.com/)
- # [07:56] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
- # [08:04] <zcorpan> so apparently there's no spec anywhere saying how percentage heights work inside tables
- # [08:04] <zcorpan> yay!
- # [08:05] * Joins: ehsan_ (~ehsan@12.197.88.10)
- # [08:08] * Quits: ehsan (~ehsan@12.197.88.10) (Ping timeout: 260 seconds)
- # [08:13] * Quits: dave_levin (dave_levin@nat/google/x-vqipcuztwhqtavyu) (Quit: dave_levin)
- # [08:15] * Joins: Areks (~Areks@rs.gridnine.com)
- # [08:16] * Joins: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de)
- # [08:19] * Quits: danbri (~danbri@78.25.238.134) (Ping timeout: 248 seconds)
- # [08:20] * Joins: danbri (~danbri@78.25.238.134)
- # [08:22] * Joins: ncooley (~tandemsev@c-50-133-132-159.hsd1.ma.comcast.net)
- # [08:31] * Joins: Evanescence (~Evanescen@60.183.197.71)
- # [08:34] * Quits: schnoomac (~schnoomac@melbourne.99cluster.com) (Quit: schnoomac)
- # [08:35] * Quits: jochen__ (jochen@nat/google/x-lyyfssjjcykaewec) (Remote host closed the connection)
- # [08:35] * Joins: jochen__ (jochen@nat/google/x-hymttjiclmgrblqk)
- # [08:36] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 248 seconds)
- # [08:39] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [08:43] * Quits: Hixie (~ianh@trivini.no) (Quit: brb)
- # [08:44] * Joins: Hixie (~ianh@trivini.no)
- # [08:45] * Quits: sicking (~chatzilla@c-98-210-152-4.hsd1.ca.comcast.net) (Ping timeout: 244 seconds)
- # [08:50] * Quits: dydx (~dydz@adsl-76-199-101-60.dsl.pltn13.sbcglobal.net) (Quit: dydx)
- # [08:51] * Joins: Ms2ger (~Ms2ger@91.181.135.207)
- # [08:51] * Joins: PalleZingmark (~Adium@217.13.228.226)
- # [08:52] * Joins: mbatle (~mbatle@pasanda.collabora.co.uk)
- # [09:01] * Joins: jacobolu_ (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [09:05] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Ping timeout: 260 seconds)
- # [09:17] * Quits: globbot (~logbot@shell-staging.glob.com.au) (Ping timeout: 252 seconds)
- # [09:19] * Joins: globbot (~logbot@shell-staging.glob.com.au)
- # [09:32] * Quits: Sirisian (~Sirisian@adsl-76-236-190-113.dsl.klmzmi.sbcglobal.net) (Ping timeout: 248 seconds)
- # [09:50] * Quits: danbri (~danbri@78.25.238.134) (Ping timeout: 276 seconds)
- # [09:54] * Joins: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net)
- # [09:55] * Joins: myakura (~myakura@FL1-110-233-178-43.tky.mesh.ad.jp)
- # [09:55] * Quits: ehsan_ (~ehsan@12.197.88.10) (Remote host closed the connection)
- # [09:59] * Quits: myakura (~myakura@FL1-110-233-178-43.tky.mesh.ad.jp) (Ping timeout: 260 seconds)
- # [10:10] * Quits: Ms2ger (~Ms2ger@91.181.135.207) (Ping timeout: 246 seconds)
- # [10:17] * Joins: Obvious_MkII (tachikoma@188.226.74.2)
- # [10:19] * Quits: Obvious (tachikoma@188.226.74.2) (Ping timeout: 260 seconds)
- # [10:20] <MikeSmith> http://lists.w3.org/Archives/Public/public-iri/2012Mar/0070.html
- # [10:20] <MikeSmith> [[
- # [10:20] <MikeSmith> RFC format: There is ongoing developing some tooling and workflow which will allow us
- # [10:20] <MikeSmith> to generate versions of our internet drafts and RFCs which have HTML and
- # [10:20] <MikeSmith> PDF alternatives.
- # [10:20] <MikeSmith> ]]
- # [10:21] <MikeSmith> to generate HTML versions
- # [10:22] <MikeSmith> I wonder how that's different from the generated HTML that tools.ietf.org already has
- # [10:23] * Joins: pyrsmk (~pyrsmk@161.212.140.88.rev.sfr.net)
- # [10:23] <MikeSmith> and I wonder in which decade it might actually happen that the sources are maintained in HTML and the plain-text generated from that
- # [10:23] * Joins: mattwest (~mattwest@host81-149-171-23.in-addr.btopenworld.com)
- # [10:23] <MikeSmith> readability WTF
- # [10:24] <annevk> still no update on whether Unicode is okay huh?
- # [10:24] <annevk> IETF is hilarious
- # [10:24] <MikeSmith> there's still a few years left in this decade
- # [10:24] <MikeSmith> this is like the meeting of the Ents man
- # [10:25] <MikeSmith> I don't mean this particular message
- # [10:26] <MikeSmith> large irony here about multiple nit-picking editorial bugs filed against HTML spec and other W3C specs about "readability" issues
- # [10:28] <MikeSmith> as Jesus said, "wilt thou say to thy brother, Let me pull out the mote out of thine eye, and, behold, a beam is in thine own eye"
- # [10:28] * Joins: danbri (~danbri@132.185.139.66)
- # [10:31] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 246 seconds)
- # [10:55] <Velmont> Hmmm. Having all the other tests reside inside one test that only does setup seems to be a quite nice way to do tests.
- # [10:56] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [10:56] <Velmont> Looking at http://w3c-test.org/webapps/WebStorage/tests/submissions/Infraware/storage_local_key.html -- seems a nice way to do it.
- # [11:01] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [11:02] <MikeSmith> http://tools.ietf.org/html/draft-montenegro-httpbis-speed-mobility-00
- # [11:02] <MikeSmith> see the parts where is says "Same SPDY" and the parts where is doesn't
- # [11:03] <MikeSmith> e.g., "It would maintain the integrity of the layered architecture."
- # [11:03] <MikeSmith> implication being that SPDY does not "maintain the integrity of the layered architecture"
- # [11:05] <MikeSmith> also, see the one about "Protect our precious bodily fluids."
- # [11:06] <annevk> layered architecture sounds painful
- # [11:07] <MikeSmith> wow, it took 6 people to write this draft
- # [11:08] <hsivonen> just what everyone needed: SDPY getting the Web Socket treament at the IETF
- # [11:08] <annevk> MikeSmith: to write an introduction to the topic you mean
- # [11:08] <annevk> MikeSmith: section 2 is non-existent, and 3 and 4 are boilerplate :)
- # [11:09] <annevk> nice tweet hsivonen
- # [11:09] * Quits: carlos_antonio (~benway@173.230.152.21) (Quit: Lost terminal)
- # [11:10] <MikeSmith> it's not a spec... it's not a requirements document... it's...
- # [11:10] <MikeSmith> mini-manifesto?
- # [11:10] * Joins: mpt (~mpt@nat/canonical/x-vnfdfdinpmcogjnp)
- # [11:10] * Quits: mpt (~mpt@nat/canonical/x-vnfdfdinpmcogjnp) (Changing host)
- # [11:10] * Joins: mpt (~mpt@canonical/mpt)
- # [11:11] <MikeSmith> is this mostly intended as implicit criticism of SPDY or what?
- # [11:11] <zcorpan> Velmont: i think you're supposed to use setup(func) and ideally let the script produce the same amount of tests even if the setup fails
- # [11:12] <Velmont> zcorpan: Yes, that's what I've been doing a few times before. But it's not always easy to make small unit tests fail like that.
- # [11:12] <Velmont> zcorpan: Quite often the error condition is also "timed out" which is quite slow.
- # [11:13] <hsivonen> any word from Apple or Opera about SPDY?
- # [11:14] <zcorpan> Velmont: i don't see how a wrapper test helps with timed out :-)
- # [11:15] <Velmont> zcorpan: Well, -- the first test will most probably fail, -- but the rest 20 tests will then never actually get created, -- so it will help not having all of those time out.
- # [11:15] <annevk> hsivonen: it's on our roadmap, though I suspect we might delay implementing if the IETF gets a go at it because we'd just lose a lot of time
- # [11:15] <hsivonen> gotta love it when a user with Firefox issues has 15 add-ons
- # [11:15] * Joins: carlos_antonio (~benway@173.230.152.21)
- # [11:15] <Velmont> zcorpan: Well, -- not really a big problemo, -- but I'm always looking at different ways of writing the tests.
- # [11:15] <hsivonen> I guess I'm going to install those add-ons in a VM...
- # [11:16] <MikeSmith> e.g., does "Any HTTP 2.0 proposal should leverage the reliable transport and not attempt to replicate functions generally accepted as addressed by other layers." there because they see SPDY as replicating functions of other layers?
- # [11:16] <hsivonen> annevk: yay IETF for delays
- # [11:17] <hsivonen> MikeSmith: could have something to do with SPDY blending the TLS and HTTP layers
- # [11:17] <annevk> i was like "hurray" when I saw the HTTP 2.0 stuff come by
- # [11:17] <zcorpan> Velmont: not creating the other tests probably confuses spartan. i'm not sure but i think the framework doesn't wait for tests to time out if the setup fails
- # [11:17] <MikeSmith> hsivonen: OK
- # [11:18] <annevk> then made a little dance for being only tangentially involved in network standards
- # [11:18] <hsivonen> also, part of why SPDY works so well is that the TCP is a leaky abstraction, so multiplexing in SPDY is more efficient that letting IP multiplex multiple TCP connections
- # [11:18] <MikeSmith> I see
- # [11:19] <hsivonen> but AFAICT, SPDY does use TCP for "reliable transport"
- # [11:29] * Quits: Lachy (~Lachy@cm-84.215.13.244.getinternet.no) (Quit: Computer has gone to sleep.)
- # [11:34] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [11:34] * jonlee is now known as jonlee|afk
- # [11:35] * Quits: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com) (Client Quit)
- # [11:40] * Joins: Ms2ger (~Ms2ger@vpnc059.ugent.be)
- # [11:42] <zcorpan> iirc timj said he had tried to argue in Kronos that exposing endianness differences wouldn't work on the Web, but he was alone in the group to think so
- # [11:43] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [11:45] <annevk> :(
- # [11:45] <annevk> I have the impression he's often the sole sane voice there
- # [11:46] <annevk> I wonder how many years of experience the other people in that group have with browsers
- # [11:47] * Joins: Lachy (Lachy@nat/opera/x-cnmschncqvntnctk)
- # [11:55] <Velmont> Ms2ger: Hey, -- for testharness.js; I'm translating old NETWORK_ERR etc from the testcases to NetworkError. And then check if the implementation threw a newstyle DOMException (by checking if it has a type), if so: check that type == NetworkError, and code = 27. -- If old-style, only check for the code.
- # [11:56] <Velmont> Ms2ger: Is the approach fine? https://github.com/jgraham/testharness.js/pull/1
- # [11:56] * Joins: temp02 (~temp01@unaffiliated/temp01)
- # [11:57] * Quits: Ms2ger (~Ms2ger@vpnc059.ugent.be) (Ping timeout: 244 seconds)
- # [11:57] <Velmont> hrmf
- # [11:57] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 250 seconds)
- # [12:01] * Joins: necolas (~necolas@5ade4db9.bb.sky.com)
- # [12:08] <hsivonen> aargh. what's the deal with bank sites having bad HTML
- # [12:08] <hsivonen> 86 blank lines before the doctype. looking good.
- # [12:09] <hsivonen> very long meta keywords. check
- # [12:09] <hsivonen> coverage: global
- # [12:09] <hsivonen> money well allocated to SEO instead of reasonable HTML
- # [12:10] <hsivonen> ancient Netscape 4.x window resize fix
- # [12:10] <hsivonen> an empty script
- # [12:20] <hsivonen> cool. Hixie has actually explained what I need to do to fix this bank: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-February/034869.html
- # [12:20] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [12:30] * Joins: mpt (~mpt@canonical/mpt)
- # [12:38] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [12:38] * Joins: mpt (~mpt@canonical/mpt)
- # [12:45] * Joins: Guest24515 (~woops@129.175.204.73)
- # [12:49] * heycam is now known as heycam|away
- # [13:01] * Joins: nonge_ (~nonge@p50829143.dip.t-dialin.net)
- # [13:01] * Joins: myakura (~myakura@FL1-110-233-178-43.tky.mesh.ad.jp)
- # [13:02] * Joins: Ms2ger (~Ms2ger@vpnh081.ugent.be)
- # [13:05] * Quits: nonge (~nonge@p5082A12C.dip.t-dialin.net) (Ping timeout: 272 seconds)
- # [13:11] <annevk> two more decoders to go
- # [13:11] <annevk> actually, make that 3
- # [13:11] <annevk> big5, big5-hkscs, and gbk
- # [13:12] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [13:13] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [13:13] * Quits: Neocortex (~niels@82-170-160-25.ip.telfort.nl) (Remote host closed the connection)
- # [13:15] * Quits: Ms2ger (~Ms2ger@vpnh081.ugent.be) (Ping timeout: 250 seconds)
- # [13:15] * zcorpan wonders if it's reasonable to not support the unitless length quirk in calc()
- # [13:15] * Joins: mpt (~mpt@nat/canonical/x-jpijvbzijrjwbntp)
- # [13:15] * Quits: mpt (~mpt@nat/canonical/x-jpijvbzijrjwbntp) (Changing host)
- # [13:15] * Joins: mpt (~mpt@canonical/mpt)
- # [13:16] <zcorpan> seems mozilla already does that
- # [13:17] <zcorpan> webkit also
- # [13:20] * Joins: KillerX (~anant@2001:df8:0:64:70d4:d511:68d2:b307)
- # [13:21] <zcorpan> which makes sense, since calc can use numbers e.g. 2 * 5px
- # [13:21] * Quits: KillerX (~anant@2001:df8:0:64:70d4:d511:68d2:b307) (Client Quit)
- # [13:21] * Joins: KillerX (~anant@2001:df8:0:64:70d4:d511:68d2:b307)
- # [13:32] * Joins: VernonK (c74441eb@gateway/web/freenode/ip.199.68.65.235)
- # [13:35] * Quits: danbri (~danbri@132.185.139.66) (Remote host closed the connection)
- # [13:36] <zcorpan> fixed
- # [13:37] * Joins: danbri (~danbri@132.185.139.66)
- # [13:46] * Quits: izhak (~izhak@213.87.241.246) (Remote host closed the connection)
- # [13:49] * Quits: twisted` (~twisted@p5DDB8BAB.dip.t-dialin.net) (Quit: Computer has gone to sleep.)
- # [13:53] * Joins: Ms2ger (~Ms2ger@vpnc050.ugent.be)
- # [13:54] * MikeSmith wonders what encoding the #entmoot channel uses
- # [13:54] <zcorpan> hmm, my fix was wrong
- # [13:56] * Quits: danbri (~danbri@132.185.139.66) (Remote host closed the connection)
- # [13:56] * Joins: danbri (~danbri@132.185.139.66)
- # [13:59] <Philip`> MikeSmith: I thought Entish was a non-written language (since if it was written then it could be read too hastily, and also trees don't have hands), so it's probably something like a very-low-frequency Vorbis encoding
- # [13:59] <MikeSmith> heh
- # [13:59] <MikeSmith> that explains the humming
- # [14:01] * nonge_ is now known as nonge
- # [14:02] <Philip`> Oh, Wikipedia says I'm wrong - they adopted Quenya later, so presumably it'd be written in standard tengwar
- # [14:06] * Quits: JohnAlbin (~JohnAlbin@114-42-63-53.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
- # [14:07] <MikeSmith> Philip`: so there is yet hope
- # [14:08] * Quits: zcorpan (~zcorpan@c-699de355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan)
- # [14:12] <MikeSmith> can somebody look at http://platform.html5.org/ in Chrome for me and tell me if rendering of the list in the Legend section is borked?
- # [14:13] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [14:17] * Joins: erichynds (~ehynds@64.206.121.41)
- # [14:22] * Quits: jondong (~jondong@123.126.22.58) (Ping timeout: 252 seconds)
- # [14:24] <Ms2ger> MikeSmith, looks good, but the green flag seems a little wider than the rest
- # [14:24] * Joins: jondong (~jondong@123.126.22.58)
- # [14:25] * Quits: mattwest (~mattwest@host81-149-171-23.in-addr.btopenworld.com) (Quit: Lost terminal)
- # [14:26] <MikeSmith> Ms2ger: thanks
- # [14:28] * Quits: Ms2ger (~Ms2ger@vpnc050.ugent.be) (Ping timeout: 246 seconds)
- # [14:33] * Quits: danbri (~danbri@132.185.139.66) (Remote host closed the connection)
- # [14:38] * Joins: danbri (~danbri@132.185.139.66)
- # [14:42] <annevk> I think I can probably describe all encodings using this index concept
- # [14:42] <annevk> except perhaps for gb18030 as it is silly
- # [14:43] * Quits: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [14:58] * Quits: niloy (~niloy@61.12.96.242) (Read error: Connection reset by peer)
- # [14:59] * Joins: izhak (1000@188.168.76.53)
- # [14:59] <MikeSmith> annevk: kindly please change the date on the diffs doc to March 29
- # [15:00] * Quits: danbri (~danbri@132.185.139.66) (Remote host closed the connection)
- # [15:03] * Joins: danbri (~danbri@132.185.139.66)
- # [15:04] <annevk> so things are going done before the end of the month?
- # [15:04] * Joins: jdong_bot_ (~jdong_bot@117.79.233.244)
- # [15:04] <MikeSmith> yeah
- # [15:05] <annevk> how about we change html5-diff after the rest is done?
- # [15:05] <annevk> ah nm
- # [15:05] <annevk> i'll just do it now
- # [15:06] <annevk> MikeSmith: done
- # [15:07] <MikeSmith> arigatou
- # [15:10] * Quits: rektide (~rektide@deneb.eldergods.com) (Ping timeout: 260 seconds)
- # [15:10] * Joins: rektide (~rektide@deneb.eldergods.com)
- # [15:11] * Quits: Evanescence (~Evanescen@60.183.197.71) (Quit: my website: http://stardiviner.dyndns-blog.com/)
- # [15:13] * Joins: diraol (~diraol@143.107.108.162)
- # [15:14] * Joins: davidb (~davidb@66.207.208.98)
- # [15:15] * Joins: sarro (~sarro@i5E865273.versanet.de)
- # [15:16] <annevk> IANA is so crappy
- # [15:17] <annevk> http://www.iana.org/assignments/charset-reg/Big5-HKSCS has dead links
- # [15:17] <annevk> oh yeah, I should blame the group for maintaining that I guess, not "IANA"
- # [15:17] <annevk> otherwise someone might have a fit over the difference
- # [15:18] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-leynyubrzzrjngxe)
- # [15:18] * Quits: diraol (~diraol@143.107.108.162) (Read error: Connection reset by peer)
- # [15:19] * Joins: diraol (~diraol@143.107.108.162)
- # [15:26] * Quits: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net) (Quit: tomasf)
- # [15:26] * Joins: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net)
- # [15:29] * Joins: MacTed (~Thud@63.119.36.36)
- # [15:30] * Quits: diraol (~diraol@143.107.108.162) (Read error: Connection reset by peer)
- # [15:31] * Quits: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net) (Ping timeout: 276 seconds)
- # [15:32] * Joins: [[zz]] (~q@182.53.48.213)
- # [15:32] * Joins: diraol (~diraol@143.107.108.162)
- # [15:34] * Quits: diraol (~diraol@143.107.108.162) (Read error: Connection reset by peer)
- # [15:36] <annevk> hmm forgot hkscs is layered on top of big5
- # [15:36] * Quits: kaustubh (~kaustubh@144.187.36.11) (Remote host closed the connection)
- # [15:36] * Joins: diraol (~diraol@143.107.108.162)
- # [15:36] <annevk> so big5-related stuff is pretty much a mess
- # [15:41] * Quits: diraol (~diraol@143.107.108.162) (Read error: Connection reset by peer)
- # [15:43] * Joins: diraol (~diraol@143.107.108.162)
- # [15:43] <hsivonen> time flies. the xtranormal Web Socket video is from December 2010
- # [15:43] * Quits: diraol (~diraol@143.107.108.162) (Read error: Connection reset by peer)
- # [15:45] <annevk> test
- # [15:45] * Joins: Ms2ger (~Ms2ger@vpna127.ugent.be)
- # [15:45] * Joins: diraol (~diraol@143.107.108.162)
- # [15:45] <annevk> hmm so my connection is flaky, but not that flaky
- # [15:48] * Joins: JohnAlbin (~JohnAlbin@114-42-63-53.dynamic.hinet.net)
- # [15:48] * Quits: diraol (~diraol@143.107.108.162) (Read error: Connection reset by peer)
- # [15:49] * Joins: GlitchMr (~glitchmr@178-36-51-103.adsl.inetia.pl)
- # [15:50] * Joins: diraol (~diraol@143.107.108.162)
- # [15:50] <Ms2ger> Velmont, your patch is on my todo list... I'll try to get to it tonight
- # [15:50] <Ms2ger> Sorry for the dealy
- # [15:50] <Ms2ger> delay, even
- # [15:50] <Velmont> :-)
- # [15:51] * Quits: JohnAlbin (~JohnAlbin@114-42-63-53.dynamic.hinet.net) (Client Quit)
- # [15:52] * Joins: JohnAlbin (~JohnAlbin@114-42-63-53.dynamic.hinet.net)
- # [15:52] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [15:55] <remysharp> should I be using a <progress> element to indicate file upload, even though I know the total size before the file is sent (this is the bit that's confusing me in the spec)?
- # [15:55] * Joins: Neocortex (~niels@82-170-160-25.ip.telfort.nl)
- # [15:58] * Joins: sedovsek (~robert@93-103-90-17.dynamic.t-2.net)
- # [16:00] <annevk> remysharp: yes
- # [16:00] * Quits: KillerX (~anant@2001:df8:0:64:70d4:d511:68d2:b307) (Ping timeout: 260 seconds)
- # [16:00] <annevk> remysharp: that would be a determinate progress
- # [16:01] <remysharp> annevk: would it be fair to say that meter could go up and down, whereas progress can only go up?
- # [16:01] <remysharp> so I could (as the spec suggests) use meter to track disk space available
- # [16:03] <annevk> disk measurement is not some task that the user waits for
- # [16:03] <annevk> progress is related to some kind of activity, meter is just measuring things
- # [16:04] <remysharp> so, that's kind of a yes to my up/down analogy :) -- just makes it a little easier for me to remember
- # [16:04] <remysharp> I think I just saw an example of meter being used to measure activity in a google group
- # [16:05] <remysharp> which sounds right by my understanding now
- # [16:06] <annevk> yeah, I might temporal activity
- # [16:06] <annevk> meant damnit
- # [16:06] * Quits: Ms2ger (~Ms2ger@vpna127.ugent.be) (Ping timeout: 246 seconds)
- # [16:07] <remysharp> I liked my up/down thing - temporal reminds me of x-files for some reason :) (as requested, sense left at the door)
- # [16:08] <annevk> yeah dunno if up/down works in all cases, but it might
- # [16:08] <remysharp> I quietly suspect you're right
- # [16:11] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [16:11] <annevk> yay Orange
- # [16:11] <annevk> (WHATWG list has context)
- # [16:12] * Joins: KillerX (~anant@2001:df8:0:64:3549:8ca9:bf7a:2a30)
- # [16:14] * Quits: diraol (~diraol@143.107.108.162) (Read error: Connection reset by peer)
- # [16:15] * Joins: diraol (~diraol@143.107.108.162)
- # [16:15] * Joins: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [16:22] * Quits: diraol (~diraol@143.107.108.162) (Read error: Connection reset by peer)
- # [16:23] * Joins: diraol (~diraol@143.107.108.178)
- # [16:26] * Quits: sedovsek (~robert@93-103-90-17.dynamic.t-2.net) (Quit: sedovsek)
- # [16:33] * Joins: sedovsek (~robert@93-103-104-107.dynamic.t-2.net)
- # [16:35] * Joins: arkonova (~arkonova@unicom-16.unil.ch)
- # [16:36] * Quits: malcolmva (~malcolmva@pool-74-108-142-22.nycmny.fios.verizon.net) (Quit: Leaving)
- # [16:36] * Parts: arkonova (~arkonova@unicom-16.unil.ch)
- # [16:37] * Joins: eric_carlson (~eric@2620:149:4:1b01:740e:9fff:de25:b37a)
- # [16:38] * Quits: VernonK (c74441eb@gateway/web/freenode/ip.199.68.65.235) (Ping timeout: 245 seconds)
- # [16:40] * Joins: Areks|2 (~Areks@rs.gridnine.com)
- # [16:41] * Quits: jdong_bot_ (~jdong_bot@117.79.233.244) (Remote host closed the connection)
- # [16:43] * Quits: Areks (~Areks@rs.gridnine.com) (Ping timeout: 272 seconds)
- # [16:45] * Joins: Ms2ger (~Ms2ger@vpnj154.ugent.be)
- # [16:45] * Quits: danbri (~danbri@132.185.139.66) (Remote host closed the connection)
- # [16:46] * Quits: Areks|2 (~Areks@rs.gridnine.com) (Ping timeout: 272 seconds)
- # [16:49] * Joins: malcolmva (~malcolmva@pool-74-108-142-22.nycmny.fios.verizon.net)
- # [16:51] * Joins: ehsan (~ehsan@12.197.88.10)
- # [16:58] <annevk> hmm
- # [16:58] <annevk> both Opera and Chrome use surrogates for big5-hkscs
- # [16:58] <annevk> Gecko does not
- # [17:07] * Joins: danbri (~danbri@132.185.139.66)
- # [17:08] * Quits: sedovsek (~robert@93-103-104-107.dynamic.t-2.net) (Quit: sedovsek)
- # [17:10] * Quits: danbri (~danbri@132.185.139.66) (Remote host closed the connection)
- # [17:11] * Quits: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de) (Remote host closed the connection)
- # [17:11] * Joins: smaug____ (~chatzilla@12.197.88.252)
- # [17:12] * Quits: diraol (~diraol@143.107.108.178) (Ping timeout: 246 seconds)
- # [17:12] * Joins: diraol (~diraol@143.107.108.178)
- # [17:16] * Quits: Ms2ger (~Ms2ger@vpnj154.ugent.be) (Ping timeout: 244 seconds)
- # [17:20] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [17:21] * Joins: danbri (~danbri@132.185.139.66)
- # [17:21] * Joins: chriseppstein (~chrisepps@209.119.65.162)
- # [17:24] * Joins: timeless (u4015@firefox/developer/timeless)
- # [17:30] * Joins: diraol1 (~diraol@143.107.108.162)
- # [17:33] * Quits: diraol (~diraol@143.107.108.178) (Ping timeout: 246 seconds)
- # [17:35] * Quits: diraol1 (~diraol@143.107.108.162) (Ping timeout: 245 seconds)
- # [17:35] * Joins: jryans (~jryans@24-155-144-5.static.grandenetworks.net)
- # [17:37] <annevk> you'd think that iterating over 20000 code points is not that hard
- # [17:38] <annevk> I guess it's not in benchmarks and that's why everything is slow
- # [17:42] <annevk> in IE they do indeed appear identical mappings
- # [17:43] <annevk> I guess the next step is some intersection research
- # [17:44] * Joins: twisted` (~twisted@p5DDB8FCE.dip.t-dialin.net)
- # [17:45] <gsnedders> annevk: Iterating over 20k codepoints is fairly quick. Doing stuff with them isn't.
- # [17:47] <annevk> good point
- # [17:49] * Quits: ehsan (~ehsan@12.197.88.10) (Remote host closed the connection)
- # [17:53] * Joins: micheil (~micheil@109.224.128.70)
- # [17:54] * Quits: micheil (~micheil@109.224.128.70) (Client Quit)
- # [17:56] * Quits: globbot (~logbot@shell-staging.glob.com.au) (Read error: Connection reset by peer)
- # [17:56] * Joins: diraol (~diraol@143.107.108.178)
- # [17:56] * Quits: danbri (~danbri@132.185.139.66) (Remote host closed the connection)
- # [17:56] * Joins: globbot (~logbot@shell-staging.glob.com.au)
- # [17:56] * Joins: sedovsek (~robert@93-103-90-17.dynamic.t-2.net)
- # [17:58] * Quits: globbot (~logbot@shell-staging.glob.com.au) (Remote host closed the connection)
- # [17:59] * Quits: sedovsek (~robert@93-103-90-17.dynamic.t-2.net) (Client Quit)
- # [17:59] * Joins: globbot (~logbot@shell-staging.glob.com.au)
- # [18:02] * Quits: diraol (~diraol@143.107.108.178) (Ping timeout: 272 seconds)
- # [18:03] * Quits: globbot (~logbot@shell-staging.glob.com.au) (Remote host closed the connection)
- # [18:03] * Joins: globbot (~logbot@shell-staging.glob.com.au)
- # [18:03] * Quits: globbot (~logbot@shell-staging.glob.com.au) (Remote host closed the connection)
- # [18:06] * Joins: sicking (~chatzilla@12.197.88.252)
- # [18:07] * Quits: jryans (~jryans@24-155-144-5.static.grandenetworks.net) (Quit: Leaving...)
- # [18:08] * Joins: globbot (~logbot@shell-staging.glob.com.au)
- # [18:09] * Joins: ehsan (~ehsan@12.197.88.252)
- # [18:10] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [18:15] * Joins: jsbell (jsbell@nat/google/x-ykrrtjjdpvnfstwt)
- # [18:20] * Joins: slightlyoff (u1768@gateway/web/irccloud.com/x-zanheqgiveopuzye)
- # [18:23] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:25] <dglazkov> good morning, Whatwg!
- # [18:32] * Joins: hunglin (~hunglin@66.208.14.74)
- # [18:37] * Joins: dbaron (~dbaron@12.197.88.252)
- # [18:38] * Quits: Lachy (Lachy@nat/opera/x-cnmschncqvntnctk) (Quit: Computer has gone to sleep.)
- # [18:38] * Quits: pyrsmk (~pyrsmk@161.212.140.88.rev.sfr.net) (Remote host closed the connection)
- # [18:41] * Joins: jryans (~jryans@24-155-144-5.static.grandenetworks.net)
- # [18:42] * Quits: smaug____ (~chatzilla@12.197.88.252) (Remote host closed the connection)
- # [18:43] * Joins: fishd_ (darin@nat/google/x-mplebkjlsffnwdzy)
- # [18:45] * Quits: Workshiva (~Dashiva@74.125.57.33) (Ping timeout: 260 seconds)
- # [18:46] * Quits: dcheng (~dcheng@74.125.59.73) (Ping timeout: 245 seconds)
- # [18:46] * Joins: dcheng (~dcheng@74.125.59.73)
- # [18:46] * Quits: fishd (darin@nat/google/x-izhqnpdclagbzjtk) (Ping timeout: 264 seconds)
- # [18:46] * Joins: Workshiva (~Dashiva@74.125.57.33)
- # [18:48] * Quits: KillerX (~anant@2001:df8:0:64:3549:8ca9:bf7a:2a30) (Quit: KillerX)
- # [18:51] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [18:53] * Quits: Sirisian|Work (~Sirisian@ber218.bernhard.wmich.edu) (Read error: Connection reset by peer)
- # [18:56] * Joins: smaug____ (~chatzilla@12.197.88.252)
- # [18:57] * Joins: tomasf (~tom@2002:55e5:dbb7:0:211f:5165:a039:d7f5)
- # [18:58] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-dvpgnnzckunnlbqo)
- # [19:02] * Joins: Lachy (~Lachy@cm-84.215.13.244.getinternet.no)
- # [19:02] * Quits: PalleZingmark (~Adium@217.13.228.226) (Quit: Leaving.)
- # [19:05] * Joins: jernoble (~jernoble@2620:149:4:1b01:a420:72d4:7634:2411)
- # [19:08] * Quits: izhak (1000@188.168.76.53) (Remote host closed the connection)
- # [19:11] * Quits: ehsan (~ehsan@12.197.88.252) (Ping timeout: 252 seconds)
- # [19:14] * jonlee|afk is now known as jonlee
- # [19:15] * Joins: ehsan (~ehsan@12.197.88.252)
- # [19:17] * Joins: diraol (~diraol@143.107.108.178)
- # [19:18] * Quits: tmzt_ (~tmzt@99.164.42.58) (Remote host closed the connection)
- # [19:19] * Joins: J_Voracek (~J_Voracek@cpe-70-123-106-75.tx.res.rr.com)
- # [19:25] * Parts: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [19:29] * Quits: diraol (~diraol@143.107.108.178) (Ping timeout: 240 seconds)
- # [19:30] * Quits: J_Voracek (~J_Voracek@cpe-70-123-106-75.tx.res.rr.com) (Quit: disconnected: Jace Voracek - Jace@Jace-Place.com)
- # [19:31] * Joins: jarek (~jarek@bde243.neoplus.adsl.tpnet.pl)
- # [19:31] * Quits: jarek (~jarek@bde243.neoplus.adsl.tpnet.pl) (Changing host)
- # [19:31] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [19:32] * Joins: pablof (~pablof@144.189.101.1)
- # [19:37] * Joins: jdaggett (~jdaggett@12.197.88.252)
- # [19:42] * Quits: ehsan (~ehsan@12.197.88.252) (Ping timeout: 260 seconds)
- # [19:43] * Joins: ehsan (~ehsan@12.197.88.252)
- # [19:45] * Quits: sicking (~chatzilla@12.197.88.252) (Ping timeout: 244 seconds)
- # [19:49] * Parts: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [19:50] * Quits: davidb (~davidb@66.207.208.98) (Remote host closed the connection)
- # [19:51] * Joins: davidb (~davidb@66.207.208.98)
- # [19:52] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [19:54] * jonlee is now known as jonlee|afk
- # [19:56] * jonlee|afk is now known as jonlee
- # [19:58] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [20:03] * Joins: ehsan_ (~ehsan@12.197.88.252)
- # [20:04] * Quits: ehsan (~ehsan@12.197.88.252) (Read error: Connection reset by peer)
- # [20:05] <hsivonen> is there a reference for Hixie's pre-IETF Web Sockets not having the problem with transparent proxies?
- # [20:07] * Quits: dbaron (~dbaron@12.197.88.252) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:07] * Joins: dbaron (~dbaron@12.197.88.252)
- # [20:09] * Joins: sicking (~chatzilla@12.197.88.252)
- # [20:12] * Joins: aklein (u4454@gateway/web/irccloud.com/x-cfrvecvdkcrizvxj)
- # [20:13] <Hixie> what's "the problem with transparent proxies"?
- # [20:14] <Hixie> (there could be several)
- # [20:16] * Quits: myakura (~myakura@FL1-110-233-178-43.tky.mesh.ad.jp) (Remote host closed the connection)
- # [20:19] <hsivonen> Hixie: the proxy cache poisoning thing
- # [20:19] <hsivonen> Hixie: the one that was the big security thing at the IETF
- # [20:20] <Hixie> i'm not aware of a cache poisoning issue
- # [20:20] <Hixie> the thing that was a "big security thing at the IETF" as far as i can tell was a different thing for each person who thought there was a thing
- # [20:20] <Hixie> so that doesn't narrow it down for me :-)
- # [20:21] <hsivonen> Hixie: http://www.ietf.org/mail-archive/web/hybi/current/msg04744.html
- # [20:22] <Hixie> oh that's not necessarily cache poisoning. That's just the cross-protocol attack.
- # [20:22] <Hixie> my version of the protocol wasn't vulnerable to that because my protocol required sending what looked like two requests, the first one well-formed, and the second one noise
- # [20:23] <Hixie> and only if the two requests were treated as a single request by the proxy, and sent to the server together, and then the entire response sent back together as well, would the client send any more bytes
- # [20:24] * Joins: dave_levin (dave_levin@nat/google/x-qwuyarhhsarbgcnf)
- # [20:25] <Hixie> (i never really understood why people were so suddenly concerned by that attack; by the time adam put out that paper, the issue had long been resolved in the spec)
- # [20:30] * Joins: pyrsmk (~pyrsmk@mau49-1-82-245-46-173.fbx.proxad.net)
- # [20:34] * jonlee is now known as jonlee|afk
- # [20:34] * Joins: jwalden (~waldo@2620:101:8003:200:224:d7ff:fef0:8d90)
- # [20:36] * Joins: ap (~ap@2620:149:4:1b01:226:4aff:fe14:aad6)
- # [20:37] * Quits: jryans (~jryans@24-155-144-5.static.grandenetworks.net) (Quit: Leaving...)
- # [20:38] <hsivonen> oh. Chrome has migrated about:foo to chrome://foo vanity URLs
- # [20:38] <hsivonen> like Opera
- # [20:38] <hsivonen> except chrome: means something totally different in Gecko-based browsers
- # [20:40] * Joins: rarar3 (~subway@ridezap.com)
- # [20:46] * Joins: samol (~samol@acca150.neoplus.adsl.tpnet.pl)
- # [20:47] * Quits: smaug____ (~chatzilla@12.197.88.252) (Remote host closed the connection)
- # [20:48] * Joins: smaug____ (~chatzilla@12.197.88.252)
- # [20:49] * Joins: nesta_ (~nesta_@107.Red-88-19-211.staticIP.rima-tde.net)
- # [20:51] <jwalden> that's probably better, actually; about:* has weird security properties, would be better if the privileged stuff that lived under there in Gecko were instead under a completely different protocol that were flat-out off-limits
- # [20:52] <jwalden> whether about:* could ever be made only the safe stuff in Gecko, tho, dunno
- # [20:53] * jernoble is now known as jernoble|afk
- # [20:54] * Quits: dave_levin (dave_levin@nat/google/x-qwuyarhhsarbgcnf) (Quit: dave_levin)
- # [20:56] * Joins: jonlee (~jonlee@2620:149:4:1b01:8d87:2eaf:f767:6666)
- # [20:57] * Quits: jonlee|afk (~jonlee@2620:149:4:1b01:8d87:2eaf:f767:6666) (Ping timeout: 260 seconds)
- # [20:57] * Quits: LBP (~Mirc@pD9EB142A.dip0.t-ipconnect.de) (Quit: Bye, bye! See you on http://leanbackplayer.com)
- # [21:03] * Quits: danielfilho (~daniel@187.31.77.7) (Read error: Connection reset by peer)
- # [21:03] * Joins: danielfilho_ (~daniel@187.31.77.7)
- # [21:10] * Joins: sedovsek (~robert@93-103-104-107.dynamic.t-2.net)
- # [21:11] * Quits: sedovsek (~robert@93-103-104-107.dynamic.t-2.net) (Client Quit)
- # [21:12] * Quits: sicking (~chatzilla@12.197.88.252) (Ping timeout: 245 seconds)
- # [21:29] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: Leaving)
- # [21:31] * Joins: sedovsek (~robert@93-103-90-17.dynamic.t-2.net)
- # [21:38] * Quits: sedovsek (~robert@93-103-90-17.dynamic.t-2.net) (Quit: sedovsek)
- # [21:52] <Hixie> TabAtkins: is 'image-rendering' gone?
- # [21:52] <Hixie> TabAtkins: (re https://www.w3.org/Bugs/Public/show_bug.cgi?id=12044#c2)
- # [21:52] * jernoble|afk is now known as jernoble
- # [22:01] <annevk> hsivonen: Hixie: I think the reason people were concerned is because nobody shipped or implemented the latest version of Hixie's spec, which was published just before the fork happened
- # [22:13] <Hixie> at least safari did
- # [22:14] <Hixie> but seems like implementing what i wrote would have been better than disabling it ;-)
- # [22:14] <Hixie> anyway that's history
- # [22:14] <Hixie> lunch!
- # [22:14] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [22:15] * Joins: sedovsek (~robert@93-103-104-107.dynamic.t-2.net)
- # [22:16] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [22:17] <annevk> no disagreement there
- # [22:18] * Joins: hasather_ (~hasather_@cm-84.208.108.107.getinternet.no)
- # [22:22] * Quits: GlitchMr (~glitchmr@178-36-51-103.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [22:22] <karlcow> http://inkdroid.org/journal/2012/03/27/cc0-and-git-for-data/
- # [22:23] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [22:25] * Joins: dave_levin (dave_levin@nat/google/x-dejhonaohcscgujz)
- # [22:26] <hober> Any comments on or suggestions for http://www.w3.org/html/wg/wiki/User:Eoconnor/ISSUE-200 before I send it in?
- # [22:31] * Joins: hasathe__ (~hasather_@cm-84.208.108.107.getinternet.no)
- # [22:32] <annevk> if we are going to revisit where <legend> can be used, we should use it for <details> and <figure> again...
- # [22:33] <annevk> "In fact, the author conformance restriction on <legend> *helps* authors to avoid butting heads with <fieldset>'s (unchangeable) weirdness." I think we can still make this better by describing the <fieldset> behavior in terms of some new CSS concept
- # [22:33] <annevk> but it looks more like UI design these days has no need for <fieldset>
- # [22:34] * Quits: hasather_ (~hasather_@cm-84.208.108.107.getinternet.no) (Ping timeout: 276 seconds)
- # [22:37] * Quits: erichynds (~ehynds@64.206.121.41)
- # [22:37] <hober> I'll add a note suggesting that those interested could propose 'some new CSS concept' to www-style; thanks
- # [22:44] <TabAtkins> Hixie: Punted to level 4.
- # [22:44] * Quits: davidb (~davidb@66.207.208.98) (Quit: davidb)
- # [22:45] * Quits: sedovsek (~robert@93-103-104-107.dynamic.t-2.net) (Quit: sedovsek)
- # [22:45] * Joins: sicking (~chatzilla@12.197.88.252)
- # [22:48] <TabAtkins> Are we generally against the init*Event functions?
- # [22:48] <smaug____> TabAtkins: yes
- # [22:48] <smaug____> in general
- # [22:48] <smaug____> not sure if there are some special cases
- # [22:48] <smaug____> (I think there aren't)
- # [22:49] <TabAtkins> What's the replacement?
- # [22:50] <kennyluck> constructors?
- # [22:50] <TabAtkins> That's what I thought.
- # [23:07] * Quits: MacTed (~Thud@63.119.36.36)
- # [23:07] * Quits: hasathe__ (~hasather_@cm-84.208.108.107.getinternet.no) (Remote host closed the connection)
- # [23:09] * Quits: sarro (~sarro@i5E865273.versanet.de)
- # [23:11] * Quits: samol (~samol@acca150.neoplus.adsl.tpnet.pl) (Ping timeout: 244 seconds)
- # [23:22] * Joins: tantek (~tantek@174-25-146-76.ptld.qwest.net)
- # [23:23] * eric_carlson is now known as ericc|afk
- # [23:26] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:30] <jgraham> Yeah init*Event shouldn't be used in new features
- # [23:30] * Joins: ehsan (~ehsan@12.197.88.252)
- # [23:30] <TabAtkins> kk. The question came up regarding initTransitionEvent
- # [23:30] * Quits: ehsan_ (~ehsan@12.197.88.252) (Read error: Connection reset by peer)
- # [23:32] * Quits: tantek (~tantek@174-25-146-76.ptld.qwest.net) (Quit: tantek)
- # [23:38] <jgraham> TabAtkins: In unrelated news you now have me wondering about the biochemistry of the female reproductive system
- # [23:38] <TabAtkins> ...
- # [23:38] <TabAtkins> How?
- # [23:39] <jgraham> http://twitter.com/#!/tabatkins/status/184523386486128641
- # [23:39] <TabAtkins> Ah, yes.
- # [23:39] <TabAtkins> The female reproductive system is slightly acidic.
- # [23:39] <jgraham> Ah
- # [23:39] <TabAtkins> Thus at least part of the taste.
- # [23:39] <jgraham> Oh, that's quite famous isn't it
- # [23:40] <jgraham> The acidity, not the taste
- # [23:40] <jgraham> Although probably that too
- # [23:40] <TabAtkins> I dunno if acid snatches are famous.
- # [23:42] <jgraham> I was under the vauge impression -- and this is very much not my specialist area -- that people who tried to closely monitor their reproductive cycle for one reason or the other took pH into account
- # [23:43] <TabAtkins> Oh, right. Yes.
- # [23:43] <TabAtkins> That does vary across the cycle.
- # [23:44] * Joins: Sirisian (~Sirisian@ppp-69-214-4-158.dsl.klmzmi.ameritech.net)
- # [23:46] * Joins: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [23:47] * Parts: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [23:58] <jgraham> Help, I have been on the internet too long. I see http://browserquest.mozilla.org/ and think of http://mozillaquest.com/
- # [23:59] <jgraham> (I assume one isn't supposed to think of that?!)
- # [23:59] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # Session Close: Wed Mar 28 00:00:00 2012
The end :)