Options:
- # Session Start: Mon Aug 02 00:00:00 2010
- # Session Ident: #whatwg
- # [00:00] * Joins: sebmarkbage (sebmarkbag@213.80.109.170)
- # [00:09] * Quits: variable (~variable@unaffiliated/variable) (Read error: Operation timed out)
- # [00:14] * Quits: pesla (~pesla@ip51cc03a5.speed.planet.nl) (Quit: kthxbye!)
- # [00:27] * Joins: CuttsM- (~a@165-154-38-132.ispnetbilling.com)
- # [00:28] <annevk> thanks for the b-day wishes!
- # [00:28] * annevk should get some sleep
- # [00:29] * Quits: CuttsM (~a@165-154-38-132.ispnetbilling.com) (Ping timeout: 240 seconds)
- # [00:34] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [00:37] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [00:40] * Joins: roc (~roc@203-97-204-82.dsl.clear.net.nz)
- # [00:41] <AryehGregor> Bleh, othermaciej isn't here.
- # [00:41] <AryehGregor> He mentioned something about how Apple backports fixes for significant standards issues in Safari, so I wanted to ask him if this could be backported. https://bugs.webkit.org/show_bug.cgi?id=40747
- # [00:41] * AryehGregor needs to not forget about that.
- # [00:42] * Quits: micheil (~micheil@124-170-214-101.dyn.iinet.net.au) (Quit: micheil)
- # [00:44] * Joins: xtothey (~ryanblair@ool-457b0e1a.dyn.optonline.net)
- # [00:55] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [00:58] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [01:08] <Alystair> any standards folks around? I'm just wondering if the following bug falls under a spec issue because it affects all most render engines: https://bugzilla.mozilla.org/show_bug.cgi?id=582037
- # [01:08] <Alystair> I've reported it to just about everyone, Mozilla seems to be the first one to step up to the plate
- # [01:13] * Quits: weinig (~weinig@2620:0:1b00:1191:223:32ff:feaf:7f36) (Quit: weinig)
- # [01:15] * Joins: variable (~variable@unaffiliated/variable)
- # [01:22] * Quits: meandi2 (~meandi@dyndsl-178-142-049-038.ewe-ip-backbone.de) (Quit: Nettalk6 - www.ntalk.de)
- # [01:24] <Philip`> Alystair: Sounds more like it's just browser bugs
- # [01:25] <Philip`> given that bz called it a correctness fix
- # [01:33] * Joins: drunknbass (~drunknbas@76.91.255.83)
- # [01:46] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Ping timeout: 240 seconds)
- # [01:54] * Joins: CuttsM (~a@165-154-38-132.ispnetbilling.com)
- # [01:56] * Quits: CuttsM- (~a@165-154-38-132.ispnetbilling.com) (Ping timeout: 265 seconds)
- # [02:04] * Quits: romeo_ (~romeo__@x1-6-00-07-95-57-08-bb.k38.webspeed.dk) (Quit: Leaving)
- # [02:08] * Joins: f00f00 (~ziggy@a85-156-203-39.elisa-laajakaista.fi)
- # [02:11] * Quits: WePanicForYou (~ziggy@unaffiliated/panicsys) (Ping timeout: 260 seconds)
- # [02:16] * Joins: CuttsM- (~a@165-154-38-132.ispnetbilling.com)
- # [02:19] * Quits: CuttsM (~a@165-154-38-132.ispnetbilling.com) (Ping timeout: 240 seconds)
- # [02:27] <variable> could someone please explain to me what the difference between an IDL attribute and content attributes are ?
- # [02:30] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [02:34] <Hixie> variable: content attribute is the one on an element, e.g. <div title="this is a content attribute">
- # [02:34] <Hixie> variable: IDL attribute is the one on a DOM object, e.g. myDivElement.title = 'this is an IDL attribute';
- # [02:35] <Hixie> variable: setting an IDL attribute that reflects a content attribute will set the content attribute, and vice versa
- # [02:35] <Alystair> Philip`: well... sorta :X
- # [02:35] <variable> Ah, I see. Can they *ever* differ? I often see in the spec that "the content attribute must remain consitent with the IDL attribute"
- # [02:35] <Alystair> I might have made the report sound like it was a spec error, but I don't know if that was validated or not
- # [02:36] <variable> is there a reason that this must be stated? Or is it just clarity
- # [02:36] <variable> *just for clarity ?
- # [02:36] <Alystair> I mean it would make-sense(tm) but I never actually looked to the spec to see if something like that is mentioned
- # [02:36] <Hixie> variable: yeah, e.g. <input checked> is the same as HTMLInputElement.defaultChecked, and is different from HTMLInputElement.checked
- # [02:36] <Hixie> variable: also, some have no correspondance whatsoever, e.g. HTMLDocument.body is an IDL attribute but there's no element, let alone a content attribute, to go with it
- # [02:37] <Alystair> Hixie: you wouldn't happen to be Ian would you?
- # [02:37] <Alystair> YOU ARE!
- # [02:37] <Alystair> Wow what luck
- # [02:37] <Hixie> um hi
- # [02:38] <Alystair> is Acid3 still modifiable or any new tests need to go into the next Acid suite?
- # [02:38] * Quits: yutak_home (~kee@U017209.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [02:39] <Hixie> acid3 is only modifiable in case of serious error
- # [02:39] <variable> Are there plans for an acid4 ?
- # [02:39] <Alystair> I have a test inclusion request for the next version then, what's is there a procedure?
- # [02:40] <Hixie> acid4 isn't something that is likely to happen any time soon
- # [02:40] <Alystair> fair enough then :)
- # [02:40] <Hixie> so if there's a bug that you think needs fixing, i recommend just filing a big rather than hoping for an acid test :-)
- # [02:40] <Alystair> yeah I've filled a bug with everyone but only Mozilla so far has taken action :/
- # [02:40] <variable> Hixie, are there concrete plans for it? or is it just some vaporware idea atm?
- # [02:40] <Alystair> which will be a problem because they will be the "odd man out"
- # [02:41] <Alystair> even if their browser does a more correct rendering
- # [02:41] <Hixie> Alystair: feel free to use the whatwg blog as a soapbox :-)
- # [02:41] <Hixie> variable: define "concrete plans"
- # [02:42] <variable> Hixie, "this will get done on Towel Day, May 25, 2012. Or "This will get done with all the browsers release their next major version"
- # [02:43] <Hixie> oh the plan is to wait until all five major browsers have announced they pass acid3, more or less; same as with acid2->acid3
- # [02:54] <Alystair> Hixie: it's hard to tell how webstandards.org and whatwg relate
- # [02:55] <Hixie> they are in no way related
- # [02:56] <Hixie> (why did you think they might be related?)
- # [02:56] <Rik`> Hixie: what about mobile browsers and Acid3 ?
- # [02:57] <Hixie> Rik`: what about them?
- # [02:58] <Alystair> Hixie: just my odd mind, because you're involved in both :)
- # [02:58] <AryehGregor> Is the "parse an address algorithm defined by the IRI specification" exposed anywhere to JavaScript?
- # [02:58] <Hixie> ah :-)
- # [02:58] <Alystair> or rather, saw your name on the acid test site
- # [02:59] <Rik`> Hixie: you don't want to wait for specific mobile browsers to pass Acid3 too ?
- # [02:59] <Hixie> Alystair: well, i guess there is a minor relation, which is that acidtests.org and whatwg.org are hosted on the same server :-)
- # [03:00] <Hixie> but that's just because i host them both myself
- # [03:00] <Hixie> (lots of stuff is on that server)
- # [03:00] <Hixie> (e.g. bully.org, hixie.ch, voidwars.com, etc)
- # [03:00] * Alystair thinks he might end up getting involved in some way
- # [03:01] <Hixie> Rik`: any in particular you had in mind?
- # [03:01] <Hixie> AryehGregor: the url decomposition attributes expose it
- # [03:01] <AryehGregor> Okay.
- # [03:01] <Rik`> Hixie: no, just a thought that mobile browsers are turning into "major" browsers
- # [03:01] <Alystair> mobile browsers?
- # [03:01] <Alystair> Opera Mini/Mobile
- # [03:02] <Alystair> Apple's stuff..
- # [03:02] <Alystair> what does blackberry even use?
- # [03:03] <Hixie> Rik`: indeed, but all the major mobile browsers correspond to major desktop browsers, so it's not a huge difference
- # [03:03] <Hixie> from my point of view there's no "mobile vs desktop", there's just the web
- # [03:04] <Rik`> to me too, but one mobile browser can have more marketshare than one of the "major" desktop browsers
- # [03:04] <Alystair> only limited by pixel width/height :P
- # [03:04] <Alystair> PPI
- # [03:07] <Hixie> Rik`: which one?
- # [03:09] * Quits: smaug (~chatzilla@cs181150024.pp.htv.fi) (Ping timeout: 258 seconds)
- # [03:11] <Rik`> Hixie: well, marketshare varies a lot depending on the area but Safari iOS or Opera Mini (if it counts) could be bigger than Opera desktop
- # [03:12] <Hixie> as I understand it Opera Mini intentionally breaks the specs, so it doesn't really count
- # [03:12] <Hixie> safari on iOS is something I look at, though
- # [03:13] <Alystair> yeah Opera Mini has a proxy system in place
- # [03:13] <Rik`> time to sleep, bye
- # [03:14] * Joins: kennyluck (~kennyluck@EM114-48-39-157.pool.e-mobile.ne.jp)
- # [03:14] <Alystair> Has there been any talk about copy/paste buffers with html5?
- # [03:14] * Alystair should go check mailinglist archive if there is one
- # [03:20] * Quits: payman_s (~payman@81-229-81-24-no65.tbcn.telia.com) (Read error: Operation timed out)
- # [03:21] * Joins: daedb (~daed@78-72-108-100-no178.tbcn.telia.com)
- # [03:21] <Hixie> Alystair: not sure what you mean by copy/paste buffers
- # [03:22] * Quits: daedb_ (~daed@78-72-108-100-no178.tbcn.telia.com) (Ping timeout: 245 seconds)
- # [03:25] <Alystair> well as applications move "to the cloud" you end up in the odd situation where an application cannot access or utilize the OS copy/paste buffer in a safe manner
- # [03:25] <Alystair> at the moment writing to the buffer is only possible via a cludge in flash or hacking configs in some browsers
- # [03:28] <Hixie> ah, yeah, there's some feedback on copy-and-paste... let's see
- # [03:29] * Parts: xtothey (~ryanblair@ool-457b0e1a.dyn.optonline.net)
- # [03:29] <Hixie> only stuff about copy and paste events, looks like
- # [03:30] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Quit: ⌘Q)
- # [03:40] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [03:43] * Quits: kennyluck (~kennyluck@EM114-48-39-157.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [03:43] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [03:43] * Joins: wakaba_ (~wakaba_@203-140-90-184.eonet.ne.jp)
- # [03:57] * Quits: aho (~nya@fuld-4d00d3de.pool.mediaWays.net) (Quit: EXEC_over.METHOD_SUBLIMATION)
- # [04:02] <boblet> annevk: happy birthday btw :)
- # [04:12] * Joins: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net)
- # [04:22] * Joins: shepazu (~schepers@adsl-242-206-38.rmo.bellsouth.net)
- # [04:31] * Joins: yutak (~yutak@220.109.219.244)
- # [04:32] * Quits: drunknbass (~drunknbas@76.91.255.83) (Remote host closed the connection)
- # [04:34] * Joins: cedricv (~cedric@202.152.243.151)
- # [04:34] * Joins: hamcore (~rhythm@unaffiliated/msmosso)
- # [04:37] * Joins: drunknbass (~drunknbas@76.91.255.83)
- # [04:58] * Quits: hamcore (~rhythm@unaffiliated/msmosso)
- # [05:03] * Quits: variable (~variable@unaffiliated/variable) (Ping timeout: 240 seconds)
- # [05:04] * Joins: variable (~variable@unaffiliated/variable)
- # [05:09] * Joins: WePanicForYou (~ziggy@unaffiliated/panicsys)
- # [05:12] * Quits: f00f00 (~ziggy@a85-156-203-39.elisa-laajakaista.fi) (Ping timeout: 276 seconds)
- # [05:13] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [05:15] * Quits: cedricv (~cedric@202.152.243.151) (Ping timeout: 260 seconds)
- # [05:17] * Quits: variable (~variable@unaffiliated/variable) (Ping timeout: 240 seconds)
- # [05:28] * Quits: beverloo (~peter@h89030.upc-h.chello.nl) (Quit: o/)
- # [05:36] * Joins: ukai (~ukai@nat/google/x-ojbrwcvbpzfkjvii)
- # [05:41] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Ping timeout: 240 seconds)
- # [05:50] * Quits: CuttsM- (~a@165-154-38-132.ispnetbilling.com) (Ping timeout: 260 seconds)
- # [05:54] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [06:04] * Joins: MikeSmith (~MikeSmith@207.192.197.231)
- # [06:08] * Quits: wakaba_ (~wakaba_@203-140-90-184.eonet.ne.jp) (Ping timeout: 246 seconds)
- # [06:09] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [06:09] * Joins: hamcore (hamcore@unaffiliated/msmosso)
- # [06:29] * Joins: CuttsM (~a@165-154-38-132.ispnetbilling.com)
- # [06:53] * Quits: CuttsM (~a@165-154-38-132.ispnetbilling.com) (Ping timeout: 240 seconds)
- # [07:05] * Joins: paradisaeidae (~chatzilla@ppp167-253-233.static.internode.on.net)
- # [07:18] * Quits: roc (~roc@203-97-204-82.dsl.clear.net.nz) (Quit: roc)
- # [07:19] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 240 seconds)
- # [07:23] * Joins: CuttsM (~a@165-154-38-132.ispnetbilling.com)
- # [07:29] * Joins: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [07:33] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [07:44] * Quits: paradisaeidae (~chatzilla@ppp167-253-233.static.internode.on.net) (Ping timeout: 258 seconds)
- # [07:45] * Joins: paradisaeidae_ (~chatzilla@ppp167-253-233.static.internode.on.net)
- # [07:53] * Joins: roc (~roc@121.98.230.221)
- # [08:00] * Joins: jrgarrison (~garrison@wikiotics/jrgarrison)
- # [08:08] * Joins: ap (~ap@62.122.208.177)
- # [08:17] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [08:18] * Quits: Martijnc (~Martijnc@91.176.137.66) (Read error: Connection reset by peer)
- # [08:19] * Joins: Martijnc (~Martijnc@91.176.137.66)
- # [08:20] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [08:24] * Joins: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [08:24] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [08:30] * Joins: zalan (~zalan@catv-89-135-140-7.catv.broadband.hu)
- # [08:31] * Quits: zalan (~zalan@catv-89-135-140-7.catv.broadband.hu) (Client Quit)
- # [08:34] * Quits: annevk (~annevk@5355737B.cable.casema.nl) (Read error: Connection reset by peer)
- # [08:36] * Joins: zalan (~zalan@catv-89-135-140-7.catv.broadband.hu)
- # [08:37] * Quits: roc (~roc@121.98.230.221) (Quit: roc)
- # [08:37] * Joins: zdenekkostal (~Miranda@ip-89-102-182-215.net.upc.cz)
- # [08:38] * Quits: hamcore (hamcore@unaffiliated/msmosso)
- # [08:43] * Quits: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net) (Quit: weinig)
- # [08:46] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 265 seconds)
- # [08:46] * Quits: Martijnc (~Martijnc@91.176.137.66) (Ping timeout: 248 seconds)
- # [08:54] * Quits: paradisaeidae_ (~chatzilla@ppp167-253-233.static.internode.on.net) (Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722155716])
- # [08:55] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [08:58] * Quits: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [08:58] * Joins: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [09:01] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [09:02] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [09:07] * Joins: mpt (~mpt@canonical/mpt)
- # [09:15] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [09:17] * Joins: Martijnc (~Martijnc@91.176.218.32)
- # [09:18] * Quits: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [09:20] * Quits: Smylers1 (~smylers@host86-180-215-11.range86-180.btcentralplus.com) (Quit: Leaving.)
- # [09:22] * Joins: henrikbjorn (~hb@80.199.116.190.static.peytz.dk)
- # [09:23] * Quits: Martijnc (~Martijnc@91.176.218.32) (Ping timeout: 240 seconds)
- # [09:24] * Joins: pesla (~pesla@188.202.125.121)
- # [09:26] * Joins: nielsle (~nielsle@1503032406.dhcp.dbnet.dk)
- # [09:27] * Joins: masterov (~masterov@93.153.167.74)
- # [09:29] * Joins: Martijnc (~Martijnc@91.176.218.32)
- # [09:33] * Quits: masterov (~masterov@93.153.167.74) (Quit: masterov)
- # [09:33] * Joins: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [09:33] * Joins: CuttsM- (~a@165-154-38-132.ispnetbilling.com)
- # [09:34] * Joins: espadrine (~thaddee_t@AMontsouris-157-1-91-195.w90-46.abo.wanadoo.fr)
- # [09:36] * Quits: CuttsM (~a@165-154-38-132.ispnetbilling.com) (Ping timeout: 276 seconds)
- # [09:36] * Quits: jrgarrison (~garrison@wikiotics/jrgarrison) (Quit: Ex-Chat)
- # [09:40] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [09:43] * Joins: micheil (~micheil@124-170-214-101.dyn.iinet.net.au)
- # [09:43] * Quits: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [09:43] * Joins: kennyluck (~kennyluck@EM114-48-38-214.pool.e-mobile.ne.jp)
- # [09:59] * Quits: kennyluck (~kennyluck@EM114-48-38-214.pool.e-mobile.ne.jp) (Ping timeout: 245 seconds)
- # [10:00] * Quits: pesla (~pesla@188.202.125.121) (Ping timeout: 265 seconds)
- # [10:02] * Joins: smaug (~chatzilla@cs181150024.pp.htv.fi)
- # [10:02] * Quits: f1lt3r (~f1lt3r@64.119.159.231) (Read error: Connection reset by peer)
- # [10:03] * Quits: boaz (~boaz@64.119.159.231) (Read error: Connection reset by peer)
- # [10:03] * Joins: boaz (~boaz@64.119.159.231)
- # [10:03] * Joins: f1lt3r (~f1lt3r@64.119.159.231)
- # [10:05] * Joins: payman_s (~payman@81-229-81-24-no65.tbcn.telia.com)
- # [10:09] * Joins: kennyluck (~kennyluck@EM114-48-61-237.pool.e-mobile.ne.jp)
- # [10:20] * Joins: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [10:21] * Joins: wakaba_1 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [10:21] * Joins: foolip (~foolip@83.218.67.122)
- # [10:23] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [10:25] * Quits: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [10:26] * Joins: maikmerten (~maikmerte@port-92-201-129-39.dynamic.qsc.de)
- # [10:29] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [10:32] * Quits: wakaba_1 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [10:34] * Quits: zdenekkostal (~Miranda@ip-89-102-182-215.net.upc.cz) (Read error: Connection reset by peer)
- # [10:34] * Joins: zdenekkostal (~Miranda@ip-89-102-182-215.net.upc.cz)
- # [10:35] * Joins: Smylers (~Smylers@leeds01-fw.internal.pipex.net)
- # [10:36] * Joins: mat_t (~mattomasz@91.189.88.12)
- # [10:36] * Quits: smaug (~chatzilla@cs181150024.pp.htv.fi) (Ping timeout: 258 seconds)
- # [10:39] * Joins: jochen__ (~jochen@nat/google/x-uizcfekdqvcioqta)
- # [10:39] * Joins: Phae (~Phae@chimera.macmillan.com)
- # [10:45] * Quits: payman_s (~payman@81-229-81-24-no65.tbcn.telia.com) (Read error: Operation timed out)
- # [10:46] * Quits: kennyluck (~kennyluck@EM114-48-61-237.pool.e-mobile.ne.jp) (Quit: kennyluck)
- # [10:47] * Joins: micheil_mbp (~micheil@124-170-214-101.dyn.iinet.net.au)
- # [10:48] * Joins: ROBOd (~robod@109.96.230.226)
- # [10:48] * Joins: kennyluck (~kennyluck@EM114-48-61-237.pool.e-mobile.ne.jp)
- # [10:50] * Joins: tyoshino (~tyoshino@220.109.219.244)
- # [10:51] * Quits: micheil (~micheil@124-170-214-101.dyn.iinet.net.au) (Ping timeout: 258 seconds)
- # [10:51] * micheil_mbp is now known as micheil
- # [10:56] * Quits: CuttsM- (~a@165-154-38-132.ispnetbilling.com) (Ping timeout: 276 seconds)
- # [10:57] * Quits: Martijnc (~Martijnc@91.176.218.32) (Ping timeout: 252 seconds)
- # [11:01] * Joins: roc (~roc@121.98.230.221)
- # [11:02] * Joins: bobchao (~cctw@118-168-74-144.dynamic.hinet.net)
- # [11:03] * Quits: bobchao (~cctw@118-168-74-144.dynamic.hinet.net) (Client Quit)
- # [11:04] * Joins: gratz|home (~gratz@81.106.148.238)
- # [11:08] * Quits: kennyluck (~kennyluck@EM114-48-61-237.pool.e-mobile.ne.jp) (Quit: kennyluck)
- # [11:10] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: This computer has gone to sleep)
- # [11:14] * Joins: CuttsM (~a@165-154-38-132.ispnetbilling.com)
- # [11:15] * Joins: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk)
- # [11:16] * Joins: oal (~oal@5.79-160-122.customer.lyse.net)
- # [11:19] * Joins: payman_s (~payman@77.72.99.119)
- # [11:21] * Quits: tndH (~Rob@adsl-87-102-89-10.karoo.KCOM.COM) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [11:24] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [11:25] * Joins: Martijnc (~Martijnc@91.176.31.104)
- # [11:25] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
- # [11:33] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [11:34] * Joins: annevk5 (~annevk@aas.attingo.nl)
- # [11:45] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Quit: Leaving)
- # [11:52] * Quits: colapop (~colapop@68-190-151-103.dhcp.eucl.wi.charter.com) (Read error: Connection reset by peer)
- # [11:53] * Joins: colapop (~colapop@68-190-151-103.dhcp.eucl.wi.charter.com)
- # [12:00] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [12:12] * Joins: Ms2ger (~Ms2ger@91.181.161.113)
- # [12:12] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [12:15] * Joins: pesla (~pesla@188.202.125.121)
- # [12:27] <jgraham> I really have no clue why people are spending time on the polyglot thread. Isn't it a giant tar pit?
- # [12:28] <annevk5> fn + backspace
- # [12:28] <annevk5> well actually, just backspace suffices
- # [12:29] <Smylers> jgraham: http://xkcd.com/386/ is my best guess.
- # [12:31] * Joins: variable (~variable@unaffiliated/variable)
- # [12:35] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 240 seconds)
- # [12:48] <Philip`> It's a danger of the approach of allowing anyone in the WG to publish drafts
- # [12:49] <Philip`> Other members are likely to get dragged into discussing it even if they don't care about the subject
- # [12:51] <Philip`> and if they ignore it now then either they'll have to object to publication later when the editors are happy with the draft, or the WG will publish something technically poor
- # [12:56] * Joins: smaug (~chatzilla@85-156-95-98.elisa-mobile.fi)
- # [13:03] * Quits: variable (~variable@unaffiliated/variable) (Ping timeout: 260 seconds)
- # [13:05] * Joins: Guest31728 (~variable@ool-182fcdc2.dyn.optonline.net)
- # [13:10] * Quits: Alystair (Alystair@bas1-toronto10-1279558760.dsl.bell.ca) (Ping timeout: 276 seconds)
- # [13:11] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Read error: Operation timed out)
- # [13:19] * Quits: annevk5 (~annevk@aas.attingo.nl) (Ping timeout: 260 seconds)
- # [13:19] * Quits: Guest31728 (~variable@ool-182fcdc2.dyn.optonline.net) (Ping timeout: 265 seconds)
- # [13:23] * Quits: yutak (~yutak@220.109.219.244) (Quit: Ex-Chat)
- # [13:23] * Joins: mpt (~mpt@canonical/mpt)
- # [13:26] * Quits: smaug (~chatzilla@85-156-95-98.elisa-mobile.fi) (Ping timeout: 264 seconds)
- # [13:26] * Joins: davidhund (~davidhund@78-27-27-74.dsl.alice.nl)
- # [13:27] * Joins: Guest31728 (~variable@ool-182fcdc2.dyn.optonline.net)
- # [13:28] * Joins: yutak (~yutak@220.109.219.244)
- # [13:36] * Quits: Guest31728 (~variable@ool-182fcdc2.dyn.optonline.net) (Ping timeout: 246 seconds)
- # [13:37] * Quits: bentruyman (~bentruyma@c-71-194-42-115.hsd1.il.comcast.net) (Quit: I will always love you.)
- # [13:40] * Joins: daedb_ (~daed@78-72-108-100-no178.tbcn.telia.com)
- # [13:41] * Quits: ukai (~ukai@nat/google/x-ojbrwcvbpzfkjvii) (*.net *.split)
- # [13:41] * Quits: daedb (~daed@78-72-108-100-no178.tbcn.telia.com) (*.net *.split)
- # [13:42] * Joins: ukai (~ukai@nat/google/x-qskobdogswruxawa)
- # [13:46] * Joins: Guest31728 (~variable@ool-182fcdc2.dyn.optonline.net)
- # [13:59] * Joins: CuttsM- (~a@165-154-38-132.ispnetbilling.com)
- # [14:00] * Quits: CuttsM (~a@165-154-38-132.ispnetbilling.com) (Ping timeout: 260 seconds)
- # [14:14] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [14:15] * Joins: pesla_ (~pesla@188.202.125.121)
- # [14:17] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
- # [14:17] * Quits: pesla (~pesla@188.202.125.121) (Ping timeout: 240 seconds)
- # [14:17] * pesla_ is now known as pesla
- # [14:22] <hsivonen> http://lists.w3.org/Archives/Member/w3c-html-cg/2010JulSep/0010.html is interesting
- # [14:22] <hsivonen> the 3rd paragraph in particular
- # [14:23] * Joins: erlehmann (~erlehmann@dslb-088-075-059-120.pools.arcor-ip.net)
- # [14:26] * Joins: CuttsM (~a@165-154-38-132.ispnetbilling.com)
- # [14:27] * Quits: CuttsM- (~a@165-154-38-132.ispnetbilling.com) (Ping timeout: 276 seconds)
- # [14:38] * Joins: KaOSoFt (~maxzagato@unaffiliated/kaosoft)
- # [14:43] * Joins: BlurstOfTimes (~blurstoft@168.203.117.112)
- # [14:49] * Quits: CuttsM (~a@165-154-38-132.ispnetbilling.com) (Ping timeout: 240 seconds)
- # [15:00] * Quits: henrikbjorn (~hb@80.199.116.190.static.peytz.dk) (Remote host closed the connection)
- # [15:02] * Joins: nessy (~Adium@124-168-168-242.dyn.iinet.net.au)
- # [15:03] * Quits: nessy (~Adium@124-168-168-242.dyn.iinet.net.au) (Client Quit)
- # [15:04] * Joins: nessy (~Adium@124-168-168-242.dyn.iinet.net.au)
- # [15:05] * Joins: tndH (~Rob@cpc6-seac20-2-0-cust102.know.cable.virginmedia.com)
- # [15:07] <MikeSmith> hsivonen: perhaps it would be best to discourage any further contributions of patches to make the "polyglot"-checking feature complete
- # [15:08] <MikeSmith> it seems like it might not be a very good feature with canonical validator.nu
- # [15:09] <MikeSmith> I think those who want to provide it should maybe instead be encourage to host their own instance and advertise that as a value-add or whatever
- # [15:09] <MikeSmith> it's never really been clear to me what the use case is for that feature anyway
- # [15:10] <MikeSmith> because I would assume that anybody who cares to make sure their documents follow XML well-formedness rules would most likely already be using an XML toolchain to author their documents
- # [15:11] <MikeSmith> unless there's something I'm not aware of that they want and that any XML parser would not already be able to report to them
- # [15:17] * Quits: MikeSmith (~MikeSmith@207.192.197.231) (Ping timeout: 265 seconds)
- # [15:22] * Joins: MikeSmith (~MikeSmith@207.192.197.231)
- # [15:22] * Quits: MikeSmith (~MikeSmith@207.192.197.231) (Client Quit)
- # [15:35] * Joins: kennyluck (~kennyluck@FLA1Abj101.hkd.mesh.ad.jp)
- # [15:45] * Joins: smaug (~chatzilla@a91-154-42-50.elisa-laajakaista.fi)
- # [15:45] * Quits: Smylers (~Smylers@leeds01-fw.internal.pipex.net) (Ping timeout: 258 seconds)
- # [15:57] <Lachy> AIUI, what people what from polyglot checking is nothing like the strict level of checking that would be required for full DOM consistency. But rather, most seem to checking of a few XML-like talismans that give the appearance of cleaner and more consistent markup
- # [15:58] <Lachy> for instance, I'm pretty sure most don't particularly care about the optional tbody issue, unless they actually want scripts or stylesheets to interact with it
- # [16:00] <Lachy> and most would be happy to omit boilerplate markup like xmlns
- # [16:01] <Lachy> the important issues seem to be pretty much trailing slashes in void elements, explicit end tags, double-quoted attributes, always escaping & and < characters
- # [16:02] <hsivonen> Lachy: wouldn't that be the "pedagogical" profile instead of "polyglot"?
- # [16:03] <Lachy> yes
- # [16:03] <Lachy> that's why I don't really think the polyglot spec is particularly useful
- # [16:03] * Joins: meandi (~meandi@dyndsl-178-142-054-222.ewe-ip-backbone.de)
- # [16:04] <Lachy> and why I think the approach I have taken in my authoring guide in recent updates (not yet checked in) is better
- # [16:04] <hsivonen> Lachy: I think you mean s/spec/draft/ :-)
- # [16:04] <Lachy> yes
- # [16:04] <hsivonen> Lachy: are you updating the guide again?
- # [16:04] <Lachy> yes, I started doing that last week
- # [16:04] <hsivonen> Lachy: cool
- # [16:04] <Lachy> I'd also done some other major changes a while ago that weren't checked in.
- # [16:05] * Quits: seventh (seventh@64-9-158-247.fwd.datafoundry.com) (Remote host closed the connection)
- # [16:05] <Lachy> significant changes are: splitting into HTML5 Reference (for syntax and element reference) and HTML5 Guide (for more tutorial like content, describing common use cases, etc.)
- # [16:06] <hsivonen> on a completely different topic: does anyone happen to have pointers to innerHTML benchmarks?
- # [16:06] <Lachy> and also updating the syntax section to more clearly describe, and compare and contrast the syntax for both HTML and XHTML,
- # [16:06] <hsivonen> I'm interested in benchmarks that represent benchmarks and benchmarks that represent marketing
- # [16:06] <KaOSoFt> Lachy- Just commenting here: I like your "splitting" idea.
- # [16:06] <KaOSoFt> -_-
- # [16:06] * Quits: boblet (~boblet@p1201-ipbf709osakakita.osaka.ocn.ne.jp) (Quit: boblet)
- # [16:07] <Lachy> I also intend to publish this on html5reference.org soon too with a more liberal licence, so I can bypass most of the w3c politics on that issue
- # [16:08] <Lachy> that's another reason I stopped checking it in there, cause I want it licenced liberally there first, and then dual licence it like the spec.
- # [16:09] * Quits: pesla (~pesla@188.202.125.121) (Remote host closed the connection)
- # [16:09] * Joins: pesla (~pesla@188.202.125.121)
- # [16:10] <Lachy> on another note, I also got my copy of Windows 7 today and tried out the IE9 preview for the first time.
- # [16:10] <hsivonen> Lachy: I'd love to see the proponents of the polyglot draft to state their use cases for it
- # [16:11] <Lachy> seems impressive
- # [16:11] <hsivonen> Lachy: from Amazon?
- # [16:11] <Lachy> yes
- # [16:11] <hsivonen> .co.uk?
- # [16:11] <Lachy> yes
- # [16:11] <hsivonen> seems slow compared to how fast they delivered Windows 7 to me
- # [16:11] <Lachy> after a month of waiting, they shipped me a replacement copy last friday by UPS and it arrived this morning. The first copy got lost in the mail
- # [16:12] <hsivonen> if I recall correctly that it's been a while since you ordered
- # [16:12] <hsivonen> ah
- # [16:12] <Lachy> they told me I had to wait till the 29th in case of delays before they would ship a replacement. I ordered it on the 2nd
- # [16:14] <Lachy> my one complaint about windows 7 is that running it in a virtual machine on my 2.5 year old MacBook Pro can be a little slow
- # [16:15] <hsivonen> Works fine in a VM on my i7
- # [16:15] <hsivonen> (without the glass UI)
- # [16:15] <hsivonen> it appears that VirtualBox OSE doesn't emulate a DirectX-compliant GPU
- # [16:15] <Lachy> yeah, i7 is a lot newer and faster than my Core 2 Duo 2.4
- # [16:15] <Lachy> *2.4GHz
- # [16:17] <Lachy> also my graphics card is technically below the minimum requirements that VMWare says will support the Aero transparencies
- # [16:17] <Lachy> though it does work
- # [16:27] * Quits: nessy (~Adium@124-168-168-242.dyn.iinet.net.au) (Quit: Leaving.)
- # [16:29] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Remote host closed the connection)
- # [16:29] * Joins: MikeSmith (~MikeSmith@207.192.197.231)
- # [16:36] * Joins: aroben (~aroben@c-71-58-77-15.hsd1.pa.comcast.net)
- # [16:37] * Joins: MikeSmithX (~MikeSmith@207.192.197.231)
- # [16:37] * Quits: aroben (~aroben@c-71-58-77-15.hsd1.pa.comcast.net) (Changing host)
- # [16:37] * Joins: aroben (~aroben@unaffiliated/aroben)
- # [16:40] * Quits: MikeSmith (~MikeSmith@207.192.197.231) (Ping timeout: 260 seconds)
- # [16:55] * Joins: paul_irish_ (~paul_iris@66.109.106.132)
- # [16:56] * Quits: smaug (~chatzilla@a91-154-42-50.elisa-laajakaista.fi) (Read error: Connection reset by peer)
- # [16:56] * Joins: Smylers (~smylers@host86-180-215-11.range86-180.btcentralplus.com)
- # [16:57] * Joins: smaug (~chatzilla@a91-154-42-50.elisa-laajakaista.fi)
- # [16:57] * Joins: daedb (~daed@78-72-108-100-no178.tbcn.telia.com)
- # [16:59] * Quits: daedb_ (~daed@78-72-108-100-no178.tbcn.telia.com) (Ping timeout: 265 seconds)
- # [17:01] * Quits: kennyluck (~kennyluck@FLA1Abj101.hkd.mesh.ad.jp) (Ping timeout: 240 seconds)
- # [17:09] * Joins: bobchao (~cctw@112-105-140-77.adsl.dynamic.seed.net.tw)
- # [17:09] * Quits: davidhund (~davidhund@78-27-27-74.dsl.alice.nl) (Quit: davidhund)
- # [17:09] * Joins: Alystair (Alystair@bas1-toronto10-1279558760.dsl.bell.ca)
- # [17:10] * Quits: mizerydearia (~necro@adsl-99-149-122-169.dsl.applwi.sbcglobal.net) (Ping timeout: 265 seconds)
- # [17:10] * Quits: bobchao (~cctw@112-105-140-77.adsl.dynamic.seed.net.tw) (Client Quit)
- # [17:19] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [17:23] * Joins: mizerydearia (~necro@99.139.230.118)
- # [17:29] * Joins: annevk5 (~annevk@pat-tdc.opera.com)
- # [17:30] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [17:33] * Quits: Guest31728 (~variable@ool-182fcdc2.dyn.optonline.net) (Ping timeout: 259 seconds)
- # [17:47] * Quits: paul_irish_ (~paul_iris@66.109.106.132) (Remote host closed the connection)
- # [17:47] * Quits: foolip (~foolip@83.218.67.122) (Ping timeout: 240 seconds)
- # [17:51] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Quit: This computer has gone to sleep)
- # [17:51] * Joins: henrikbjorn (~hb@c83-249-70-126.bredband.comhem.se)
- # [17:54] * Quits: baba (~sallabanc@69.50.70.12) (Ping timeout: 260 seconds)
- # [17:56] * Quits: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk) (Quit: akamike)
- # [17:57] * Joins: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net)
- # [17:58] * Quits: kinetik (~kinetik@121.98.132.55) (Ping timeout: 260 seconds)
- # [17:59] * Joins: kinetik (~kinetik@121.98.132.55)
- # [17:59] * Joins: baba (~sallabanc@69.50.70.12)
- # [18:01] * Joins: jlebar (~jlebar@63.245.220.220)
- # [18:01] * Joins: paul_irish_ (~paul_iris@nat/google/x-cpmxjvktxctyfqei)
- # [18:02] * Joins: CuttsM (~a@165-154-37-7.ispnetbilling.com)
- # [18:04] * Quits: pesla (~pesla@188.202.125.121) (Quit: kthxbye!)
- # [18:06] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [18:20] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [18:23] * Quits: zdenekkostal (~Miranda@ip-89-102-182-215.net.upc.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
- # [18:28] * Quits: mizerydearia (~necro@99.139.230.118) (Ping timeout: 240 seconds)
- # [18:28] * Joins: mizerydearia (~necro@adsl-99-139-230-118.dsl.applwi.sbcglobal.net)
- # [18:32] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:32] * Quits: mpt (~mpt@canonical/mpt) (Quit: Ex-Chat)
- # [18:34] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Ping timeout: 245 seconds)
- # [18:34] * Joins: workmad3 (~workmad3@2002:8258:c37b:c:223:dfff:feaa:a0aa)
- # [18:34] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [18:35] * Quits: Phae (~Phae@chimera.macmillan.com) (Quit: Leaving.)
- # [18:35] * Quits: CuttsM (~a@165-154-37-7.ispnetbilling.com) (Ping timeout: 264 seconds)
- # [18:39] * Joins: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [18:41] * Joins: kennyluck (~kennyluck@FLA1Abj101.hkd.mesh.ad.jp)
- # [18:50] * Quits: workmad3 (~workmad3@2002:8258:c37b:c:223:dfff:feaa:a0aa) (Remote host closed the connection)
- # [18:50] * Quits: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net) (Quit: weinig)
- # [18:56] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
- # [18:57] * Joins: hamcore (hamcore@unaffiliated/msmosso)
- # [18:58] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Remote host closed the connection)
- # [18:59] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [19:00] * Quits: kennyluck (~kennyluck@FLA1Abj101.hkd.mesh.ad.jp) (Quit: kennyluck)
- # [19:00] * Joins: Rik`_ (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [19:01] * Parts: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [19:04] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Ping timeout: 260 seconds)
- # [19:09] * Joins: pesla (~pesla@ip51cc03a5.speed.planet.nl)
- # [19:20] <TabAtkins> Interesting reading this Spolsky article from 2004: http://www.joelonsoftware.com/articles/APIWar.html
- # [19:20] <TabAtkins> Particularly the bit near the bottom about webapps, and the list of things you couldn't do well in a web application.
- # [19:21] <TabAtkins> I think (3) was doable back then with onunload, but we've since solved 1,2,4, and 6. 5, I dunno.
- # [19:22] * Quits: mat_t (~mattomasz@91.189.88.12) (Quit: This computer has gone to sleep)
- # [19:28] <espadrine> 5 (having a keyboard-driven web app) is technically doable at least. Not sure how useful that'd be.
- # [19:29] <TabAtkins> Yeah, it's just annoying from what I know.
- # [19:30] <espadrine> There's a chrome extension that does just that, "vimperator". It hides every user interaction with the browser behind a key. For, instance, J scrolls down, K scrolls up, ...
- # [19:30] <espadrine> lots of keys to remember
- # [19:40] * Joins: ojan (~ojan@nat/google/x-vumuibwoctaltkic)
- # [19:48] * Joins: deepthawtz (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net)
- # [19:49] * Joins: dave_levin (~dave_levi@nat/google/x-yuedwqzfnsfvmzal)
- # [19:54] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [19:56] * Joins: mpilgrim (~mpilgrim@rrcs-98-101-146-174.midsouth.biz.rr.com)
- # [19:57] <mpilgrim> TabAtkins: O'Reilly wants to use your blurb on the back cover of my book, and they would like to know what your job title is
- # [19:58] * Joins: jwalden (~waldo@nat/mozilla/x-syrhiyxeafhoctro)
- # [19:59] <TabAtkins> Urgh, that's a hard one. Officially I'm "Software Engineer", but that's just because I haven't customized my title yet.
- # [19:59] <mpilgrim> no time like the present!
- # [20:00] <TabAtkins> Indeed.
- # [20:00] <Alystair> Standards Wrangler
- # [20:01] <TabAtkins> "Web Imagineer"
- # [20:01] <TabAtkins> /wrist
- # [20:01] <Philip`> "CEO"
- # [20:01] <Philip`> or are there some constraints on what you can choose?
- # [20:01] <Alystair> Chief Engineering Officer
- # [20:01] <Alystair> haha
- # [20:01] <Workshiva> It needs to go through approval
- # [20:01] <TabAtkins> I suspect that "CEO" is on some list. ^_^
- # [20:02] <Workshiva> You could spell it out
- # [20:02] <TabAtkins> "Web Standards Hacker"?
- # [20:02] <Workshiva> Chief Entertainment Object
- # [20:05] <jwalden> "Hack" ;-)
- # [20:05] * Joins: weinig (~weinig@17.246.19.31)
- # [20:06] <TabAtkins> Unless anyone has objections, go with "Web Standards Hacker" for now.
- # [20:06] <mpilgrim> well, whatever you decide, they need it by the end of the day
- # [20:08] * Joins: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [20:08] <mpilgrim> in unrelated news, the most popular pages on diveintohtml5.org (in order):
- # [20:08] <mpilgrim> video - 39Kd
- # [20:09] <mpilgrim> detect - 33K
- # [20:09] <mpilgrim> forms - 27K
- # [20:09] <mpilgrim> semantics - 26K
- # [20:09] <mpilgrim> canvas - 23K
- # [20:09] <mpilgrim> past - 20K
- # [20:09] <mpilgrim> geolocation - 7K
- # [20:09] <mpilgrim> storage: 7K
- # [20:09] <mpilgrim> offline: 6K
- # [20:10] <mpilgrim> microdata: 4K
- # [20:10] <mpilgrim> in the past month
- # [20:10] <TabAtkins> Those seem fairly reasonably ordered.
- # [20:12] <mpilgrim> the ordering also tracks fairly closely to how much i give a shit about each particular topic
- # [20:14] <mpilgrim> man, IRC on an Apple //e is awesomeit
- # [20:14] <mpilgrim> it's like a text adventure
- # [20:15] <TabAtkins> I suspect it's roughly similar to IRC on irssi.
- # [20:15] <mpilgrim> go north
- # [20:15] <mpilgrim> There is a spec here.
- # [20:15] <mpilgrim> examine spec
- # [20:15] <mpilgrim> The spec is large; it contains multitudes.
- # [20:15] <mpilgrim> look behind the spec
- # [20:15] <mpilgrim> You spot a cabal.
- # [20:16] <TabAtkins> ^^;
- # [20:18] <gsnedders> What does a cabal look like?
- # [20:20] <mpilgrim> examine cabal
- # [20:21] <mpilgrim> The cabal shifts and twists in the wind, appearing to each person exactly as they imagine it to be.
- # [20:23] <mpilgrim> go west
- # [20:23] <mpilgrim> There is a cabal here.
- # [20:23] <mpilgrim> examine cabal
- # [20:23] * Quits: maikmerten (~maikmerte@port-92-201-129-39.dynamic.qsc.de) (Remote host closed the connection)
- # [20:23] <mpilgrim> The cabal is everywhere.
- # [20:30] * Quits: payman_s (~payman@77.72.99.119) (Quit: Leaving)
- # [20:31] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [20:32] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [20:34] <Workshiva> Your words have angered the cabal. It catches you and eats you.
- # [20:37] <jgraham> mpilgrim: You just reminded me of something beyond trivial and several years out of date. You adapted some script I wrote in "Greasemonkey Hacks" but my name never made the credits section :)
- # [20:38] * Quits: henrikbjorn (~hb@c83-249-70-126.bredband.comhem.se) (Remote host closed the connection)
- # [20:38] <jgraham> At least I think that happened
- # [20:38] <jgraham> I could have imagined the whole thing
- # [20:38] <jgraham> Delusions of grandeur and all that
- # [20:39] <jgraham> You might think it wasn't much in the way of grandeur
- # [20:39] * Quits: mpilgrim (~mpilgrim@rrcs-98-101-146-174.midsouth.biz.rr.com) (Ping timeout: 276 seconds)
- # [20:39] <jgraham> But it all depends where you started
- # [20:39] * jgraham wonders if that was his Apple II catching fire
- # [20:40] <jgraham> s#I#//e#
- # [20:40] <jgraham> argh
- # [20:40] <TabAtkins> your regex-fu sucks.
- # [20:40] <jgraham> Yeah
- # [20:40] <jgraham> IRC magic regexp though
- # [20:40] <jgraham> Save me every time
- # [20:44] * Joins: mpilgrim (~mpilgrim@rrcs-98-101-146-174.midsouth.biz.rr.com)
- # [20:46] * Quits: jwalden (~waldo@nat/mozilla/x-syrhiyxeafhoctro) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.7/20100723203751])
- # [20:47] * mpilgrim successfully upgraded to ADTPro 1.1.6
- # [20:50] <franksalim> mpilgrim, do you have photos of #whatwg on your Apple //e?
- # [20:53] <mpilgrim> http://twitpic.com/2b16c2
- # [20:53] <paul_irish_> oh my. beautiful.
- # [20:53] <franksalim> !!!!
- # [20:53] <TabAtkins> Yup, looks like a standard terminal client. ^_^
- # [20:54] <mpilgrim> it's not through a terminal client program.
- # [20:54] <TabAtkins> Right.
- # [20:54] <mpilgrim> I have a real Ethernet card in the Apple //e, and a real IRC program (part of Contiki 1.3)
- # [20:55] <mpilgrim> I can also use it as a terminal, connected through a Super Serial card to the serial port on my Linux box
- # [20:55] * Joins: payman_s (~payman@81-229-81-24-no65.tbcn.telia.com)
- # [20:55] <annevk5> sweet
- # [20:55] <mpilgrim> but this is not that
- # [20:55] * Quits: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net) (Disconnected by services)
- # [20:55] * paul_irish_ is now known as paul_irish
- # [20:56] <mpilgrim> jgraham: I apologize if I left you out of the acknowledgements for "Greasemonkey Hacks" (catching up with the backscroll)
- # [20:56] * Joins: paul_irish_ (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net)
- # [20:57] <mpilgrim> The acknowledgements and contributor list were several pages long. My O'Reilly editor had never seen anything like it.
- # [20:57] <Hixie> you should show him the html spec's
- # [20:57] <mpilgrim> lol
- # [20:57] <Hixie> 515 names currently
- # [20:58] <Philip`> At least two are the same person, though
- # [20:58] <mpilgrim> Hixie! By any chance, would you like to say something nice about my HTML5 book and get your name on the back cover?
- # [20:58] <Hixie> you didn't like the suggestion I gave you earlier? :-)
- # [20:59] <Hixie> (in general i'm trying to avoid getting on any html5 books, since there's so many of them)
- # [20:59] <mpilgrim> Wrong audience
- # [20:59] <mpilgrim> :)
- # [20:59] <Hixie> (and they all want me to write a foreword or whatnot)
- # [20:59] <mpilgrim> fair enough
- # [20:59] <Hixie> Philip`: yeah, i asked him about that, i'll remove one when i get to his mail in my pile
- # [21:00] * Quits: annevk5 (~annevk@pat-tdc.opera.com) (Remote host closed the connection)
- # [21:00] <Ms2ger> Well, at least writing forewords wouldn't cause flamewars on the hybi list
- # [21:00] <jlebar> While we're bothering you, Hixie: What do you think about making the second parameter in pushState() modify document.title? Maybe that's better than the state we're in, where everyone (including, now, FF) ignores it.
- # [21:00] <jgraham> mpilgrim: It is really not something that has ever kept me up at night :)
- # [21:02] * Joins: jwalden (~waldo@nat/mozilla/x-rxtposudtgqelncx)
- # [21:03] * jgraham wonders how much of the book one is expected to have read to write a comment for the back or indeed a foreword
- # [21:03] <Hixie> jlebar: haven't thought about it, but i'm trying to go through the feedback pile and i know that is one of the options in the feedback
- # [21:03] * jgraham guesses the answer is probably "none"
- # [21:03] <Hixie> jlebar: i recommend experimenting with it, see if it gives authors what they want
- # [21:03] <Hixie> jlebar: and then replying to the thread with your experiences from that experiment
- # [21:04] <Hixie> jlebar: if you do it and another browser picks it up and it turns out to be a good idea, it'll make my life easy when i get to the feedback :-)
- # [21:04] <jgraham> It is always mildly concerning when such comments are about the author rather than the book itself
- # [21:04] <jgraham> Or written by someone also mentioned in the acknowledgements
- # [21:04] <jlebar> Hixie, That sounds reasonable. I'll see if we want to try it out in the FF beta.
- # [21:05] <Philip`> jgraham: I guess you just need to read enough so that you don't say anything so blatantly untrue that somebody who does read the book will think you're an idiot and remember your name
- # [21:05] <Hixie> jlebar: if you can find a way to make the argument not be vestigial before the spec is even done, you'll certainly get my thanks ;-)
- # [21:06] <jlebar> I'll try. :)
- # [21:06] <jgraham> Philip`: That is the same as "none", as long as you are careful about what you say
- # [21:12] * Joins: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0)
- # [21:13] * Joins: CuttsM- (~a@165-154-37-7.ispnetbilling.com)
- # [21:18] * Quits: Peter- (~peter@53510FD7.cable.casema.nl) (Quit: brb)
- # [21:21] * Joins: Peter- (~peter@53517005.cable.casema.nl)
- # [21:23] * Quits: Rik`_ (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Read error: Connection reset by peer)
- # [21:23] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [21:32] * Joins: davidhund (~davidhund@dnuhd.xs4all.nl)
- # [21:34] * Joins: dbaron (~dbaron@nat/mozilla/x-cqzybavszqdrjrqv)
- # [21:39] * Quits: weinig (~weinig@17.246.19.31) (Remote host closed the connection)
- # [21:39] * Joins: weinig (~weinig@2620:0:1b00:1191:223:32ff:feaf:7f36)
- # [21:45] <TabAtkins> For the record, I've read "some" of the book.
- # [21:45] * TabAtkins used the video chapter to remember what @type to give for video sources.
- # [21:47] <jgraham> TabAtkins: So is your quote a secret? Should we have a competition to see who guesses the most words correctly?
- # [21:47] <TabAtkins> No, I just posted it over in internal Buzz.
- # [21:48] <TabAtkins> "HTML5 is the future of the web, but Pilgrim shows you how to make it the present as well. Read this book right now if you want to know to use the most interesting features of HTML5 today, from videos to drawing to scripting, all the way down to the new elements that make your source code more beautiful."
- # [21:52] <jgraham> It's interesting how buzz sems to be popular inside Google but not really outside of it
- # [21:53] <jgraham> It is to Google what Lyskom is to Opera Sweden
- # [21:53] <TabAtkins> It works nicely as a Twitter+, once you have a decent critical mass.
- # [21:54] <TabAtkins> Hell, it's a decent Facebook News Feed+.
- # [21:54] * Quits: Martijnc (~Martijnc@91.176.31.104) (Ping timeout: 260 seconds)
- # [21:55] <gsnedders> jgraham: LysKOM is popular within Opera Sweden?
- # [21:56] <jgraham> gsnedders: Well it is popular in the sense of "widely used"
- # [21:56] <jgraham> Even if there are a healthy contingent of people who think it is a sin against nature
- # [22:00] <Workshiva> jgraham: To be fair, the rest of Opera loathes it :P
- # [22:02] * Quits: meandi (~meandi@dyndsl-178-142-054-222.ewe-ip-backbone.de) (Ping timeout: 240 seconds)
- # [22:02] * Joins: meandi (~meandi@dyndsl-178-142-053-075.ewe-ip-backbone.de)
- # [22:03] * Joins: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net)
- # [22:09] * Joins: CuttsM (~a@165-154-37-7.ispnetbilling.com)
- # [22:09] <gsnedders> Workshiva: Most of Sweden does too… :P
- # [22:10] <Workshiva> I don't think most of Sweden has had the displeasure of learning it exists
- # [22:11] * Quits: CuttsM- (~a@165-154-37-7.ispnetbilling.com) (Ping timeout: 240 seconds)
- # [22:11] <jgraham> How do you think we use it without knowing it exists?
- # [22:11] <Workshiva> Oh, you meant Opera Sweden
- # [22:11] <Workshiva> Not the country
- # [22:12] * Joins: Reign1 (~reign@78.56.153.227)
- # [22:13] <jgraham> (to be fair to Kom, which I never am, I would prefer some of the stuff happens there rather than in email. Best to keep all the mostly-ignorable stuff together)
- # [22:15] <Workshiva> You should just replace it with google wave
- # [22:15] <Workshiva> They seem to occupy a similar niche :)
- # [22:15] <gsnedders> Workshiva: Google employs UA sniffing to block Opera.
- # [22:15] <Workshiva> Even better, reduces the amount of time people waste on it :P
- # [22:16] * Quits: zalan (~zalan@catv-89-135-140-7.catv.broadband.hu)
- # [22:19] * Quits: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [22:22] * Quits: ap (~ap@62.122.208.177) (Remote host closed the connection)
- # [22:23] <jgraham> It is quite like Google wave in that there are no good clients
- # [22:23] <jgraham> But
- # [22:23] <jgraham> And this is important
- # [22:23] <jgraham> Wave doesn't store all the data as one giant sexp
- # [22:23] <jgraham> (I presume)
- # [22:23] <jgraham> Unlike LysKOM
- # [22:23] <jgraham> (allegedly)
- # [22:23] * Quits: Alystair (Alystair@bas1-toronto10-1279558760.dsl.bell.ca) (Ping timeout: 252 seconds)
- # [22:24] * Joins: Martijnc (~Martijnc@91.176.115.174)
- # [22:26] <paul_irish> did i catch that the html wg voted on moving to an unversioned html specification? or am i wrong on that?
- # [22:28] <hober> paul_irish: there was a survey about versioning
- # [22:28] <paul_irish> this one? http://www.w3.org/2002/09/wbs/40318/issues-4-84-objection-poll/results#xkeepnew
- # [22:28] <hober> the results: http://www.w3.org/2002/09/wbs/40318/issues-4-84-objection-poll/results
- # [22:28] <hober> yeah
- # [22:28] <jgraham> But no pronouncement from the chairs yet
- # [22:28] <jgraham> afaik
- # [22:29] * Quits: roc (~roc@121.98.230.221) (Quit: roc)
- # [22:29] <jgraham> The system allows the chairs to basically decide what they like although they have to back it up with reasons and stuff
- # [22:29] <paul_irish> Roger that. Thanks
- # [22:30] * Joins: Alystair (Alystair@bas1-toronto10-1279558982.dsl.bell.ca)
- # [22:32] * Quits: tndH (~Rob@cpc6-seac20-2-0-cust102.know.cable.virginmedia.com) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [22:32] * Quits: m_W (~mwilcox56@c-76-98-55-26.hsd1.nj.comcast.net) (Ping timeout: 264 seconds)
- # [22:36] <franksalim> btw, jgraham, before writing a foreword, I think you are required by law to read the entire book twice. Any technical errors or stylistic blemishes in the book then reflect on you, personally, forever.
- # [22:37] * Quits: davidhund (~davidhund@dnuhd.xs4all.nl) (Quit: davidhund)
- # [22:38] <jgraham> Harsh
- # [22:38] <jgraham> Are you sure that's not just in North Korea?
- # [22:38] <franksalim> I didn't make the rules
- # [22:38] * Joins: davidhund (~davidhund@dnuhd.xs4all.nl)
- # [22:38] <shepazu> hsivonen: any suggestions on a RelaxNG hacker who would be interested in helping the SVG WG put together a good (not converted-DTD) RNG schema for SVG?
- # [22:45] * Joins: tndH (~Rob@cpc6-seac20-2-0-cust102.know.cable.virginmedia.com)
- # [22:45] * Quits: Ms2ger (~Ms2ger@91.181.161.113) (Quit: nn)
- # [22:46] * Quits: espadrine (~thaddee_t@AMontsouris-157-1-91-195.w90-46.abo.wanadoo.fr) (Ping timeout: 260 seconds)
- # [22:53] * Joins: espadrine (~thaddee_t@AMontsouris-157-1-41-243.w90-46.abo.wanadoo.fr)
- # [22:55] <Workshiva> jgraham: I could tell you a lot about how things are stored, but I want to keep my job
- # [22:58] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [22:59] <espadrine> jgraham: I agree against version info in the doctype, but does that mean we should no longer talk about html5? Say, it would blend in the flow of continuous innovation around the draft for years and years to come, and never actually be final? Will <device> be html5 or 6?
- # [22:59] <Workshiva> <decide> will be html
- # [23:00] <Workshiva> Hixie doesn't use version numbers anymore
- # [23:00] <Workshiva> ... also, I can't spell device
- # [23:02] * Joins: Smylers1 (~smylers@81.151.158.123)
- # [23:03] * Quits: ROBOd (~robod@109.96.230.226) (Quit: .)
- # [23:03] * Quits: Smylers (~smylers@host86-180-215-11.range86-180.btcentralplus.com) (Ping timeout: 265 seconds)
- # [23:03] <AryehGregor> The survey only covered versioning in the doctype.
- # [23:03] <AryehGregor> Not versioning generally.
- # [23:04] <AryehGregor> The HTMLWG is only chartered to release one version of HTML, and W3C process doesn't allow continuous spec development. You have to freeze specs eventually.
- # [23:04] <AryehGregor> I guess you could charter a WG to let it only publish Editor's Drafts or some crazy hack like that, but the HTMLWG isn't, it's producing REC-track work.
- # [23:05] <Workshiva> Even if you don't embrace global versionless development, the way w3c keeps splitting everything into smaller and smaller specs you get per-feature maturity tracking anyway
- # [23:05] <AryehGregor> espadrine, the WHATWG version of the spec mostly just calls it "HTML". It only keeps the "5" for now for buzzword purposes.
- # [23:05] <AryehGregor> We should just have one spec per paragraph, that would solve it.
- # [23:06] <Workshiva> You don't need separate specs
- # [23:06] <Workshiva> You just need per-paragraph tracking :)
- # [23:06] * AryehGregor wonders why jgraham's objection is line-broken
- # [23:06] <Workshiva> Core canvas is for all intents and purses CR already
- # [23:06] <Workshiva> ... purposes
- # [23:07] <Workshiva> I should go home and sleep
- # [23:07] <AryehGregor> A lot of HTML5 may as well be CR.
- # [23:08] <AryehGregor> I still like the almost-concluding sentence of my objection: "In summary, the proposal seeks to address a nonexistent problem, and fails to do even that."
- # [23:08] * Quits: baba (~sallabanc@69.50.70.12) (Ping timeout: 265 seconds)
- # [23:09] <TabAtkins> That is a pretty good sentence.
- # [23:09] <AryehGregor> Anyway, if the chairs pay even the slightest heed to the survey results, that proposal is completely dead.
- # [23:11] <AryehGregor> We had at least two people who objected so thoroughly to the proposal that they went over the 5 KBish limit in writing their responses, and the only ones objecting to the no-change proposal were 1) an academic who likes versioned doctypes because they help him date historical HTML pages, and 2) a two-sentence statement that doesn't state support of the other change proposal.
- # [23:12] * Joins: baba (~sallabanc@69.50.70.12)
- # [23:12] <TabAtkins> To be fair, it was dead before the survey. It was a dumb idea in the first place.
- # [23:12] * AryehGregor thinks that when it comes to serious issues, the change proposal procedure is a waste of time but not likely to produce particularly bad results.
- # [23:12] <AryehGregor> Well, yes.
- # [23:13] <AryehGregor> It exemplifies the problem with letting one person waste everyone's time with a giant pile-on of opposition when no one agreed with him in the first place.
- # [23:13] <TabAtkins> Yup.
- # [23:15] * Quits: davidhund (~davidhund@dnuhd.xs4all.nl) (Quit: davidhund)
- # [23:19] * Joins: roc (~roc@203-97-204-82.dsl.clear.net.nz)
- # [23:21] * Joins: boblet (~boblet@p1201-ipbf709osakakita.osaka.ocn.ne.jp)
- # [23:24] * Quits: oal (~oal@5.79-160-122.customer.lyse.net) (Remote host closed the connection)
- # [23:26] * Quits: mpilgrim (~mpilgrim@rrcs-98-101-146-174.midsouth.biz.rr.com) (Ping timeout: 240 seconds)
- # [23:27] * Joins: scherkus_ (~scherkus@74.125.59.65)
- # [23:27] * Quits: scherkus_ (~scherkus@74.125.59.65) (Client Quit)
- # [23:31] <jgraham> AryehGregor: emacs
- # [23:32] * Joins: othermaciej (~mjs@17.246.19.225)
- # [23:32] <AryehGregor> You just write stuff there generally in case web forms eat it?
- # [23:32] <AryehGregor> Or do you have some cool plugin that transforms textareas to emacs?
- # [23:32] <AryehGregor> I wish I had that for vim. :(
- # [23:32] <jgraham> Workshiva: But since you wouldn't say "s-expressions" it's not interesting
- # [23:33] <jgraham> AryehGregor: No I wrote it there because it is a superior text editor to my browser and it was a reasonable amount of text
- # [23:33] <jgraham> I would love to be able to use it seamlessly for textareas
- # [23:33] <jgraham> or at least I would like textareas to suck less
- # [23:34] <AryehGregor> The closest I've seen is a Firefox extension that lets you right-click on textareas to open them in an external editor.
- # [23:34] <AryehGregor> Awkward, but it's more convenient than cut-and-paste.
- # [23:34] <AryehGregor> It basically creates a temporary file, invokes the editor on the file, then updates the textarea whenever the file is written, and deletes the file when you submit the form.
- # [23:34] <AryehGregor> Something like that.
- # [23:35] <jgraham> I thought about writing that some years ago
- # [23:35] <jgraham> I didn't of course
- # [23:35] <AryehGregor> The only major thing that annoys me about vim is that there's no way I know of to easily move up and down between logical lines, which is really a necessity when you're dealing with something that's not full of line breaks.
- # [23:35] <AryehGregor> I mean.
- # [23:35] <AryehGregor> Visual lines, not logical lines.
- # [23:35] <AryehGregor> You know, the way up and down work in regular text editors.
- # [23:36] * AryehGregor should go ask in #vim, although he thinks he's done that before
- # [23:36] <jgraham> Emacs' handling of visual lines is pretty abysmal
- # [23:36] <jgraham> As far as I can tell there is no way to get it to break on whitespace
- # [23:36] <jgraham> (visually)
- # [23:36] <AryehGregor> I don't mind that part so much.
- # [23:37] <jgraham> For code it is fine
- # [23:37] <AryehGregor> But when j and k jump me like a page at a time, it's really annoying.
- # [23:37] <jgraham> For prose, not so much
- # [23:37] <AryehGregor> With some HTML pages, etc. it's seriously obnoxious.
- # [23:37] <AryehGregor> Well, if you do version control on your prose, you want to line-break it anyway.
- # [23:37] <jgraham> (so you have to use auto-fill-mode and hope that people don't mind the line breaks)
- # [23:40] <espadrine> In vi, you can type "80 l", and you get down to the next visual line
- # [23:40] <espadrine> but there should be a builtin macro for that
- # [23:40] <AryehGregor> Oh, here we go: http://vimdoc.sourceforge.net/htmldoc/motion.html#up-down-motions
- # [23:40] <AryehGregor> gk, gj.
- # [23:40] <AryehGregor> Yay.
- # [23:41] * Joins: Reign[A] (~reign@78.56.153.227)
- # [23:41] * Quits: Reign[A] (~reign@78.56.153.227) (Client Quit)
- # [23:41] * Quits: CuttsM (~a@165-154-37-7.ispnetbilling.com) (Ping timeout: 258 seconds)
- # [23:41] * AryehGregor didn't realize how many motions there are in vim, yikes
- # [23:41] <espadrine> nice!
- # [23:41] * Quits: nielsle (~nielsle@1503032406.dhcp.dbnet.dk) (Quit: Ex-Chat)
- # [23:42] <AryehGregor> It's kind of crazy to have things like "+" when it's really just the same as "j^" or whatever, but if you get used to this kind of thing, it becomes a real time-saver . . .
- # [23:42] <AryehGregor> I think it's time for me to memorize a bunch more vim commands. I've gotten used to all the ones I know long ago.
- # [23:42] * Quits: Reign1 (~reign@78.56.153.227) (Ping timeout: 246 seconds)
- # [23:42] * Joins: WildChild (~wildchild@modemcable152.12-179-173.mc.videotron.ca)
- # [23:43] * Quits: aroben (~aroben@unaffiliated/aroben) (Quit: aroben)
- # [23:43] * Parts: WildChild (~wildchild@modemcable152.12-179-173.mc.videotron.ca)
- # [23:44] <espadrine> It seems like the _ vi move makes ^ redundant
- # [23:45] <AryehGregor> There's a lot of redundancy here if you look.
- # [23:45] <AryehGregor> Wow, now there are four different Chrome channels?
- # [23:45] * Quits: jlebar (~jlebar@63.245.220.220) (Ping timeout: 265 seconds)
- # [23:47] <TabAtkins> AryehGregor: That textarea->texteditor plugin for Firefox was *awesome*. I used the crap out of it. It was great for long comments, and extra-great for code, since I can actually use tab in my texteditor.
- # [23:49] * Joins: jlebar (~jlebar@63.245.220.220)
- # [23:49] * Joins: jorlow_ (~jorlow@217.41.228.64)
- # [23:53] <AryehGregor> Maybe I'll try it again if I switch back to Firefox when they release 4.0. I'll have to see if I want to.
- # [23:53] <AryehGregor> when Chrome was released it was no contest for me, Firefox was massively less responsive than Chrome on Linux, but that's way better with 4.0.
- # [23:53] <Lachy> hmm. jailbreakme.com (new iPhone jailbreaking website) is nice, though somewhat scary in how it works.
- # [23:54] <Lachy> AFAICT, it's using some sort of PDF exploit to actually perform the jailbreak.
- # [23:54] <Lachy> I don't understand the content of the PDF file beyond that to know what exactly
- # [23:54] * Quits: pesla (~pesla@ip51cc03a5.speed.planet.nl) (Quit: kthxbye!)
- # [23:55] <Hixie> all jailbreaks are exploits
- # [23:55] <Lachy> but it does make me wonder what other hacks a malicious website could perform using a similar technique
- # [23:55] <Lachy> yes, I know that.
- # [23:55] <Lachy> But the fact that they can do it from just having the user load a web page
- # [23:55] <Lachy> that's the scary bit
- # [23:55] * Quits: payman_s (~payman@81-229-81-24-no65.tbcn.telia.com) (Ping timeout: 258 seconds)
- # [23:56] * Quits: smaug (~chatzilla@a91-154-42-50.elisa-laajakaista.fi) (Ping timeout: 260 seconds)
- # [23:56] * Joins: nattokirai (~nattokira@ac242062.dynamic.ppp.asahi-net.or.jp)
- # [23:57] <Hixie> yes, remote code execution exploits are scary :-)
- # [23:59] <wirepair> to be pedantic that is a client side exploit, not remote ;)
- # Session Close: Tue Aug 03 00:00:00 2010
The end :)