Options:
- # Session Start: Thu Sep 09 00:00:00 2010
- # Session Ident: #whatwg
- # [00:00] * TabAtkins initially read that as "irradiated".
- # [00:00] <Hixie> oh, i know what i meant
- # [00:00] * Quits: gabeg (~gabe@88-149-237-7.dynamic.ngi.it) (Quit: Ex-Chat)
- # [00:00] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [00:01] <zcorpan_> we should get rid of xml:id...
- # [00:01] <zcorpan_> (in opera)
- # [00:02] <annevk> yes
- # [00:02] <MikeSmith> zcorpan_: yeah
- # [00:02] <annevk> i had this "radical" idea of introducing a global id and class attribute in DOM Core
- # [00:02] <MikeSmith> heh
- # [00:03] <MikeSmith> breaking new ground
- # [00:03] <annevk> it's a pretty neat idea I think
- # [00:03] <MikeSmith> scare quotes implied
- # [00:03] <MikeSmith> what's so neat about it?
- # [00:03] <annevk> so my old phone is kind of broken
- # [00:03] <jgraham> annevk: Another instance of the same bug. I really need to sit down and work out how to stop this happening
- # [00:04] <MikeSmith> annevk: btw, I think I remembered cam saying he was starting in October
- # [00:04] <annevk> the zero key does mostly not work and getting it on at all is problematic
- # [00:04] <annevk> and my passcode is four zeros
- # [00:04] <annevk> so screwed
- # [00:04] <annevk> MikeSmith, cool
- # [00:04] <zcorpan_> sounds like you should get a new phone
- # [00:04] <Hixie> where's cam starting in october?
- # [00:04] <MikeSmith> Mozilla
- # [00:05] <Hixie> cam as in heycam?
- # [00:05] <annevk> getting one tomorrow, but I was hoping to back up to my sim card one more time
- # [00:05] <MikeSmith> Hixie: yeah
- # [00:05] <Hixie> sweet!
- # [00:05] <MikeSmith> yup
- # [00:05] <MikeSmith> cam rocks mightily
- # [00:05] <Hixie> any idea if he's gonna be doing spec stuff?
- # [00:05] <annevk> MikeSmith, so it's cool because a) it doesn't bother the XML people that much and b) simplifies code as id/class handling will be the same for all elements everywhere
- # [00:05] * Hixie stares longingly at webidl
- # [00:05] <MikeSmith> Hixie: he's going to start back up on WebIDL
- # [00:05] <Hixie> woot
- # [00:06] <Hixie> that's awesome
- # [00:06] * zcorpan_ would like a bugzilla component for webidl
- # [00:06] <MikeSmith> The force of Cam will once again be felt around the standards world.
- # [00:06] <Hixie> zcorpan_: there is one
- # [00:06] <zcorpan_> oh. good then
- # [00:07] <annevk> i would like someone to make a decision on fricking null handling
- # [00:07] <Hixie> at least i'm pretty sure there is
- # [00:07] <MikeSmith> if there's not I can make one
- # [00:07] <zcorpan_> annevk: and too few arguments
- # [00:07] <annevk> null -> "" as default and undefined -> "undefined" (always?) is prolly best
- # [00:07] <annevk> zcorpan_, I guess that should throw
- # [00:08] <zcorpan_> annevk: some people prefer the webkit behavior since it's native JS behavior
- # [00:08] <annevk> jgraham, make the display code less magic
- # [00:08] <TabAtkins> I prefer webkit behavior.
- # [00:08] <annevk> zcorpan_, hmm fair enough
- # [00:08] * TabAtkins commonly designs functions for himself which have omittable arguments on purpose, and expects the rest of the platform to follow suit.
- # [00:09] <annevk> it seems kind of silly though
- # [00:09] <annevk> if they are optional mark them as such
- # [00:09] <annevk> if they are not throwing seems better
- # [00:10] <annevk> e.g. xhr.open() makes no sense
- # [00:10] <annevk> or node.addEventListener()
- # [00:10] <annevk> (the third argument of that method should be optional though)
- # [00:10] <TabAtkins> Problem is that then you have silly people like Hixie who refuse to mark trailing boolean arguments as optional when they clearly should be. ^_^
- # [00:10] <TabAtkins> (In the arcTo functions, specifically.)
- # [00:11] <annevk> you can override hixie by convincing all implementors of your solution
- # [00:11] <annevk> or just a couple
- # [00:11] <TabAtkins> Well, I've got webkit down.
- # [00:12] <annevk> that is the way I'm killing HTMLBaseFontElement :)
- # [00:12] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [00:12] <jgraham> annevk: Yeah, or less broken
- # [00:12] <zcorpan_> i like throwing better, personally, since it is easier to debug when you make a mistake and it can be easier to extend the spec in the future if people don't rely on missing arguments "working"
- # [00:12] <jgraham> anyway, more bandages applied
- # [00:12] <jgraham> in W3 repository
- # [00:12] * jgraham hates having two copies of the file in different repositories
- # [00:12] <zcorpan_> but i don't care enough to fight over it
- # [00:13] * Quits: MikeSmith (~MikeSmith@EM114-48-5-255.pool.e-mobile.ne.jp) (Ping timeout: 276 seconds)
- # [00:13] <jgraham> since I just accidentially overwrote a copy with an older copy
- # [00:13] * vr_ is now known as vr
- # [00:13] * Joins: estes (~aestes@17.246.18.252)
- # [00:14] <annevk> would be neat if you could mark files as being from other repos
- # [00:14] <annevk> and hg would sort it all out
- # [00:14] <annevk> zcorpan_, I might
- # [00:14] * jgraham likes throwing for too many arguments
- # [00:15] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [00:15] <jgraham> Not sure about too few
- # [00:15] <annevk> woot: http://w3future.com/2010/js1k.html
- # [00:15] <annevk> including music
- # [00:15] <jgraham> Certianly addEventListener should be changed to accept 2 arguments only
- # [00:16] <zcorpan_> jgraham: we have interop on too many arguments already
- # [00:16] <Hixie> Philip`: i don't understand http://lists.w3.org/Archives/Public/public-html/2008Apr/0770.html -- did you mean the radius to not be zero? Is the spec changed from what it was already? Did I miss that e-mail altogether?
- # [00:16] * Quits: zcorpan_ (~zcorpan@c-ec9fe355.410-6-64736c14.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [00:17] * Joins: zcorpan_ (~zcorpan@c-ec9fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [00:17] <Hixie> Philip`: oh, i see, you meant there to be an 'r'
- # [00:17] <jgraham> zcorpan_: What happens? I don't remember
- # [00:17] <zcorpan_> annevk: hmm, that crashed opera
- # [00:17] * Joins: MikeSmith (~MikeSmith@EM114-48-57-183.pool.e-mobile.ne.jp)
- # [00:17] <annevk> oh, not here
- # [00:17] <zcorpan_> jgraham: excess arguments are ignored
- # [00:17] * Quits: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0) (Read error: Operation timed out)
- # [00:18] <jgraham> zcorpan_: Oh. Well that seems to suck for forward-compat
- # [00:18] <jgraham> or am I missing someting?
- # [00:18] <annevk> anyway, nn
- # [00:18] <zcorpan_> jgraham: yeah, it does
- # [00:18] <jgraham> Seems to suggest that too-few arguments should act like undefined as you would expect in js
- # [00:19] <jgraham> rather than throwing
- # [00:19] <jgraham> modulo special cases
- # [00:19] <jgraham> Not that I really like it
- # [00:19] <jgraham> but yeah, bed time
- # [00:19] <zcorpan_> nn
- # [00:27] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [00:33] * Quits: estes (~aestes@17.246.18.252) (Quit: estes)
- # [00:37] * Joins: estes (~aestes@17.246.18.252)
- # [00:44] * Quits: smaug____ (~chatzilla@cs181063178.pp.htv.fi) (Ping timeout: 258 seconds)
- # [00:47] * Quits: zcorpan_ (~zcorpan@c-ec9fe355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan_)
- # [00:48] * Joins: JonathanNeal (~Jonathan_@12.139.128.74)
- # [00:48] * Quits: welly (~welly@unaffiliated/welly) (Ping timeout: 245 seconds)
- # [00:48] * Quits: JonathanNeal (~Jonathan_@12.139.128.74) (Read error: Connection reset by peer)
- # [00:48] * Joins: JonathanNeal (~Jonathan_@12.139.128.74)
- # [00:49] <Philip`> Hixie: Yeah, there was meant to be an r there
- # [00:50] <Hixie> i commented on the relevant bug
- # [00:50] <Hixie> looks like i'd already fixed the spec though
- # [00:50] <Philip`> The spec was changed, though I forget what it was changed to
- # [00:50] <Hixie> it just compares the delta now
- # [00:51] <Philip`> and I think I need to concentrate a lot in order to understand it without getting myself mixed up
- # [00:51] <Hixie> as you increase endAngle (assuming endAngle > startAngle and the right direction is set) the arc can never shrink again
- # [00:52] <Philip`> What if it's the wrong direction?
- # [00:52] <Hixie> then it's the other way around
- # [00:53] <Hixie> bbiab
- # [00:53] * Joins: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0)
- # [00:55] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Quit: Now time for the weather. Tiffany?)
- # [01:00] * Quits: abarth (~abarth@c-67-169-42-39.hsd1.ca.comcast.net) (Quit: abarth)
- # [01:05] * Quits: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net) (Quit: zzzzz)
- # [01:09] * Quits: KaOSoFt (~maxzagato@unaffiliated/kaosoft)
- # [01:10] * Joins: abarth (~abarth@c-67-169-42-39.hsd1.ca.comcast.net)
- # [01:10] * Quits: Steve^ (~steve@cpc2-hari1-0-0-cust1111.hari.cable.virginmedia.com) (Quit: Leaving)
- # [01:19] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [01:25] * Quits: JonathanNeal (~Jonathan_@12.139.128.74) (Ping timeout: 240 seconds)
- # [01:30] * Joins: JonathanNeal (~Jonathan_@12.139.128.74)
- # [01:36] * Quits: smorg (~quassel@174-20-179-170.mpls.qwest.net) (Remote host closed the connection)
- # [01:36] * Quits: dglazkov (~dglazkov@nat/google/x-gkmegdiwvcwqvdvn) (Quit: dglazkov)
- # [01:44] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [01:46] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [01:52] * Quits: boaz (~boaz@64.119.159.231) (Read error: Connection reset by peer)
- # [01:52] * Quits: f1lt3r (~f1lt3r@64.119.159.231) (Read error: Connection reset by peer)
- # [01:53] * Joins: miketaylr (~miketaylr@24.42.95.108)
- # [01:56] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [02:00] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [02:01] * Joins: boaz (~boaz@64.119.159.231)
- # [02:09] * Joins: f1lt3r (~f1lt3r@64.119.159.231)
- # [02:12] * Joins: boblet (~boblet@p2103-ipbf21osakakita.osaka.ocn.ne.jp)
- # [02:17] * Quits: estes (~aestes@17.246.18.252) (Quit: estes)
- # [02:18] * Joins: slightlyoff (~slightlyo@nat/google/x-dwchkxuhiqnfoizj)
- # [02:19] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Ping timeout: 252 seconds)
- # [02:21] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [02:25] * Quits: miketaylr (~miketaylr@24.42.95.108) (Ping timeout: 272 seconds)
- # [02:26] * Quits: sicking (~chatzilla@nat/mozilla/x-iuesjfdxunfaiknb) (Ping timeout: 240 seconds)
- # [02:28] * Quits: dbaron (~dbaron@nat/mozilla/x-eezdiqvqfgtxpjsp) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:29] * Quits: ap (~ap@17.246.17.176) (Quit: ap)
- # [02:32] * Joins: macpherson (~macpherso@nat/google/x-wcvlfdyaijavkqbo)
- # [02:38] * Joins: webr3 (~nathan@host86-133-151-254.range86-133.btcentralplus.com)
- # [02:41] * Joins: hamcore (rhythm@unaffiliated/msmosso)
- # [02:41] * Quits: JonathanNeal (~Jonathan_@12.139.128.74) (Ping timeout: 272 seconds)
- # [02:42] * Quits: espadrine (~yannt@AMontsouris-157-1-48-27.w90-46.abo.wanadoo.fr) (Ping timeout: 252 seconds)
- # [02:42] * Joins: espadrine (~espadrine@AMontsouris-157-1-136-114.w90-46.abo.wanadoo.fr)
- # [02:44] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [02:46] * Quits: geoaxis_ (~hatim@tinyisv.com) (Ping timeout: 240 seconds)
- # [02:46] * Quits: variable (UNKNOWN@unaffiliated/variable) (Quit: Daemon escaped from pentagram)
- # [02:47] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [02:47] * Quits: MikeSmith (~MikeSmith@EM114-48-57-183.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [02:47] * Parts: webr3 (~nathan@host86-133-151-254.range86-133.btcentralplus.com)
- # [02:54] * Joins: geoaxis (~hatim@tinyisv.com)
- # [02:54] * Quits: geoaxis (~hatim@tinyisv.com) (Changing host)
- # [02:54] * Joins: geoaxis (~hatim@unaffiliated/geoaxis)
- # [02:55] * Quits: othermaciej (~mjs@17.246.19.36) (Quit: othermaciej)
- # [02:57] * Joins: othermaciej (~mjs@17.246.19.36)
- # [02:57] * Quits: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0) (Quit: mdelaney)
- # [03:06] * Joins: MikeSmith (~MikeSmith@EM114-48-63-214.pool.e-mobile.ne.jp)
- # [03:11] <MikeSmith> kennyluck: I'm on my way in to SFC
- # [03:12] <MikeSmith> I guess I'll get there by 11:15
- # [03:12] <MikeSmith> so we could meet up for lunch
- # [03:17] * Quits: slightlyoff (~slightlyo@nat/google/x-dwchkxuhiqnfoizj) (Quit: slightlyoff)
- # [03:34] <kennyluck> MikeSmith: I'll be there by 11:30
- # [03:34] <MikeSmith> kennyluck: cool
- # [03:35] <MikeSmith> kennyluck: it's cooled down a lot today
- # [03:35] <MikeSmith> because of the rain I guess
- # [03:37] * Quits: peterhil (~peterhil@a91-153-127-82.elisa-laajakaista.fi) (Ping timeout: 246 seconds)
- # [03:44] * Quits: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net) (Quit: cying)
- # [04:03] * Joins: estes (~aestes@17.246.18.252)
- # [04:05] * Quits: ukai (~ukai@nat/google/x-euzuyujzpyeetgwh) (Ping timeout: 258 seconds)
- # [04:05] * Joins: cypha (~sallabanc@69.50.70.12)
- # [04:06] * Joins: ukai (~ukai@nat/google/x-dibyewoipbnheqdz)
- # [04:07] * Joins: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com)
- # [04:12] * Joins: MikeSmith_ (~MikeSmith@EM114-48-235-29.pool.e-mobile.ne.jp)
- # [04:12] * Joins: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net)
- # [04:13] * Quits: estes (~aestes@17.246.18.252) (Quit: estes)
- # [04:15] * Quits: jacobolu_ (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net) (Remote host closed the connection)
- # [04:16] * Quits: MikeSmith (~MikeSmith@EM114-48-63-214.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [04:19] * Quits: MikeSmith_ (~MikeSmith@EM114-48-235-29.pool.e-mobile.ne.jp) (Ping timeout: 276 seconds)
- # [04:23] * Joins: MikeSmith (~MikeSmith@EM111-188-30-236.pool.e-mobile.ne.jp)
- # [04:28] * Quits: othermaciej (~mjs@17.246.19.36) (Quit: othermaciej)
- # [04:28] * Joins: kennyluck_ (~kennyluck@EM111-188-29-177.pool.e-mobile.ne.jp)
- # [04:31] * Quits: kennyluck (~kennyluck@EM114-48-2-70.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [04:31] * kennyluck_ is now known as kennyluck
- # [04:32] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [04:33] * Joins: boogyman (~boogy@unaffiliated/boogyman)
- # [04:37] * Quits: dpranke (~Adium@nat/google/x-cqqlcajppkdiehka) (Quit: Leaving.)
- # [04:39] * Quits: weinig (~weinig@17.246.19.250) (Quit: weinig)
- # [04:40] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [04:41] * Quits: kennyluck (~kennyluck@EM111-188-29-177.pool.e-mobile.ne.jp) (Quit: kennyluck)
- # [04:42] * Joins: dpranke (~Adium@nat/google/x-fcucloblffwvbonm)
- # [04:42] * Parts: dpranke (~Adium@nat/google/x-fcucloblffwvbonm)
- # [04:42] * Joins: dpranke (~Adium@nat/google/x-fcucloblffwvbonm)
- # [04:47] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Ping timeout: 252 seconds)
- # [04:50] * Joins: MikeSmith_ (~MikeSmith@EM114-48-135-44.pool.e-mobile.ne.jp)
- # [04:52] * Quits: MikeSmith (~MikeSmith@EM111-188-30-236.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
- # [04:52] * MikeSmith_ is now known as MikeSmith
- # [04:55] * Quits: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
- # [04:59] <MikeSmith> how do I get OSX to reload my /etc/hosts file?
- # [05:00] <wirepair> hu?
- # [05:00] <wirepair> is your nsswitch.conf set to use hosts file? (it should. dunno why it wouldn't)
- # [05:01] <wirepair> should say like hosts: files dns
- # [05:01] <MikeSmith> ok
- # [05:01] <MikeSmith> lemme describe what I actually want to do
- # [05:01] <MikeSmith> I want to make an alias for localhost
- # [05:02] <MikeSmith> what's the right way to do that?
- # [05:02] * MikeSmith checks nsswitch.conf
- # [05:02] <wirepair> edit hosts to have a line like: localhost buh.not.localhost.com
- # [05:02] <MikeSmith> locate nsswitch.conf .. しーん
- # [05:03] <MikeSmith> ok, done that
- # [05:03] <MikeSmith> but how to I get the OS to actually re-read that
- # [05:03] <wirepair> it should be instant
- # [05:03] <MikeSmith> it's not :(
- # [05:04] <wirepair> weird... try like 127.0.0.1 something
- # [05:04] <wirepair> then ping someting and see if you get a response?
- # [05:04] <MikeSmith> I have no nsswitch.conf btw
- # [05:04] <wirepair> weird thought osx would have it ;)
- # [05:05] <wirepair> http://forums.macrumors.com/archive/index.php/t-614816.html
- # [05:05] <wirepair> try that?
- # [05:06] * Quits: MikeSmith (~MikeSmith@EM114-48-135-44.pool.e-mobile.ne.jp) (Quit: MikeSmith)
- # [05:13] * Quits: dave_levin (~dave_levi@nat/google/x-fmpfcudqrvcqpdkd) (Quit: dave_levin)
- # [05:13] * Quits: dpranke (~Adium@nat/google/x-fcucloblffwvbonm) (Quit: Leaving.)
- # [05:23] * Joins: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net)
- # [05:24] * Quits: theMadness (~petal@host57-134-static.35-88-b.business.telecomitalia.it) (Quit: is this needed?)
- # [05:26] * Quits: ako (~nya@fuld-4d00d248.pool.mediaWays.net) (Quit: EXEC_over.METHOD_SUBLIMATION)
- # [05:28] <roc> annevk: Cameron starts in a few weeks
- # [05:31] * Quits: hamcore (rhythm@unaffiliated/msmosso)
- # [05:43] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [05:44] * Joins: WHATWG (~apermanen@cpe-76-168-89-210.socal.res.rr.com)
- # [05:58] * Joins: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com)
- # [06:01] * Joins: MikeSmith (~MikeSmith@EM114-48-135-44.pool.e-mobile.ne.jp)
- # [06:01] * Quits: micheil (~micheil@124-168-141-29.dyn.iinet.net.au) (Quit: http://brandedcode.com | http://github.com/miksago)
- # [06:01] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 264 seconds)
- # [06:01] * Joins: yoshiaki (~yoshiaki@2001:200:1c0:3602:225:ff:fe3f:69ba)
- # [06:02] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [06:02] * Quits: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com) (Client Quit)
- # [06:04] * Quits: yoshiaki (~yoshiaki@2001:200:1c0:3602:225:ff:fe3f:69ba) (Remote host closed the connection)
- # [06:05] * Joins: yoshiaki (~yoshiaki@2001:200:1c0:3602:225:ff:fe3f:69ba)
- # [06:05] * Quits: MikeSmith (~MikeSmith@EM114-48-135-44.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [06:06] * Joins: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7)
- # [06:07] * Joins: MikeSmith (~MikeSmith@2001:200:1c0:3602:219:e3ff:fe08:8ad3)
- # [06:08] * Quits: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7) (Client Quit)
- # [06:08] * Joins: kennyluck (~kennyluck@133.27.228.176)
- # [06:08] * Quits: kennyluck (~kennyluck@133.27.228.176) (Excess Flood)
- # [06:08] * Joins: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7)
- # [06:12] * Joins: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net)
- # [06:20] * Joins: variable (UNKNOWN@unaffiliated/variable)
- # [06:25] * Quits: abarth (~abarth@c-67-169-42-39.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [06:27] * Joins: abarth (~abarth@c-67-169-42-39.hsd1.ca.comcast.net)
- # [06:41] <MikeSmith> wirepair: that link appears to be a couple of confused dudes further confusing each other
- # [06:46] * Quits: MikeSmith (~MikeSmith@2001:200:1c0:3602:219:e3ff:fe08:8ad3) (Quit: The curfew tolls the knell of parting day... the plowman homeward plods his weary way)
- # [06:47] * Joins: MikeSmith (~MikeSmith@2001:200:1c0:3602:219:e3ff:fe08:8ad3)
- # [06:54] <nimbupani> it is ploughman no MikeSmith :P
- # [07:02] * Joins: estes (~aestes@17.246.18.252)
- # [07:02] * Quits: estes (~aestes@17.246.18.252) (Client Quit)
- # [07:10] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Read error: Connection reset by peer)
- # [07:10] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [07:10] * Joins: Ankheg (~Miranda@fs91-201-3-30.dubna-net.ru)
- # [07:13] * Quits: yoshiaki (~yoshiaki@2001:200:1c0:3602:225:ff:fe3f:69ba) (Remote host closed the connection)
- # [07:16] * Joins: weinig (~weinig@c-76-102-3-160.hsd1.ca.comcast.net)
- # [07:25] * Joins: yoshiaki (~yoshiaki@2001:200:1c0:3602:225:ff:fe3f:69ba)
- # [07:27] * Joins: matjas (~matjas@ip-213-49-114-173.dsl.scarlet.be)
- # [07:27] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [07:29] * Joins: smaug____ (~chatzilla@cs181063178.pp.htv.fi)
- # [07:30] * Joins: rimantas (~rimliu@lan-84-240-20-219.vln.skynet.lt)
- # [07:36] * Quits: cypha (~sallabanc@69.50.70.12) (Ping timeout: 260 seconds)
- # [07:40] * Joins: estes (~aestes@76-220-34-58.lightspeed.sntcca.sbcglobal.net)
- # [07:48] * Quits: virtuelv (~virtuelv_@65.168.34.95.customer.cdi.no) (Quit: Ex-Chat)
- # [07:49] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [07:58] * Joins: nattokirai (~nattokira@rtr.mozilla.or.jp)
- # [07:58] <nattokirai> MikeSmith: ping
- # [08:01] <hsivonen> https://bugzilla.mozilla.org/show_bug.cgi?id=593963#c11
- # [08:01] * Joins: jeff2 (~sername@c-24-130-217-22.hsd1.ca.comcast.net)
- # [08:02] * Quits: jeff2 (~sername@c-24-130-217-22.hsd1.ca.comcast.net) (Client Quit)
- # [08:05] * Quits: roc (~roc@203-97-204-82.dsl.clear.net.nz) (Quit: roc)
- # [08:06] * Joins: roc (~roc@203-97-204-82.dsl.clear.net.nz)
- # [08:11] * Quits: roc (~roc@203-97-204-82.dsl.clear.net.nz) (Ping timeout: 276 seconds)
- # [08:14] * Quits: matjas (~matjas@ip-213-49-114-173.dsl.scarlet.be) (Remote host closed the connection)
- # [08:18] * Joins: zalan (~zalan@catv-89-135-140-7.catv.broadband.hu)
- # [08:19] * Joins: cying (~cying@c-24-4-120-70.hsd1.ca.comcast.net)
- # [08:23] * Quits: weinig (~weinig@c-76-102-3-160.hsd1.ca.comcast.net) (Quit: weinig)
- # [08:27] * Disconnected
- # [08:28] * Attempting to rejoin channel #whatwg
- # [08:28] * Rejoined channel #whatwg
- # [08:28] * Topic is 'WHATWG: http://www.whatwg.org/ -- logs: http://krijnhoetmer.nl/irc-logs/ -- stats: http://gavinsharp.com/irc/whatwg.html -- Please leave your sense of logic at the door, thanks!'
- # [08:28] * Set by annevk42 on Mon Oct 19 23:03:06
- # [08:28] * Quits: krijnh (~krijnhoet@83.160.77.30) (Read error: Connection reset by peer)
- # [08:28] * Quits: yoshiaki (~yoshiaki@2001:200:1c0:3602:225:ff:fe3f:69ba) (Remote host closed the connection)
- # [08:29] * Joins: paradisaeidae (~chatzilla@ppp167-253-233.static.internode.on.net)
- # [08:30] * Quits: abarth (~abarth@c-67-169-42-39.hsd1.ca.comcast.net) (Quit: abarth)
- # [08:31] <annevk> how do you get file size listing again in shell?
- # [08:33] <hsivonen> ls -al
- # [08:33] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [08:34] <hsivonen> http://www.w3.org/TR/webarch/summary makes it easy to see how disproportionalely "Web" arch is about XML
- # [08:37] * Quits: smaug____ (~chatzilla@cs181063178.pp.htv.fi) (Ping timeout: 258 seconds)
- # [08:38] * Joins: smorg (~quassel@174-20-179-170.mpls.qwest.net)
- # [08:44] <cyberix> Is there a concensus about using IPv6 addresses in urls?
- # [08:46] <MikeSmith> nattokirai: hey man
- # [08:46] <MikeSmith> back now
- # [08:47] <cyberix> Would http://[2001:200:dff:fff1:216:3eff:feb1:44d7]/ work on all modern browsers?
- # [08:47] <MikeSmith> nattokirai: long time no talky
- # [08:47] * Joins: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl)
- # [08:48] <kennyluck> cyberix: it works in Safari and Firefox at least
- # [08:48] <cyberix> Seems to work on Chrome
- # [08:49] <variable> cyberix, likely
- # [08:49] <cyberix> seems to work in Opera
- # [08:49] <variable> for some definition of modern
- # [08:49] * Quits: estes (~aestes@76-220-34-58.lightspeed.sntcca.sbcglobal.net) (Quit: estes)
- # [08:49] <cyberix> Does anyone have an IE around?
- # [08:50] <variable> cyberix, fails to work on links
- # [08:50] <variable> but I'm not sure if I compiled it with IPV6 support ;-)
- # [08:52] * Quits: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [08:53] <cyberix> variable: :-)
- # [08:54] * Joins: matjas (~matjas@165.42-245-81.adsl-dyn.isp.belgacom.be)
- # [08:56] * Joins: yusukes (~yusukes@2401:fa00:4:1000:224:81ff:fec1:6444)
- # [08:59] * Quits: variable (UNKNOWN@unaffiliated/variable) (Remote host closed the connection)
- # [09:01] * Joins: peol (~peol@unaffiliated/peol)
- # [09:07] * Quits: Amorphous (jan@unaffiliated/amorphous) (Read error: Operation timed out)
- # [09:08] * Quits: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net) (Quit: g'night)
- # [09:11] * Quits: matjas (~matjas@165.42-245-81.adsl-dyn.isp.belgacom.be) (Remote host closed the connection)
- # [09:14] <hsivonen> someone should make a TTY graphics layer for Gecko or WebKit to replace Lynx and Links
- # [09:14] * Joins: zcorpan_ (~zcorpan@c-ec9fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [09:16] * Joins: yoshiaki (~yoshiaki@2001:200:1c0:3602:225:ff:fe3f:69ba)
- # [09:20] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [09:24] * Quits: macpherson (~macpherso@nat/google/x-wcvlfdyaijavkqbo) (Quit: macpherson)
- # [09:24] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [09:25] * Joins: smaug____ (~chatzilla@vallila-gw.hupnet.helsinki.fi)
- # [09:29] <annevk> complete/ is almost resolved
- # [09:29] <annevk> meanwhile http://html5.org/complete/ still functions
- # [09:29] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [09:30] * Joins: maikmerten (~merten@dhcp-11-239.it.uu.se)
- # [09:31] <hsivonen> I wonder if we already have a test case that checks if http://html5.org/tools/web-apps-tracker?from=5296&to=5297 has been implemented
- # [09:32] * Joins: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie)
- # [09:40] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
- # [09:44] <zcorpan_> hsivonen: is argument.callee disallowed in strict mode?
- # [09:44] <zcorpan_> s//s/
- # [09:46] <zcorpan_> seems so (at least in gecko)
- # [09:49] <hsivonen> zcorpan_: I don't know
- # [09:51] * Joins: matjas (~matjas@85.135-65-87.adsl-dyn.isp.belgacom.be)
- # [09:54] * Joins: roc (~roc@121.98.230.221)
- # [09:56] * Quits: MikeSmith (~MikeSmith@2001:200:1c0:3602:219:e3ff:fe08:8ad3) (Ping timeout: 276 seconds)
- # [09:56] <hsivonen> apparently we don't have a test for spec rev 5297
- # [09:57] * Joins: davidhund (~davidhund@78-27-27-74.dsl.alice.nl)
- # [09:58] * Joins: MikeSmith (~MikeSmith@EM114-48-86-164.pool.e-mobile.ne.jp)
- # [09:58] * Quits: matjas (~matjas@85.135-65-87.adsl-dyn.isp.belgacom.be) (Remote host closed the connection)
- # [10:02] * Joins: Steve_B (~chatzilla@gatek.mh.bbc.co.uk)
- # [10:06] * Joins: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net)
- # [10:08] <hsivonen> hmm. I wonder how to write a test case for rev 5297
- # [10:09] <annevk> hsivonen, something like </svg><div/>x
- # [10:09] <annevk> ?
- # [10:10] <annevk> well, plus some content before it
- # [10:10] * krijn is now known as krijnserver
- # [10:11] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [10:11] <zcorpan_> i take it there's already a test like "<svg></svg>"?
- # [10:12] <hsivonen> zcorpan_: AFAICT, it depends on EOF handling having or not having certain other fixes
- # [10:12] <hsivonen> but let's try it
- # [10:12] <hsivonen> zcorpan_: <svg></svg> doesn't produce the wrong tree without the fix
- # [10:13] <hsivonen> given the current state of V.nu EOF handling
- # [10:14] <zcorpan_> the bug says that it can cause a crash, so seems good to include it
- # [10:14] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: Leaving)
- # [10:14] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [10:15] <hsivonen> zcorpan_: already included
- # [10:15] <zcorpan_> ok
- # [10:15] <hsivonen> I need to step through this in debugger to understand why there's no bug...
- # [10:16] * Joins: reni__home (~reni@sedkit.inf.u-szeged.hu)
- # [10:17] * Joins: pauld (~chatzilla@spare33.seh.ox.ac.uk)
- # [10:20] * Quits: yoshiaki (~yoshiaki@2001:200:1c0:3602:225:ff:fe3f:69ba) (Remote host closed the connection)
- # [10:21] * Quits: paradisaeidae (~chatzilla@ppp167-253-233.static.internode.on.net) (Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722155716])
- # [10:22] <hsivonen> so "A start tag, if the current node is an element in the HTML namespace." handles the normal start tag case
- # [10:23] <hsivonen> hmm. maybe I should try something more evil like <svg></svg><![CDATA[]]>
- # [10:23] <hsivonen> woohoo! a test case!
- # [10:25] <zcorpan_> that's the spirit! think evil :)
- # [10:25] * Joins: yoshiaki (~yoshiaki@2001:200:1c0:3602:225:ff:fe3f:69ba)
- # [10:28] * Joins: erlehmann (~erlehmann@89.204.153.11)
- # [10:34] * Quits: Workshiva (~Dashiva@74.125.57.36) (Read error: Connection reset by peer)
- # [10:35] * Quits: yoshiaki (~yoshiaki@2001:200:1c0:3602:225:ff:fe3f:69ba) (Remote host closed the connection)
- # [10:35] * Joins: mat_t (~mattomasz@91.189.88.12)
- # [10:35] * Quits: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7) (Quit: kennyluck)
- # [10:41] * Joins: matjas (~matjas@ip-213-49-114-173.dsl.scarlet.be)
- # [10:41] * Quits: MikeSmith (~MikeSmith@EM114-48-86-164.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [10:42] * Joins: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk)
- # [10:44] * Joins: Workshiva (~Dashiva@74.125.57.36)
- # [10:45] * Joins: mpt (~mpt@canonical/mpt)
- # [10:46] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Read error: Connection reset by peer)
- # [10:46] * Joins: svl (~me@188-220-160-10.zone11.bethere.co.uk)
- # [10:47] * Joins: MikeSmith (~MikeSmith@EM114-48-72-187.pool.e-mobile.ne.jp)
- # [10:47] * Quits: cying (~cying@c-24-4-120-70.hsd1.ca.comcast.net) (Quit: cying)
- # [10:53] * Quits: smaug____ (~chatzilla@vallila-gw.hupnet.helsinki.fi) (Ping timeout: 252 seconds)
- # [10:53] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [10:54] <hsivonen> malignmark is my favorite MathML element name
- # [10:55] <MikeSmith> heh
- # [10:55] <jgraham> hsivonen: I sonsidered "don't crash" to be a good TC for that change :)
- # [10:56] <jgraham> But the CDATA thing is neat
- # [10:57] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [10:57] <othermaciej> hsivonen: doesn't that tend to piss him off?
- # [10:57] <jgraham> Also: malignmark is indeed quite awesome
- # [10:58] <Workshiva> Could he sue w3c for that kind of harassment?
- # [10:59] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 276 seconds)
- # [11:00] * Joins: Phae (~Phae@gatekeeper.macmillan.co.uk)
- # [11:01] <hsivonen> Isn't the "still in foreign content" check redundant in http://html5.org/tools/web-apps-tracker?from=5299&to=5300 ?
- # [11:01] <hsivonen> how could it not still be in foreign at that point?
- # [11:02] * Joins: ashaw (~admin@58.108.161.163)
- # [11:02] * Quits: rimantas (~rimliu@lan-84-240-20-219.vln.skynet.lt) (Quit: Leaving)
- # [11:04] <Hixie> yeah that does seem redundant
- # [11:04] <Hixie> since you have to be in foreign to get to that clause, and popping can't change the mode
- # [11:04] <Hixie> right?
- # [11:04] <ashaw> with so many web browsers that are colour corrected, I was wondering if others thought it would be useful to be able to set the input colour correction profile in HTML5?
- # [11:04] <hsivonen> Hixie: right. I'll file a bug.
- # [11:05] <Hixie> ashaw: you could, using @color-profile http://www.w3.org/TR/2003/CR-css3-color-20030514/#atcolorprofile but it was dropped because nobody implemented it
- # [11:06] <ashaw> do you know why not?
- # [11:07] <zcorpan_> annevk: you're listed in the acks section in dom core :)
- # [11:07] <Hixie> probably nobody cared, but i have no direct information
- # [11:07] <Hixie> annevk and TabAtkins might know
- # [11:12] <hsivonen> I wonder if rev 5300 causes an infinite loop on EOF
- # [11:12] * hsivonen looks closer
- # [11:13] <hsivonen> I think there's an infinite loop
- # [11:14] <ashaw> also the css3 color-profile rule states that the default profile should be sRGB, this is not implemented in Safari, is this a bug?
- # [11:16] <hsivonen> yep, there definitely is an infinite loop
- # [11:16] * Quits: davidhund (~davidhund@78-27-27-74.dsl.alice.nl) (Read error: Operation timed out)
- # [11:16] <hsivonen> time to file a spec bug...
- # [11:16] <jgraham> hsivonen: where?
- # [11:16] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: This computer has gone to sleep)
- # [11:16] <hsivonen> jgraham: <math><mi>EOF keeps reprocessing the EOF token
- # [11:16] * Joins: myakura (d2e8220d@gateway/web/freenode/ip.210.232.34.13)
- # [11:17] <zcorpan_> clearly getting foreign lands right is hard
- # [11:20] <jgraham> Hmm, I thought I hd thought about that case at the time
- # [11:20] <jgraham> I have a feeling that I might have been misled by not actually reprocessing the token, since that just affects parse errors
- # [11:21] * Quits: MikeSmith (~MikeSmith@EM114-48-72-187.pool.e-mobile.ne.jp) (Quit: MikeSmith)
- # [11:21] <myakura> ashaw: iirc they've talked something about color correction stuff last year though i'm not sure if anything's happend since then.
- # [11:22] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
- # [11:23] * Joins: davidhund (~davidhund@78.27.27.74)
- # [11:25] <hsivonen> jgraham: I think getting more than one parse error in that case provides no value
- # [11:25] <hsivonen> certainly no value that'd justify complexity
- # [11:26] <jgraham> Yes, I think when the psec has the choice between simplicity and theoretical purity of #parse errors, spimplicity wins every time
- # [11:27] <jgraham> Ubuntu is really very unresponsive
- # [11:27] <jgraham> A multisecond delay on everything I type is bad
- # [11:27] <hsivonen> I wonder if a security update has broken it some time during August
- # [11:27] * Quits: reni__home (~reni@sedkit.inf.u-szeged.hu) (Ping timeout: 276 seconds)
- # [11:28] * Joins: reni__home (~reni@sedkit.inf.u-szeged.hu)
- # [11:28] <hsivonen> since I returned from vacation, compiling Firefox has started making the mouse cursor and Spotify really jumpy
- # [11:28] <hsivonen> with 8 hardware threads
- # [11:29] <jgraham> Similar problem here
- # [11:29] <jgraham> Fewer threads but a less impressive machine
- # [11:30] <jgraham> and not Firefox :)
- # [11:30] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
- # [11:32] * Joins: mpt (~mpt@canonical/mpt)
- # [11:35] <annevk> zcorpan_, I haven't touched editors/acknowledgments yet
- # [11:35] <annevk> zcorpan_, maybe I should
- # [11:40] <annevk> ashaw, it's a more complicated feature basically
- # [11:40] <annevk> ashaw, it will probably return at some point
- # [11:40] <ashaw> why is it more complicated>
- # [11:40] <ashaw> ?
- # [11:41] <annevk> yay, 8MiB per second; finally a somewhat reasonable internet connection
- # [11:41] <annevk> ashaw, it's more complicated than the other CSS color features
- # [11:47] * Quits: pauld (~chatzilla@spare33.seh.ox.ac.uk) (Quit: ChatZilla 0.9.85-rdmsoft [XULRunner 1.9.0.11/2009060313])
- # [11:49] * Joins: henrikbjorn (~henrik@80.199.116.190.static.peytz.dk)
- # [11:50] <erlehmann> annevk, and i am on GRPS ;_;
- # [11:51] <annevk> poor you
- # [11:51] <annevk> everyone should have at least 100mbit
- # [11:51] <erlehmann> i second that motion
- # [11:52] <ashaw> I am in Australia, until last year I had 512Kbps adsl, now somewhat 8mbit/s ADSL2+ cannot wait until the NBN comes to where I am.
- # [11:53] <annevk> whoa
- # [11:53] <ashaw> yeah,
- # [11:53] <ashaw> looong copper lines.
- # [11:53] <Lachy> ashaw, I guess you must be in one of the lucky regional areas that will get prioritised over the next 3 years
- # [11:53] <ashaw> no
- # [11:53] <ashaw> newcastle.
- # [11:53] <ashaw> those areas can barely get 3mbit/s
- # [11:54] <ashaw> or less
- # [11:54] <Lachy> wow. I didn't expect Newcastle to have such bad ADSL at this stage.
- # [11:54] <ashaw> the exchange is 1km away/
- # [11:54] <ashaw> actually lake macqurie
- # [11:54] <Lachy> hmm. that's strange. The copper lines must be really bad quality to have signal that low
- # [11:55] <ashaw> waterlogged.
- # [11:55] <ashaw> and no not really
- # [11:55] <ashaw> if you look at the graphs
- # [11:56] <ashaw> at the moment I am gettinh 9108000 baud
- # [11:56] <ashaw> and only 29.0dB attenuation
- # [11:56] <ashaw> which is pretty good.
- # [11:56] <ashaw> ADSL is just not as good as you think
- # [11:57] <Lachy> but surely if you're really getting ADSL2+, you'd be able to get more than 8Mbps. Are you sure you're not on ADSL1?
- # [11:57] <ashaw> no.
- # [11:57] * Joins: romeo_ (~romeo__@x1-6-00-02-44-60-6c-8e.k233.webspeed.dk)
- # [11:57] <ashaw> it is ADSL2+ annex M, or so my modem says.
- # [11:58] <Lachy> ok
- # [11:58] <ashaw> the speed falls in a curve.
- # [12:00] <ashaw> anyway what sort of speed are you getitng.
- # [12:00] <Lachy> http://www.internode.on.net/residential/broadband/adsl/extreme/performance/
- # [12:00] <ashaw> yes I know.
- # [12:00] <Lachy> according to that graph, at only 1km from the exchange, you should be getting up around 20
- # [12:01] * Quits: myakura (d2e8220d@gateway/web/freenode/ip.210.232.34.13) (Ping timeout: 252 seconds)
- # [12:01] <ashaw> yeah, but I am not. my line looks electrically like 2.3km
- # [12:01] <Lachy> I'm overseas right now. But when I was in Aus in Northern Sydney, I believe I managed to get about 13Mbps on ADSL2+. But that was about 4 years ago.
- # [12:02] <ashaw> yeah, where are you now?
- # [12:02] <Lachy> Oslo
- # [12:02] <ashaw> hahaha.
- # [12:02] <ashaw> what project do you work on?
- # [12:02] <ashaw> to be here?
- # [12:03] <Lachy> I'm on Cable at home here. I get about 17Mbps peak. I could get up to 50Mbps if I could afford it.
- # [12:03] <Lachy> I work at Opera
- # [12:03] <ashaw> how much?
- # [12:03] <ashaw> ah.
- # [12:04] <Lachy> on my current plan, it works out to roughly $90/month depending on exchange rate
- # [12:04] <ashaw> download limit?
- # [12:04] <Lachy> but Norway is a very pricey country, so not bad overall
- # [12:04] <Lachy> haha. Usage caps don't exist in Europe :-)
- # [12:05] <ashaw> really?
- # [12:05] <Lachy> yes, really.
- # [12:05] <Lachy> at least, not in Norway, and I don't believe they do in any other country. But I could be wrong.
- # [12:05] * Quits: mat_t (~mattomasz@91.189.88.12) (Ping timeout: 255 seconds)
- # [12:05] <ashaw> I cannot wait for that to come here, as it will.
- # [12:05] <ashaw> Internode just released a 1TB plan.
- # [12:05] <Lachy> AAPT has unlimited
- # [12:06] <Lachy> iiNet has 1TB too
- # [12:06] <Lachy> (500GB on/off peak)
- # [12:07] <ashaw> I HATE AAPT.
- # [12:07] <ashaw> iinet is good though.
- # [12:08] <Lachy> I expect with the NBN, with reasonable wholesale prices and with the available bandwidth being more than enough to handle everyone, bandwidth caps will be a thing of the past
- # [12:08] * Joins: mat_t (~mattomasz@91.189.88.12)
- # [12:08] <Lachy> I have no experience with AAPT
- # [12:08] <Lachy> iiNet were good for me though
- # [12:08] <ashaw> major problem is actually international trunks.
- # [12:08] * Quits: svl (~me@188-220-160-10.zone11.bethere.co.uk) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [12:08] <Philip`> Many UK ISPs seem to have usage caps
- # [12:09] <Philip`> like 10GB for the cheapest options and 40GB for slightly less cheap ones
- # [12:09] <ashaw> UK is very expensive though.
- # [12:09] <Lachy> woah. That's worse than Australia. WTF?
- # [12:09] <ashaw> yeah
- # [12:09] <ashaw> ]
- # [12:13] <ashaw> before, the main problem with colour calibration in browsers was Flash, is that still so?
- # [12:15] * Quits: erlehmann (~erlehmann@89.204.153.11) (Ping timeout: 265 seconds)
- # [12:15] <annevk> no caps in the Netherlands
- # [12:19] <annevk> http://twitter.com/Rahul/status/23994111511 -- CNN on HTML5: "[...] an open-source platform that updates animation features of programs like Adobe's Flash." http://goo.gl/qXLV
- # [12:19] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
- # [12:20] <ashaw> hahaha. Wroooong
- # [12:21] * Joins: smaug____ (~chatzilla@cs181063178.pp.htv.fi)
- # [12:21] * Quits: Steve_B (~chatzilla@gatek.mh.bbc.co.uk) (Ping timeout: 265 seconds)
- # [12:29] * Joins: erlehmann (~erlehmann@89.204.137.98)
- # [12:31] * Quits: mat_t (~mattomasz@91.189.88.12) (Ping timeout: 246 seconds)
- # [12:36] * Joins: mat_t (~mattomasz@91.189.88.12)
- # [12:37] <Lachy> annevk, I don't see where in the linked article that can be found, nor anything else about HTML5
- # [12:38] <Lachy> annevk, also, thanks for leaving me the Kahlua yesterday
- # [12:40] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [12:41] <annevk> maybe they fixed it?
- # [12:41] <annevk> oh well
- # [12:42] * Joins: mpt (~mpt@canonical/mpt)
- # [12:50] * Quits: daedb_ (~daed@78-72-108-100-no178.tbcn.telia.com) (Remote host closed the connection)
- # [12:50] <Lachy> http://www.macrumors.com/2010/09/09/vlc-video-player-coming-to-ipad/
- # [12:50] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [12:51] * Joins: mpt (~mpt@canonical/mpt)
- # [12:52] <Lachy> I assume that means they'll bring WebM and Theora support to the iPad, at least to the extent possible.
- # [12:53] * Joins: daedb (~daed@78-72-108-100-no178.tbcn.telia.com)
- # [12:59] <DefV> yeah, but it won't be hardware-accelerated like with x264 :-(
- # [12:59] <ashaw> why not?
- # [12:59] <ashaw> I mean why could it not be?
- # [13:00] <gsnedders> I expect the DSP is locked
- # [13:00] <ashaw> ewww.
- # [13:01] <gsnedders> It is on most phones, and I expect it is on the iPad
- # [13:01] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [13:02] * Joins: plainhao (~plainhao@mail.xbiotica.com)
- # [13:03] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [13:03] * Joins: mpt (~mpt@canonical/mpt)
- # [13:11] * Quits: matjas (~matjas@ip-213-49-114-173.dsl.scarlet.be) (Remote host closed the connection)
- # [13:20] * Joins: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net)
- # [13:21] <hsivonen> not a long time ago VLC folks claimed Apple doesn't them on Mac
- # [13:21] <hsivonen> if true, I wonder how the AppStore approval will go
- # [13:26] <zcorpan_> hsivonen: s//want/ ?
- # [13:26] <hsivonen> zcorpan_: yes
- # [13:28] * Joins: hamcore (rhythm@unaffiliated/msmosso)
- # [13:32] * Joins: matjas (~matjas@91.182.143.67)
- # [13:33] * Joins: myakura (d2e8220d@gateway/web/freenode/ip.210.232.34.13)
- # [13:34] <hsivonen> whoa, whoa. when has the meta prescan started to require http-equiv="content-type" for the content="..." case?
- # [13:37] <zcorpan_> http://www.w3.org/Bugs/Public/show_bug.cgi?id=9225 ?
- # [13:38] <hsivonen> zcorpan_: thanks
- # [13:40] * Joins: dustinbrewer (~dustinbre@99-17-42-25.lightspeed.okcbok.sbcglobal.net)
- # [13:45] * Quits: ashaw (~admin@58.108.161.163) (Quit: ashaw)
- # [13:46] * Joins: ashaw (~admin@58.108.161.163)
- # [13:47] * Quits: ashaw (~admin@58.108.161.163) (Client Quit)
- # [13:51] <hsivonen> does anyone happen to have data about browser support of <meta http-equiv="pragma" value="no-cache"> ?
- # [13:51] * Joins: MikeSmith (~MikeSmith@EM114-48-30-27.pool.e-mobile.ne.jp)
- # [13:54] * Quits: dustinbrewer (~dustinbre@99-17-42-25.lightspeed.okcbok.sbcglobal.net) (Quit: dustinbrewer)
- # [13:57] * Quits: myakura (d2e8220d@gateway/web/freenode/ip.210.232.34.13) (Quit: Page closed)
- # [13:59] <hsivonen> why doesn't this get cached? http://hsivonen.iki.fi/test/moz/pragma-no-cache-baseline.php
- # [14:03] <zcorpan_> maybe because it doesn't have an expires header?
- # [14:03] <hsivonen> hmm. should the baseline have an Expires header?
- # [14:03] <hsivonen> ah
- # [14:03] * Joins: matijsb (~matijs@host90-152-76-118.ipv4.regusnet.com)
- # [14:05] <hsivonen> now I need the right php format string for the expires header...
- # [14:05] <hsivonen> "r"
- # [14:05] <hsivonen> cool
- # [14:06] <boogyman> hsivonen: ##php should be able to help you out
- # [14:07] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 240 seconds)
- # [14:09] <hsivonen> boogyman: the manual was enough :-)
- # [14:19] * Philip` finds it strange when there's spec-related discussions about references to garbage collected objects
- # [14:19] <Philip`> since surely if there's a reference to the object then it's not garbage, by definition
- # [14:21] <zcorpan_> discussion where?
- # [14:21] <hsivonen> I need to do s/value/content/ in the test case
- # [14:23] <Philip`> zcorpan_: On the WHATWG list recently, and in the spec itself in various places
- # [14:23] <Philip`> Seems like it's more about manual memory management than about GC
- # [14:26] <hsivonen> doh. I forgot to test IE8 in the quirks mode
- # [14:27] <zcorpan_> Philip`: like websockets with event listeners?
- # [14:28] <hsivonen> aaargh. IE supports the pragma stuff in the IE 5.5 mode
- # [14:28] <hsivonen> yay for IE modes to make developers of other browsers test more cases
- # [14:28] <hsivonen> s/to make/for making/
- # [14:30] <Philip`> zcorpan_: Yes
- # [14:32] * Joins: daedb_ (~daed@78-72-108-100-no178.tbcn.telia.com)
- # [14:32] <Philip`> I think the usual definition is that a value is garbage after the last time it is read (and a conversative approximation is that it's definitely garbage after the last reference to it has been removed)
- # [14:32] <Philip`> so you can never tell the difference between a program that frees all garbage immediately and one that never frees garbage
- # [14:33] <zcorpan_> Philip`: isn't that the case with the spec also?
- # [14:34] * Quits: daedb (~daed@78-72-108-100-no178.tbcn.telia.com) (Ping timeout: 246 seconds)
- # [14:34] <Philip`> The spec seems to care about the difference, else it wouldn't have to say anything about GC, so I assume it's got some undefined implementation-level notion of an imperfect garbage collection algorithm based on reference-counting and weak pointers or something
- # [14:34] * Quits: matjas (~matjas@91.182.143.67) (Remote host closed the connection)
- # [14:35] * Quits: boaz (~boaz@64.119.159.231) (Read error: Operation timed out)
- # [14:35] * daedb_ is now known as daedb
- # [14:35] * Joins: matjas (~matjas@91.182.143.67)
- # [14:37] * Quits: matjas (~matjas@91.182.143.67) (Remote host closed the connection)
- # [14:37] <zcorpan_> if you create a websocket object and add an event listener to it, and remove the js-level reference to it, does the ua still have a reference to it because it has an event listener?
- # [14:38] * Quits: f1lt3r (~f1lt3r@64.119.159.231) (Ping timeout: 276 seconds)
- # [14:38] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [14:40] <Philip`> If it is possible to observe a difference between an implementation that holds a reference and one that doesn't, then it must be because the potentially-collected value was still accessed somehow, which means it wasn't garbage, which means it shouldn't have been garbage collected
- # [14:40] <zcorpan_> yeah
- # [14:41] <zcorpan_> the spec just spells out that it is possible to observe a difference and spells out when it is no longer possible to observe a difference
- # [14:41] * Joins: KaOSoFt (~maxzagato@190.24.156.162)
- # [14:41] * Quits: KaOSoFt (~maxzagato@190.24.156.162) (Changing host)
- # [14:41] * Joins: KaOSoFt (~maxzagato@unaffiliated/kaosoft)
- # [14:45] <Philip`> It spells it out in what seems like a peculiar level of abstraction, since it's talking about the mechanics of a garbage collection algorithm rather than about observable differences
- # [14:46] <zcorpan_> file a bug?
- # [14:47] * Joins: karlushi (~karlushi@fw.vdl2.ca)
- # [14:47] <hsivonen> whoa. Opera doesn't cache http://hsivonen.iki.fi/test/moz/pragma-no-cache-quirks.php
- # [14:48] <hsivonen> so Opera has a quirks mode difference here like IE
- # [14:48] <hsivonen> sadness
- # [14:48] * Joins: boaz (~boaz@64.119.159.231)
- # [14:50] * Joins: f1lt3r (~f1lt3r@64.119.159.231)
- # [14:51] <zcorpan_> ouch
- # [14:51] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Quit: Ex-Chat)
- # [14:54] <hsivonen> so the pragma is observed in Firefox 3.6, Opera quirks and IE quirks
- # [14:55] <hsivonen> and not observed in IE standards, Opera standards and WebKit
- # [14:55] * Joins: zdenekkostal (~Miranda@ip-89-102-182-215.net.upcbroadband.cz)
- # [14:55] <hsivonen> so currently WebKit is the only one not to observe the pragma in quirks...
- # [14:57] * Joins: matjas (~matjas@ip-213-49-114-173.dsl.scarlet.be)
- # [14:58] * Joins: Orkhayiq (~mikaelt8@78-86-151-104.zone2.bethere.co.uk)
- # [15:00] * Parts: Orkhayiq (~mikaelt8@78-86-151-104.zone2.bethere.co.uk)
- # [15:07] * Joins: payman_s (~payman@h85-8-2-58.static.se.alltele.net)
- # [15:08] * Joins: oal (~oal@5.79-160-122.customer.lyse.net)
- # [15:11] * Quits: erlehmann (~erlehmann@89.204.137.98) (Ping timeout: 265 seconds)
- # [15:11] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [15:26] * Quits: zalan (~zalan@catv-89-135-140-7.catv.broadband.hu)
- # [15:28] * Joins: zalan (~zalan@catv-89-135-140-7.catv.broadband.hu)
- # [15:36] * Joins: yutak_home (~kee@U017209.ppp.dion.ne.jp)
- # [15:39] * Joins: erlehmann (~erlehmann@89.204.153.1)
- # [15:44] * Quits: romeo_ (~romeo__@x1-6-00-02-44-60-6c-8e.k233.webspeed.dk) (Quit: Leaving)
- # [15:46] * Joins: eric_carlson (~ericc@2620:0:1b00:1191:223:32ff:feb1:5d30)
- # [15:46] * Quits: erlehmann (~erlehmann@89.204.153.1) (Ping timeout: 240 seconds)
- # [15:46] * Joins: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com)
- # [15:47] * Joins: masterov (~masterov@93.153.167.74)
- # [15:49] * Quits: masterov (~masterov@93.153.167.74) (Client Quit)
- # [15:49] * Quits: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [15:52] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [15:53] * Quits: reni__home (~reni@sedkit.inf.u-szeged.hu) (Remote host closed the connection)
- # [15:54] * Joins: BlurstOfTimes (~blurstoft@168.203.117.112)
- # [15:55] * Joins: paul_irish (~paul_iris@67.218.102.18)
- # [16:04] * Joins: abarth (~abarth@216.239.45.19)
- # [16:07] * Quits: Ankheg (~Miranda@fs91-201-3-30.dubna-net.ru) (Quit: Ankheg)
- # [16:10] * Joins: ROBOd (~robod@89.123.190.171)
- # [16:12] * Joins: Steve_B (~chatzilla@gatej.mh.bbc.co.uk)
- # [16:18] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [16:25] * Quits: henrikbjorn (~henrik@80.199.116.190.static.peytz.dk) (Remote host closed the connection)
- # [16:26] * Parts: zcorpan_ (~zcorpan@c-ec9fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [16:27] * Joins: zcorpan_ (~zcorpan@c-ec9fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [16:29] * Joins: aroben (~aroben@unaffiliated/aroben)
- # [16:31] * Joins: reni__home (~reni@sedkit.inf.u-szeged.hu)
- # [16:32] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 240 seconds)
- # [16:34] * Joins: yoshiaki (~yoshiaki@p3073-ipngn2001marunouchi.tokyo.ocn.ne.jp)
- # [16:35] * Quits: zdenekkostal (~Miranda@ip-89-102-182-215.net.upcbroadband.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
- # [16:36] * Quits: paul_irish (~paul_iris@67.218.102.18) (Remote host closed the connection)
- # [16:38] * Quits: maikmerten (~merten@dhcp-11-239.it.uu.se) (Remote host closed the connection)
- # [16:39] <annevk> DocumentType makes insertBefore insane
- # [16:40] <annevk> we should just make adoptNode support DocumentType and get rid of all the special casing
- # [16:40] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [16:40] * Joins: paul_irish (~paul_iris@nat/google/x-wkveqraukzwdcuhs)
- # [16:45] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 276 seconds)
- # [16:47] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [16:47] * Joins: chronos (~quassel@unaffiliated/chronos)
- # [16:48] * Quits: reni__home (~reni@sedkit.inf.u-szeged.hu) (Quit: Leaving)
- # [16:49] <hsivonen> I'm starting to think the implicit closing of <p> might be *the* worst characteristic of HTML parsing
- # [16:50] <hsivonen> (from author POV)
- # [16:50] * Quits: Peter` (~peter@170-116.citynet.ftth.internl.net) (Ping timeout: 276 seconds)
- # [16:51] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [16:51] * Joins: Peter` (~peter@170-116.citynet.ftth.internl.net)
- # [16:54] <abarth> hsivonen: it's really confusing to author
- # [16:54] <abarth> because it tricks you into thinking HTML works differently than it does
- # [16:55] <zcorpan_> hsivonen: why wouldn't you put the figure before the <p>?
- # [16:58] * Quits: WHATWG (~apermanen@cpe-76-168-89-210.socal.res.rr.com) (Quit: Leaving.)
- # [16:58] <hsivonen> zcorpan_: I want the top edge of the figure to align with the top edge of the paragraph text if the paragraph has a top margin or even padding plus border
- # [17:00] <zcorpan_> hsivonen: i take it you want figure to be phrasing content with transparent content model (plus figcaption)?
- # [17:00] <hsivonen> zcorpan_: it want it to be phrasing, yes
- # [17:01] <hsivonen> zcorpan_: I'd prefer non-transparent and scoping but maybe that's too much to ask for considering Degrade Gracefully
- # [17:01] <zcorpan_> hsivonen: what if you want it to align with the paragraph text but the figcaption contains several paragraphs?
- # [17:01] <hsivonen> zcorpan_: hence I'd prefer non-transparent and scoping
- # [17:02] <zcorpan_> maybe you should say that in the bug
- # [17:03] <zcorpan_> <figcaption> can still close <p> if <figure> is scoping
- # [17:04] * Quits: mpt (~mpt@canonical/mpt) (Quit: Ex-Chat)
- # [17:05] * Joins: erlehmann (~erlehmann@89.204.153.1)
- # [17:05] * Joins: mpt (~mpt@canonical/mpt)
- # [17:05] <zcorpan_> although you also have this problem if you want a <table> to align with a paragraph, or a number of other things which also close <p>
- # [17:05] <zcorpan_> so i'm not convinced we should change this
- # [17:06] * Quits: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl) (Quit: Disconnected...)
- # [17:06] <hsivonen> zcorpan_: I think making <table> close <p> was a mistake
- # [17:06] <hsivonen> but Hixie put that one in Acid2, so water under the bridge
- # [17:06] <hsivonen> but that doesn't mean <figure> has to suck, too
- # [17:06] <annevk> hmm, insertBefore for DocumentFragment is prolly also wrong
- # [17:07] <annevk> as using insertBefore to "implement it would remove the nodes from the DocumentFragment
- # [17:07] <annevk> gah
- # [17:07] <annevk> these functions have lots of permutations, it's crazy
- # [17:07] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [17:08] * Quits: nessy (~Adium@124-169-0-56.dyn.iinet.net.au) (Quit: Leaving.)
- # [17:12] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 265 seconds)
- # [17:13] * Quits: yoshiaki (~yoshiaki@p3073-ipngn2001marunouchi.tokyo.ocn.ne.jp) (Remote host closed the connection)
- # [17:14] * Joins: yoshiaki (~yoshiaki@p3073-ipngn2001marunouchi.tokyo.ocn.ne.jp)
- # [17:18] <gsnedders> Hmm, I'm getting: "o: command not found", and I have gcc/g++ installed. WTF?
- # [17:19] <hsivonen> I learned something new today: http://www.utoronto.ca/web/HTMLdocs/NewHTML/multicol.html
- # [17:19] * Joins: cying (~cying@c-24-4-120-70.hsd1.ca.comcast.net)
- # [17:19] <Philip`> gsnedders: What command are you trying to run?
- # [17:20] <hsivonen> also, I was unaware that WebTV had minted multiple browser-specific elements that no one else supports
- # [17:20] <gsnedders> Philip`: Just trying to build mozilla-central tip (gah, really, no builds with --enable-tests? I think this everytime I need them…)
- # [17:22] <jgraham> I thought they had those builds now
- # [17:23] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Quit: stupidity buffer overflow)
- # [17:23] <hsivonen> <spacer> is about to become the longest-lived major engine-suppored HTML element to be eradicated
- # [17:23] <Philip`> Maybe the .tests.zip in http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/ ?
- # [17:23] * Philip` has no idea what they are, but they do say "tests" in them
- # [17:24] <hsivonen> <layer> and <ilayer> lasted only for one major release. <multicol> two. <hype> was Mac-only.
- # [17:24] * Joins: maikmerten (~merten@m83-185-47-204.cust.tele2.se)
- # [17:24] <hsivonen> has Opera minted any elements?
- # [17:24] <hsivonen> WebKit has minted <canvas> but that one became standard
- # [17:24] * gsnedders still wants to know why it won't compile
- # [17:25] <gsnedders> hsivonen: In HTML? Not that we currently support, at least
- # [17:25] <hsivonen> gsnedders: ok. Wikipedia doesn't know of any, either.
- # [17:26] * Joins: mpt (~mpt@canonical/mpt)
- # [17:26] <hsivonen> I think <spacer> is also about to become the first HTML element to be unsupported by Gecko after having been supported by Gecko
- # [17:27] <gsnedders> I know we dropped support for the bq element :P
- # [17:28] <hsivonen> gsnedders: Wikipedia is unaware!
- # [17:28] <hsivonen> I wonder if the IRC log works as an authoritative source for Wikipedia...
- # [17:29] <gsnedders> heh
- # [17:29] <gsnedders> Basically, we used HTMLQuoteElement for bq
- # [17:29] <gsnedders> That was the extent of our support for it.
- # [17:31] * Joins: dglazkov (~dglazkov@nat/google/x-ajffjrvcwqwupcet)
- # [17:33] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Quit: This computer has gone to sleep)
- # [17:33] * Quits: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie) (Quit: brb)
- # [17:37] <hsivonen> jgraham: we have no way to represent a carriage return in expected tree builder output, right?
- # [17:38] <hsivonen> the test with FOO
ZOO is the input is bogus. I'm wondering what to do about it
- # [17:38] <gsnedders> Why would a raw 0x0D byte now work?
- # [17:39] <hsivonen> gsnedders: wouldn't text editors break it upon next edit?
- # [17:39] <hsivonen> gsnedders: and it doesn't work when the test data is loaded via iframe
- # [17:39] <jgraham> That could be a problem
- # [17:39] <jgraham> Not sure what to do about it though
- # [17:39] <hsivonen> (maybe I should change our harness to use XHR but I'd rather not, since everything else works via iframe)
- # [17:40] <hsivonen> I could remove the test and make sure the tokenizer tests cover 
- # [17:40] <jgraham> hsivonen: Why does the iframe present a problem?
- # [17:41] <jgraham> Does some normalisation happen if you load a data: uri?
- # [17:41] * Quits: yoshiaki (~yoshiaki@p3073-ipngn2001marunouchi.tokyo.ocn.ne.jp) (Remote host closed the connection)
- # [17:41] <hsivonen> jgraham: if you load text/plain in a browsing context, line break normalization happens
- # [17:42] <jgraham> Oh text/plain
- # [17:43] <jgraham> In fact it seems generally problematic
- # [17:43] <hsivonen> the use of an iframe might be caused by the harness been developed to work with file: URLs
- # [17:43] <hsivonen> dunno. sayrer would know
- # [17:43] <jgraham> Unless you keep the expected output e.g. percent encoded
- # [17:44] <hsivonen> jgraham: the files that get loaded as text/plain;charset=utf-8 in the iframes are the html5lib .dat files verbatim
- # [17:44] <jgraham> hsivonen: Yeah, it is not easy with your approach
- # [17:45] <gsnedders> http://pastebin.com/TgGNx2FF — fairly weird.
- # [17:46] <gsnedders> I guess I should try asking in a proper channel…
- # [17:47] * Quits: Steve_B (~chatzilla@gatej.mh.bbc.co.uk) (Remote host closed the connection)
- # [17:48] <hsivonen> for the tests of the nature <html>�<frameset></frameset> I haven't yet checked with a hex editor if the test is bogus or if the harness is
- # [17:48] * Quits: Martijnc (~Martijnc@91.176.178.197) (Read error: Connection reset by peer)
- # [17:49] <hsivonen> the tests are still indicating 5 Gecko/V.nu bugs
- # [17:50] <hsivonen> and 6 if the above REPLACEMENT CHARACTER thing isn't a harness/test bug
- # [17:52] * Quits: matijsb (~matijs@host90-152-76-118.ipv4.regusnet.com) (Quit: Zzzzz)
- # [17:54] <gsnedders> I guess libvpx is trying to do something different to the rest of the moz build systems
- # [17:57] * Joins: Martijnc (~Martijnc@91.176.221.166)
- # [17:58] <annevk> jgraham, how easy would it be to let testharness not quit at the first non-fatal failure?
- # [17:58] <hsivonen> gsnedders: do you have yasm installed?
- # [17:59] <jgraham> annevk:All failures are fatal
- # [17:59] <jgraham> Unless they are in seperate tests
- # [17:59] <Philip`> gsnedders: Looks kind of like it's trying to execute half a line (I'd expect it to be "something ... -o emms.o -f elf64 ...")
- # [17:59] <jgraham> It's a pretty fundamental part of the design
- # [17:59] <annevk> i guess i could use nested tests more often
- # [17:59] <annevk> okay
- # [18:00] <jgraham> You don't need to nest
- # [18:00] <jgraham> Just have multiple test(function(){}) per file
- # [18:00] <annevk> yeah okay
- # [18:00] <gsnedders> hsivonen: yes
- # [18:01] <gsnedders> Philip`: I got that far :P
- # [18:01] <gsnedders> Running it with no parallelizisim appears to be working
- # [18:02] * Joins: weinig (~weinig@c-76-102-3-160.hsd1.ca.comcast.net)
- # [18:03] <annevk> insertBefore/appendChild/replaceChild are some of the most complex methods in whole of DOM Core
- # [18:03] <annevk> though compareDocumentPosition is pretty bad too
- # [18:05] * temp01 is now known as away01
- # [18:05] * Quits: zcorpan_ (~zcorpan@c-ec9fe355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan_)
- # [18:07] * Joins: JonathanNeal (~Jonathan_@12.139.128.74)
- # [18:11] * Joins: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [18:15] * Quits: away01 (~temp01@unaffiliated/temp01) (Ping timeout: 240 seconds)
- # [18:16] * Joins: away01 (~temp01@unaffiliated/temp01)
- # [18:29] * Quits: boaz (~boaz@64.119.159.231) (Read error: Connection reset by peer)
- # [18:29] * Quits: f1lt3r (~f1lt3r@64.119.159.231) (Read error: Connection reset by peer)
- # [18:34] * away01 is now known as temp01
- # [18:35] * Joins: ap (~ap@17.246.17.176)
- # [18:37] * Joins: boaz (~boaz@64.119.159.231)
- # [18:38] * Quits: mpt (~mpt@canonical/mpt) (Quit: Ex-Chat)
- # [18:39] * Joins: peterhil (~peterhil@a91-153-127-82.elisa-laajakaista.fi)
- # [18:43] * Joins: yoshiaki (~yoshiaki@p3073-ipngn2001marunouchi.tokyo.ocn.ne.jp)
- # [18:43] * Quits: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk) (Quit: akamike)
- # [18:52] * Quits: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net) (Read error: Operation timed out)
- # [18:52] * Quits: cying (~cying@c-24-4-120-70.hsd1.ca.comcast.net) (Quit: cying)
- # [18:55] * Quits: weinig (~weinig@c-76-102-3-160.hsd1.ca.comcast.net) (Quit: weinig)
- # [18:56] * Joins: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net)
- # [19:00] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [19:00] <jgraham> I hate it when things sell for < 300 USD yet even in sales are 5000 SEK
- # [19:01] <jgraham> That is _more_than_a_factor_or_two_
- # [19:01] * Quits: boblet (~boblet@p2103-ipbf21osakakita.osaka.ocn.ne.jp) (Quit: boblet)
- # [19:04] <annevk> that's the price of freedom
- # [19:05] * Quits: Phae (~Phae@gatekeeper.macmillan.co.uk) (Quit: Leaving.)
- # [19:05] * Joins: sicking (~chatzilla@nat/mozilla/x-uwtpdyflnbbsslru)
- # [19:06] * Quits: yoshiaki (~yoshiaki@p3073-ipngn2001marunouchi.tokyo.ocn.ne.jp) (Remote host closed the connection)
- # [19:07] * Joins: f1lt3r (~f1lt3r@64.119.159.231)
- # [19:09] * Quits: mat_t (~mattomasz@91.189.88.12) (Quit: This computer has gone to sleep)
- # [19:10] * Joins: dave_levin (~dave_levi@nat/google/x-svqkmnsajkljwlqu)
- # [19:20] <annevk> i wonder how many steps it would be to spell out the HIERARCHY_REQUEST_ERR cases
- # [19:21] <annevk> the easy solution would of course be "do not violate the nodes model" but that is very easy
- # [19:21] * Quits: davidhund (~davidhund@78.27.27.74) (Quit: davidhund)
- # [19:22] <annevk> but just considering the amount of complexity you get for DOCUMENT_TYPE or the root ELEMENT I'm not sure I want to go there
- # [19:22] <annevk> hmm
- # [19:23] * Quits: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [19:23] * Quits: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com) (Quit: adactio)
- # [19:24] * Joins: dbaron (~dbaron@nat/mozilla/x-hnputzypwpqbjofi)
- # [19:25] * Quits: matjas (~matjas@ip-213-49-114-173.dsl.scarlet.be) (Read error: Connection reset by peer)
- # [19:26] * Joins: matjas (~matjas@ip-213-49-115-202.dsl.scarlet.be)
- # [19:27] <annevk> // test 25: test namespace checking in createDocumentType
- # [19:27] <annevk> boo
- # [19:28] <annevk> Acid3 tests a whole bunch of crappy DOM stuff
- # [19:29] <sicking> s/DOM//
- # [19:30] <annevk> heh, true
- # [19:30] <annevk> oh well, we're not gonna repeat that mistake for Acid4
- # [19:30] * Joins: svl (~me@94-193-118-0.zone7.bethere.co.uk)
- # [19:31] * Quits: zalan (~zalan@catv-89-135-140-7.catv.broadband.hu)
- # [19:32] <sicking> annevk: riiiiiight
- # [19:33] <sicking> also, i think we need to make changes to acid3
- # [19:33] * Joins: cying (~cying@173-228-29-224.dsl.static.sonic.net)
- # [19:33] <sicking> it's really stupid if we're adding things to the web platform just to make hixie happy
- # [19:34] <sicking> or rather, one page that hixie wrote happy
- # [19:34] <annevk> I don't think he's happy with it
- # [19:34] <sicking> right, but it's still about keeping that one page from breaking
- # [19:35] <annevk> yeah, I'm not at all opposed to changes to Acid tests
- # [19:35] <annevk> you're right actually, maybe we actively should make changes
- # [19:36] <annevk> not changing because we thought "something was set in stone" has made things bad in the past, too
- # [19:36] <annevk> e.g. CSS margin collapsing
- # [19:40] * Joins: gavin__ (~gavin@people.mozilla.com)
- # [19:41] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [19:42] * Quits: annevk (~annevk@5355737B.cable.casema.nl) (Remote host closed the connection)
- # [19:42] * Joins: smorg_ (~quassel@174-20-179-170.mpls.qwest.net)
- # [19:42] * Quits: svl (~me@94-193-118-0.zone7.bethere.co.uk) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [19:44] * Joins: Jedi__ (~Jedi@Jedi.org)
- # [19:45] * Joins: annevk (~annevk@5355737B.cable.casema.nl)
- # [19:46] * Quits: smorg (~quassel@174-20-179-170.mpls.qwest.net) (Remote host closed the connection)
- # [19:50] * Quits: Jedi_ (~Jedi@Jedi.org) (Ping timeout: 255 seconds)
- # [19:50] * Quits: gavin (~gavin@firefox/developer/gavin) (Ping timeout: 255 seconds)
- # [19:50] * Quits: hober (~ted@unaffiliated/hober) (Ping timeout: 255 seconds)
- # [19:51] * Quits: peol (~peol@unaffiliated/peol) (Quit: Leaving)
- # [19:52] * Joins: MikeSmith_ (~MikeSmith@EM111-188-30-83.pool.e-mobile.ne.jp)
- # [19:54] * Quits: MikeSmith (~MikeSmith@EM114-48-30-27.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [19:54] * MikeSmith_ is now known as MikeSmith
- # [19:56] * Jedi__ is now known as Jedi_
- # [19:59] * Joins: jwalden (~waldo@nat/mozilla/x-dxiyzyrwjvlcxnpm)
- # [20:01] * Joins: romeo_ (~romeo__@x1-6-00-02-44-60-6c-8e.k233.webspeed.dk)
- # [20:03] * Joins: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0)
- # [20:05] * Joins: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net)
- # [20:09] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [20:18] * Joins: othermaciej (~mjs@17.246.17.19)
- # [20:19] * Quits: JonathanNeal (~Jonathan_@12.139.128.74) (Ping timeout: 272 seconds)
- # [20:28] * Joins: davidhund (~davidhund@dnuhd.xs4all.nl)
- # [20:30] * Quits: davidhund (~davidhund@dnuhd.xs4all.nl) (Client Quit)
- # [20:33] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: Leaving)
- # [20:33] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [20:34] * Quits: erlehmann (~erlehmann@89.204.153.1) (Quit: Die demokratieerhaltende Whistleblower-Organistation Krautchan freut sich immer über Spenden.)
- # [20:42] * aroben is now known as aroben|lunch
- # [20:48] <hsivonen> Acid3 will bite us when we do XML5
- # [20:55] <othermaciej> does Acid3 test for XML strictness?
- # [20:57] <hsivonen> othermaciej: it does
- # [20:57] <hsivonen> character encoding strictness at least
- # [21:00] * Quits: BlurstOfTimes (~blurstoft@168.203.117.112) (Remote host closed the connection)
- # [21:02] <Hixie> acid3 tests a bunch of stuff that the specs required that the browsers didn't do, which we have since largely come to view as suboptimal
- # [21:02] <Hixie> it's sad
- # [21:03] <Hixie> acid2, and to some extent acid3, both predate the time where i was comfortable with just making wholesale changes to long-established specs
- # [21:03] <Hixie> (acid3 does sidestep some problems, like making Attr nodes optional)
- # [21:04] <Hixie> anyway, if the specs change then i'll happily change acid3
- # [21:07] * Joins: jgornick (~joe@199.199.212.242)
- # [21:13] * Joins: sean` (~Sean@84-106-110-173.cable.quicknet.nl)
- # [21:16] * Joins: peol (~andree@unaffiliated/peol)
- # [21:17] * Quits: stalled (~stalled@unaffiliated/stalled) (Read error: Connection reset by peer)
- # [21:21] * Joins: shepazu (~schepers@mb20736d0.tmodns.net)
- # [21:22] * gsnedders blatantly has bad Mozilla karma today. Thunderbird appears to have lost all email.
- # [21:22] * Joins: BlurstOfTimes (~blurstoft@168.203.117.112)
- # [21:26] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [21:26] <gsnedders> All my account settings are there, but the list of folders is empty, and the list of emails doesn't even appear because there's no folder selected (because there are no folders)
- # [21:26] <gsnedders> What on earth?
- # [21:30] * aroben|lunch is now known as aroben
- # [21:30] * Quits: annevk (~annevk@5355737B.cable.casema.nl) (Quit: annevk)
- # [21:31] <gsnedders> http://stuff.gsnedders.com/thunderbird.png — awesome!
- # [21:33] * Joins: JonathanNeal (~Jonathan_@12.139.128.74)
- # [21:34] * gavin__ is now known as gavin
- # [21:34] * Quits: gavin (~gavin@people.mozilla.com) (Changing host)
- # [21:34] * Joins: gavin (~gavin@firefox/developer/gavin)
- # [21:34] * Quits: karlushi (~karlushi@fw.vdl2.ca) (Ping timeout: 272 seconds)
- # [21:38] <gsnedders> folderTree.json corrupt. Nice.
- # [21:39] * Quits: shepazu (~schepers@mb20736d0.tmodns.net) (Ping timeout: 265 seconds)
- # [21:41] * Quits: JonathanNeal (~Jonathan_@12.139.128.74) (Quit: Leaving)
- # [21:43] * Quits: f1lt3r (~f1lt3r@64.119.159.231) (Read error: Connection reset by peer)
- # [21:43] * Joins: gabe_ (~gabe@88-149-237-124.dynamic.ngi.it)
- # [21:44] * Quits: boaz (~boaz@64.119.159.231) (Read error: Connection reset by peer)
- # [21:44] * Joins: boaz (~boaz@64.119.159.231)
- # [21:44] * Joins: f1lt3r (~f1lt3r@64.119.159.231)
- # [21:48] * Joins: zcorpan_ (~zcorpan@c-ec9fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [21:52] <ap> Hixie: is there a spec that does/could specify what the following does? http://nypop.com/~ap/webkit/awstest.html
- # [21:52] <ap> WebKit matches IE, but not Firefox
- # [21:54] <TabAtkins> ap: What exactly is being tested here? The use of try/catch in on* attributes? Or naming a function the same as a @name in the document? Something else?
- # [21:54] <zcorpan_> ap: the question is whether <elm id=foo> overrides function foo() {} ?
- # [21:54] <ap> TabAtkins: the latter (i.e. order of lookup on window object)
- # [21:54] <ap> zcorpan_: name or id, whatever
- # [21:56] <ap> zcorpan_: the relative precedence of id and name would be HTML5 domain, I think
- # [21:56] <zcorpan_> http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#named-access-on-the-window-object
- # [21:56] <zcorpan_> "supports named properties" is a webidl term iirc
- # [21:57] * Joins: karlushi (~karlushi@fw.vdl2.ca)
- # [21:57] <zcorpan_> http://www.w3.org/TR/WebIDL/#dfn-support-named-properties
- # [21:57] * Joins: MikeSmith_ (~MikeSmith@EM111-188-30-83.pool.e-mobile.ne.jp)
- # [21:57] <ap> zcorpan_: I'm not sure if that answers my question (I think not)
- # [21:58] <ap> zcorpan_: HTML5 talks about DOM, naturally, not about JS functions
- # [22:00] <jgraham> Would you not expect it to depend on the order in which they are defined
- # [22:00] * Quits: MikeSmith (~MikeSmith@EM111-188-30-83.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [22:00] * MikeSmith_ is now known as MikeSmith
- # [22:00] <zcorpan_> ap: i would expect webidl to answer this question in its JS binding section, although i don't know if it does currently
- # [22:00] * Joins: hober (~ted@unaffiliated/hober)
- # [22:02] <Workshiva> You probably don
- # [22:02] <Workshiva> don't want to link the WebIDL from 2008
- # [22:10] <zcorpan_> oops
- # [22:11] <zcorpan_> google usually gives me the dev.w3.org version
- # [22:11] * Quits: sicking (~chatzilla@nat/mozilla/x-uwtpdyflnbbsslru) (Ping timeout: 252 seconds)
- # [22:11] <Workshiva> It seems to have stopped
- # [22:11] <Workshiva> I remember accidentally reading the TR version a while ago
- # [22:14] * Joins: JonathanNeal (~Jonathan_@12.139.128.74)
- # [22:14] <zcorpan_> horrifying experience?
- # [22:15] * Quits: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
- # [22:15] <Workshiva> I couldn't find the property I was looking for (because it hadn't been created in 2008)
- # [22:22] * Quits: roc (~roc@121.98.230.221) (Quit: roc)
- # [22:23] <jgraham> /TR/ is evil
- # [22:25] * Joins: Steve^ (~steve@cpc2-hari1-0-0-cust1111.hari.cable.virginmedia.com)
- # [22:27] <jgraham> Also, why are the hybi people discussing compression? We don't even have a functional protocol yet
- # [22:28] <jgraham> and the four weeks timeline is long past
- # [22:28] <TabAtkins> Because they have no clue what they're doing?
- # [22:29] * Joins: svl (~me@94-193-118-0.zone7.bethere.co.uk)
- # [22:32] * Joins: ashaw (~admin@58.108.161.163)
- # [22:32] * Quits: ashaw (~admin@58.108.161.163) (Client Quit)
- # [22:33] * Quits: payman_s (~payman@h85-8-2-58.static.se.alltele.net) (Read error: Connection reset by peer)
- # [22:43] * Quits: peterhil (~peterhil@a91-153-127-82.elisa-laajakaista.fi) (Ping timeout: 265 seconds)
- # [22:51] * Joins: estes (~aestes@17.246.19.197)
- # [22:53] * Quits: maikmerten (~merten@m83-185-47-204.cust.tele2.se) (Ping timeout: 252 seconds)
- # [23:01] * Joins: Heimidal_ (~heimidal@c-71-237-116-77.hsd1.co.comcast.net)
- # [23:05] * Quits: oal (~oal@5.79-160-122.customer.lyse.net) (Remote host closed the connection)
- # [23:05] * Quits: KaOSoFt (~maxzagato@unaffiliated/kaosoft)
- # [23:12] * Joins: roc (~roc@203-97-204-82.dsl.clear.net.nz)
- # [23:14] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [23:14] <zcorpan_> <http://www.w3.org/mid/9B2DE9094C827E44988F5ADAA6A2C5DACD486B@HQ-MAIL9.ptcnet.ptc.com>
- # [23:15] <zcorpan_> W3C is pleased to announce the advancement of "Associating Style
- # [23:15] <zcorpan_> Sheets with XML documents 1.0 (Second Edition)" to Proposed Edited
- # [23:15] <zcorpan_> Recommendation:
- # [23:15] <zcorpan_> http://www.w3.org/TR/2010/PER-xml-stylesheet-20100909/
- # [23:18] <zcorpan_> seems like he switched back to using the xhtml-generating version of the xslt sheet. oh well
- # [23:19] * Quits: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [23:19] * Quits: JonathanNeal (~Jonathan_@12.139.128.74) (Read error: Connection reset by peer)
- # [23:19] * Quits: peol (~andree@unaffiliated/peol) (Remote host closed the connection)
- # [23:19] * Joins: JonathanNeal (~Jonathan_@12.139.128.74)
- # [23:20] * Quits: chronos (~quassel@unaffiliated/chronos) (Remote host closed the connection)
- # [23:28] * Quits: ROBOd (~robod@89.123.190.171) (Quit: .)
- # [23:32] * Joins: weinig (~weinig@2620:0:1b00:1191:223:32ff:feaf:7f36)
- # [23:34] * Quits: Heimidal_ (~heimidal@c-71-237-116-77.hsd1.co.comcast.net) (Remote host closed the connection)
- # [23:35] * Quits: matjas (~matjas@ip-213-49-115-202.dsl.scarlet.be) (Remote host closed the connection)
- # [23:37] * Joins: sicking (~chatzilla@nat/mozilla/x-cedbhwcaffytdqgo)
- # [23:37] * Joins: Jon_Neal (~Jonathan_@12.139.128.74)
- # [23:39] * Quits: JonathanNeal (~Jonathan_@12.139.128.74) (Ping timeout: 264 seconds)
- # [23:39] * Quits: estes (~aestes@17.246.19.197) (Quit: estes)
- # [23:40] * Quits: gabe_ (~gabe@88-149-237-124.dynamic.ngi.it) (Quit: Ex-Chat)
- # [23:45] * Joins: ashaw (~admin@58.108.161.163)
- # [23:46] * Quits: smaug____ (~chatzilla@cs181063178.pp.htv.fi) (Quit: ChatZilla 0.9.86 [Firefox 4.0b5pre/20100823134346])
- # [23:50] * Joins: shepazu (~schepers@adsl-69-165-103.rmo.bellsouth.net)
- # [23:54] <Hixie> ap: WebIDL (and the IDL block and prose in the HTML5 spec) define it
- # [23:56] * Joins: estes (~aestes@17.246.19.197)
- # Session Close: Fri Sep 10 00:00:00 2010
The end :)