Options:
- # Session Start: Sat Jun 12 00:00:00 2010
- # Session Ident: #whatwg
- # [00:03] * Quits: deepthawtz (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [00:03] * Quits: Rik` (~Rik`@host86-129-178-63.range86-129.btcentralplus.com) (Ping timeout: 272 seconds)
- # [00:04] * Joins: weinig (~weinig@17.246.16.145)
- # [00:05] * Joins: othermaciej (~mjs@76.14.73.144)
- # [00:07] * Joins: Rik` (~Rik`@host86-155-231-210.range86-155.btcentralplus.com)
- # [00:10] * Quits: johnlockwood (~johnlockw@adsl-69-152-195-8.dsl.fyvlar.swbell.net) (Quit: johnlockwood)
- # [00:30] * Quits: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [00:32] * Quits: jrgarrison (~garrison@wikiotics/jrgarrison) (Quit: Ex-Chat)
- # [00:38] * Quits: mhausenblas (~mhausenbl@79.97.142.102) (Quit: mhausenblas)
- # [00:38] * Quits: JonathanNeal (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com) (Read error: Connection reset by peer)
- # [00:41] * Joins: JonathanNeal (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com)
- # [00:50] * Quits: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net) (Quit: zzzzz)
- # [00:51] * Joins: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net)
- # [00:53] * Quits: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net) (Client Quit)
- # [01:21] * Quits: Rik` (~Rik`@host86-155-231-210.range86-155.btcentralplus.com) (Quit: Rik`)
- # [01:23] * Quits: dave_levin (~dave_levi@nat/google/x-ogceyjyulgkdeauh) (Quit: dave_levin)
- # [01:26] * Quits: zcorpan_ (~zcorpan@c-1799e355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan_)
- # [01:34] * Quits: dglazkov (~dglazkov@nat/google/x-eypftpwnfmzxgncu) (Ping timeout: 240 seconds)
- # [01:38] * Joins: dglazkov (~dglazkov@nat/google/x-ubgosfqbrfroqmbw)
- # [01:54] * Quits: TabAtkins (~tabatkins@nat/google/x-htatwxzcbrlxtswg) (Quit: Lost terminal)
- # [01:59] * Quits: sicking (~chatzilla@nat/mozilla/x-qrjgwnnrnanbvblc) (Ping timeout: 264 seconds)
- # [02:00] * Quits: dglazkov (~dglazkov@nat/google/x-ubgosfqbrfroqmbw) (Quit: dglazkov)
- # [02:01] * Quits: f1lt3r (~f1lt3r@64.119.159.231) (Remote host closed the connection)
- # [02:05] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Ping timeout: 252 seconds)
- # [02:08] * Parts: til (~til@c-98-246-164-234.hsd1.or.comcast.net)
- # [02:09] * Joins: sicking (~chatzilla@nat/mozilla/x-bjjjltitgkhdgwtr)
- # [02:10] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [02:19] * Joins: mpt (~mpt@canonical/mpt)
- # [02:24] * Joins: boogyman_ (~boogy@unaffiliated/boogyman)
- # [02:27] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Ping timeout: 240 seconds)
- # [02:29] * Joins: miketaylr (~miketaylr@24.42.95.108)
- # [02:29] * Quits: boogyman_ (~boogy@unaffiliated/boogyman) (Ping timeout: 245 seconds)
- # [02:32] * Joins: boogyman (~boogy@unaffiliated/boogyman)
- # [02:32] * Quits: sicking (~chatzilla@nat/mozilla/x-bjjjltitgkhdgwtr) (Ping timeout: 240 seconds)
- # [02:34] * Joins: boogyman_ (~boogy@unaffiliated/boogyman)
- # [02:34] * Quits: JonathanNeal (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com) (Ping timeout: 258 seconds)
- # [02:35] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [02:36] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Ping timeout: 240 seconds)
- # [02:37] * boogyman_ is now known as boogyman
- # [02:38] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [02:41] * Joins: til (~til@c-98-246-164-234.hsd1.or.comcast.net)
- # [02:42] <til> i have a page that i wrote in HTML5 forms, then wrote a javascript implementation of the validity API
- # [02:42] <til> the latest builds of WebKit are breaking my page, and i'm trying to figure out if they or i implemented wrong
- # [02:43] <til> when i hit submit, the page jumps to the first empty form element
- # [02:43] <til> before calling onsubmit
- # [02:43] <til> any hints as to what i should look into?
- # [02:43] <til> i haven't played with HTML5 forms in a long whule
- # [02:45] <TabAtkins_> Forms *should* validate before submitting, and not submit if anything's invalid.
- # [02:48] * Quits: ap (~ap@17.246.19.110) (Quit: ap)
- # [02:48] <miketaylr> til: do you have the required attribute set on those empty inputs?
- # [02:49] <til> miketaylr: nope
- # [02:49] <til> i've found a couple bugs in earlier chrome builds. one was a bug in their implementation of checkValidity
- # [02:49] <til> the other was a disagreement between Hixie and myself on what it means for a checkbox group to be @required
- # [02:50] <til> but this has otherwise worked great until now
- # [02:52] <til> TabAtkins_: i don't disagree, but i have to figure out if the rejected form should be considered invalid or not
- # [02:53] <til> right now, i'm using form.@onsubmit="return checkSurveyValidity();" to validate the form and block it from submitting on pre-HTML5 browsers
- # [02:54] <til> i may need to use a different event handler. webkit isn't running my validator at all (which means my smooth scrolling and message-displaying script isn't running)
- # [02:56] * Quits: boaz (~boaz@64.119.159.231) (Quit: boaz)
- # [03:05] * Joins: johnlockwood (~johnlockw@adsl-69-152-195-8.dsl.fyvlar.swbell.net)
- # [03:13] * Quits: TabAtkins_ (~tabatkins@nat/google/x-cpiinnedokjteqkc) (Ping timeout: 260 seconds)
- # [03:37] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 260 seconds)
- # [03:37] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539])
- # [03:37] <dbaron> AryehGregor, I think Asa Dotzler has a bunch of statistics on how much of various types of Mozilla contributions are employees vs. volunteers
- # [03:39] * Quits: weinig (~weinig@17.246.16.145) (Quit: weinig)
- # [03:39] * Quits: jwalden (~waldo@nat/mozilla/x-knkipjgwemkpdvop) (Quit: later)
- # [03:42] * Quits: dbaron (~dbaron@nat/mozilla/x-nffkqwlxwuqsetmx) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [03:46] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [03:52] * ojan is now known as ojan_away
- # [03:54] * Quits: yutak_home (~kee@U017209.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [03:54] * Quits: knowtheory (~knowtheor@bas1-london16-1176189751.dsl.bell.ca) (Quit: There are lives at stake here!)
- # [03:55] * Joins: MikeSmith (~MikeSmith@EM114-48-1-26.pool.e-mobile.ne.jp)
- # [03:59] * Quits: othermaciej (~mjs@76.14.73.144) (Quit: othermaciej)
- # [04:16] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [04:17] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Remote host closed the connection)
- # [04:18] * Joins: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [04:32] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 258 seconds)
- # [04:34] * Quits: MikeSmith (~MikeSmith@EM114-48-1-26.pool.e-mobile.ne.jp) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [04:40] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [04:46] * Joins: erlehmann (~erlehmann@dslb-188-102-053-126.pools.arcor-ip.net)
- # [04:47] * Quits: boblet (~boblet@p1201-ipbf709osakakita.osaka.ocn.ne.jp) (Quit: boblet)
- # [04:52] * Quits: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [05:06] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [05:29] * Joins: yutak_home (~kee@U017209.ppp.dion.ne.jp)
- # [05:44] * Joins: mmn (~mmn@129-97-225-97.uwaterloo.ca)
- # [05:46] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [05:46] * Joins: knowtheory (~knowtheor@bas1-london16-1176189751.dsl.bell.ca)
- # [05:49] * Quits: erlehmann (~erlehmann@dslb-188-102-053-126.pools.arcor-ip.net) (Quit: Ex-Chat)
- # [05:54] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [06:13] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [06:23] * Joins: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net)
- # [06:24] * Quits: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net) (Client Quit)
- # [06:42] * Joins: til_ (~til@c-98-246-164-234.hsd1.or.comcast.net)
- # [06:42] * Quits: til (~til@c-98-246-164-234.hsd1.or.comcast.net) (Read error: Connection reset by peer)
- # [06:42] * til_ is now known as til
- # [06:46] * Joins: BaD_CrC (~john@unaffiliated/bad-crc)
- # [06:47] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Disconnected by services)
- # [06:48] * Joins: gavin__ (~gavin@CPE001346f5db49-CM0018c0db9a8a.cpe.net.cable.rogers.com)
- # [06:57] * Quits: Kuruma_ (~Kuruman@p3016-ipngn2701marunouchi.tokyo.ocn.ne.jp) (Ping timeout: 260 seconds)
- # [07:00] * dbaron reads the W3C process document and learns that PER status is basically PR + LC at the same time
- # [07:01] * dbaron didn't realize it had so many aspects of Last Call
- # [07:02] * Quits: til (~til@c-98-246-164-234.hsd1.or.comcast.net) (Read error: Connection reset by peer)
- # [07:02] * Joins: til (~til@c-98-246-164-234.hsd1.or.comcast.net)
- # [07:12] * Quits: yutak_home (~kee@U017209.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [07:15] * Quits: knowtheory (~knowtheor@bas1-london16-1176189751.dsl.bell.ca) (Ping timeout: 245 seconds)
- # [07:32] * Quits: miketaylr (~miketaylr@24.42.95.108) (Remote host closed the connection)
- # [07:35] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [08:05] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 248 seconds)
- # [08:08] * Joins: cedricv (~cedric@175.156.94.2)
- # [08:20] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [08:31] * Quits: mmn (~mmn@129-97-225-97.uwaterloo.ca) (Quit: Leaving.)
- # [08:34] * Quits: borismus (~borismus@S0106001b63f462cc.vc.shawcable.net) (Quit: borismus)
- # [08:34] * Joins: borismus (~borismus@S0106001b63f462cc.vc.shawcable.net)
- # [08:35] * Quits: johnlockwood (~johnlockw@adsl-69-152-195-8.dsl.fyvlar.swbell.net) (Quit: johnlockwood)
- # [08:39] * Quits: borismus (~borismus@S0106001b63f462cc.vc.shawcable.net) (Ping timeout: 272 seconds)
- # [08:40] * Joins: henrikbjorn (~henrik@c83-249-67-192.bredband.comhem.se)
- # [08:46] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [08:47] * Quits: gavin__ (~gavin@CPE001346f5db49-CM0018c0db9a8a.cpe.net.cable.rogers.com) (Ping timeout: 258 seconds)
- # [08:48] * Joins: knowtheory (~knowtheor@bas1-london16-1176189751.dsl.bell.ca)
- # [09:01] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [09:01] * Quits: henrikbjorn (~henrik@c83-249-67-192.bredband.comhem.se) (Quit: henrikbjorn)
- # [09:03] * Quits: cedricv (~cedric@175.156.94.2) (Quit: Psst... you can also find me offline @neonux on twitter)
- # [09:08] * Joins: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [09:10] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [09:30] * Joins: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [09:35] * Joins: rjack (giacomo@gateway/shell/bshellz.net/x-oikejmnjjjyxbplm)
- # [09:48] * Joins: maikmerten (~maikmerte@port-92-201-119-12.dynamic.qsc.de)
- # [09:54] * Joins: SeaOrifice (~SeaOrific@unaffiliated/seaorifice)
- # [09:55] * Joins: henrikbjorn (~henrik@c83-249-67-192.bredband.comhem.se)
- # [10:02] * Quits: SeaOrifice (~SeaOrific@unaffiliated/seaorifice) (Quit: orifice.4-all.org <- I live here)
- # [10:05] * Joins: nessy (~Adium@124-171-28-130.dyn.iinet.net.au)
- # [10:10] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [10:28] * GPHemsley looks up, then goes to bed
- # [10:42] * Joins: ROBOd (~robod@109.96.208.51)
- # [10:42] * Joins: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [10:44] * Joins: zcorpan_ (~zcorpan@c-1799e355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [10:51] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [11:00] <gsnedders> jgraham: Nor did I. Until recetnly, you only had to wait two hours, worse case, AFAIK
- # [11:02] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [11:12] * Quits: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [11:17] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [11:27] * Quits: daedb (~daed@78-72-108-100-no178.tbcn.telia.com) (Remote host closed the connection)
- # [11:39] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [11:49] * Quits: zcorpan_ (~zcorpan@c-1799e355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan_)
- # [11:50] * Quits: nessy (~Adium@124-171-28-130.dyn.iinet.net.au) (Quit: Leaving.)
- # [11:53] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [12:26] * Quits: maikmerten (~maikmerte@port-92-201-119-12.dynamic.qsc.de) (Remote host closed the connection)
- # [13:04] * Quits: micheil (~micheil@124-170-47-127.dyn.iinet.net.au) (Read error: Connection reset by peer)
- # [13:04] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
- # [13:08] * Joins: nielsle (~nielsle@1503032406.dhcp.dbnet.dk)
- # [13:10] * Joins: craiggles (~c@host81-141-115-98.wlms-broadband.com)
- # [13:13] * Joins: yutak_home (~kee@U017209.ppp.dion.ne.jp)
- # [13:15] <annevk> var x = new XMLHttpRequest;
- # [13:15] <annevk> you learn something new every day
- # [13:17] <aho> i wouldn't omit those invocation parens though
- # [13:17] <aho> it's a function call... don't make it look like something else
- # [13:22] * Joins: daedb (~daed@78-72-108-100-no178.tbcn.telia.com)
- # [13:22] * Quits: micheil (~micheil@124-170-47-127.dyn.iinet.net.au) (Read error: Connection reset by peer)
- # [13:22] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
- # [13:33] * Joins: Lazylegs (~Lazylegs@cable-hvk-fe79de00-37.dhcp.inet.fi)
- # [13:38] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [13:38] <nielsle> Is it possible to get two separate contexts ctx1 and ctx2 that refer to the same canvas? I would like to use ctx1.lineTo(x,y) and ctx2.lineTo(x,y) to draw two curves in parallel.
- # [13:41] <nielsle> I can probably hack a solution together myself, but I would like html5 to solve the problem for me :)
- # [13:41] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [13:43] <aho> what do you mean with "draw in parallel"?
- # [13:44] <aho> you draw stuff to the canvas... and once you're done with that and the UI is back in control... the updated drawing is shown
- # [13:44] <aho> drawing onto one context or thousands doesn't change anything
- # [13:45] * aho pokes nielsle
- # [13:55] * Quits: henrikbjorn (~henrik@c83-249-67-192.bredband.comhem.se) (Remote host closed the connection)
- # [13:55] * Joins: henrikbjorn (~hb@c83-249-67-192.bredband.comhem.se)
- # [13:58] <nielsle> I am toying with a canvas based multi user paint program. Whenever the user move the mouse I use lineTo(x,y) to draw a line. If another user draws something then the client recieves a json object and I also use lineTo to draw that. This works nicely unless the client revieves a json object while the user is in the process of drawing a stroke. I can probably solve this by creating some locks.
- # [13:59] <annevk> Reading http://www.w3.org/mid/4C1359A1.7050403@intertwingly.net I'm not really sure what to say... I did not quite agree with the removal of the Atom mapping, but going as far as objecting goes way too far.
- # [14:00] <annevk> It seems e.g. Julian is far less constrained in that regard going as far as raising an issue over something as simple as a reference.
- # [14:00] <annevk> Does that mean the progress is tilted in the advantage of people that like to bicker over every detail?
- # [14:00] * Quits: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 276 seconds)
- # [14:02] <aho> nielsle, well... you just have to update your canvas if an event occurs (input, network, whatever)
- # [14:02] <aho> that's all there is to it
- # [14:02] <aho> (it's single threaded - there are no locks)
- # [14:03] <annevk> he means a lock to indicate it cannot be updated right this instant because something else is going on
- # [14:03] <annevk> nielsle, we might get dedicated path objects in the future, but not for now
- # [14:05] <annevk> pretty good read: http://bitworking.org/news/2010/06/distributed-extensibility
- # [14:06] <nielsle> annevk: Yes you are right. I was asking for a path object. (Sorry if I was unclear).
- # [14:08] <annevk> I believe the thinking is that it should have been that way from the beginning, but in the beginning everything went fast, and so we're stuck with some not too great design decisions
- # [14:08] <annevk> but we can also still paper over them in the future, and had we not it would probably have taken all much longer to get universally deployed
- # [14:09] * Joins: Kuruma (~Kuruman@p15061-ipngn1301marunouchi.tokyo.ocn.ne.jp)
- # [14:12] <nielsle> Ah I see. Thank you for the answers.
- # [14:13] * Parts: nielsle (~nielsle@1503032406.dhcp.dbnet.dk) ("Ex-Chat")
- # [14:19] * Joins: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [14:22] * Quits: craiggles (~c@host81-141-115-98.wlms-broadband.com)
- # [14:25] * Quits: Anonameless (Nameless@cm218-252-156-82.hkcable.com.hk) (Read error: Connection reset by peer)
- # [14:32] * Joins: Anonameless (~Nameless@cm218-252-156-82.hkcable.com.hk)
- # [14:47] * Quits: Lazylegs (~Lazylegs@cable-hvk-fe79de00-37.dhcp.inet.fi) (Ping timeout: 260 seconds)
- # [15:00] * Quits: annevk (~annevk@213.236.208.22) (Read error: Connection reset by peer)
- # [15:03] * Joins: annevk (~annevk@pat-tdc.opera.com)
- # [15:09] * Quits: annevk (~annevk@pat-tdc.opera.com) (Read error: Connection reset by peer)
- # [15:12] * Joins: annevk (~annevk@pat-tdc.opera.com)
- # [15:20] * Joins: nessy (~Adium@124-171-28-130.dyn.iinet.net.au)
- # [15:22] * Quits: nessy (~Adium@124-171-28-130.dyn.iinet.net.au) (Client Quit)
- # [15:31] * Quits: micheil (~micheil@124-170-47-127.dyn.iinet.net.au) (Read error: Connection reset by peer)
- # [15:31] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
- # [15:34] * Quits: bzed (~bzed@devel.recluse.de) (Quit: reboot time :))
- # [15:37] * Quits: micheil (~micheil@124-170-47-127.dyn.iinet.net.au) (Read error: Connection reset by peer)
- # [15:37] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
- # [15:39] * Joins: bzed (~bzed@devel.recluse.de)
- # [15:41] * Joins: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com)
- # [15:46] * Quits: yutak_home (~kee@U017209.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [15:47] * Joins: johnst (~johnst@x1-6-00-07-95-57-08-bb.k123.webspeed.dk)
- # [15:50] * Quits: bzed (~bzed@devel.recluse.de) (Remote host closed the connection)
- # [15:50] * Joins: bzed (~bzed@devel.recluse.de)
- # [15:53] * Joins: mhausenblas (~mhausenbl@79.97.142.102)
- # [16:07] * Quits: bzed (~bzed@devel.recluse.de) (Remote host closed the connection)
- # [16:31] * Quits: aho (~nya@f051022164.adsl.alicedsl.de) (Quit: EXEC_over.METHOD_SUBLIMATION)
- # [16:33] * Joins: bzed (~bzed@devel.recluse.de)
- # [16:34] * Joins: aho (~nya@f051022164.adsl.alicedsl.de)
- # [17:09] * Joins: ako (~nya@e176237058.adsl.alicedsl.de)
- # [17:13] * Quits: aho (~nya@f051022164.adsl.alicedsl.de) (Ping timeout: 264 seconds)
- # [17:14] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [17:15] <annevk> what is http://wiki.whatwg.org/index.php?title=Talk:Timed_tracks&curid=1928&diff=4923&oldid=4716 about?
- # [17:16] <annevk> ah
- # [17:16] <annevk> it seems to be about http://wiki.whatwg.org/index.php?title=Timed_tracks&action=historysubmit&diff=4647&oldid=4645
- # [17:30] * Joins: kennyluck (~kennyluck@134-M-KN.w-lan.jp)
- # [17:37] * Joins: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net)
- # [17:51] * Joins: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [17:58] * Quits: mhausenblas (~mhausenbl@79.97.142.102) (Quit: mhausenblas)
- # [18:06] * Joins: f1lt3r (~f1lt3r@64.119.159.231)
- # [18:06] * Quits: kennyluck (~kennyluck@134-M-KN.w-lan.jp) (Ping timeout: 260 seconds)
- # [18:11] * Joins: mhausenblas (~mhausenbl@79.97.142.102)
- # [18:22] * Quits: Anonameless (~Nameless@cm218-252-156-82.hkcable.com.hk) (Quit: Leaving)
- # [18:26] * Joins: mpt (~mpt@canonical/mpt)
- # [18:26] * Quits: mpt (~mpt@canonical/mpt) (Read error: Connection reset by peer)
- # [18:30] * Quits: m_W (~mwilcox56@c-69-141-106-205.hsd1.nj.comcast.net) (Read error: Connection reset by peer)
- # [18:30] * Joins: m_W (~mwilcox56@c-69-141-106-205.hsd1.nj.comcast.net)
- # [18:51] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [18:55] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Client Quit)
- # [18:59] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [19:01] * Quits: mhausenblas (~mhausenbl@79.97.142.102) (Quit: mhausenblas)
- # [19:14] * Joins: mmn (~mmn@129-97-225-97.uwaterloo.ca)
- # [19:15] * Joins: Slaanesh (magnusrk@tvilling2.pvv.ntnu.no)
- # [19:18] * Quits: ROBOd (~robod@109.96.208.51) (Quit: http://www.robodesign.ro)
- # [19:20] * Quits: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com) (Quit: Leaving)
- # [19:32] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [19:39] * Quits: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [19:42] * Joins: aho (~nya@f051119102.adsl.alicedsl.de)
- # [19:43] * Quits: ako (~nya@e176237058.adsl.alicedsl.de) (Ping timeout: 265 seconds)
- # [19:51] * Joins: kennyluck (~kennyluck@134-M-KN.w-lan.jp)
- # [19:56] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [19:57] * Joins: drunknbass (~drunknbas@76.91.255.83)
- # [20:07] * Quits: johnst (~johnst@x1-6-00-07-95-57-08-bb.k123.webspeed.dk) (Quit: Leaving)
- # [20:10] * Joins: Kafeh (~niels@82-95-123-234.xs4all.nl)
- # [20:10] * Quits: Kafeh (~niels@82-95-123-234.xs4all.nl) (Client Quit)
- # [20:17] * Quits: kennyluck (~kennyluck@134-M-KN.w-lan.jp) (Quit: kennyluck)
- # [20:37] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [20:43] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [20:44] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [20:51] * Joins: ROBOd (~robod@89.123.146.110)
- # [21:00] * Joins: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [21:06] * Joins: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [21:08] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [21:11] * Joins: mat_t (~mattomasz@ppp-4-201.glou-b-1.access.uk.tiscali.com)
- # [23:20] * Disconnected
- # [23:21] * Attempting to rejoin channel #whatwg
- # [23:21] * Rejoined channel #whatwg
- # [23: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!'
- # [23:21] * Set by annevk42 on Mon Oct 19 23:03:06
- # [23:30] * Quits: nielsle (~nielsle@1503032406.dhcp.dbnet.dk) (Quit: Ex-Chat)
- # [23:31] * Joins: ako (~nya@f050243226.adsl.alicedsl.de)
- # [23:35] * Quits: aho (~nya@f051119102.adsl.alicedsl.de) (Ping timeout: 245 seconds)
- # [23:35] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [23:37] * Joins: nielsle (~nielsle@1503032406.dhcp.dbnet.dk)
- # [23:47] * Quits: nielsle (~nielsle@1503032406.dhcp.dbnet.dk) (Quit: Ex-Chat)
- # [23:55] * Joins: til_ (~til@c-98-246-164-234.hsd1.or.comcast.net)
- # [23:57] * Quits: til (~til@c-98-246-164-234.hsd1.or.comcast.net) (Read error: Operation timed out)
- # [23:57] * til_ is now known as til
- # [23:57] * Joins: nessy (~Adium@124-171-28-130.dyn.iinet.net.au)
- # Session Close: Sun Jun 13 00:00:00 2010
The end :)