Options:
- # Session Start: Thu Sep 29 00:00:01 2011
- # Session Ident: #whatwg
- # [00:05] * Quits: othermaciej (~mjs@17.245.90.78) (Quit: othermaciej)
- # [00:06] * Joins: othermaciej (~mjs@17.245.90.78)
- # [00:10] * Quits: cygri (~cygri@188.201.86.194) (Ping timeout: 255 seconds)
- # [00:12] * Quits: zcorpan (~zcorpan@219.241.9.46.customer.cdi.no) (Ping timeout: 240 seconds)
- # [00:14] * Joins: simplicity- (~simplicit@80-71-135-15.u.parknet.dk)
- # [00:14] * Quits: simplicity- (~simplicit@80-71-135-15.u.parknet.dk) (Changing host)
- # [00:14] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [00:17] * Quits: stefan-_ (~music@wall.wi2.uni-trier.de) (Remote host closed the connection)
- # [00:26] * Quits: temp01 (~temp01@unaffiliated/temp01) (Read error: Connection reset by peer)
- # [00:29] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
- # [00:29] <Hixie> ok i think i have multipart/x-mixed-replace specced for regular browsing contexts
- # [00:29] <Hixie> now for images
- # [00:31] <Hixie> holy cow, bfcache works better for the html spec in firefox than chrome, that's for sure
- # [00:33] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [00:35] <abarth> Hixie: chrome doesn't have a bfcache
- # [00:35] <Hixie> ah well that explains it
- # [00:38] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [00:41] * Joins: davidb_ (~davidb@bas4-kitchener06-1128762076.dsl.bell.ca)
- # [00:42] * Quits: Amorphous (jan@unaffiliated/amorphous) (Read error: Operation timed out)
- # [00:42] <mkanat> Yeah, it makes me sad.
- # [00:42] <mkanat> There's one in WebKit but it hasn't been hooked into Chrome yet.
- # [00:42] <abarth> i've wanted to implement it for a while, but I haven't gotten around to it
- # [00:43] <abarth> its non-trivial to get right
- # [00:43] <mkanat> Yeah, I can totally imagine.
- # [00:43] * Quits: rniwa (rniwa@nat/google/x-rztwpprdggcknpqr) (Quit: rniwa)
- # [00:44] * Joins: rniwa (rniwa@nat/google/x-yurigzupohofqajg)
- # [00:45] <Hixie> especially in a multiprocess architecture, i imagine
- # [00:45] <mkanat> Oh yeah, I suppose you have to have a bfcache for each process.
- # [00:45] <abarth> mkanat: and do process-process back navigations
- # [00:46] <abarth> sorry
- # [00:46] <abarth> cross-process
- # [00:46] <mkanat> abarth: There are times when back/forward crosses process boundaries?
- # [00:46] <abarth> yes, often
- # [00:46] <abarth> we refresh the process whenever we can
- # [00:46] <gavin> can you not at least do fastback for same-process navigation?
- # [00:47] <mkanat> gavin: I'd imagine that would be an inconsistent and confusing user experience.
- # [00:47] <mkanat> gavin: Particularly if developers came to rely on it.
- # [00:47] <gavin> huh?
- # [00:48] <mkanat> gavin: There have been times when I've greatly wanted to rely on the bfcache in Firefox for fixing back/forward bugs.
- # [00:48] <gavin> "going back is sometimes fast" shouldn't really be confusing to users, it's not like there's much consistency there
- # [00:48] <mkanat> gavin: That's true, since bfcache is already like that.
- # [00:49] <Hixie> the spec allows bfcache to blow away the stored documents whenever
- # [00:49] <Hixie> pages that depend on them not going away are going to break left right and center
- # [00:49] <mkanat> Yeah.
- # [00:49] <mkanat> I actually wish that didn't happen; about 75% of JS bug effort on the developer side nowadays seem to be around dealing with the Back button.
- # [00:50] <gavin> "JS bug effort on the developer side" ?
- # [00:50] <mkanat> gavin: In terms of work that you have to do if you want to render an app that does go to different URLs, but while it's on the page, alters the DOM with JS in some way.
- # [00:50] <gavin> just in general?
- # [00:50] <mkanat> gavin: Yeah, in general.
- # [00:50] <gavin> ok...
- # [00:50] <Hixie> jsut store the state with pushState or replaceState
- # [00:50] <Hixie> it's not _that_ hard
- # [00:51] <mkanat> Hixie: Provided that your page can rebuild itself from a URL string, yes.
- # [00:51] <Hixie> or a state object
- # [00:51] <mkanat> Hixie: Although that means that any DOM manipulation you do, you must then also implement a system for rebuilding it from the URL.
- # [00:51] <Hixie> well you should do that anyway
- # [00:51] <mkanat> Hixie: Only if that state object can be serialized into the URL, no? Or you mean like in localStorage.
- # [00:51] <Hixie> for bookmarking purposes
- # [00:52] <Hixie> the state object can be anything that can be structured-cloned
- # [00:52] * Joins: erlehmann (~erlehmann@89.204.153.96)
- # [00:52] <mkanat> Hixie: Yeah, thankfully the last time I hit this, replaceState did fix it (for the browsers that implement replaceState).
- # [00:52] <Hixie> (think of it as "anything like JSON)
- # [00:52] <Hixie> ^"
- # [00:52] <Hixie> anyone know of a multipart/x-mixed-replace image anywhere?
- # [00:53] <mkanat> No, although I'd imagine it would be fairly easy to set up.
- # [00:53] <Hixie> i'm lazy :-P
- # [00:53] * Hixie uses his multipart/x-mixed-replace kitchen to make one
- # [00:54] <Hixie> (http://www.hixie.ch/tests/evil/page-loading/multipart/001.cgi)
- # [00:54] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Quit: Leaving)
- # [00:54] * Quits: davidb_ (~davidb@bas4-kitchener06-1128762076.dsl.bell.ca) (Quit: davidb_)
- # [00:55] <Hixie> http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1159 doesn't work in firefox :-(
- # [00:57] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [01:02] * Quits: weinig (~weinig@17.245.88.123) (Quit: weinig)
- # [01:04] * jernoble|afk is now known as jernoble
- # [01:04] * Joins: weinig (~weinig@17.212.155.228)
- # [01:05] * Quits: jennb (jennb@nat/google/x-tyhgyjvbucksdvtd) (Quit: jennb)
- # [01:15] * Joins: jennb (jennb@nat/google/x-iljescgckomdulis)
- # [01:15] * Quits: erlehmann (~erlehmann@89.204.153.96) (Ping timeout: 248 seconds)
- # [01:26] * Quits: nessy (~Adium@124-168-52-143.dyn.iinet.net.au) (Quit: Leaving.)
- # [01:28] * Joins: erlehmann (~erlehmann@89.204.137.115)
- # [01:33] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [01:45] <astearns> AryehGregor: I decided to look at the "CSS points are 1/72 of an actual inch when printed" claim in Mac browsers
- # [01:45] <astearns> AryehGregor: it's true for FireFox 7
- # [01:45] <astearns> AryehGregor: Safari prints slightly larger
- # [01:45] <astearns> AryehGregor: Opera prints slightly smaller
- # [01:45] <astearns> AryehGregor: Chrome doesn't even try - it seems to print at the screen zoom level
- # [01:45] * Joins: Guest21134 (~scor@c-98-216-102-251.hsd1.ma.comcast.net)
- # [01:52] * Quits: tndH (~Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [02:00] * Quits: ZombieLoffe (ZombieLoff@unaffiliated/zombieloffe)
- # [02:00] * Quits: ojan (ojan@nat/google/x-ebeigxbzgdzeyocy) (Quit: ojan)
- # [02:01] * Quits: othermaciej (~mjs@17.245.90.78) (Quit: othermaciej)
- # [02:02] * Joins: othermaciej (~mjs@17.245.90.78)
- # [02:05] * Joins: nessy (~Adium@124-168-52-143.dyn.iinet.net.au)
- # [02:07] * Quits: nessy (~Adium@124-168-52-143.dyn.iinet.net.au) (Client Quit)
- # [02:08] * Quits: rillian (~rillian@150.183.119.66.static.metrobridge.net) (Remote host closed the connection)
- # [02:11] * Joins: weinig_ (~weinig@17.245.88.123)
- # [02:12] * Quits: weinig (~weinig@17.212.155.228) (Read error: Operation timed out)
- # [02:12] * weinig_ is now known as weinig
- # [02:12] <Hixie> ok seriously, why can't people read specs
- # [02:12] <Hixie> almost whenever someone has a complaint about a spec, they end up quoting a non-normative note or example
- # [02:13] <Hixie> !@#$%^&*~( it's NOT NORMATIVE
- # [02:13] <Hixie> CANNOT BE USED TO BACK UP AN ARGUMENT ABOUT WHAT THE SPEC SAYS
- # [02:13] <Hixie> sigh
- # [02:13] <mkanat> Maybe they don't know what "normative" means?
- # [02:15] <Dashiva> No, it happens with examples too
- # [02:15] <Dashiva> "This example shows X, so Y must therefore be invalid"
- # [02:16] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [02:20] <mkanat> Well, the world has no shortage of stupid people.
- # [02:20] <mkanat> We're not in a stupid-people conservation crisis.
- # [02:20] <mkanat> They're not an endangered species.
- # [02:21] <Dashiva> They certainly are, that's why we have warning labels everywhere
- # [02:21] * Joins: nattokirai (~nattokira@rtr.mozilla.or.jp)
- # [02:25] <Hixie> it's not even only stupid people
- # [02:25] <Hixie> people who are otherwise highly competent are susceptible to this just as much
- # [02:27] * Joins: danja_ (~danny@host234-8-dynamic.8-79-r.retail.telecomitalia.it)
- # [02:30] * Quits: benjoffe_ (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au) (Remote host closed the connection)
- # [02:31] * Quits: danja__ (~danny@host169-203-dynamic.13-79-r.retail.telecomitalia.it) (Ping timeout: 252 seconds)
- # [02:32] * Quits: jwalden (~waldo@2620:101:8003:200:221:6aff:fe6e:d10) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.22/20110906122925])
- # [02:34] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [02:35] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Max SendQ exceeded)
- # [02:44] * Quits: weinig (~weinig@17.245.88.123) (Quit: weinig)
- # [02:47] * jernoble is now known as jernoble|afk
- # [02:48] * Quits: ap (~ap@2620:149:4:1b01:1087:6108:1f8f:369e) (Quit: ap)
- # [02:50] * Quits: sicking (~chatzilla@34.198.247.173.mozilla-sfo1.web-pass.com) (Ping timeout: 252 seconds)
- # [02:51] * Joins: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [02:55] * Joins: weinig (~weinig@17.245.88.123)
- # [03:00] * Quits: othermaciej (~mjs@17.245.90.78) (Quit: othermaciej)
- # [03:02] * Quits: weinig (~weinig@17.245.88.123) (Quit: weinig)
- # [03:03] * Joins: othermaciej (~mjs@17.245.90.78)
- # [03:04] * Joins: weinig (~weinig@17.212.155.228)
- # [03:07] * Quits: KillerX (~anant@34.198.247.173.mozilla-sfo1.web-pass.com) (Quit: KillerX)
- # [03:07] * Joins: agektmr (~Adium@220.109.219.244)
- # [03:08] * Joins: nessy (~Adium@74.125.56.18)
- # [03:08] * Quits: weinig (~weinig@17.212.155.228) (Client Quit)
- # [03:11] <TabAtkins> Dammit, now I've started writing IDL and I suspect I'm going to be angry at it.
- # [03:14] * Quits: ezoe (~ezoe@203-140-89-101f1.kyt1.eonet.ne.jp) (Ping timeout: 259 seconds)
- # [03:16] * Quits: astearns (~anonymous@192.150.22.5) (Ping timeout: 245 seconds)
- # [03:28] * Joins: benjoffe_ (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au)
- # [03:35] * Quits: othermaciej (~mjs@17.245.90.78) (Quit: othermaciej)
- # [03:37] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [03:37] * Quits: dave_levin (dave_levin@nat/google/x-ohpwgtymwxsunuuy) (Quit: dave_levin)
- # [03:42] * Quits: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net) (Ping timeout: 260 seconds)
- # [03:45] * Quits: nessy (~Adium@74.125.56.18) (Quit: Leaving.)
- # [03:54] * Joins: astearns (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net)
- # [03:58] * Quits: dbaron (~dbaron@173-228-28-227.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [04:00] * Quits: mkanat (mkanat@nat/google/x-orbcbaooxgxthcyu) (Quit: Ex-Chat)
- # [04:06] * Quits: AlexNRoss (~AleossIRC@unaffiliated/aleoss) (Quit: We love you, Dark Continent! Good night!)
- # [04:12] * Joins: MikeSmith_ (~MikeSmith@EM1-113-174-64.pool.e-mobile.ne.jp)
- # [04:14] * Quits: MikeSmith (~MikeSmith@EM1-113-176-144.pool.e-mobile.ne.jp) (Ping timeout: 260 seconds)
- # [04:14] * MikeSmith_ is now known as MikeSmith
- # Session Close: Thu Sep 29 04:17:45 2011
- #
- # Session Start: Thu Sep 29 04:17:45 2011
- # Session Ident: #whatwg
- # [04:17] * Disconnected
- # [04:21] * Attempting to rejoin channel #whatwg
- # [04:21] * Rejoined channel #whatwg
- # [04:21] * Topic is 'WHATWG: http://www.whatwg.org/ -- logs: http://krijnhoetmer.nl/irc-logs/ -- stats: http://gavinsharp.com/irc/whatwg.html -- Please leave your sense of logic at the door, thanks!'
- # [04:21] * Set by annevk42 on Mon Oct 19 23:03:06
- # [04:24] * Quits: Guest21134 (~scor@c-98-216-102-251.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
- # [04:24] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [04:30] * Quits: MikeSmith (~MikeSmith@EM1-113-174-64.pool.e-mobile.ne.jp) (Quit: MikeSmith)
- # [04:37] * Quits: erlehmann (~erlehmann@89.204.137.115) (Quit: Ex-Chat)
- # [04:54] * Quits: benjoffe_ (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au) (Read error: Connection reset by peer)
- # [04:55] * Joins: benjoffe_ (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au)
- # [04:59] * Joins: MikeSmith (~MikeSmith@EM1-113-174-64.pool.e-mobile.ne.jp)
- # [05:04] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [05:08] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 258 seconds)
- # [05:31] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [05:32] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [05:37] * Joins: rniwa_ (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net)
- # [05:38] * Quits: rniwa_ (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [05:38] * Joins: rniwa_ (~rniwa@216.239.45.130)
- # [05:41] * Joins: nonge_ (~nonge@p5B326C56.dip.t-dialin.net)
- # [05:44] * Quits: nonge__ (~nonge@p5B326D4B.dip.t-dialin.net) (Ping timeout: 255 seconds)
- # [05:48] * Quits: jochen__ (jochen@nat/google/x-jjadvviopjpeighk) (Remote host closed the connection)
- # [05:48] * Joins: jochen__ (jochen@nat/google/x-lbswllvpzxmzznxr)
- # [05:53] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [05:53] * Quits: MikeSmith (~MikeSmith@EM1-113-174-64.pool.e-mobile.ne.jp) (Quit: MikeSmith)
- # [05:54] * Quits: rniwa (rniwa@nat/google/x-yurigzupohofqajg) (Quit: rniwa)
- # [05:54] * rniwa_ is now known as rniwa
- # [05:59] * Joins: MikeSmith (~MikeSmith@EM1-113-174-64.pool.e-mobile.ne.jp)
- # [06:01] * Quits: KolakCC (~KolakCC@unaffiliated/kolakcc) (Ping timeout: 240 seconds)
- # [06:02] * Joins: KolakCC (~KolakCC@unaffiliated/kolakcc)
- # [06:02] * Quits: nattokirai (~nattokira@rtr.mozilla.or.jp) (Ping timeout: 252 seconds)
- # [06:08] * Joins: nattokirai (~nattokira@rtr.mozilla.or.jp)
- # [06:10] * Quits: MikeSmith (~MikeSmith@EM1-113-174-64.pool.e-mobile.ne.jp) (Quit: MikeSmith)
- # [06:11] * Joins: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [06:11] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [06:17] * Quits: scor (~scor@drupal.org/user/52142/view) (Read error: Connection reset by peer)
- # [06:18] * Joins: MikeSmith (~MikeSmith@netDHCP-188.keio.w3.org)
- # [06:40] * Quits: MikeSmith (~MikeSmith@netDHCP-188.keio.w3.org) (*.net *.split)
- # [06:40] * Quits: nonge_ (~nonge@p5B326C56.dip.t-dialin.net) (*.net *.split)
- # [06:40] * Quits: benjoffe_ (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au) (*.net *.split)
- # [06:40] * Quits: karlcow (~karl@nerval.la-grange.net) (*.net *.split)
- # [06:40] * Quits: MrOpposite (~MrOpposit@unaffiliated/mropposite) (*.net *.split)
- # [06:40] * Quits: niftylettuce (u2733@gateway/web/irccloud.com/x-eoreefjrjviqclap) (*.net *.split)
- # [06:40] * Quits: krijn (u2319@gateway/web/irccloud.com/x-sslxwkyblevwmrqp) (*.net *.split)
- # [06:40] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (*.net *.split)
- # [06:40] * Quits: ukai (ukai@nat/google/x-ouairzrvtkmfmoft) (*.net *.split)
- # [06:40] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (*.net *.split)
- # [06:40] * Quits: gsnedders (~gsnedders@204.232.194.186) (*.net *.split)
- # [06:40] * Quits: takkaria (~takkaria@isparp.co.uk) (*.net *.split)
- # [06:40] * Quits: theoros (~user@unaffiliated/theoros) (*.net *.split)
- # [06:40] * Quits: volkmar (~volkmar@gentoo/developer/volkmar) (*.net *.split)
- # [06:40] * Quits: Philip` (~philip@zaynar.co.uk) (*.net *.split)
- # [06:40] * Quits: jgraham (~jgraham@web22.webfaction.com) (*.net *.split)
- # [06:40] * Joins: niftylettuce_ (u2733@gateway/web/irccloud.com/x-agwxgqmmlmvdmvwc)
- # [06:41] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [06:41] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [06:41] * Parts: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) ("Leaving...")
- # [06:41] * Joins: gsnedders (~gsnedders@204.232.194.186)
- # [06:41] * Joins: cying (~cying@c-71-202-136-62.hsd1.ca.comcast.net)
- # [06:42] * Joins: takkaria (~takkaria@isparp.co.uk)
- # [06:43] * Joins: benjoffe_ (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au)
- # [06:44] * Quits: cpearce (~chatzilla@60.234.54.74) (Ping timeout: 240 seconds)
- # [06:45] * Quits: benjoffe_ (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au) (Remote host closed the connection)
- # [06:48] * Joins: benjoffe_ (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au)
- # [06:48] * Joins: nonge_ (~nonge@p5B326C56.dip.t-dialin.net)
- # [06:48] * Joins: MrOpposite (~MrOpposit@unaffiliated/mropposite)
- # [06:48] * Joins: krijn (u2319@gateway/web/irccloud.com/x-sslxwkyblevwmrqp)
- # [06:48] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
- # [06:48] * Joins: ukai (ukai@nat/google/x-ouairzrvtkmfmoft)
- # [06:48] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
- # [06:48] * Joins: theoros (~user@unaffiliated/theoros)
- # [06:48] * Joins: volkmar (~volkmar@gentoo/developer/volkmar)
- # [06:48] * Joins: Philip` (~philip@zaynar.co.uk)
- # [06:48] * Joins: jgraham (~jgraham@web22.webfaction.com)
- # [06:50] * Quits: benjoffe_ (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au) (Ping timeout: 260 seconds)
- # [06:58] * Joins: nunnun (~nunnun@irc.v6.nunnun.jp)
- # [07:01] * Joins: annevk (~annevk@cm-84.208.66.146.getinternet.no)
- # [07:13] * Joins: ezoe (~ezoe@61-205-124-186f1.kyt1.eonet.ne.jp)
- # [07:29] * Quits: danheberden (~danheberd@li225-35.members.linode.com) (Ping timeout: 260 seconds)
- # [07:29] * Joins: danheberden (~danheberd@li225-35.members.linode.com)
- # [07:38] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [07:41] * Quits: roc (~chatzilla@60.234.54.74) (Ping timeout: 255 seconds)
- # [07:52] * Joins: Ankheg (~Ankheg@91.224.77.4)
- # [07:52] * Joins: cpearce (~chatzilla@ip-118-90-78-13.xdsl.xnet.co.nz)
- # [07:53] <annevk> so because of W3C publication politics we're getting an initTouchEvent method that will be obsolete any day now? http://lists.w3.org/Archives/Public/public-webevents/2011JulSep/0092.html
- # [07:53] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 255 seconds)
- # [07:53] <annevk> :(
- # [07:57] * Joins: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
- # [07:59] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 248 seconds)
- # [08:00] * Joins: temp02 (~temp01@unaffiliated/temp01)
- # [08:00] * Quits: cying (~cying@c-71-202-136-62.hsd1.ca.comcast.net) (Quit: cying)
- # [08:27] * Joins: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de)
- # [08:28] * Quits: astearns (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net) (Quit: astearns)
- # [08:38] * Joins: woef (~woef@91.183.84.141)
- # [08:39] * Joins: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net)
- # [08:55] * Quits: jochen__ (jochen@nat/google/x-lbswllvpzxmzznxr) (Remote host closed the connection)
- # [08:55] * Joins: jochen__ (jochen@nat/google/x-azjjrgcuyvplmaoe)
- # [08:56] * Joins: brucel (~brucel@cpc4-smal11-2-0-cust879.perr.cable.virginmedia.com)
- # [09:00] * Quits: CvP (~CvP@123.49.23.188) (Quit: [ UPP ] > all)
- # [09:02] * Quits: jennb (jennb@nat/google/x-iljescgckomdulis) (Quit: jennb)
- # [09:12] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [09:15] <hsivonen> http://lists.w3.org/Archives/Public/www-tag/2011Sep/0088.html
- # [09:15] <hsivonen> "I will reiterate (for the nth time) that it would be valuable for the
- # [09:15] <hsivonen> W3C to specify what a "browser" is,"
- # [09:15] <hsivonen> that would be interesting to watch
- # [09:16] <hsivonen> esp. when the last sentence of that paragraph seems to want to define Silk as "not a browser"
- # [09:21] * Quits: ezoe (~ezoe@61-205-124-186f1.kyt1.eonet.ne.jp) (Ping timeout: 260 seconds)
- # [09:25] * Joins: bsod2 (~miro@2001:4128:6135:2018::173)
- # [09:28] * Joins: smaug____ (~chatzilla@GGYYKMMDXLIII.gprs.sl-laajakaista.fi)
- # [09:30] * Joins: rtuin (~rtuin@213.125.175.250)
- # [09:30] * Quits: divya (~divyam@c-24-18-47-160.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [09:36] <annevk> mnot also seems to want to turn it into some kind of ISO thing, with certification and what not
- # [09:36] * Parts: bsod2 (~miro@2001:4128:6135:2018::173)
- # [09:36] <annevk> that does not strike me as a good idea
- # [09:37] * Joins: rimantas (~rimliu@93.93.57.193)
- # [09:38] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [09:39] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [09:39] * Quits: rniwa (~rniwa@216.239.45.130) (Quit: rniwa)
- # [09:40] * Quits: temp02 (~temp01@unaffiliated/temp01) (Ping timeout: 260 seconds)
- # [09:45] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [09:52] * Quits: temp01 (~temp01@unaffiliated/temp01) (Read error: Connection reset by peer)
- # [09:53] * Quits: annevk (~annevk@cm-84.208.66.146.getinternet.no) (Remote host closed the connection)
- # [09:54] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [09:54] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [09:56] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Read error: Connection reset by peer)
- # [09:56] * Joins: agektmr1 (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [09:57] * Joins: ezoe (~ezoe@203-140-91-232f1.kyt1.eonet.ne.jp)
- # [10:03] * Joins: zcorpan (~zcorpan@guest.opera.com)
- # [10:05] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 260 seconds)
- # [10:07] * Quits: zcorpan (~zcorpan@guest.opera.com) (Client Quit)
- # [10:09] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [10:10] * Joins: CvP (~CvP@123.49.23.188)
- # [10:12] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [10:15] * nunnun is now known as nunnun_away
- # [10:15] * nunnun_away is now known as nunnun
- # [10:22] * Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)
- # [10:24] * Joins: payman (~payman@pat.se.opera.com)
- # [10:28] * Quits: nattokirai (~nattokira@rtr.mozilla.or.jp) (Quit: nattokirai)
- # [10:31] * Joins: smaug_____ (~chatzilla@GYZMYCCLIII.gprs.sl-laajakaista.fi)
- # [10:32] * Quits: smaug____ (~chatzilla@GGYYKMMDXLIII.gprs.sl-laajakaista.fi) (Ping timeout: 252 seconds)
- # [10:32] * smaug_____ is now known as smaug____
- # [10:33] * nunnun is now known as nunnun_away
- # [10:44] * Quits: Lachy (~Lachy@cm-84.215.59.50.getinternet.no) (Quit: Computer has gone to sleep.)
- # [10:46] * Joins: roc (~chatzilla@121.98.230.221)
- # [10:53] * Quits: roc (~chatzilla@121.98.230.221) (Ping timeout: 256 seconds)
- # [11:02] * Joins: Lachy (~Lachy@guest.opera.com)
- # [11:10] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 260 seconds)
- # [11:11] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [11:16] * Joins: benjoffe_ (~benjoffe_@CPE-203-51-100-177.lns10.cht.bigpond.net.au)
- # [11:18] * Quits: cpearce (~chatzilla@ip-118-90-78-13.xdsl.xnet.co.nz) (Ping timeout: 276 seconds)
- # [11:22] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [11:23] * Joins: stefan-_ (~music@wall.wi2.uni-trier.de)
- # [11:24] * Joins: charlvn (~charlvn@2001:0:53aa:64c:8df:3ee7:adb4:5bbb)
- # [11:25] * Joins: MikeSmith (~MikeSmith@EM111-191-4-157.pool.e-mobile.ne.jp)
- # [11:26] * Quits: benjoffe_ (~benjoffe_@CPE-203-51-100-177.lns10.cht.bigpond.net.au) (Remote host closed the connection)
- # [11:29] * Joins: rtuin_ (~rtuin@dsl-087-195-129-241.solcon.nl)
- # [11:33] * Quits: rtuin (~rtuin@213.125.175.250) (Ping timeout: 244 seconds)
- # [11:33] * Quits: agektmr1 (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
- # [11:34] * Quits: rtuin_ (~rtuin@dsl-087-195-129-241.solcon.nl) (Read error: Connection reset by peer)
- # [11:34] * Joins: rtuin_ (~rtuin@213.125.175.250)
- # [11:36] * Joins: Rik`_ (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [11:36] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # [11:37] * Quits: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk) (Ping timeout: 252 seconds)
- # [11:37] * Joins: agektmr (~Adium@220.109.219.244)
- # [11:37] * Quits: Lachy (~Lachy@guest.opera.com) (Quit: Computer has gone to sleep.)
- # [11:42] * Joins: myakura (~myakura@FL1-203-136-181-177.tky.mesh.ad.jp)
- # [11:45] * Quits: MikeSmith (~MikeSmith@EM111-191-4-157.pool.e-mobile.ne.jp) (Quit: MikeSmith)
- # [11:48] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [11:48] * Quits: Rik`_ (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # [11:50] * Quits: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [11:50] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [11:51] * Joins: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk)
- # [11:56] * Quits: jdong__ (~quassel@222.126.155.250) (Remote host closed the connection)
- # [11:57] * Joins: MikeSmith (~MikeSmith@EM111-191-4-157.pool.e-mobile.ne.jp)
- # [11:58] * nunnun_away is now known as nunnun
- # [12:00] * nunnun is now known as nunnun_away
- # [12:00] * nunnun_away is now known as nunnun
- # [12:01] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Remote host closed the connection)
- # [12:03] * Quits: myakura (~myakura@FL1-203-136-181-177.tky.mesh.ad.jp) (Remote host closed the connection)
- # [12:03] * nunnun is now known as nunnun_away
- # [12:03] * nunnun_away is now known as nunnun
- # [12:04] * Joins: ZombieLoffe (ZombieL@unaffiliated/zombieloffe)
- # [12:05] * nunnun is now known as nunnun_away
- # [12:05] * nunnun_away is now known as nunnun
- # Session Close: Thu Sep 29 12:08:54 2011
- #
- # Session Start: Thu Sep 29 12:08:54 2011
- # Session Ident: #whatwg
- # [12:08] * Disconnected
- # [12:09] * Attempting to rejoin channel #whatwg
- # [12:10] * Rejoined channel #whatwg
- # [12:10] * Topic is 'WHATWG: http://www.whatwg.org/ -- logs: http://krijnhoetmer.nl/irc-logs/ -- stats: http://gavinsharp.com/irc/whatwg.html -- Please leave your sense of logic at the door, thanks!'
- # [12:10] * Set by annevk42 on Mon Oct 19 23:03:06
- # [12:12] * Quits: krijnh (KtK@ip9135ee9d.speed.planet.nl) (Ping timeout: 258 seconds)
- # [12:16] * Joins: mpt (~mpt@canonical/mpt)
- # [12:21] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 256 seconds)
- # [12:22] * Joins: mpt (~mpt@nat/canonical/x-exevckfzdwvpzopp)
- # [12:22] * Quits: mpt (~mpt@nat/canonical/x-exevckfzdwvpzopp) (Changing host)
- # [12:22] * Joins: mpt (~mpt@canonical/mpt)
- # [12:23] * nunnun is now known as nunnun_away
- # [12:24] * Joins: MikeSmith (~MikeSmith@EM111-191-4-157.pool.e-mobile.ne.jp)
- # [12:29] * Joins: agektmr (~Adium@220.109.219.244)
- # [12:34] * Joins: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net)
- # [12:38] * Joins: Lachy (~Lachy@guest.opera.com)
- # Session Close: Thu Sep 29 12:42:46 2011
- #
- # Session Start: Thu Sep 29 12:42:46 2011
- # Session Ident: #whatwg
- # [12:42] * Disconnected
- # [12:43] * Attempting to rejoin channel #whatwg
- # [12:43] * Rejoined channel #whatwg
- # [12:43] * Topic is 'WHATWG: http://www.whatwg.org/ -- logs: http://krijnhoetmer.nl/irc-logs/ -- stats: http://gavinsharp.com/irc/whatwg.html -- Please leave your sense of logic at the door, thanks!'
- # [12:43] * Set by annevk42 on Mon Oct 19 23:03:06
- # [12:45] * Joins: david_carlisle (~chatzilla@86.188.197.189)
- # [12:46] * Joins: kennyluck (~kennyluck@114-43-112-94.dynamic.hinet.net)
- # [12:46] * Quits: krijnhuman (KtK@ip9135ee9d.speed.planet.nl) (Ping timeout: 276 seconds)
- # [12:48] * Joins: myakura (~myakura@FL1-203-136-181-177.tky.mesh.ad.jp)
- # [12:49] * Quits: KolakCC (~KolakCC@unaffiliated/kolakcc) (Quit: changing servers)
- # [12:49] * Joins: KolakCC (~KolakCC@unaffiliated/kolakcc)
- # [12:51] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [12:52] * Quits: Lachy (~Lachy@guest.opera.com) (Quit: Computer has gone to sleep.)
- # [12:58] * Quits: CvP (~CvP@123.49.23.188) (Quit: [ UPP ] > all)
- # [13:06] * rtuin_ is now known as rtuin
- # [13:07] * Parts: brucel (~brucel@cpc4-smal11-2-0-cust879.perr.cable.virginmedia.com)
- # [13:08] * Joins: brucel (~brucel@cpc4-smal11-2-0-cust879.perr.cable.virginmedia.com)
- # [13:09] * Joins: Lachy (~Lachy@guest.opera.com)
- # [13:09] * nunnun_away is now known as nunnun
- # [13:16] * Joins: yuno_ (d95b8695@gateway/web/freenode/ip.217.91.134.149)
- # [13:17] <yuno_> is colgroup/col good for anything other than setting the width of columns?
- # [13:17] <yuno_> using them for alignment doesnt seem to work if i add some class and use some css. the deprecated align attribute also doesnt do anything
- # [13:17] * Joins: mishunov (~spliter@77.88.72.162)
- # [13:18] * Parts: mishunov (~spliter@77.88.72.162)
- # [13:19] <yuno_> i mean, nth-child is nice and all, but i kinda need something i can use today. is the only option to add a class to every cell?
- # [13:20] <yuno_> (i already did read the current specs, the old specs, mdn, and i also googled around for a bit)
- # [13:20] * Parts: brucel (~brucel@cpc4-smal11-2-0-cust879.perr.cable.virginmedia.com)
- # [13:21] * Joins: brucel (~brucel@cpc4-smal11-2-0-cust879.perr.cable.virginmedia.com)
- # [13:27] * Quits: Lachy (~Lachy@guest.opera.com) (Quit: Computer has gone to sleep.)
- # [13:29] * nunnun is now known as nunnun_away
- # [13:34] * Joins: Lachy (~Lachy@guest.opera.com)
- # [13:38] * Quits: Lachy (~Lachy@guest.opera.com) (Client Quit)
- # [13:41] * Joins: erlehmann (~erlehmann@89.204.153.81)
- # [13:42] * Quits: smaug____ (~chatzilla@GYZMYCCLIII.gprs.sl-laajakaista.fi) (Ping timeout: 240 seconds)
- # [13:50] * Joins: benjoffe_ (~benjoffe_@CPE-203-51-100-177.lns10.cht.bigpond.net.au)
- # [13:53] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [13:54] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 248 seconds)
- # [13:56] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [13:56] <hsivonen> I pull from hg, start merging code and end up writing an email like this http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1747.html
- # [13:58] * Joins: Lachy (~Lachy@guest.opera.com)
- # [14:01] * Joins: CvP (~CvP@123.49.23.188)
- # [14:02] * Joins: annevk (~annevk@guest.opera.com)
- # [14:03] * Quits: Lachy (~Lachy@guest.opera.com) (Quit: Computer has gone to sleep.)
- # [14:04] <annevk> maybe for chunked we can force UTF-8?
- # [14:05] <annevk> not even look at anything else
- # [14:05] * Joins: zdobersek (~zan@cpe-46-164-23-208.dynamic.amis.net)
- # [14:07] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [14:08] <annevk> so instead of WebSQL with SQLite we will now have IndexedDB with LevelDB?
- # [14:11] * Joins: Lachy (~Lachy@guest.opera.com)
- # [14:16] * Quits: Lachy (~Lachy@guest.opera.com) (Client Quit)
- # [14:18] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [14:34] * Joins: jdaggett (~jdaggett@y230056.dynamic.ppp.asahi-net.or.jp)
- # [14:45] * nunnun_away is now known as nunnun
- # [14:46] * Quits: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [14:49] * Quits: annevk (~annevk@guest.opera.com) (Quit: annevk)
- # [14:51] * Joins: GlitchMr (~glitchmr@178-36-61-128.adsl.inetia.pl)
- # [14:52] <hsivonen> what's LevelDB?
- # [14:56] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [14:59] <beverloo> annevk, LevelDB is just the back-end we chose to implement IndexedDB on
- # [14:59] <beverloo> incognito mode still uses SQLite for it
- # [15:00] <beverloo> hsivonen, http://code.google.com/p/leveldb/, a fast key-value storage library
- # [15:02] * Joins: annevk2 (d5ecd016@gateway/web/freenode/ip.213.236.208.22)
- # [15:03] * Joins: annevk5 (u2483@gateway/web/irccloud.com/x-ubgbswcfqbkuybwx)
- # [15:04] * nunnun is now known as nunnun_away
- # [15:08] * Joins: jochen___ (jochen@nat/google/x-kzefzyzdavqhlznl)
- # [15:08] * Quits: jdaggett (~jdaggett@y230056.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
- # [15:09] * Quits: jochen__ (jochen@nat/google/x-azjjrgcuyvplmaoe) (Ping timeout: 240 seconds)
- # [15:09] * jochen___ is now known as jochen__
- # [15:13] * Quits: annevk5 (u2483@gateway/web/irccloud.com/x-ubgbswcfqbkuybwx) (*.net *.split)
- # [15:13] * Quits: KolakCC (~KolakCC@unaffiliated/kolakcc) (*.net *.split)
- # [15:13] * Quits: charlvn (~charlvn@2001:0:53aa:64c:8df:3ee7:adb4:5bbb) (*.net *.split)
- # [15:13] * Quits: stefan-_ (~music@wall.wi2.uni-trier.de) (*.net *.split)
- # [15:13] * Quits: beverloo (beverloo@nat/google/x-mtquqrmpjilhrxnn) (*.net *.split)
- # [15:13] * Quits: yutak (~yutak@2401:fa00:4:1000:baac:6fff:fe99:adfb) (*.net *.split)
- # [15:13] * Quits: jernoble|afk (~jernoble@2620:149:4:1b01:41af:1f7f:f184:4f67) (*.net *.split)
- # [15:13] * Quits: dglazkov (dglazkov@nat/google/x-nmfhmfzgskpizryt) (*.net *.split)
- # [15:13] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
- # [15:13] * Quits: hoodow (~hoodow@pdpc/supporter/active/hoodow) (*.net *.split)
- # [15:13] * Quits: jamesr_ (jamesr@nat/google/x-uvfbeopqjrhateva) (*.net *.split)
- # [15:13] * Joins: jdong_bot_ (~jdong_bot@117.79.233.191)
- # [15:15] * Joins: annevk5 (u2483@gateway/web/irccloud.com/x-ubgbswcfqbkuybwx)
- # [15:15] * Joins: KolakCC (~KolakCC@unaffiliated/kolakcc)
- # [15:15] * Joins: charlvn (~charlvn@2001:0:53aa:64c:8df:3ee7:adb4:5bbb)
- # [15:15] * Joins: stefan-_ (~music@wall.wi2.uni-trier.de)
- # [15:15] * Joins: beverloo (beverloo@nat/google/x-mtquqrmpjilhrxnn)
- # [15:15] * Joins: yutak (~yutak@2401:fa00:4:1000:baac:6fff:fe99:adfb)
- # [15:15] * Joins: jernoble|afk (~jernoble@2620:149:4:1b01:41af:1f7f:f184:4f67)
- # [15:15] * Joins: dglazkov (dglazkov@nat/google/x-nmfhmfzgskpizryt)
- # [15:15] * Joins: hober (~ted@unaffiliated/hober)
- # [15:15] * Joins: jamesr_ (jamesr@nat/google/x-uvfbeopqjrhateva)
- # [15:15] * Joins: hoodow (~hoodow@pdpc/supporter/active/hoodow)
- # [15:16] * Quits: stefan-_ (~music@wall.wi2.uni-trier.de) (Ping timeout: 248 seconds)
- # [15:16] * Joins: stefan-_ (~music@wall.wi2.uni-trier.de)
- # [15:18] * Quits: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net) (Quit: tomasf)
- # [15:20] * Quits: erlehmann (~erlehmann@89.204.153.81) (Quit: Ex-Chat)
- # [15:21] * Joins: erlehmann (~erlehmann@89.204.153.81)
- # [15:24] * Joins: feuersh (~Simon@p5B03FB37.dip.t-dialin.net)
- # [15:24] * Joins: davidb_ (~davidb@66.207.208.98)
- # [15:25] * Joins: smaug____ (~chatzilla@cs181151161.pp.htv.fi)
- # [15:26] * Joins: nimbupani (~divyam@c-24-18-47-160.hsd1.wa.comcast.net)
- # [15:26] * nimbupani is now known as divya
- # [15:27] <annevk5> where is ms2ger?
- # [15:28] <annevk5> did anyone have a look at the new exception model?
- # [15:28] <annevk5> I wonder if I should roll it out in DOM4 and file some bugs on browsers
- # [15:28] * Quits: KolakCC (~KolakCC@unaffiliated/kolakcc) (Read error: Connection reset by peer)
- # [15:29] * Joins: KolakCC (~KolakCC@unaffiliated/kolakcc)
- # [15:29] * Joins: astearns (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net)
- # [15:37] * Quits: annevk2 (d5ecd016@gateway/web/freenode/ip.213.236.208.22) (Ping timeout: 252 seconds)
- # [15:43] * Joins: mpt (~mpt@canonical/mpt)
- # [15:48] * Joins: jarek_ (~jarek@aeas149.neoplus.adsl.tpnet.pl)
- # [15:58] * Quits: Ankheg (~Ankheg@91.224.77.4) (Read error: Connection reset by peer)
- # [15:58] * Joins: Lachy (~Lachy@pat-tdc.opera.com)
- # [16:00] * Joins: tomasf (~tomasf@109.58.7.170.bredband.tre.se)
- # [16:01] <annevk5> I guess heycam needs to be here
- # [16:05] * Quits: charlvn (~charlvn@2001:0:53aa:64c:8df:3ee7:adb4:5bbb) (Ping timeout: 244 seconds)
- # [16:06] * Quits: david_carlisle (~chatzilla@86.188.197.189) (Remote host closed the connection)
- # [16:07] * Joins: charlvn (~charlvn@2001:0:53aa:64c:8df:3ee7:adb4:5bbb)
- # [16:15] * Joins: espressive_ (c4d73d3c@gateway/web/freenode/ip.196.215.61.60)
- # [16:15] <espressive_> hey everyone
- # [16:15] <espressive_> Quick question, would an element with rel="help" and a title="Help text" make sense as a JavaScript hook for tooltips? Does not match the usage as described by the WHAT-WG (http://developers.whatwg.org/links.html#link-type-help) exactly, but close enough?
- # [16:16] * nunnun_away is now known as nunnun
- # [16:17] * Quits: KolakCC (~KolakCC@unaffiliated/kolakcc) (Ping timeout: 244 seconds)
- # [16:18] * Joins: KolakCC (~KolakCC@unaffiliated/kolakcc)
- # [16:21] * Quits: charlvn (~charlvn@2001:0:53aa:64c:8df:3ee7:adb4:5bbb) (Ping timeout: 244 seconds)
- # [16:22] * Joins: charlvn (~charlvn@2001:0:53aa:64c:8df:3ee7:adb4:5bbb)
- # [16:30] * Quits: espressive_ (c4d73d3c@gateway/web/freenode/ip.196.215.61.60) (Quit: Page closed)
- # [16:34] * Joins: cygri (~cygri@dhcp-030-010.public.vu.nl)
- # [16:35] * Quits: jarek_ (~jarek@aeas149.neoplus.adsl.tpnet.pl) (Quit: Leaving)
- # [16:35] * Quits: feuersh (~Simon@p5B03FB37.dip.t-dialin.net)
- # [16:35] * nunnun is now known as nunnun_away
- # [16:39] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [16:39] * Quits: scor (~scor@drupal.org/user/52142/view) (Excess Flood)
- # [16:41] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [16:42] * nunnun_away is now known as nunnun
- # [16:42] * Quits: erlehmann (~erlehmann@89.204.153.81) (Quit: Ex-Chat)
- # [16:42] * Quits: CvP (~CvP@123.49.23.188) (Quit: [ UPP ] > all)
- # [16:44] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Remote host closed the connection)
- # [16:48] * Joins: CvP (~CvP@123.49.23.188)
- # [16:51] * Quits: CvP (~CvP@123.49.23.188) (Client Quit)
- # [16:59] * Quits: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk) (Read error: Connection reset by peer)
- # [16:59] * Joins: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk)
- # [17:01] * Quits: Lachy (~Lachy@pat-tdc.opera.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [17:01] * Quits: ezoe (~ezoe@203-140-91-232f1.kyt1.eonet.ne.jp) (Ping timeout: 245 seconds)
- # [17:04] * Quits: davidb_ (~davidb@66.207.208.98) (Quit: davidb_)
- # [17:05] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [17:05] * Quits: charlvn (~charlvn@2001:0:53aa:64c:8df:3ee7:adb4:5bbb) (Ping timeout: 244 seconds)
- # [17:06] * Joins: charlvn (~charlvn@2001:0:53aa:64c:8df:3ee7:adb4:5bbb)
- # [17:06] * Joins: robnyman_ (~robnyman@c83-250-164-93.bredband.comhem.se)
- # [17:07] * Quits: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de) (Remote host closed the connection)
- # [17:07] * Joins: davidb (~davidb@66.207.208.98)
- # [17:08] * Quits: rtuin (~rtuin@213.125.175.250) (Quit: Leaving)
- # [17:18] <annevk5> Is http://wiki.whatwg.org/wiki/User_talk:Paolorte spam?
- # [17:18] * Parts: robnyman_ (~robnyman@c83-250-164-93.bredband.comhem.se)
- # [17:21] * Joins: MikeSmith_ (~MikeSmith@EM114-48-179-238.pool.e-mobile.ne.jp)
- # [17:22] * Quits: tomasf (~tomasf@109.58.7.170.bredband.tre.se) (Ping timeout: 245 seconds)
- # [17:23] * nunnun is now known as nunnun_away
- # [17:24] * Quits: MikeSmith (~MikeSmith@EM111-191-4-157.pool.e-mobile.ne.jp) (Ping timeout: 258 seconds)
- # [17:24] * MikeSmith_ is now known as MikeSmith
- # [17:25] * nunnun_away is now known as nunnun
- # [17:25] * Joins: tomasf (~tomasf@host-95-199-14-190.mobileonline.telia.com)
- # [17:32] * Quits: cygri (~cygri@dhcp-030-010.public.vu.nl) (Quit: cygri)
- # [17:35] * abarth is now known as abarth|gardener
- # [17:38] * Quits: tomasf (~tomasf@host-95-199-14-190.mobileonline.telia.com) (Ping timeout: 240 seconds)
- # [17:42] <dglazkov> good morning, Whatwg!
- # [17:43] <annevk5> good morning dglazkov!
- # [17:45] * Joins: tomasf (~tomasf@host-95-198-67-111.mobileonline.telia.com)
- # [17:45] * Joins: zcorpan (~zcorpan@c-5eeaaa32-74736162.cust.telenor.se)
- # [17:45] * Quits: tomasf (~tomasf@host-95-198-67-111.mobileonline.telia.com) (Client Quit)
- # [17:46] * myakura is about to say good night
- # [17:46] <dglazkov> annevk5: :D let me guess: you've suffixed yourself with 5 in honor of HTML5?
- # [17:46] * dglazkov is now known as dglazkov5
- # [17:46] <dglazkov5> hrm.
- # [17:47] <dglazkov5> mine looks more like jackson 5
- # [17:47] * dglazkov5 is now known as dglazkov
- # [17:47] * Joins: rillian_ (~rillian@150.183.119.66.static.metrobridge.net)
- # [17:48] <myakura> wait!? are you guys moving back to a versioned model!?
- # [17:48] <divya> hahahahh
- # [17:48] <dglazkov> myakura: no, only for people.
- # [17:48] <divya> so wait if 5 of you suffix yourself with 5
- # [17:48] <divya> you would be the "html" 5
- # [17:49] <dglazkov> that sounds like something from tabloid headlines.
- # [17:49] <dglazkov> "the infamous html 5 is running amok, terrifying upstanding citizens"
- # [17:49] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [17:50] * hasather is now known as hasather5
- # [17:50] <divya> "html5 wrecks homes and destroys marriages! Mayor screams for immediate imprisonment!"…
- # [17:50] <hasather5> sounds fun, I'm in
- # [17:50] <divya> hahahahahh
- # [17:50] <divya> hi5 hasather5
- # [17:50] * nunnun is now known as nunnun_away
- # [17:50] <hasather5> hi divya
- # [17:51] <divya> :)
- # [17:51] * Joins: erlehmann (~erlehmann@89.204.153.81)
- # [17:54] * nunnun_away is now known as nunnun
- # [17:56] * Quits: zcorpan (~zcorpan@c-5eeaaa32-74736162.cust.telenor.se) (Ping timeout: 276 seconds)
- # [17:58] * Joins: CvP (~CvP@123.49.23.215)
- # [17:58] <annevk5> help
- # [17:58] <annevk5> anarchy on the IRC channel
- # [17:58] <divya> you started it.
- # [17:58] <dglazkov> annevk5: works as intended.
- # [17:58] <divya> hahahah
- # [18:00] * Joins: jacobolu_ (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [18:01] <annevk5> http://blog.whatwg.org/weekly-xbl-observers
- # [18:01] * Joins: Maurice` (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [18:01] <annevk5> (the URL is a "joke")
- # [18:02] <dglazkov> annevk5: :)
- # [18:04] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [18:04] * Quits: espadrine (~thaddee_t@acces2337.res.insa-lyon.fr) (Ping timeout: 260 seconds)
- # [18:07] * Quits: CvP (~CvP@123.49.23.215) (Quit: [ UPP ] > all)
- # [18:11] * Quits: KolakCC (~KolakCC@unaffiliated/kolakcc) (Ping timeout: 240 seconds)
- # [18:11] * Joins: saba (~foo@unaffiliated/saba)
- # [18:12] * Joins: zcorpan (~zcorpan@c-5eeaaa32-74736162.cust.telenor.se)
- # [18:13] * Joins: KolakCC (~KolakCC@unaffiliated/kolakcc)
- # [18:17] * Quits: zcorpan (~zcorpan@c-5eeaaa32-74736162.cust.telenor.se) (Ping timeout: 260 seconds)
- # [18:24] * Quits: jdong_bot_ (~jdong_bot@117.79.233.191) (Remote host closed the connection)
- # [18:24] * Joins: mkanat (mkanat@nat/google/x-advdcxmyblfrrzas)
- # [18:24] <annevk5> I moved previous/next links down
- # [18:24] <annevk5> on the blog
- # [18:24] <annevk5> if anyone has other improvements let me know
- # [18:29] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:30] * Joins: tomasf (~tom@2002:55e5:d95e:0:e5f9:403b:c0f6:9fd)
- # [18:39] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [18:42] <annevk5> oh yes
- # [18:42] <annevk5> my first W3C Recommendation
- # [18:42] <annevk5> it's on namespaces
- # [18:43] <annevk5> in CSS
- # [18:43] <annevk5> there's a lot of jokes there
- # [18:43] <divya> sgtm annevk5
- # [18:44] <annevk5> proof: http://www.w3.org/TR/css3-namespace/
- # [18:44] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
- # [18:44] <divya> is this the shortest css spec ever?
- # [18:44] <annevk5> did I beat Hixie to it?
- # [18:44] <annevk5> oh CSS 2.1 was first
- # [18:45] * Joins: dbaron (~dbaron@173.228.28.227)
- # [18:47] <erlehmann> CSS 2.1 shot first.
- # [18:51] * Joins: zdobersek3 (~zan@cpe-46-164-28-251.dynamic.amis.net)
- # [18:51] <GlitchMr> What actually @namespace does...
- # [18:52] * Quits: zdobersek (~zan@cpe-46-164-23-208.dynamic.amis.net) (Ping timeout: 256 seconds)
- # [18:52] <GlitchMr> oh, i see
- # [18:52] <erlehmann> annevk5, usability comment: if prev/next links are at top, they do not change position.
- # [18:52] <erlehmann> you can quickly click through articles then
- # [18:52] <erlehmann> at bottom, less useful
- # [18:53] * Joins: weinig (~weinig@17.212.155.228)
- # [18:55] <annevk5> hmm yeah
- # [18:55] * Joins: xtoph (~xtoph@213.47.185.206)
- # [18:55] <annevk5> but if you are not reading, you're just wasting our bandwidth
- # [18:55] <divya> hahahah
- # [18:56] * Joins: ezoe (~ezoe@203-140-89-24f1.kyt1.eonet.ne.jp)
- # [18:56] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [18:57] * Quits: astearns (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net) (Quit: astearns)
- # [18:59] * Quits: GlitchMr (~glitchmr@178-36-61-128.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [19:01] * Joins: Lachy (~Lachy@cm-84.215.59.50.getinternet.no)
- # [19:02] * Joins: jennb (jennb@nat/google/x-hiuzvneuypvdojka)
- # [19:11] * zdobersek3 is now known as zdobersek
- # [19:16] * Quits: rimantas (~rimliu@93.93.57.193) (Quit: Leaving)
- # [19:25] * Joins: KillerX (~anant@34.198.247.173.mozilla-sfo1.web-pass.com)
- # [19:29] * Joins: hasather_ (~hasather_@84.38.144.96)
- # [19:29] * Joins: astearns (~anonymous@192.150.22.5)
- # [19:32] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [19:34] * Joins: gavin___ (~gavin@76.14.70.183)
- # [19:34] * Quits: gavin_ (~gavin@76.14.70.183) (Read error: Connection reset by peer)
- # [19:35] * Quits: woef (~woef@91.183.84.141) (Ping timeout: 240 seconds)
- # [19:36] * Quits: Neiluj (~Julien@195.200.175.214) (Quit: Neiluj)
- # [19:42] * Quits: myakura (~myakura@FL1-203-136-181-177.tky.mesh.ad.jp) (Remote host closed the connection)
- # [19:43] * Quits: yuno_ (d95b8695@gateway/web/freenode/ip.217.91.134.149) (Quit: Page closed)
- # [19:43] * Joins: zcorpan (~zcorpan@c-5eeaaa32-74736162.cust.telenor.se)
- # [19:46] * Quits: smaug____ (~chatzilla@cs181151161.pp.htv.fi) (Ping timeout: 258 seconds)
- # [19:52] * Quits: zcorpan (~zcorpan@c-5eeaaa32-74736162.cust.telenor.se) (Ping timeout: 258 seconds)
- # [19:54] * Joins: dave_levin (dave_levin@nat/google/x-xevzufummguexscd)
- # [20:02] * Joins: weinig_ (~weinig@17.245.91.79)
- # [20:04] * Joins: rniwa (~rniwa@216.239.45.130)
- # [20:05] * Quits: weinig (~weinig@17.212.155.228) (Ping timeout: 255 seconds)
- # [20:05] * weinig_ is now known as weinig
- # [20:06] * Joins: MacTed (~Thud@63.119.36.36)
- # [20:06] * Joins: ap (~ap@2620:149:4:1b01:1087:6108:1f8f:369e)
- # [20:11] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [20:13] * Joins: CvP (~CvP@123.49.23.215)
- # [20:13] * Joins: aho (~nya@fuld-590c62df.pool.mediaWays.net)
- # [20:16] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [20:17] * Quits: charlvn (~charlvn@2001:0:53aa:64c:8df:3ee7:adb4:5bbb) (Ping timeout: 244 seconds)
- # [20:18] * Joins: charlvn (~charlvn@2001:0:53aa:64c:8df:3ee7:adb4:5bbb)
- # [20:20] * Quits: CvP (~CvP@123.49.23.215) (Quit: [ UPP ] > all)
- # [20:21] * Joins: CvP (~CvP@123.49.23.215)
- # [20:22] * Quits: CvP (~CvP@123.49.23.215) (Client Quit)
- # [20:28] * Quits: charlvn (~charlvn@2001:0:53aa:64c:8df:3ee7:adb4:5bbb) (Ping timeout: 244 seconds)
- # [20:29] * Joins: charlvn (~charlvn@2001:0:53aa:64c:8df:3ee7:adb4:5bbb)
- # [20:29] * Joins: GlitchMr (~glitchmr@178-36-61-128.adsl.inetia.pl)
- # [20:32] * Joins: smaug____ (~chatzilla@GZYMKDCII.gprs.sl-laajakaista.fi)
- # [20:32] * Joins: espadrine (~thaddee_t@acces2337.res.insa-lyon.fr)
- # [20:38] * Quits: charlvn (~charlvn@2001:0:53aa:64c:8df:3ee7:adb4:5bbb) (Ping timeout: 244 seconds)
- # [20:40] * Joins: charlvn (~charlvn@2001:0:53aa:64c:8df:3ee7:adb4:5bbb)
- # [20:40] * Quits: erlehmann (~erlehmann@89.204.153.81) (Read error: Connection reset by peer)
- # [20:44] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [20:50] * Joins: pluggedin (pluggedin@173-164-213-161-SFBA.hfc.comcastbusiness.net)
- # [20:52] * Parts: brucel (~brucel@cpc4-smal11-2-0-cust879.perr.cable.virginmedia.com)
- # [20:52] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
- # [20:53] * Parts: pluggedin (pluggedin@173-164-213-161-SFBA.hfc.comcastbusiness.net)
- # [20:54] * Quits: rniwa (~rniwa@216.239.45.130) (Quit: rniwa)
- # [20:56] * Quits: weinig (~weinig@17.245.91.79) (Quit: weinig)
- # [21:01] * Quits: dbaron (~dbaron@173.228.28.227) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [21:03] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [21:03] * Joins: ap_ (~ap@2620:149:4:1b01:294b:b85b:79f0:5064)
- # [21:04] * Joins: jernoble (~jernoble@17.212.152.13)
- # [21:04] * Quits: ap (~ap@2620:149:4:1b01:1087:6108:1f8f:369e) (Ping timeout: 244 seconds)
- # [21:04] * ap_ is now known as ap
- # [21:05] * Quits: hober (~ted@unaffiliated/hober) (Remote host closed the connection)
- # [21:05] * Quits: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net) (Remote host closed the connection)
- # [21:05] * Joins: hober (~ted@unaffiliated/hober)
- # [21:05] * Joins: CvP (~CvP@123.49.23.215)
- # [21:05] * Quits: jernoble|afk (~jernoble@2620:149:4:1b01:41af:1f7f:f184:4f67) (Ping timeout: 244 seconds)
- # [21:08] * Joins: ap_ (~ap@17.212.155.203)
- # [21:09] * Quits: ap (~ap@2620:149:4:1b01:294b:b85b:79f0:5064) (Ping timeout: 240 seconds)
- # [21:09] * ap_ is now known as ap
- # [21:19] * Quits: GlitchMr (~glitchmr@178-36-61-128.adsl.inetia.pl) (Quit: GlitchMr)
- # [21:21] * Joins: GlitchMr (~glitchmr@178-36-173-218.adsl.inetia.pl)
- # [21:22] * Joins: dbaron (~dbaron@nat/mozilla/x-qgkrlatapxcqjxqv)
- # [21:29] * Joins: stefan-__ (~music@wall.wi2.uni-trier.de)
- # [21:29] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [21:30] * Quits: stefan-_ (~music@wall.wi2.uni-trier.de) (Ping timeout: 258 seconds)
- # [21:32] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [21:38] * Quits: CvP (~CvP@123.49.23.215) (Quit: [ UPP ] > all)
- # [21:39] * Joins: CvP (~CvP@123.49.23.215)
- # [21:41] * Joins: saba (~foo@unaffiliated/saba)
- # [21:42] * Quits: hober (~ted@unaffiliated/hober) (Remote host closed the connection)
- # [21:43] * Joins: hober (~ted@unaffiliated/hober)
- # [21:46] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [21:48] * Joins: fishd (darin@nat/google/x-dbcwqstphpixmesp)
- # [21:49] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 255 seconds)
- # [21:49] * Quits: jamesr_ (jamesr@nat/google/x-uvfbeopqjrhateva) (Quit: Ex-Chat)
- # [21:53] * Quits: hober (~ted@unaffiliated/hober) (Read error: Connection reset by peer)
- # [21:59] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Ping timeout: 260 seconds)
- # [22:00] * Quits: danheberden (~danheberd@li225-35.members.linode.com) (Ping timeout: 260 seconds)
- # [22:01] * Joins: danheberden (~danheberd@li225-35.members.linode.com)
- # [22:06] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [22:06] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Excess Flood)
- # [22:06] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [22:07] * Joins: weinig (~weinig@17.212.155.228)
- # [22:08] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [22:08] * Joins: bga_ (~bga@ppp78-37-202-199.pppoe.avangarddsl.ru)
- # [22:09] * Quits: danheberden (~danheberd@li225-35.members.linode.com) (Ping timeout: 245 seconds)
- # [22:09] <dglazkov> PSA: going on vacation until Oct 10 in 3 hours. Will attempt to stay offline. Wish me luck.
- # [22:11] * Joins: jwalden (~waldo@2620:101:8003:200:221:6aff:fe6e:d10)
- # [22:11] * Quits: xtoph (~xtoph@213.47.185.206)
- # [22:12] * Joins: danheberden (~danheberd@li225-35.members.linode.com)
- # [22:12] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Quit: ZNC - http://znc.sourceforge.net)
- # [22:13] * Joins: hober (~ted@unaffiliated/hober)
- # [22:13] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [22:15] <gsnedders> dglazkov: Good luck.
- # [22:17] * Joins: weinig_ (~weinig@17.245.91.79)
- # [22:18] * Quits: GlitchMr (~glitchmr@178-36-173-218.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [22:18] * Quits: zdobersek (~zan@cpe-46-164-28-251.dynamic.amis.net) (Quit: Leaving.)
- # [22:19] * Joins: _bga (~bga@ppp78-37-221-108.pppoe.avangarddsl.ru)
- # [22:21] * Quits: weinig_ (~weinig@17.245.91.79) (Read error: Operation timed out)
- # [22:21] * Quits: weinig (~weinig@17.212.155.228) (Ping timeout: 260 seconds)
- # [22:21] * Quits: bga_ (~bga@ppp78-37-202-199.pppoe.avangarddsl.ru) (Ping timeout: 255 seconds)
- # [22:29] * Joins: roc (~chatzilla@60.234.54.74)
- # [22:30] * Joins: rniwa (rniwa@nat/google/x-qxydvoaztcxcdzkb)
- # [22:31] * Quits: davidb (~davidb@66.207.208.98) (Quit: davidb)
- # [22:38] * Joins: annevk (~annevk@cm-84.208.66.146.getinternet.no)
- # [22:39] * Quits: dglazkov (dglazkov@nat/google/x-nmfhmfzgskpizryt) (Quit: dglazkov)
- # [22:41] * Joins: othermaciej (~mjs@17.245.90.41)
- # [22:42] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
- # [22:46] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [22:49] * Quits: tomasf (~tom@2002:55e5:d95e:0:e5f9:403b:c0f6:9fd) (Quit: tomasf)
- # [22:50] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [22:53] * Joins: xtoph (~xtoph@213.47.185.206)
- # [23:12] * Joins: weinig (~weinig@17.245.91.79)
- # [23:15] * Joins: cpearce (~chatzilla@60.234.54.74)
- # [23:15] <Hixie> document.alinkColor isn't specced
- # [23:15] <Hixie> did i overlook it or do we not need it?
- # [23:15] <Hixie> looks like at least firefox doesn't support it
- # [23:16] <Hixie> oh no nevermind
- # [23:16] <Hixie> it does
- # [23:16] <Hixie> i typoed it
- # [23:16] <annevk> all browsers have it
- # [23:16] <annevk> Opera / Firefox / Safari
- # [23:16] <Hixie> and IE
- # [23:16] <Hixie> k
- # [23:16] <Hixie> i guess i'll spec it!
- # [23:17] <annevk> funny how nobody notices
- # [23:17] <Hixie> oh wait i did spec it
- # [23:17] <Hixie> i was searching for the wrong capitalisation
- # [23:17] <Hixie> ok
- # [23:17] <Hixie> all is well with the world
- # [23:17] * Quits: Maurice` (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:18] <annevk> we should really have some kind of special IDL type for event handlers
- # [23:19] <annevk> this current syntax sucks for something that is used all over
- # [23:19] <Hixie> http://www.youtube.com/watch?v=aSVpBqOsC7o
- # [23:19] <Hixie> er, wrong channel!
- # [23:22] * Joins: MikeSmith_ (~MikeSmith@EM1-112-75-248.pool.e-mobile.ne.jp)
- # [23:24] * Quits: MikeSmith (~MikeSmith@EM114-48-179-238.pool.e-mobile.ne.jp) (Ping timeout: 260 seconds)
- # [23:24] * MikeSmith_ is now known as MikeSmith
- # [23:26] * Quits: ezoe (~ezoe@203-140-89-24f1.kyt1.eonet.ne.jp) (Ping timeout: 276 seconds)
- # [23:27] * Quits: annevk (~annevk@cm-84.208.66.146.getinternet.no) (Quit: annevk)
- # [23:32] * Quits: Lachy (~Lachy@cm-84.215.59.50.getinternet.no) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [23:33] * Quits: MacTed (~Thud@63.119.36.36)
- # [23:34] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:38] * Quits: weinig (~weinig@17.245.91.79) (Quit: weinig)
- # [23:42] * Joins: Rik`_ (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [23:42] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # [23:44] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [23:44] * Quits: Rik`_ (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # [23:46] * Joins: Rik`_ (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [23:46] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # [23:46] * Quits: hasather_ (~hasather_@84.38.144.96) (Remote host closed the connection)
- # [23:49] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [23:49] * Quits: Rik`_ (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # [23:49] * Joins: Rik`_ (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [23:49] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # [23:50] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [23:50] * Quits: Rik`_ (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # [23:55] * Joins: Rik`_ (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [23:55] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # Session Close: Fri Sep 30 00:00:01 2011
The end :)