Options:
- # Session Start: Fri Dec 12 00:00:00 2008
- # Session Ident: #whatwg
- # [00:06] * Joins: Dorward (i=foobar@91.84.53.6)
- # [00:06] <Dorward> Hi. I seem to recall that Google did a survey of webpages to see what constructs were commonly used as part of their HTML5 work. I can't find it though, can anyone give me a pointer? Thanks.
- # [00:08] <hasather> Dorward: http://code.google.com/webstats/index.html
- # [00:09] <Dorward> hsivonen: Fantastic. Thanks very much.
- # [00:09] * Quits: roc (n=roc@202.0.36.64) (Remote closed the connection)
- # [00:10] * Joins: roc (n=roc@202.0.36.64)
- # [00:10] <hasather> Dorward: there's also Opera's MAMA for similar stuff: http://dev.opera.com/articles/view/mama/
- # [00:11] <Dorward> hasather: I've already checked that out - didn't have the data I was looking for :(
- # [00:12] * Joins: virtuelv (n=virtuelv@h2n2fls34o987.telia.com)
- # [00:14] <Philip`> Dorward: http://philip.html5.org/data.html has various bits of data but maybe nothing relevant
- # [00:14] <Hixie> woohoo!
- # [00:14] * Hixie elevates his aforementioned mine support structure
- # [00:15] <Hixie> Dorward: what data are you looking for?
- # [00:16] <Dorward> Hixie: Proportion of documents with an XHTML Doctype that are valid/invalid and served as each of the acceptable mime types for XHTML.
- # [00:16] <Hixie> i don't think i published those numbers
- # [00:17] <Dorward> Hixie: It doesn't look like you did :)
- # [00:17] <Hixie> but iirc in one study i did application/xhtml was 0.0044%, xhtml as text/xml or application/xml wasn't visible at all, and xhtml was about 15% of all text/html
- # [00:17] * Philip` only looked at a hundred thousand pages so he doesn't have enough non-text/html content to get any useful numbers
- # [00:17] <Hixie> (from memory, so those numbers are likely wrong, but they're in the right ballpark)
- # [00:17] <Dorward> Hixie: Thanks
- # [00:18] <Dorward> Hixie: May I quote you (with your proviso)?
- # [00:18] <Hixie> i used the namespace as the trigger though, not the doctype, iirc
- # [00:18] <Hixie> for detecting xhtml in text/html, i mean
- # [00:18] <Dorward> Yup
- # [00:18] <Hixie> sure, quote away
- # [00:18] <Dorward> Thanks
- # [00:18] <Hixie> but like i said, these numbers are likely somewhat bogus
- # [00:18] <Hixie> and it was a year or more ago now
- # [00:18] <Dorward> Indeed
- # [00:18] <Dorward> I doubt things will have changed a great deal since then
- # [00:18] <Hixie> so application/xhtml+xml is probably at least 0.0045% now!
- # [00:19] <Hixie> (might even be 0.2%, which i think i saw in another study i did, now that i think about it)
- # [00:19] <Hixie> (though i don't recall what that study was biased towards, so i'm not sure what that number was)
- # [00:19] * Joins: aroben (n=adamrobe@17.244.18.41)
- # [00:19] <Hixie> either way application/xhtml+xml is far less common than, say, word documents
- # [00:19] <Hixie> at least in the google index
- # [00:20] <Hixie> of course it might be that the google index is biased against xhtml in some way
- # [00:20] <Hixie> though i'm not aware of such a bias
- # [00:20] <Dorward> Off the top of your head, do you know what Accept header GoogleBot outputs?
- # [00:20] <Hixie> (e.g. maybe sites that do content negotiation serve text/html to google, not application/xhtml+xml)
- # [00:20] <Hixie> not sure
- # [00:20] <Hixie> probably */* though
- # [00:21] <Hixie> Dorward: trying to win some argument somewhere? :-)
- # [00:21] <Dorward> That would fail to trip all those content negotiation systems that trigger on an explicit application/xhtml+xml
- # [00:22] <Philip`> Dorward: http://www.google.com/search?q=cache:www3.wind.ne.jp/hassii/env.cgi - looks like */*
- # [00:22] <Dorward> Hixie: Someone using one of the content negotiation systems with missing q support has exploded over www-validator. I'm just trying to address his points. At the moment is he demanding a system for content negotiation that is (a) easy (b) pure Apache conf (c) doesn't involve symlinks and (d) doesn't involve multiple files for each document
- # [00:22] <Dorward> Philip`: heh. Thanks.
- # [00:26] <Hixie> content negotiation was such a mistake
- # [00:26] <Hixie> content negotiation and the content-type header both in fact where imho design mistakes of http
- # [00:27] <Hixie> we should have had a 1:1 mapping of resources to representations, and we should have used well-defined magic sequences to recognise types, so there could be no content sniffing or content-type mislabelling
- # [00:27] <Hixie> but oh well
- # [00:27] <Hixie> too late for that i guess
- # [00:27] <Hixie> s/where/were/
- # [00:32] * Joins: weinig (n=weinig@nat/apple/x-fd7801a9f34e505f)
- # [00:34] * Quits: aroben (n=adamrobe@unaffiliated/aroben)
- # [00:38] <Philip`> Hixie: How would the use of magic sequences interact with legacy file formats that don't have any unique distinguishing sequences?
- # [00:39] <Hixie> like what?
- # [00:40] <Dashiva> plain text?
- # [00:41] <Hixie> plain text would be the default fallback format
- # [00:42] <Dashiva> So every time a new format appears, you get binary soup in your face while each web server is updated?
- # [00:42] <Dashiva> *web browser
- # [00:42] <Dashiva> Or maybe either would do
- # [00:42] <Hixie> web servers wouldn't ever have to change to support new types under this model
- # [00:43] <Hixie> web browsers could detect binary data and treat them as we treat unknown binary data now
- # [00:43] <Hixie> (using a well-defined mechanism for detecting binary data -- it would be the fallback detection step before falling back to plain text)
- # [00:44] <takkaria> instead of hooking in to support mime types, I guess plugins would hook in for certain binary sequences?
- # [00:45] <Hixie> yup
- # [00:45] <Hixie> similar to what file(1) does on unix, but with a normative specification and a defined detection order
- # [00:47] * Joins: aroben_ (n=adamrobe@17.244.18.41)
- # [00:59] * Joins: erlehmann (n=erlehman@dslb-088-075-194-081.pools.arcor-ip.net)
- # [00:59] * Quits: billmason (n=bmason@ip49.unival.com) ("Leaving.")
- # [01:06] * Joins: Dorward_ (i=foobar@91.84.53.6)
- # [01:14] * Quits: dglazkov (n=dglazkov@nat/google/x-106b1cb99189b283)
- # [01:17] * Quits: smedero (n=smedero@mdp-nat251.mdp.com)
- # [01:19] * Quits: Dorward (i=foobar@91.84.53.6) (Read error: 110 (Connection timed out))
- # [01:29] * Quits: shepazutoo (n=schepers@cpe-069-134-123-228.nc.res.rr.com)
- # [01:31] * Quits: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com) (Read error: 110 (Connection timed out))
- # [01:32] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (Read error: 60 (Operation timed out))
- # [01:37] <Hixie> ok the problem i dug myself into is now definitely tractable
- # [01:37] <Hixie> i might be able to check this in soon even
- # [01:38] <Hixie> only 8 known remaining issues with the patch
- # [01:38] <Dashiva> Where did you find all the dirt needed to fill in the hole?
- # [01:39] <Hixie> i found that my aforementioned mine support structure could be used to build an above-group structure as well
- # [01:44] <Philip`> Hixie: About magic sequences: What if I have e.g. a perfectly sensible plain text file (which should be opened in a text editor or displayed directly in the browser) and a perfectly sensible CSV file (which should be opened in a spreadsheet program), and they contain identical bytes?
- # [01:47] <Philip`> or what if I have a zip file containing some arbitrary data that should be downloaded and saved to disk, and an ODF file (which is structurally just a zip file) that should be opened in a word processor?
- # [01:50] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [01:53] * Joins: shepazu (n=schepers@cpe-069-134-123-228.nc.res.rr.com)
- # [01:54] <Hixie> shepazu: yt?
- # [01:55] <Hixie> shepazu: will DOM3 Events have Event.returnValue ?
- # [01:55] <Hixie> Philip`: ODF came after the web, so it could have been designed with this structure in mind
- # [01:56] <Hixie> Philip`: i agree that csv files are a minor problem
- # [01:56] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [01:56] <Hixie> but it's not like what we have now is without problems either
- # [01:57] <Hixie> imho the problems of magic sequences are far less serious that today's problems
- # [01:57] <Hixie> and would mostly have gone away through common practice (e.g. a CSV2 format that has a blank line at the top that says "CSV") by now
- # [01:58] <Hixie> (and text/csv wasn't registered til 2005)
- # [02:00] * Hixie tries to work out how to deal with the differences between DOM3 Events and what is needed for 'beforeunload'
- # [02:12] * Joins: eric_carlson (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [02:26] * Quits: doublec (n=chris@202.0.36.64) ("Leaving")
- # [02:30] * Joins: doublec (n=Chris_Do@202.0.36.64)
- # [02:30] * Hixie gets a headache trying to work out how to spec all the legacy cruft in http://mxr.mozilla.org/mozilla-central/source/dom/src/events/nsJSEventListener.cpp (specifically ::HandleEvent)
- # [02:39] * Joins: eric_carlson_ (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [02:46] * Quits: eric_carlson (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Read error: 110 (Connection timed out))
- # [02:47] <Hixie> hmmmmmm
- # [02:47] <Hixie> shepazu: nevermind, looks like I can get away with just having returnValue on a custom Event object
- # [02:52] <Hixie> hmmm... yes.... yes...
- # [02:52] <Hixie> have a custom Event object with a mustable returnValue
- # [02:52] <Hixie> and onbeforeunload would set it if it hadn't been set already
- # [02:56] * Quits: dave_levin (n=dave_lev@72.14.227.1) (Read error: 110 (Connection timed out))
- # [02:56] * Joins: dglazkov (n=dglazkov@72.14.224.1)
- # [03:11] * Quits: dglazkov (n=dglazkov@72.14.224.1)
- # [03:13] * Quits: Hish (n=chatzill@mail2.n-e-s.de) (Read error: 104 (Connection reset by peer))
- # [03:15] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [03:20] * Quits: doublec (n=Chris_Do@202.0.36.64) ("ChatZilla 0.9.79-rdmsoft [XULRunner 1.8.0.9/2006120508]")
- # [03:21] * Quits: MikeSmith (n=MikeSmit@58.157.21.205) ("sex break")
- # [03:22] * Joins: doublec (n=chris@202.0.36.64)
- # [03:28] * Quits: aroben_ (n=adamrobe@unaffiliated/aroben)
- # [03:29] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [03:33] * Joins: tantek (n=tantek@c-67-161-5-143.hsd1.ca.comcast.net)
- # [03:33] * Quits: weinig (n=weinig@nat/apple/x-fd7801a9f34e505f)
- # [03:36] * Quits: tndH (n=Rob@james-baillie-pc083-058.student-halls.leeds.ac.uk) ("ChatZilla 0.9.84-rdmsoft [XULRunner 1.9.0.1/2008072406]")
- # [03:53] * Quits: danbri (n=danbri@unaffiliated/danbri)
- # [03:54] * Joins: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [03:56] * Joins: dglazkov_ (n=dglazkov@72.14.224.1)
- # [04:00] * Quits: dimich (n=dimich@72.14.227.1)
- # [04:05] * Quits: karlcow (n=karl@modemcable168.84-81-70.mc.videotron.ca) ("This computer has gone to sleep")
- # [04:09] * Quits: doublec (n=chris@202.0.36.64) (Remote closed the connection)
- # [04:10] * Joins: eric_carlson (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [04:11] * Joins: karlcow (n=karl@modemcable024.84-81-70.mc.videotron.ca)
- # [04:15] * Joins: doublec (n=chris@202.0.36.64)
- # [04:16] * Quits: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [04:16] * Quits: doublec (n=chris@202.0.36.64) (Remote closed the connection)
- # [04:17] * Quits: eric_carlson_ (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Read error: 110 (Connection timed out))
- # [04:26] * Quits: mrmonday (n=mrmonday@fullcirclemagazine/communicationsmanager/mrmonday) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: takkaria (n=takkaria@isparp.co.uk) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: mookid (i=mookid@ROFL.name) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: shepazu (n=schepers@cpe-069-134-123-228.nc.res.rr.com) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: heycam (n=cam@203-217-82-242.dyn.iinet.net.au) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: Philip` (n=philip@zaynar.demon.co.uk) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: Simetrical (n=Simetric@wikipedia/simetrical) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: kinetik (n=kinetik@121.98.132.55) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: dbaron (n=dbaron@corp-241.mountainview.mozilla.com) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: deltab (n=deltab@82-36-30-34.cable.ubr02.smal.blueyonder.co.uk) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: erlehmann (n=erlehman@dslb-088-075-194-081.pools.arcor-ip.net) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: roc (n=roc@202.0.36.64) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: sicking (n=chatzill@corp-242.mountainview.mozilla.com) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: jruderman (n=jruderma@corp-241.mountainview.mozilla.com) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: jwalden (n=waldo@corp-241.mountainview.mozilla.com) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: dolske (n=dolske@firefox/developer/dolske) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: Yudai__ (n=Yudai@pa3ccea.kngwnt01.ap.so-net.ne.jp) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: jgraham (n=jgraham@web22.webfaction.com) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: hober (n=ted@unaffiliated/hober) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: syp (n=syp@lasigpc9.epfl.ch) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: virtuelv (n=virtuelv@h2n2fls34o987.telia.com) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: YaaL (i=yaal@hell.pl) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: broquaint (i=a70392bf@spc1-brig11-0-0-cust544.asfd.broadband.ntl.com) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: wilhelm_ (i=wilhelm@trivini.no) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: Hixie (i=ianh@trivini.no) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: theanxy (n=wzajac@student.agh.edu.pl) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: nessy (n=nessy@124-171-34-169.dyn.iinet.net.au) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: wakaba (n=wakaba@189.164.210.220.dy.bbexcite.jp) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: gpy (n=gpy@193.138.219.74) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: eric_carlson (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: dglazkov_ (n=dglazkov@72.14.224.1) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: didymos (i=jho@rapwap.razor.dk) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: jmb (n=jmb@login.ecs.soton.ac.uk) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: neatnik (n=neatnik@2002:4a81:66ca:0:21e:52ff:fe85:e05) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: karlcow (n=karl@modemcable024.84-81-70.mc.videotron.ca) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: Dorward_ (i=foobar@91.84.53.6) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: Lachy (n=Lachlan@h2n2fls34o987.telia.com) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: nlogax (n=jonas@static-213-115-182-121.sme.bredbandsbolaget.se) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: hsivonen (n=hsivonen@kekkonen.cs.hut.fi) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: Kuruma (n=Kuruman@h116-000-163-146.catv01.catv-yokohama.ne.jp) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: jpatota (n=jpatota@arabic.ccs.neu.edu) (leguin.freenode.net irc.freenode.net)
- # [04:26] * Quits: gavin (n=gavin@firefox/developer/gavin) (leguin.freenode.net irc.freenode.net)
- # [04:27] * Quits: campd (n=dave@li5-166.members.linode.com) (leguin.freenode.net irc.freenode.net)
- # [04:27] * Quits: drry (n=drry@it17.opt2.point.ne.jp) (leguin.freenode.net irc.freenode.net)
- # [04:27] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (leguin.freenode.net irc.freenode.net)
- # [04:27] * Quits: Dashiva (i=Dashiva@wikia/Dashiva) (leguin.freenode.net irc.freenode.net)
- # [04:27] * Quits: fishd (n=darin@nat/google/x-6782609bdde8a22e) (leguin.freenode.net irc.freenode.net)
- # [04:27] * Quits: psa (n=yomode@71.93.19.66) (leguin.freenode.net irc.freenode.net)
- # [04:27] * Quits: othree (n=othree@admin39.ct.ntust.edu.tw) (leguin.freenode.net irc.freenode.net)
- # [04:27] * Quits: bzed (n=bzed@devel.recluse.de) (leguin.freenode.net irc.freenode.net)
- # [04:27] * Quits: olliej (n=oliver@nat/apple/x-6719bc6c3eb4f164) (leguin.freenode.net irc.freenode.net)
- # [04:27] * Quits: tantek (n=tantek@c-67-161-5-143.hsd1.ca.comcast.net) (leguin.freenode.net irc.freenode.net)
- # [04:27] * Quits: sverrej (n=sverrej@cm-84.208.153.202.getinternet.no) (leguin.freenode.net irc.freenode.net)
- # [04:27] * Quits: hendry (n=hendry@webvm.net) (leguin.freenode.net irc.freenode.net)
- # [04:28] * Joins: doublec (n=chris@202.0.36.64)
- # [04:28] * Joins: karlcow (n=karl@modemcable024.84-81-70.mc.videotron.ca)
- # [04:28] * Joins: eric_carlson (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [04:28] * Joins: dglazkov_ (n=dglazkov@72.14.224.1)
- # [04:28] * Joins: tantek (n=tantek@c-67-161-5-143.hsd1.ca.comcast.net)
- # [04:28] * Joins: shepazu (n=schepers@cpe-069-134-123-228.nc.res.rr.com)
- # [04:28] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [04:28] * Joins: Dorward_ (i=foobar@91.84.53.6)
- # [04:28] * Joins: erlehmann (n=erlehman@dslb-088-075-194-081.pools.arcor-ip.net)
- # [04:28] * Joins: virtuelv (n=virtuelv@h2n2fls34o987.telia.com)
- # [04:28] * Joins: roc (n=roc@202.0.36.64)
- # [04:28] * Joins: sicking (n=chatzill@corp-242.mountainview.mozilla.com)
- # [04:28] * Joins: Lachy (n=Lachlan@h2n2fls34o987.telia.com)
- # [04:28] * Joins: nessy (n=nessy@124-171-34-169.dyn.iinet.net.au)
- # [04:28] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [04:28] * Joins: jruderman (n=jruderma@corp-241.mountainview.mozilla.com)
- # [04:28] * Joins: jwalden (n=waldo@corp-241.mountainview.mozilla.com)
- # [04:28] * Joins: dolske (n=dolske@firefox/developer/dolske)
- # [04:28] * Joins: dbaron (n=dbaron@corp-241.mountainview.mozilla.com)
- # [04:28] * Joins: sverrej (n=sverrej@cm-84.208.153.202.getinternet.no)
- # [04:28] * Joins: Yudai__ (n=Yudai@pa3ccea.kngwnt01.ap.so-net.ne.jp)
- # [04:28] * Joins: Dashiva (i=Dashiva@wikia/Dashiva)
- # [04:28] * Joins: jgraham (n=jgraham@web22.webfaction.com)
- # [04:28] * Joins: YaaL (i=yaal@hell.pl)
- # [04:28] * Joins: heycam (n=cam@203-217-82-242.dyn.iinet.net.au)
- # [04:28] * Joins: broquaint (i=a70392bf@spc1-brig11-0-0-cust544.asfd.broadband.ntl.com)
- # [04:28] * Joins: hober (n=ted@unaffiliated/hober)
- # [04:28] * Joins: fishd (n=darin@nat/google/x-6782609bdde8a22e)
- # [04:28] * Joins: neatnik (n=neatnik@2002:4a81:66ca:0:21e:52ff:fe85:e05)
- # [04:28] * Joins: campd (n=dave@li5-166.members.linode.com)
- # [04:28] * Joins: hendry (n=hendry@webvm.net)
- # [04:28] * Joins: syp (n=syp@lasigpc9.epfl.ch)
- # [04:28] * Joins: deltab (n=deltab@82-36-30-34.cable.ubr02.smal.blueyonder.co.uk)
- # [04:28] * Joins: Kuruma (n=Kuruman@h116-000-163-146.catv01.catv-yokohama.ne.jp)
- # [04:28] * Joins: didymos (i=jho@rapwap.razor.dk)
- # [04:28] * Joins: wakaba (n=wakaba@189.164.210.220.dy.bbexcite.jp)
- # [04:28] * Joins: Simetrical (n=Simetric@wikipedia/simetrical)
- # [04:28] * Joins: theanxy (n=wzajac@student.agh.edu.pl)
- # [04:28] * Joins: jmb (n=jmb@login.ecs.soton.ac.uk)
- # [04:28] * Joins: nlogax (n=jonas@static-213-115-182-121.sme.bredbandsbolaget.se)
- # [04:28] * Joins: jpatota (n=jpatota@arabic.ccs.neu.edu)
- # [04:28] * Joins: gavin (n=gavin@firefox/developer/gavin)
- # [04:28] * Joins: Philip` (n=philip@zaynar.demon.co.uk)
- # [04:28] * Joins: bzed (n=bzed@devel.recluse.de)
- # [04:28] * Joins: drry (n=drry@it17.opt2.point.ne.jp)
- # [04:28] * Joins: gpy (n=gpy@193.138.219.74)
- # [04:28] * Joins: mookid (i=mookid@ROFL.name)
- # [04:28] * Joins: takkaria (n=takkaria@isparp.co.uk)
- # [04:28] * Joins: othree (n=othree@admin39.ct.ntust.edu.tw)
- # [04:28] * Joins: wilhelm_ (i=wilhelm@trivini.no)
- # [04:28] * Joins: Hixie (i=ianh@trivini.no)
- # [04:28] * Joins: hsivonen (n=hsivonen@kekkonen.cs.hut.fi)
- # [04:28] * Joins: olliej (n=oliver@nat/apple/x-6719bc6c3eb4f164)
- # [04:28] * Joins: kinetik (n=kinetik@121.98.132.55)
- # [04:28] * Joins: mrmonday (n=mrmonday@fullcirclemagazine/communicationsmanager/mrmonday)
- # [04:28] * Joins: psa (n=yomode@71.93.19.66)
- # [04:39] * Quits: nessy (n=nessy@124-171-34-169.dyn.iinet.net.au) ("This computer has gone to sleep")
- # [04:42] * Quits: dglazkov_ (n=dglazkov@72.14.224.1) (Read error: 145 (Connection timed out))
- # [04:46] * Quits: tantek (n=tantek@c-67-161-5-143.hsd1.ca.comcast.net)
- # [04:51] * Joins: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [05:03] * olliej is now known as fakeolliej
- # [05:20] * Quits: dbaron (n=dbaron@corp-241.mountainview.mozilla.com) ("8403864 bytes have been tenured, next gc will be global.")
- # [05:25] * Quits: dolske (n=dolske@firefox/developer/dolske)
- # [05:46] * Quits: karlcow (n=karl@modemcable024.84-81-70.mc.videotron.ca) ("This computer has gone to sleep")
- # [05:51] * Joins: karlcow (n=karl@modemcable168.84-81-70.mc.videotron.ca)
- # [05:54] * Joins: nessy (n=nessy@124-171-34-169.dyn.iinet.net.au)
- # [05:59] * Joins: dolske (n=dolske@c-76-103-41-195.hsd1.ca.comcast.net)
- # [06:15] * Quits: doublec (n=chris@202.0.36.64) ("Leaving")
- # [06:19] * Quits: roc (n=roc@202.0.36.64)
- # [06:21] * Joins: weinig (n=weinig@c-69-181-81-233.hsd1.ca.comcast.net)
- # [06:23] * Quits: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [06:32] * Quits: weinig (n=weinig@c-69-181-81-233.hsd1.ca.comcast.net)
- # [06:58] * Joins: dave_levin (n=dave_lev@72.14.224.1)
- # [07:03] * Joins: weinig (n=weinig@c-69-181-81-233.hsd1.ca.comcast.net)
- # [07:08] * Quits: jruderman (n=jruderma@corp-241.mountainview.mozilla.com)
- # [07:18] * Quits: jwalden (n=waldo@corp-241.mountainview.mozilla.com) (Remote closed the connection)
- # [07:39] * Quits: nessy (n=nessy@124-171-34-169.dyn.iinet.net.au) ("Leaving")
- # [07:42] * Joins: maikmerten (n=merten@ls5dhcp195.cs.uni-dortmund.de)
- # [07:48] * Joins: doublec (n=Chris_Do@118-92-153-119.dsl.dyn.ihug.co.nz)
- # [08:18] * Joins: pesla (n=retep@procurios.xs4all.nl)
- # [08:22] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [08:23] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Connection reset by peer)
- # [08:23] * Joins: hdh (n=hdh@58.187.60.65)
- # [08:23] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [08:48] * Joins: ap (n=ap@195.239.126.11)
- # [08:56] * Joins: roc (n=roc@121-72-195-24.dsl.telstraclear.net)
- # [09:00] * Quits: Lachy (n=Lachlan@h2n2fls34o987.telia.com) ("This computer has gone to sleep")
- # [09:02] * Joins: MikeSmith (n=MikeSmit@58.157.21.205)
- # [09:05] * Joins: KevinMarks (n=KevinMar@c-98-207-134-151.hsd1.ca.comcast.net)
- # [09:05] * Joins: jruderman (n=jruderma@c-67-180-39-55.hsd1.ca.comcast.net)
- # [09:15] * Dorward_ is now known as Dorward
- # [09:20] * Joins: Maurice (n=ano@a80-101-46-164.adsl.xs4all.nl)
- # [09:30] * Quits: hdh (n=hdh@58.187.60.65) (Remote closed the connection)
- # [09:30] * Joins: annevk5 (n=annevk@static-88.131.66.111.addr.tdcsong.se)
- # [09:32] * Joins: hdh (n=hdh@58.187.60.65)
- # [09:34] * Joins: zcorpan (n=zcorpan@c83-252-193-84.bredband.comhem.se)
- # [09:34] * Quits: MikeSmith (n=MikeSmit@58.157.21.205) ("sex break")
- # [09:37] * Joins: Lachy (n=Lachlan@ip-179-205-241-92.dialup.nmt.net)
- # [09:37] * Quits: Lachy (n=Lachlan@ip-179-205-241-92.dialup.nmt.net) (Client Quit)
- # [09:37] * Joins: Lachy (n=Lachlan@ip-179-205-241-92.dialup.nmt.net)
- # [09:38] * Quits: doublec (n=Chris_Do@118-92-153-119.dsl.dyn.ihug.co.nz) ("ChatZilla 0.9.79-rdmsoft [XULRunner 1.8.0.9/2006120508]")
- # [09:39] * Quits: virtuelv (n=virtuelv@h2n2fls34o987.telia.com) ("Leaving")
- # [09:44] * Quits: zcorpan (n=zcorpan@c83-252-193-84.bredband.comhem.se) (Read error: 60 (Operation timed out))
- # [09:44] * Quits: erlehmann (n=erlehman@dslb-088-075-194-081.pools.arcor-ip.net) (Read error: 110 (Connection timed out))
- # [09:46] * Quits: Lachy (n=Lachlan@ip-179-205-241-92.dialup.nmt.net) (Read error: 145 (Connection timed out))
- # [09:50] * Hixie checks in a multi-1000 line patch to the spec
- # [09:50] * Joins: Lachy_ (n=Lachlan@static-88.131.66.112.addr.tdcsong.se)
- # [09:50] * Joins: aaronlev (n=chatzill@g228087131.adsl.alicedsl.de)
- # [09:54] * Lachy_ is now known as Lachy
- # [09:55] * Joins: MikeSmith (n=MikeSmit@58.157.21.205)
- # [10:22] * Joins: virtuelv (n=virtuelv@static-88.131.66.112.addr.tdcsong.se)
- # [10:27] * Quits: annevk5 (n=annevk@static-88.131.66.111.addr.tdcsong.se) (Read error: 110 (Connection timed out))
- # [10:37] * Joins: tthorsen (n=tommy@home.kvaleberg.no)
- # [10:38] * Joins: Hish (n=chatzill@mail2.n-e-s.de)
- # [10:41] * Joins: macnetic (n=mac@158.36.11.211)
- # [10:41] * Joins: ROBOd (n=robod@89.122.216.38)
- # [10:41] <Hixie> i'm totally addicted to http://tetrisapp.appspot.com/
- # [10:41] <Hixie> this is getting ridiculous
- # [10:43] * Quits: jruderman (n=jruderma@c-67-180-39-55.hsd1.ca.comcast.net)
- # [10:43] * Quits: sverrej (n=sverrej@cm-84.208.153.202.getinternet.no) (Read error: 113 (No route to host))
- # [10:50] <macnetic> hi
- # [10:50] <Hixie> hi
- # [10:50] <macnetic> I have a question about cache-control meta tags...
- # [10:50] <macnetic> the way I read http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.1 , only one of these tags should be used
- # [10:51] <macnetic> and if private is used, you're basically telling the browser it's okay to cache, right?
- # [10:52] <macnetic> so if you first use no-cache, and then private, it wouldn't be surprising if the browser caches the page?
- # [10:53] <Hixie> well
- # [10:54] <Hixie> no-cache doesn't mean it shouldn't be cached
- # [10:54] <Hixie> it means it shouldn't be used without checking with the server first
- # [10:55] * Joins: hallvors (n=hallvord@cm-84.208.78.204.getinternet.no)
- # [10:55] <ap> note that the browser can still put the page into b/f cache, which is not affected by HTTP headers
- # [10:55] <Hixie> that too
- # [10:58] <macnetic> b/f cache?
- # [10:59] <Hixie> back-forward
- # [10:59] <macnetic> ic
- # [10:59] <macnetic> d'oh
- # [11:00] <macnetic> but am I right that private will override other tags that's supposed to avoid caching?
- # [11:01] <Hixie> i can't see anything in http that specifies that
- # [11:01] <macnetic> hmm
- # [11:01] <macnetic> ok
- # [11:01] <macnetic> thanks
- # [11:01] <Hixie> http is notoriously vague about edge cases
- # [11:01] <Hixie> not as bad as html4, but still
- # [11:01] * Quits: aaronlev (n=chatzill@g228087131.adsl.alicedsl.de) ("ChatZilla 0.9.84-rdmsoft [XULRunner 1.9.0.1/2008072406]")
- # [11:01] <macnetic> heh
- # [11:02] <macnetic> so implementations may vary, then?
- # [11:02] <macnetic> it just seems odd to tell the browser it can cache the page when you're trying to avoid caching...
- # [11:03] <macnetic> the scheduling software we use generates time table web pages
- # [11:03] <macnetic> when it was upgraded the browser we use starting caching the pages
- # [11:04] <macnetic> I thought maybe the addition of a private tag to the already existing no-cache tag could be the explanation...
- # [11:04] <Hixie> implementations do vary, yeah
- # [11:04] <Hixie> if you want to avoid caching just set Cache-Control: no-cache
- # [11:04] <macnetic> I would
- # [11:05] <macnetic> but this is shrinkwrap software :(
- # [11:05] <Hixie> ah well
- # [11:05] <Hixie> file a bug with your upstream provider :-)
- # [11:12] * Joins: tndH (n=Rob@james-baillie-pc083-058.student-halls.leeds.ac.uk)
- # [11:19] * Quits: hallvors (n=hallvord@cm-84.208.78.204.getinternet.no)
- # [11:20] * Joins: myakura (n=myakura@p4200-ipbf2306marunouchi.tokyo.ocn.ne.jp)
- # [11:21] <macnetic> that's what I'm trying to do, but when I quoted the standard and gave my interpretation of no-cache/private/public, they just replied that they'd checked our server and found the clock was 20 minutes off, and when they corrected that the web pages seemed to update properly...
- # [11:22] <macnetic> even though we'd previously said that it showed info for _yesterday_
- # [11:22] <macnetic> how they made the connection between 20 minutes and yesterday I don't quite get, but... :-\
- # [11:22] <macnetic> thanks anyway! :)
- # [11:28] * Joins: sverrej (n=sverrej@pat-tdc.opera.com)
- # [11:30] <Hixie> sorry couldn't help more!
- # [11:33] <Hixie> nn
- # [11:34] * Quits: virtuelv (n=virtuelv@static-88.131.66.112.addr.tdcsong.se) (Read error: 110 (Connection timed out))
- # [11:42] * Joins: virtuelv (n=virtuelv@static-88.131.66.112.addr.tdcsong.se)
- # [11:48] * Joins: aaronlev (n=chatzill@g228087131.adsl.alicedsl.de)
- # [11:49] * Joins: danbri (n=danbri@ip565f6edb.direct-adsl.nl)
- # [11:53] * Joins: annevk5 (n=annevk@static-88.131.66.112.addr.tdcsong.se)
- # [11:58] * Quits: tthorsen (n=tommy@home.kvaleberg.no) ("Leaving")
- # [12:07] * Quits: Maurice (n=ano@a80-101-46-164.adsl.xs4all.nl) ("Disconnected...")
- # [12:14] <MikeSmith> had lunch with a guy today who told me (in the context of learning/mastering Japanese), "The only way to truly learn a new language is to write a dictionary for the language."
- # [12:21] * MikeSmith wonders where zcorpan my be
- # [12:22] * annevk5 can see him
- # [12:23] <annevk5> he's disabled today
- # [12:23] <annevk5> no laptop
- # [12:23] <annevk5> same for jgraham
- # [12:23] * annevk5 doesn't know why
- # [12:27] <MikeSmith> annevk5: if/when you see him today, please tell him I finally got around to splitting up the input and button stuff
- # [12:27] <MikeSmith> http://www.w3.org/html/wg/markup-spec/#input.text-toc
- # [12:27] <MikeSmith> http://www.w3.org/html/wg/markup-spec/#button.submit-toc
- # [12:27] <MikeSmith> fwiw
- # [12:28] <annevk5> i'll tell him to read archives
- # [12:46] * Joins: zcorpan (n=zcorpan@pat.se.opera.com)
- # [12:56] * Joins: famicom (i=famicom@5ED2FF2D.cable.ziggo.nl)
- # [13:06] <gpy> annevk5: yo whats up?
- # [13:11] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [13:29] * Quits: maikmerten (n=merten@ls5dhcp195.cs.uni-dortmund.de) (Remote closed the connection)
- # [13:49] * Quits: neatnik (n=neatnik@2002:4a81:66ca:0:21e:52ff:fe85:e05) (Read error: 60 (Operation timed out))
- # [13:51] * Quits: roc (n=roc@121-72-195-24.dsl.telstraclear.net)
- # [13:51] * Joins: neatnik (n=neatnik@2002:4a81:66ca:0:21e:52ff:fe85:e05)
- # [13:55] * Joins: jmb^ (n=jmb@login.ecs.soton.ac.uk)
- # [13:58] <annevk5> gpy, not much really :)
- # [13:58] <annevk5> gpy, standards meeting in Sweden
- # [14:00] * Quits: jmb (n=jmb@login.ecs.soton.ac.uk) (Read error: 145 (Connection timed out))
- # [14:04] <gpy> ah
- # [14:04] <gpy> where
- # [14:04] <gpy> im in dk
- # [14:06] <annevk5> Linköping
- # [14:10] <MikeSmith> gpy: do the restaurants in Denmark still serve tons of cigarette smoke along with every meal?
- # [14:10] <MikeSmith> that's one thing I really like about Denmakr
- # [14:10] <MikeSmith> you don't have to buy your own cigarettes
- # [14:11] <MikeSmith> you can just go to any restaurant and enjoy everybody else's cigarette smoke
- # [14:13] <gpy> annevk5: ah okay
- # [14:13] <gpy> MikeSmith: im not danish, im swedish, i just work here, wich is good, salarys are higher + a 40% profit in currency ;D
- # [14:15] <MikeSmith> gpy: excellent. I bet cigarettes are cheaper there too.
- # [14:15] <MikeSmith> in Norway you can buy half a cigarette
- # [14:15] <MikeSmith> and it will only cost you 20 kroner
- # [14:17] <gpy> MikeSmith: a little
- # [14:20] <annevk5> party tonight, then back home tomorrow for a few days :)
- # [14:20] <annevk5> well, "days"
- # [14:25] * Quits: famicom (i=famicom@5ED2FF2D.cable.ziggo.nl) ("Leaving")
- # [14:43] * Joins: xcombelle (n=chatzill@AToulouse-158-1-116-109.w90-55.abo.wanadoo.fr)
- # [14:49] * Quits: aaronlev (n=chatzill@g228087131.adsl.alicedsl.de) (Read error: 60 (Operation timed out))
- # [14:50] * Joins: BenMillard (i=cerbera@cpc1-flee1-0-0-cust285.glfd.cable.ntl.com)
- # [14:51] * Joins: hallvors (n=hallvord@cm-84.208.78.204.getinternet.no)
- # [14:54] * Quits: sverrej (n=sverrej@pat-tdc.opera.com) (Read error: 110 (Connection timed out))
- # [15:02] * Parts: BenMillard (i=cerbera@cpc1-flee1-0-0-cust285.glfd.cable.ntl.com)
- # [15:10] <MikeSmith> virtuelv sporting the jailhouse beard
- # [15:10] <MikeSmith> http://flickr.com/photos/hendry/3101837007/in/set-72157611171664224/
- # [15:10] <MikeSmith> PHB waving for mercy ("Don't hurt me Arve!")
- # [15:12] * Joins: sverrej (n=sverrej@213.236.208.247)
- # [15:13] <MikeSmith> hendry: thanks for posting photos
- # [15:13] * jmb^ is now known as jmb
- # [15:21] * Quits: Lachy (n=Lachlan@static-88.131.66.112.addr.tdcsong.se) ("This computer has gone to sleep")
- # [15:22] * Joins: famicom (i=famicom@5ED2FF2D.cable.ziggo.nl)
- # [15:23] * Parts: annevk5 (n=annevk@static-88.131.66.112.addr.tdcsong.se)
- # [15:28] * Quits: famicom (i=famicom@5ED2FF2D.cable.ziggo.nl) ("Leaving")
- # [15:28] * Joins: famicom (i=famicom@5ED2FF2D.cable.ziggo.nl)
- # [15:30] * Quits: MikeSmith (n=MikeSmit@58.157.21.205) ("sex break")
- # [15:40] * Quits: virtuelv (n=virtuelv@static-88.131.66.112.addr.tdcsong.se) (Read error: 110 (Connection timed out))
- # [15:42] * Joins: MikeSmith (n=MikeSmit@58.157.21.205)
- # [15:56] * Joins: sverrej_ (n=sverrej@pat-tdc.opera.com)
- # [16:08] * Quits: sverrej (n=sverrej@213.236.208.247) (Read error: 113 (No route to host))
- # [16:09] * Joins: virtuelv (n=virtuelv@h2n2fls34o987.telia.com)
- # [16:12] * Quits: myakura (n=myakura@p4200-ipbf2306marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [16:15] * Quits: virtuelv (n=virtuelv@h2n2fls34o987.telia.com) ("Leaving")
- # [16:19] * Quits: zcorpan (n=zcorpan@pat.se.opera.com)
- # [16:22] * Joins: zcorpan (n=zcorpan@pat.se.opera.com)
- # [16:25] * Quits: zcorpan (n=zcorpan@pat.se.opera.com) (Client Quit)
- # [16:26] * Joins: pergj (n=pergj@home.kvaleberg.no)
- # [16:30] * Joins: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [16:33] * Quits: sverrej_ (n=sverrej@pat-tdc.opera.com) (Remote closed the connection)
- # [16:41] * Joins: sverrej (n=sverrej@pat-tdc.opera.com)
- # [16:42] * Quits: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [16:44] * Quits: hober (n=ted@unaffiliated/hober) (Remote closed the connection)
- # [16:45] * Joins: hober (n=ted@unaffiliated/hober)
- # [16:48] * Quits: pergj (n=pergj@home.kvaleberg.no) (Read error: 113 (No route to host))
- # [16:48] * Joins: aaronlev (n=chatzill@g228087131.adsl.alicedsl.de)
- # [16:51] * Joins: Mustafa51 (n=mustafa@122.164.162.162)
- # [17:03] * Quits: ap (n=ap@195.239.126.11)
- # [17:04] * Quits: sverrej (n=sverrej@pat-tdc.opera.com) (Read error: 110 (Connection timed out))
- # [17:15] * Joins: smedero (n=smedero@mdp-nat251.mdp.com)
- # [17:16] * Quits: aaronlev (n=chatzill@g228087131.adsl.alicedsl.de) ("ChatZilla 0.9.84-rdmsoft [XULRunner 1.9.0.1/2008072406]")
- # [17:18] * Quits: famicom (i=famicom@5ED2FF2D.cable.ziggo.nl) ("Leaving")
- # [17:18] * Joins: famicom (i=famicom@5ED2FF2D.cable.ziggo.nl)
- # [17:22] * Quits: dave_levin (n=dave_lev@72.14.224.1)
- # [17:24] * Quits: famicom (i=famicom@5ED2FF2D.cable.ziggo.nl) ("Leaving")
- # [17:24] * Joins: billmason (n=bmason@ip49.unival.com)
- # [17:29] * Joins: BenMillard (i=cerbera@cpc1-flee1-0-0-cust285.glfd.cable.ntl.com)
- # [17:30] * Joins: famicom (i=famicom@5ED2FF2D.cable.ziggo.nl)
- # [17:30] * Joins: famicom_ (i=famicom@5ED2FF2D.cable.ziggo.nl)
- # [17:30] * Quits: famicom (i=famicom@5ED2FF2D.cable.ziggo.nl) (Read error: 104 (Connection reset by peer))
- # [17:34] * Quits: hallvors (n=hallvord@cm-84.208.78.204.getinternet.no)
- # [17:43] * Philip` doesn't like how Amazon advertises EC2/S3 prices without including tax
- # [17:43] <Philip`> It adds an unexpected six cents onto my bill :-(
- # [17:48] * Joins: dave_levin (n=dave_lev@72.14.227.1)
- # [17:51] * Joins: dglazkov (n=dglazkov@nat/google/x-ae0b10514ee86830)
- # [17:57] * Quits: danbri (n=danbri@unaffiliated/danbri) ("going back to danbri.org")
- # [17:59] * Joins: dbaron (n=dbaron@c-71-204-152-23.hsd1.ca.comcast.net)
- # [18:09] * Joins: aroben (n=adamrobe@17.244.18.41)
- # [18:22] * Quits: KevinMarks (n=KevinMar@c-98-207-134-151.hsd1.ca.comcast.net) ("The computer fell asleep")
- # [18:31] <hsivonen> r2529 looks like fun
- # [18:34] * Quits: pesla (n=retep@procurios.xs4all.nl) ("( www.nnscript.com :: NoNameScript 4.21 :: www.esnation.com )")
- # [19:03] * Quits: tndH (n=Rob@james-baillie-pc083-058.student-halls.leeds.ac.uk) (Remote closed the connection)
- # [19:03] * Joins: tndH (n=Rob@james-baillie-pc083-058.student-halls.leeds.ac.uk)
- # [19:08] * Joins: KevinMarks (n=KevinMar@nat/google/x-266cafecf39b1ca1)
- # [19:19] * Joins: famicom (i=famicom@5ED2FF2D.cable.ziggo.nl)
- # [19:20] * Quits: famicom (i=famicom@5ED2FF2D.cable.ziggo.nl) (Client Quit)
- # [19:23] * Parts: BenMillard (i=cerbera@cpc1-flee1-0-0-cust285.glfd.cable.ntl.com)
- # [19:28] <gsnedders> does anything support the mid URI scheme?
- # [19:29] <hsivonen> gsnedders: Outlook?
- # [19:29] <gsnedders> ah
- # [19:29] <hsivonen> oh. mid. sorry.
- # [19:29] <hsivonen> I was thinking of something else
- # [19:30] <gsnedders> :)
- # [19:50] <hsivonen> Hixie: does Gecko already comply with your latest script execution spec update?
- # [19:52] <gsnedders> hsivonen: http://hsivonen.iki.fi/producing-xml/ needs the section on XML 1.0 updated now that 5th ed. is a REC
- # [19:52] * Quits: weinig (n=weinig@c-69-181-81-233.hsd1.ca.comcast.net)
- # [19:53] <hsivonen> gsnedders: yeah, it should instruct people to always target 4th ed.
- # [19:54] * Joins: jwalden (n=waldo@corp-241.mountainview.mozilla.com)
- # [20:17] * Joins: dimich (n=dimich@72.14.227.1)
- # [20:20] * Quits: dolske (n=dolske@firefox/developer/dolske)
- # [20:30] * Quits: dbaron (n=dbaron@c-71-204-152-23.hsd1.ca.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [20:35] * Joins: weinig (n=weinig@nat/apple/x-da81f634003e5859)
- # [20:37] * Joins: dolske (n=dolske@corp-241.mountainview.mozilla.com)
- # [20:47] * Joins: dbaron (n=dbaron@corp-241.mountainview.mozilla.com)
- # [20:47] * Quits: billmason (n=bmason@ip49.unival.com) ("Leaving.")
- # [20:52] * Quits: aroben (n=adamrobe@unaffiliated/aroben)
- # [20:57] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [21:07] * Quits: KevinMarks (n=KevinMar@nat/google/x-266cafecf39b1ca1) ("The computer fell asleep")
- # [21:19] <Hixie> you should all play tetrisapp.appspot.com
- # [21:19] <Hixie> hsivonen: no
- # [21:19] <Hixie> hsivonen: only IE does
- # [21:19] <Hixie> hsivonen: other browsers allow you to tall into scripts that are "frozen" in the spec
- # [21:20] <hsivonen> Hixie: any other differences?
- # [21:20] * Joins: KevinMarks (n=KevinMar@nat/google/x-0c6baabc055d92c3)
- # [21:21] <Hixie> the way onbeforeunload fires around document.open() wasn't very interoperable
- # [21:22] <Hixie> and in general this whole area is not very interoperable in the edge cases
- # [21:22] <hsivonen> finding the differences should be fun...
- # [21:33] <Hixie> hahahahahahaha
- # [21:33] <Hixie> lastweekinhtml5 is funny
- # [21:33] <Hixie> given that the whatwg has more non-american involvement than american involvement
- # [21:34] * Joins: roc (n=roc@121-72-195-24.dsl.telstraclear.net)
- # [21:37] * Joins: aroben (n=adamrobe@17.244.18.41)
- # [21:44] * Joins: ap (n=ap@195.239.126.10)
- # [21:47] <jwalden> hm? where's the "amerocentric" note in <http://blog.whatwg.org/this-week-in-html-5-episode-15>?
- # [21:47] <smedero> http://lastweekinhtml5.blogspot.com/
- # [21:47] <smedero> (you're looking in the wrong place. :-D)
- # [21:49] <jwalden> oh, "last" week
- # [21:50] * Quits: aroben (n=adamrobe@unaffiliated/aroben)
- # [21:51] <jwalden> man, this is just weird
- # [22:00] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [22:04] * Quits: KevinMarks (n=KevinMar@nat/google/x-0c6baabc055d92c3) ("The computer fell asleep")
- # [22:18] * Joins: jruderman (n=jruderma@c-67-180-39-55.hsd1.ca.comcast.net)
- # [22:22] * Quits: ap (n=ap@195.239.126.10)
- # [22:32] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [22:47] * Quits: roc (n=roc@121-72-195-24.dsl.telstraclear.net)
- # [22:57] * Mustafa51 is now known as Mustafa51|zzz
- # [23:05] * Joins: blooberry (n=brian@c-76-126-199-19.hsd1.ca.comcast.net)
- # [23:20] * fakeolliej is now known as olliej
- # [23:20] * Quits: macnetic (n=mac@158.36.11.211)
- # [23:21] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # Session Close: Sat Dec 13 00:00:00 2008
The end :)