Options:
- # Session Start: Mon Feb 21 00:00:00 2011
- # Session Ident: #whatwg
- # [00:12] * Joins: Morphous (jan@g228163050.adsl.alicedsl.de)
- # [00:12] * Quits: Morphous (jan@g228163050.adsl.alicedsl.de) (Changing host)
- # [00:12] * Joins: Morphous (jan@unaffiliated/amorphous)
- # [00:21] * Quits: yusukes (~yusukes@2401:fa00:4:1000:224:81ff:fec1:6444) (Remote host closed the connection)
- # [00:22] * bga_ is now known as bga_|away
- # [00:23] * Quits: matijsb (~matijsb@5353CD69.cm-6-4d.dynamic.ziggo.nl) (Ping timeout: 250 seconds)
- # [00:24] <annevk> I guess DOM Features should also be a top-level section
- # [00:25] <annevk> maybe as "Features (deprecated)"
- # [00:27] <annevk> or maybe bury it somewhere alongside DOMImplementation...
- # [00:30] <zewt> annevk: regarding the subtle event dispatch difference between dom-core and dom-events (stopPropagation/preventDefault called before dispatch); should that be mentioned in 8.1? it's an obscure difference, but maybe important to make note of for that reason alone (easy to miss)
- # [00:30] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [00:34] * bga_|away is now known as bga_
- # [00:34] * bga_ is now known as bga_|away
- # [00:35] * Quits: bga_|away (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # [00:36] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [00:37] <annevk> yeah, should probably do that
- # [00:37] <annevk> though it's really a bug in DOM Events I think
- # [00:38] <annevk> because otherwise if you create an event yourself and invoke stopPropagation on it and then dispatch it... nothing happens
- # [00:39] <zewt> I can't think of any reason to call stopPropagation before dispatch anyway, so for that case I think either definition is good enough
- # [00:40] <zewt> maybe I could contrive a really weird case where being able to call preventDefault before dispatch would be useful, but I'd have to really try, heh
- # [00:40] <annevk> hmm, that is actually what happens in browsers
- # [00:41] <annevk> for stopPropagation that is
- # [00:42] <annevk> well
- # [00:42] <zewt> it seems like the dom events way requires having a separate hidden state, separating whether to continue propagation from the defaultPrevented attribute
- # [00:42] <zewt> which is lame heh
- # [00:42] <annevk> it's not what happens in browsers
- # [00:42] <annevk> because if you call stopPropagation
- # [00:42] <annevk> dispatch twice
- # [00:43] <annevk> it doesn't dispatch
- # [00:43] <zewt> do browsers just not clear it at all?
- # [00:43] <annevk> oh, Gecko does, Chrome doesn't
- # [00:43] <annevk> Opera is like Chrome
- # [00:44] <annevk> I wonder why DOM Events cites backwards compatibility as a reason here...
- # [00:44] <zewt> yuck: "... and determine whether an event has been canceled through the Event.defaultPrevented attribute while the object is being dispatched"
- # [00:45] <zewt> suggesting DOM L3's defaultPrevented was only thinking of that attribute being used during dispatch, and not by the dispatcher after the event returns
- # [00:45] <zewt> in which case what L3 does makes sense
- # [00:46] <annevk> but that's not what's actually implemented
- # [00:46] <zewt> yeah
- # [00:46] <annevk> I like my model better :p
- # [00:47] <zewt> so Chrome doesn't clear the flag at all, and you can effectively only dispatch an event once?
- # [00:47] <zewt> i mean, if it's prevented
- # [00:47] <zewt> er, stopPropagation'd
- # [00:48] <annevk> well either my model or we make initEvent() reset it I suppose
- # [00:49] <annevk> anyway bedtime
- # [00:49] <annevk> nn
- # [00:49] <zewt> later
- # [00:49] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Quit: annevk)
- # [00:50] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # [00:51] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [00:52] * Quits: MrOpposite (~mropposit@unaffiliated/mropposite) (Quit: OMG, YOU KILLED OPPO!)
- # [00:52] * Joins: MrOpposite (~mropposit@unaffiliated/mropposite)
- # [00:54] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [00:55] * Quits: kal-EL_ (~jor-EL@95.237.74.176) (Quit: ChatZilla 0.9.86 [Firefox 3.6.13/20101203075014])
- # [00:56] * Quits: erlehmann (~erlehmann@89.204.153.68) (Quit: Ex-Chat)
- # [00:59] * Quits: MrOpposite (~mropposit@unaffiliated/mropposite) (Quit: OMG, YOU KILLED OPPO!)
- # [01:04] * Quits: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl) (Remote host closed the connection)
- # [01:05] * Joins: jochen___ (~jochen@nat/google/x-aslxeflqlbpagzxy)
- # [01:09] * Quits: jochen__ (~jochen@nat/google/x-qniuvytbzzcbmwbm) (Ping timeout: 246 seconds)
- # [01:09] * jochen___ is now known as jochen__
- # [01:09] * Joins: charlvn (~charlvn@41.0.48.93)
- # [01:14] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [01:16] * Joins: charlvn (~charlvn@41.0.48.93)
- # [01:19] * Joins: jacobolus (~jacobolus@pool-71-174-45-66.bstnma.east.verizon.net)
- # [01:22] * Quits: wakaba_0 (~wakaba_@219.157.197.113.dy.bbexcite.jp) (Ping timeout: 268 seconds)
- # [01:22] * Joins: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c)
- # [01:24] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [01:26] * Joins: charlvn (~charlvn@41.0.48.93)
- # [01:29] * Joins: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net)
- # [01:31] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [01:33] * Joins: charlvn (~charlvn@41.0.48.93)
- # [01:38] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [01:41] * Quits: weinig (~weinig@17.203.14.133) (Quit: weinig)
- # [01:41] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [01:54] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [01:54] * Joins: nattokirai (~nattokira@rtr.mozilla.or.jp)
- # [01:54] * Joins: charlvn (~charlvn@41.0.48.93)
- # [01:58] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [01:59] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # [01:59] * Quits: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net) (Quit: cying)
- # [01:59] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [02:01] * Joins: charlvn (~charlvn@41.0.48.93)
- # [02:01] * Quits: jacobolus (~jacobolus@pool-71-174-45-66.bstnma.east.verizon.net) (Remote host closed the connection)
- # [02:07] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [02:07] * Joins: charlvn (~charlvn@41.0.48.93)
- # [02:12] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [02:13] * Joins: charlvn (~charlvn@41.0.48.93)
- # [02:17] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [02:19] * Joins: charlvn (~charlvn@41.0.48.93)
- # [02:22] * Joins: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net)
- # [02:23] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [02:24] * Joins: charlvn (~charlvn@41.0.48.93)
- # [02:26] * Quits: micheil (~micheil@108-83-101-85.uvs.sntcca.sbcglobal.net) (Read error: Connection reset by peer)
- # [02:26] * Joins: micheil (~micheil@108-83-101-85.uvs.sntcca.sbcglobal.net)
- # [02:27] * Joins: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net)
- # [02:29] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [02:30] * Joins: charlvn (~charlvn@41.0.48.93)
- # [02:34] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [02:35] * Joins: charlvn (~charlvn@41.0.48.93)
- # [02:44] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [02:46] * Joins: homata___ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [02:47] * Joins: charlvn (~charlvn@41.0.48.93)
- # [02:48] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [02:51] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [02:53] * Joins: charlvn (~charlvn@41.0.48.93)
- # [02:58] * Quits: tndH (~Rob@cpc15-seac19-2-0-cust232.7-2.cable.virginmedia.com) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [03:00] * Joins: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net)
- # [03:03] * Quits: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net) (Quit: cying)
- # [03:03] * Joins: JoePeck (~JoePeck@c-76-102-33-198.hsd1.ca.comcast.net)
- # [03:07] * Quits: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net) (Quit: weinig)
- # [03:12] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [03:13] * Joins: charlvn (~charlvn@41.0.48.93)
- # [03:14] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [03:14] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # [03:16] * Joins: ojan (~ojan@nat/google/x-rcifdsyederdpnec)
- # [03:17] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [03:20] * Joins: charlvn (~charlvn@41.0.48.93)
- # [03:23] * Joins: weinig (~weinig@17.203.14.133)
- # [03:28] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [03:29] * Joins: charlvn (~charlvn@41.0.48.93)
- # [03:34] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [03:34] * Joins: charlvn (~charlvn@41.0.48.93)
- # [03:37] * Joins: 92AACH0KK (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [03:37] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [03:38] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # [03:39] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [03:40] * Quits: homata___ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [03:43] * Joins: jacobolus (~jacobolus@pool-71-174-45-66.bstnma.east.verizon.net)
- # [03:49] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [03:49] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # [03:52] * Joins: charlvn (~charlvn@41.0.48.93)
- # [03:56] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Quit: Now time for the weather. Tiffany?)
- # [03:58] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [03:58] * Quits: jacobolus (~jacobolus@pool-71-174-45-66.bstnma.east.verizon.net) (Remote host closed the connection)
- # [04:00] * Joins: charlvn (~charlvn@41.0.48.93)
- # [04:05] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [04:06] * Joins: charlvn (~charlvn@41.0.48.93)
- # [04:10] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [04:11] * Joins: charlvn (~charlvn@41.0.48.93)
- # [04:16] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [04:17] * Joins: charlvn (~charlvn@41.0.48.93)
- # [04:24] * Joins: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net)
- # [04:28] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [04:30] * Joins: charlvn (~charlvn@41.0.48.93)
- # [04:34] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [04:37] * Joins: charlvn (~charlvn@41.0.48.93)
- # [04:37] * Joins: jacobolus (~jacobolus@c-98-216-238-247.hsd1.ma.comcast.net)
- # [04:43] * Quits: temp01 (~temp01@unaffiliated/temp01) (Read error: Connection reset by peer)
- # [04:49] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 276 seconds)
- # [04:49] * Joins: erlehmann (~erlehmann@89.204.153.68)
- # [04:50] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [04:51] * Joins: charlvn (~charlvn@41.0.48.93)
- # [04:53] * Joins: alystair (Alystair@bas1-toronto10-1279559238.dsl.bell.ca)
- # [04:55] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [04:56] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [04:57] * Joins: charlvn (~charlvn@41.0.48.93)
- # [05:00] * Joins: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
- # [05:04] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # [05:09] <GPHemsley> I don't suppose any WebVTT validators have cropped up yet?
- # [05:09] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [05:12] * Joins: charlvn (~charlvn@41.0.48.93)
- # [05:13] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [05:18] * Joins: miketayl_r (~miketaylr@user-160vrg5.cable.mindspring.com)
- # [05:18] * miketayl_r is now known as miketaylr
- # [05:19] <GPHemsley> Also, why are there no samples/examples of WebVTT within the spec?
- # [05:20] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [05:23] * Joins: charlvn (~charlvn@41.0.48.93)
- # [05:23] * Quits: weinig (~weinig@17.203.14.133) (Quit: weinig)
- # [05:27] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [05:31] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [05:34] * Joins: charlvn (~charlvn@41.0.48.93)
- # [05:40] * Joins: agektmr (~Adium@220.109.219.244)
- # [05:40] * Quits: JoePeck (~JoePeck@c-76-102-33-198.hsd1.ca.comcast.net) (Quit: -)
- # [05:46] * Quits: webr3 (~nathan@host86-143-254-126.range86-143.btcentralplus.com) (Ping timeout: 260 seconds)
- # [05:50] * Joins: webr3 (~nathan@host86-133-148-238.range86-133.btcentralplus.com)
- # [05:53] * Joins: MikeSmith (~MikeSmith@EM111-188-94-50.pool.e-mobile.ne.jp)
- # [06:09] * Quits: benschwarz (~ben@ppp59-167-179-123.static.internode.on.net) (Quit: Leaving...)
- # [06:11] * Joins: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net)
- # [06:17] * Quits: doublec (~chris@unaffiliated/doublec) (Quit: Leaving)
- # [06:18] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [06:19] * Joins: charlvn (~charlvn@41.0.48.93)
- # [06:24] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [06:24] * Joins: charlvn (~charlvn@41.0.48.93)
- # [06:27] * Quits: miketaylr (~miketaylr@user-160vrg5.cable.mindspring.com) (Quit: miketaylr)
- # [06:29] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [06:30] * Joins: charlvn (~charlvn@41.0.48.93)
- # [06:35] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [06:37] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [06:42] * Joins: benschwarz (~benschwar@59.167.185.148)
- # [06:55] * Joins: charlvn (~charlvn@41.0.48.93)
- # [06:58] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [06:59] * Joins: agektmr (~Adium@u1024213.xgsnu4.imtp.tachikawa.mopera.net)
- # [07:00] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [07:00] * Joins: charlvn (~charlvn@41.0.48.93)
- # [07:01] * Joins: 92AACH2SY (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [07:02] * Quits: 92AACH0KK (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [07:02] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # [07:03] * Quits: agektmr (~Adium@u1024213.xgsnu4.imtp.tachikawa.mopera.net) (Client Quit)
- # [07:05] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: IRC is just multiplayer notepad)
- # [07:05] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [07:06] * Joins: charlvn (~charlvn@41.0.48.93)
- # [07:06] * Quits: 92AACH2SY (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [07:09] * Quits: benschwarz (~benschwar@59.167.185.148) (Quit: Linkinus - http://linkinus.com)
- # [07:12] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [07:12] * Joins: agektmr (~Adium@u1024213.xgsnu4.imtp.tachikawa.mopera.net)
- # [07:15] * Joins: benschwarz (~ben@59.167.185.148)
- # [07:23] * Quits: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c) (Quit: back in a bit)
- # [07:25] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [07:28] * Quits: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net) (Quit: weinig)
- # [07:30] * Joins: jochen___ (~jochen@nat/google/x-hgirugjxmonuenxc)
- # [07:31] * Joins: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru)
- # [07:32] * Joins: charlvn (~charlvn@41.0.48.93)
- # [07:33] * Joins: kennyluck (~kennyluck@EM111-188-36-146.pool.e-mobile.ne.jp)
- # [07:34] * Quits: jochen__ (~jochen@nat/google/x-aslxeflqlbpagzxy) (Ping timeout: 268 seconds)
- # [07:34] * jochen___ is now known as jochen__
- # [07:34] * Joins: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net)
- # [07:36] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [07:38] * Quits: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net) (Quit: cying)
- # [07:38] * Joins: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net)
- # [07:43] * Quits: erlehmann (~erlehmann@89.204.153.68) (Quit: Ex-Chat)
- # [07:46] * Joins: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [07:48] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [07:49] * Joins: charlvn (~charlvn@41.0.48.93)
- # [07:50] * Joins: 92AACH3CQ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [07:52] * Quits: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [07:53] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [07:56] * Joins: jochen___ (~jochen@nat/google/x-lflrdqnnajuqcekx)
- # [07:56] * Quits: agektmr (~Adium@u1024213.xgsnu4.imtp.tachikawa.mopera.net) (Quit: Leaving.)
- # [07:56] * Joins: charlvn (~charlvn@41.0.48.93)
- # [07:59] * Quits: jochen__ (~jochen@nat/google/x-hgirugjxmonuenxc) (Ping timeout: 260 seconds)
- # [07:59] * jochen___ is now known as jochen__
- # [08:01] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [08:02] * Joins: charlvn (~charlvn@41.0.48.93)
- # [08:05] * Joins: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net)
- # [08:05] * Quits: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net) (Client Quit)
- # [08:06] <MikeSmith> https://bugzilla.mozilla.org/show_bug.cgi?id=617528#c1
- # [08:06] <MikeSmith> Paul Roget asks, "My main concern is security. How can we make it clear that these menu-items are not from Firefox?"
- # [08:06] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [08:06] <MikeSmith> anybody have thoughts?
- # [08:07] <MikeSmith> Hixie: ?
- # [08:07] <zewt> given that they can't actually do anything insecure, what's the actual risk?
- # [08:07] <MikeSmith> seems like putting an icon of some kind next to each of them
- # [08:07] * Joins: charlvn (~charlvn@41.0.48.93)
- # [08:09] <MikeSmith> zewt: I guess Paul doesn't want users to assume the items have any level of trust given to them by the browser
- # [08:09] <zewt> you can already style fake things that look like browser prompts, eg. make a bar at the top that looks like FF or Chrome's security prompts
- # [08:09] <MikeSmith> sure
- # [08:10] <MikeSmith> that doesn't mean browsers should just give up and not attempt to have indicators where they can
- # [08:10] <zewt> but they also shouldn't have indicators sprinkled everywhere based on objections that aren't substantiated enough
- # [08:10] <MikeSmith> and in this case it's not just about security anyway
- # [08:11] <MikeSmith> heh
- # [08:11] <MikeSmith> geez
- # [08:11] <zewt> people won't understand "icon == not from the browser"
- # [08:11] <zewt> and uglifying browser items isn't very nice, either--you should be able to provide your own icon, I'd think
- # [08:11] * Joins: jochen___ (~jochen@nat/google/x-wklgkpxdkjdjkjvh)
- # [08:12] <othermaciej> context menus can already be replaced in other ways
- # [08:12] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [08:13] * Joins: charlvn (~charlvn@41.0.48.93)
- # [08:13] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [08:14] <MikeSmith> sure
- # [08:15] <MikeSmith> and this is not something the spec needs to necessarily address at all
- # [08:15] <MikeSmith> it's an implementation detail, and he's asking for feedback
- # [08:15] * Quits: jochen__ (~jochen@nat/google/x-lflrdqnnajuqcekx) (Ping timeout: 264 seconds)
- # [08:15] * jochen___ is now known as jochen__
- # [08:15] <othermaciej> I understand the general concern about letting web sites hook up things that look like trusted UI
- # [08:15] <zewt> right
- # [08:15] <othermaciej> though the context menu is a low risk area
- # [08:17] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [08:24] <zewt> mental note: never view image on a canvas in FF. heh
- # [08:24] * Joins: Necrathex (~nectop@82-170-160-25.ip.telfort.nl)
- # [08:26] * Joins: lstoll (~lstoll@randall.lstoll.net)
- # [08:34] * Joins: maikmerten (~merten@ls5dhcp197.cs.uni-dortmund.de)
- # [08:38] * Quits: ojan (~ojan@nat/google/x-rcifdsyederdpnec) (Quit: ojan)
- # [08:39] * Quits: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net) (Quit: weinig)
- # [08:41] * Quits: kennyluck (~kennyluck@EM111-188-36-146.pool.e-mobile.ne.jp) (Quit: kennyluck)
- # [08:44] * Joins: Maurice (~ano@77.222.73.150)
- # [08:44] <MikeSmith> https://github.com/pgriess/node-webworker
- # [08:51] * Joins: davve (~davve@83.218.67.122)
- # [08:51] * davve is now known as davve__
- # [08:52] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [08:53] * Joins: nonge_ (~nonge@p5082B29E.dip.t-dialin.net)
- # [08:53] * Joins: ben_h (~ben@CPE-58-161-40-52.czqd1.win.bigpond.net.au)
- # [08:53] <ben_h> j #html5
- # [08:54] <ben_h> it seems someone's taken my slash
- # [08:56] * Quits: jomn (~jomn@c80-216-13-27.bredband.comhem.se) (Remote host closed the connection)
- # [08:56] * Joins: jomn (~jomn@c80-216-13-27.bredband.comhem.se)
- # [08:58] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
- # [08:58] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (Client Quit)
- # [08:59] * Joins: bentruyman_ (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com)
- # [09:01] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Ping timeout: 240 seconds)
- # [09:01] * bentruyman_ is now known as bentruyman
- # [09:05] * Joins: davidhund (~davidhund@78-27-27-74.dsl.alice.nl)
- # [09:06] * Joins: thiessenp (~thiessenp@changeme.ebuddy.com)
- # [09:07] * Quits: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com) (Remote host closed the connection)
- # [09:08] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [09:08] * Joins: tbassetto (~tbassetto@78.251.90.70)
- # [09:09] * Quits: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net) (Quit: night)
- # [09:12] * Joins: rimantas (~rimliu@93.93.57.193)
- # [09:14] * Joins: matjas (~matjas@79.232-136-217.adsl-static.isp.belgacom.be)
- # [09:17] * Joins: kal-EL_ (~jor-EL@95.237.74.176)
- # [09:17] * Quits: benschwarz (~ben@59.167.185.148) (Quit: Leaving...)
- # [09:19] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [09:20] * Joins: zdobersek (~zan@cpe-46-164-8-74.dynamic.amis.net)
- # [09:25] * Joins: agektmr (~Adium@220.109.219.244)
- # [09:25] * Joins: erlehmann (~erlehmann@89.204.153.68)
- # [09:27] * Joins: kennyluck (~kennyluck@EM111-188-142-78.pool.e-mobile.ne.jp)
- # [09:34] * Joins: matijsb (~matijsb@188.205.108.18)
- # [09:36] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [09:42] * Joins: ROBOd (~robod@92.86.245.103)
- # [09:45] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
- # [09:45] <annevk> mornings
- # [09:46] <MikeSmith> おはよう
- # [09:47] <annevk> I think the common response to something like that is "fuck you too" but lets use Google translate first
- # [09:47] * Quits: nattokirai (~nattokira@rtr.mozilla.or.jp) (Quit: nattokirai)
- # [09:47] <annevk> :)
- # [09:48] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Ping timeout: 240 seconds)
- # [09:49] <Peter-> Goedemorgen, MikeSmith!
- # [09:49] * Quits: roc (~chatzilla@203-97-204-82.dsl.clear.net.nz) (Ping timeout: 250 seconds)
- # [09:49] <Peter-> and annevk/others of course
- # [09:50] <MikeSmith> Peter-: hey hey
- # [09:50] * Quits: erlehmann (~erlehmann@89.204.153.68) (Quit: Ex-Chat)
- # [09:54] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Ping timeout: 240 seconds)
- # [09:57] <ben_h> こんいちわ MikeSmith
- # [10:01] * Quits: zdobersek (~zan@cpe-46-164-8-74.dynamic.amis.net) (Read error: Operation timed out)
- # [10:02] <zewt> こんにちは :P
- # [10:03] <MikeSmith> I say こんちや sometimes
- # [10:03] <Dashiva> ちわす
- # [10:04] <Dashiva> I guess we're too old for that
- # [10:04] <zewt> ここは夜だけど
- # [10:06] * Joins: 92AACH5G5 (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [10:06] * Quits: 92AACH3CQ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [10:06] <MikeSmith> if you want to hear some fun spoken Japanese, search for ロペ on Youtube and watch some of those
- # [10:06] <MikeSmith> http://www.youtube.com/view_play_list?p=93D23F5D69152DE6
- # [10:06] <MikeSmith> e.g., http://www.youtube.com/watch?v=C2Y2QGnButY
- # [10:07] <MikeSmith> it's gold
- # [10:08] <MikeSmith> man, the fan on my MikeBook is failing
- # [10:09] <zewt> heh, i can't follow natural japanese at all
- # [10:09] <MikeSmith> I hope it lasts long enough until the refresh arrives
- # [10:09] * Quits: tbassetto (~tbassetto@78.251.90.70) (Ping timeout: 240 seconds)
- # [10:09] <annevk> by MikeBook you mean your patched black MacBook?
- # [10:09] <zewt> if regular people all had the enunciation of voice actors, maybe I'd manage
- # [10:09] <MikeSmith> annevk: yeah
- # [10:09] <annevk> wow
- # [10:10] <annevk> you've had that laptop for as long as I can remember :)
- # [10:10] <MikeSmith> yeah
- # [10:10] <Dashiva> zewt: And they speak so quickly
- # [10:10] <MikeSmith> I dread replacing it because I'll lose all my stickers
- # [10:11] <MikeSmith> some people from Kyoto speak more slowly
- # [10:11] <annevk> btw peoples, now is your time to scream: http://lists.w3.org/Archives/Public/public-web-notification/2011Feb/0005.html (well, don't)
- # [10:11] <Dashiva> まじ半端ねえ、あれ
- # [10:12] <MikeSmith> I wish somebody would make subtitles for those ロペ videos, because the stuff those guys are saying is really funny
- # [10:14] <MikeSmith> anyway, I have to drop off for a bit
- # [10:14] <MikeSmith> back later
- # [10:19] * Joins: zdobersek (~zan@cpe-46-164-30-199.dynamic.amis.net)
- # [10:19] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [10:24] * Phae_ is now known as Phae
- # [10:37] * Joins: bga_ (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru)
- # [10:39] * Joins: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net)
- # [10:42] * Quits: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net) (Quit: chriseppstein)
- # [10:46] * Joins: smaug____ (~chatzilla@cs181139127.pp.htv.fi)
- # [10:47] * Quits: 92AACH5G5 (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [10:47] * Quits: Smylers (~smylers@host86-186-193-114.range86-186.btcentralplus.com) (Ping timeout: 272 seconds)
- # [10:48] * Joins: homata_ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [10:49] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [10:53] * Joins: agektmr (~Adium@220.109.219.244)
- # [10:56] * Joins: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl)
- # [10:59] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [11:01] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [11:02] * Joins: benschwarz (~ben@59.167.185.148)
- # [11:03] * Joins: workmad3 (~workmad3@cspool123.cs.man.ac.uk)
- # [11:07] * Joins: kor_ (~kor@a83-161-211-173.adsl.xs4all.nl)
- # [11:08] * Joins: erlehmann (~erlehmann@89.204.153.68)
- # [11:10] * Quits: Evet (~Evet@pdpc/supporter/active/evet) (Ping timeout: 276 seconds)
- # [11:10] * Quits: workmad3 (~workmad3@cspool123.cs.man.ac.uk) (Remote host closed the connection)
- # [11:17] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
- # [11:20] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [11:21] * Quits: matijsb (~matijsb@188.205.108.18) (Quit: Leaving.)
- # [11:22] * Joins: matijsb (~matijsb@188.205.108.18)
- # [11:23] * Joins: tbassetto (~tbassetto@pro75-4-82-238-200-10.fbx.proxad.net)
- # [11:24] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
- # [11:26] * Joins: tndH (~Rob@cpc15-seac19-2-0-cust232.7-2.cable.virginmedia.com)
- # [11:32] * Quits: bga_ (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru) (Ping timeout: 250 seconds)
- # [11:33] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
- # [11:35] * Joins: agektmr (~Adium@220.109.219.244)
- # [11:36] <annevk> http://blog.whatwg.org/weekly-search-provider-apis
- # [11:38] * Joins: bga_ (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru)
- # [11:38] * Joins: Evet (~Evet@78.191.29.22)
- # [11:41] * Quits: mdelaney (~mdelaney@c-69-181-26-199.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [11:41] * Joins: mdelaney_ (~mdelaney@c-69-181-26-199.hsd1.ca.comcast.net)
- # [11:41] * Joins: KDN (~KDN@202.171.164.210)
- # [11:42] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [11:43] * Quits: Evet (~Evet@78.191.29.22) (Changing host)
- # [11:43] * Joins: Evet (~Evet@pdpc/supporter/active/evet)
- # [11:44] <zewt> http://isolani.co.uk/blog/javascript/BreakingTheWebWithHashBangs <- it's impossible to take this guy seriously, heh
- # [11:45] * Quits: kennyluck (~kennyluck@EM111-188-142-78.pool.e-mobile.ne.jp) (Quit: kennyluck)
- # [11:46] <zewt> a bunch of mysterious handwaving for the fact that it's absolutely critical to every web app, and "breaking the web" is such a ridiculous overstatement, it undermines his whole argument
- # [11:47] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [11:47] <annevk> nothing wrong with a bit of hyperbole every now and then
- # [11:48] <Workshiva> To be fair, I really don't consider news sites web applications
- # [11:48] <zewt> not when it's taken so far it sounds like satire
- # [11:49] * Joins: homata___ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [11:53] * Quits: homata_ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [11:53] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
- # [11:56] * Quits: MikeSmith (~MikeSmith@EM111-188-94-50.pool.e-mobile.ne.jp) (Ping timeout: 264 seconds)
- # [11:58] <Workshiva> In a way it's good
- # [11:58] <Workshiva> Lets the people still stuck in the 80s realize that javascript is here to stay
- # [11:59] <Workshiva> And if they don't start working with it, they might not like the results :)
- # [12:00] * Joins: MikeSmith (~MikeSmith@EM111-188-162-246.pool.e-mobile.ne.jp)
- # [12:04] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
- # [12:04] * Joins: workmad3 (~workmad3@cspool123.cs.man.ac.uk)
- # [12:05] * Joins: _bga (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru)
- # [12:05] * matjas is now known as gr33d0
- # [12:05] * gr33d0 is now known as matjas
- # [12:07] * Quits: bga_ (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru) (Ping timeout: 276 seconds)
- # [12:09] * Joins: agektmr (~Adium@220.109.219.244)
- # [12:17] <annevk> Workshiva, been reading www-tag lately? :)
- # [12:20] * Quits: smaug____ (~chatzilla@cs181139127.pp.htv.fi) (Ping timeout: 240 seconds)
- # [12:22] <Workshiva> annevk: I only ever read that when someone links it
- # [12:26] * Quits: benschwarz (~ben@59.167.185.148) (Quit: Linkinus - http://linkinus.com)
- # [12:28] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [12:38] * Joins: gonemad3 (~workmad3@cspool123.cs.man.ac.uk)
- # [12:38] * Joins: agektmr (~Adium@220.109.219.244)
- # [12:39] * Quits: workmad3 (~workmad3@cspool123.cs.man.ac.uk) (Ping timeout: 272 seconds)
- # [12:49] * Joins: kennyluck (~kennyluck@netDHCP-169.keio.w3.org)
- # [12:53] * Joins: zcorpan (~zcorpan@pat.se.opera.com)
- # [12:53] * Quits: gonemad3 (~workmad3@cspool123.cs.man.ac.uk) (Remote host closed the connection)
- # [12:54] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [12:56] * Quits: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl) (Remote host closed the connection)
- # [13:03] <Evet> is JSONP really insecure for private data?
- # [13:03] <MikeSmith> http://www.bbc.co.uk/blogs/bbcinternet/2011/02/frame_accurate_video_in_html5.html
- # [13:04] <MikeSmith> "as of this week, after 120 emails, the bleeding edge development versions of several HTML5 implementations (as used in Safari, Chrome, Mozilla and many others) are now fully frame accurate"
- # [13:07] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Remote host closed the connection)
- # [13:09] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
- # [13:15] * Joins: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl)
- # [13:16] * Quits: homata___ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [13:19] * Joins: workmad3 (~workmad3@cspool123.cs.man.ac.uk)
- # [13:25] * Quits: workmad3 (~workmad3@cspool123.cs.man.ac.uk) (Remote host closed the connection)
- # [13:26] <ben_h> MikeSmith: awesome!
- # [13:28] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [13:29] <MikeSmith> it's great to see an article like that giving credit to the actual developers who did the work
- # [13:29] <ben_h> hell yeah
- # [13:29] <ben_h> developers are pretty cool these days
- # [13:29] <ben_h> :)
- # [13:31] * Quits: matijsb (~matijsb@188.205.108.18) (Quit: Leaving.)
- # [13:32] * Joins: matijsb (~matijsb@188.205.108.18)
- # [13:33] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [13:33] * Joins: Mallo (~neofish@ivr94-10-88-177-168-203.fbx.proxad.net)
- # [13:33] * Parts: davidhund (~davidhund@78-27-27-74.dsl.alice.nl)
- # [13:39] <Workshiva> Evet: If any site you visit can access the data, would you call it private?
- # [13:41] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [13:43] <erlehmann> opera devs, please support CORS
- # [13:43] <erlehmann> thanks
- # [13:43] <erlehmann> ._.
- # [13:46] <Evet> :)
- # [13:49] * Quits: erlehmann (~erlehmann@89.204.153.68) (Quit: Ex-Chat)
- # [13:49] <MikeSmith> the comments about Workers in http://dt.deviantart.com/blog/38471599/ are particularly interesting
- # [13:49] * Joins: workmad3 (~workmad3@cspool123.cs.man.ac.uk)
- # [13:54] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Remote host closed the connection)
- # [13:54] * Joins: red_one (3aa07a38@gateway/web/freenode/ip.58.160.122.56)
- # [13:55] <annevk> hmm, my schedule for today was not very ambitious
- # [13:55] <annevk> I wonder if I missed something
- # [13:58] <annevk> that blog post from the BBC is a nice change from the one some time ago
- # [13:59] * Joins: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
- # [14:00] * Joins: paulrouget (~paul2@sysmic.org)
- # [14:00] <Evet> i wish flash sockets + html5 websockets cover 100% of browsers
- # [14:02] <annevk> MikeSmith, maybe you can reply to John's email about the draft with information on pubrules?
- # [14:02] <annevk> or I can do it
- # [14:02] <annevk> that is, giving a link to http://www.w3.org/Guide/pubrules
- # [14:04] * Quits: mike][inq (~mike@2001:858:5:303:224:81ff:fe12:b5c4) (Remote host closed the connection)
- # [14:06] * Joins: mike][inq (~mike@2001:858:5:303:224:81ff:fe12:b5c4)
- # [14:11] <MikeSmith> annevk: if you can, that'd be great
- # [14:11] <MikeSmith> I looked for him on #chromium but not finding him
- # [14:12] <MikeSmith> the source really should be updated to use the JS respec
- # [14:12] <MikeSmith> but I'm not sure it's worth stopping to take time to do that now
- # [14:12] <MikeSmith> though it actually wouldn't take too much time
- # [14:13] <MikeSmith> I don't know whether he's got the source set up that way because he actually prefers that, instead of editing HTML and using JS, or what
- # [14:14] <annevk> I know nothing about Respec
- # [14:14] <annevk> but I'll bring it up
- # [14:14] <MikeSmith> はい
- # [14:15] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
- # [14:16] <annevk> MikeSmith, do I need to email out some pubrequests?
- # [14:16] <annevk> MikeSmith, guess we need shortname approval
- # [14:16] <MikeSmith> yeah
- # [14:16] <MikeSmith> actually
- # [14:16] <MikeSmith> need to mail the chairs list
- # [14:18] * _bga is now known as bga_|away
- # [14:18] <MikeSmith> "The Chair sends a transition request to the Domain Lead(s) responsible for the group(s) publishing the document, cc'ing w3t-comm@w3.org and chairs@w3.org"
- # [14:19] <MikeSmith> "The goal of the transition request is to secure an archived record of the Domain Lead(s)' approval of the title, and shortname."
- # [14:20] <MikeSmith> I will give PLH a heads-up about this today
- # [14:20] <MikeSmith> oh
- # [14:20] <MikeSmith> it's a holiday in the US I guess
- # [14:20] <MikeSmith> he'll probably be on for a bit anyway
- # [14:23] * Joins: Rik` (~Rik`@mozilla-paris-253-99.cnt.nerim.net)
- # [14:24] <annevk> okay, I can do that
- # [14:25] <annevk> first ever email to chairs I think
- # [14:25] <annevk> back to Member-only territory brrr
- # [14:26] * kennyluck wonders whether folks here know how pronounce はい
- # [14:26] <wilhelm> kennyluck: Hai.
- # [14:27] <wilhelm> (は on its own is usually “wa”, though.)
- # [14:27] <Peter-> Iie!
- # [14:28] <kennyluck> for reasons I don't know, this word gives me a funny image.
- # [14:28] <MikeSmith> annevk: chairs list really should be public
- # [14:28] <MikeSmith> i guess I shouldn't say that
- # [14:28] <MikeSmith> I guess the issue with doing that is, some chairs still have some member-only groups…
- # [14:29] <MikeSmith> maybe we should have a chairs list for all the public groups, and a chairs list for all the member-only groups
- # [14:41] <annevk> MikeSmith, emailed
- # [14:41] <annevk> MikeSmith, included request for being able to copy a public list going forward
- # [14:42] <annevk> MikeSmith, hopefully I got it all right, I didn't look up the chair guidelines doc as I couldn't locate it quickly
- # [14:44] <MikeSmith> I just read it, it's fine as-is
- # [14:44] <MikeSmith> I suspect plh answer will be, you are free to copy to www-archive if you want
- # [14:45] <annevk> mkay
- # [14:45] <annevk> that is something
- # [14:50] * Quits: workmad3 (~workmad3@cspool123.cs.man.ac.uk) (Remote host closed the connection)
- # [14:51] * bga_|away is now known as bga_
- # [14:51] * Quits: red_one (3aa07a38@gateway/web/freenode/ip.58.160.122.56) (Ping timeout: 245 seconds)
- # [14:55] * Joins: gggg (~ghe@132.150.124.56)
- # [14:56] * Quits: boaz (~boaz@c-24-128-79-120.hsd1.ma.comcast.net) (Quit: boaz)
- # [14:59] * Joins: smaug____ (~chatzilla@cs181139127.pp.htv.fi)
- # [15:02] * Parts: Mallo (~neofish@ivr94-10-88-177-168-203.fbx.proxad.net)
- # [15:08] * Joins: erlehmann (~erlehmann@89.204.153.79)
- # [15:12] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [15:25] <annevk> did http://esw.w3.org/HTML/history get lost somehow?
- # [15:25] <annevk> just found that again via hsivonen slides who just tweeted that w3.org never go wrong
- # [15:26] <annevk> w3.org URLs*
- # [15:26] <annevk> hsivonen's*
- # [15:30] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Read error: Operation timed out)
- # [15:33] * Joins: bfrohs (~bfrohs@smtp.forewordinternal.com)
- # [15:35] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
- # [15:40] * Quits: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru) (Quit: Leaving.)
- # [15:55] * Quits: erlehmann (~erlehmann@89.204.153.79) (Quit: Ex-Chat)
- # [16:07] * Joins: tw2113 (~tw2113asw@host-66-96-230-24.midco.net)
- # [16:07] * Quits: tw2113 (~tw2113asw@host-66-96-230-24.midco.net) (Changing host)
- # [16:07] * Joins: tw2113 (~tw2113asw@fedora/tw2113)
- # [16:10] * Quits: Evet (~Evet@pdpc/supporter/active/evet) (Ping timeout: 250 seconds)
- # [16:15] * Joins: aho (~nya@fuld-590c6994.pool.mediaWays.net)
- # [16:15] <Philip`> Does anyone have data on how frequent PAC (proxy auto-config) usage is?
- # [16:36] * Joins: eric_carlson_ (~eric_carl@17.203.15.27)
- # [16:39] * Joins: boaz (~boaz@64.119.153.2)
- # [16:46] * Joins: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net)
- # [16:48] <MikeSmith> annevk: hmm
- # [16:48] <MikeSmith> if so, my fault
- # [16:48] <MikeSmith> damn
- # [16:48] <MikeSmith> not lost
- # [16:48] <MikeSmith> just different URL
- # [16:49] <MikeSmith> eh?
- # [16:49] <MikeSmith> something borked
- # [16:50] <MikeSmith> annevk: it's at http://www.w3.org/html/wg/wiki/History
- # [16:51] <MikeSmith> now I just need to figure out how to get http://www.w3.org/wiki/HTML/history to redirect to there
- # [16:53] <MikeSmith> hmm, http://www.mediawiki.org/wiki/Help:Redirects
- # [16:53] <MikeSmith> but that can only redirect to a page on the same wiki, not to an arbitrary URL
- # [16:54] * Quits: matjas (~matjas@79.232-136-217.adsl-static.isp.belgacom.be) (Quit: zZz)
- # [16:54] <thiessenp> (sorry off topic but :) Can anyone recommend a good JS crypto library (RSA, BigInt etc.)?
- # [16:56] <MikeSmith> thiessenp: not off topic :)
- # [16:56] <MikeSmith> but I don't know of one personally
- # [16:56] * MikeSmith looks around for Adam Barth
- # [16:56] <MikeSmith> wirepair: ↑
- # [16:57] <zcorpan> thiessenp: i think window.crypto.getRandomValue or what it's called is being added to address that
- # [16:58] * Joins: Evet (~Evet@85.97.73.35)
- # [16:59] <annevk> is it just me or has interest in WHATWG Weekly waned somewhat?
- # [16:59] <annevk> I wonder if it should maybe done in a somewhat different way
- # [17:00] <MikeSmith> how do you measure interest in it?
- # [17:00] <annevk> tweets / comments / feedback via IRC/email
- # [17:00] <Peter-> get used to it :p
- # [17:00] <annevk> haven't looked at stats recently
- # [17:01] <Peter-> comments on my webkit posts are lowish lately as well, as are the tweets
- # [17:01] <annevk> though I did notice subscriber count went up for the feed in Google reader
- # [17:01] <Peter-> view counts are still rising though
- # [17:01] <kennyluck> I have great interest in it, personally.
- # [17:02] <MikeSmith> what is the anti-TPM clause in CC licenses?
- # [17:02] <annevk> Peter-, interesting
- # [17:02] <nimbupani> annevk: maybe coz we know you are leaving :P
- # [17:06] * Quits: Maurice (~ano@77.222.73.150) (Quit: Disconnected...)
- # [17:07] <MikeSmith> so next month marks the seventh anniversary of the whatwg.org domain being registered
- # [17:07] * Quits: zcorpan (~zcorpan@pat.se.opera.com) (Quit: zcorpan)
- # [17:07] <MikeSmith> three months prior to the infamous W3C Workshop on Web Applications and Compound Document
- # [17:08] <MikeSmith> s
- # [17:09] <annevk> a year for each capital
- # [17:10] <MikeSmith> capital?
- # [17:11] <annevk> that is quite long
- # [17:11] <MikeSmith> ah
- # [17:12] <annevk> guess I'm getting close to a decade of something
- # [17:12] <annevk> MikeSmith, you got it? heh; useless number game :p
- # [17:13] <MikeSmith> for me, it's close to 10 years since I moved to Japan
- # [17:13] * Joins: Martijnc (~Martijnc@91.176.31.50)
- # [17:13] <MikeSmith> even more: my daughter just turned 13 years old this weekend
- # [17:14] * Joins: saba (~foo@unaffiliated/saba)
- # [17:14] <MikeSmith> oh, "technological protection measures"
- # [17:14] <MikeSmith> jesus
- # [17:15] <MikeSmith> why don't they just say DRM?
- # [17:15] <MikeSmith> acronym proliferation
- # [17:16] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Quit: annevk)
- # [17:18] * Quits: maikmerten (~merten@ls5dhcp197.cs.uni-dortmund.de) (Remote host closed the connection)
- # [17:29] * Joins: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net)
- # [17:31] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [17:35] * Quits: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net) (Quit: weinig)
- # [17:36] <Lachy> MikeSmith, TPM is more generic than DRM. AIUI, TPM can be any protection measure, either analogue or digital.
- # [17:36] <MikeSmith> yeah well
- # [17:38] <MikeSmith> one can always mint more precise acronyms I guess
- # [17:38] <MikeSmith> but point taken
- # [17:38] <MikeSmith> Lachy: hey
- # [17:38] <MikeSmith> btw, where you been, man?
- # [17:38] <MikeSmith> you've become a ghost
- # [17:38] <MikeSmith> you working on some secret project
- # [17:45] <Lachy> I'm working on lots of stuff internally at opera and haven't had too much time to follow what goes in HTML lately
- # [17:45] * Joins: mdelaney (~mdelaney@c-69-181-26-199.hsd1.ca.comcast.net)
- # [17:45] * Joins: zdobersek1 (~zan@cpe-46-164-7-217.dynamic.amis.net)
- # [17:45] * Quits: mdelaney_ (~mdelaney@c-69-181-26-199.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [17:46] <Lachy> MikeSmith, also, because of the way bugzilla is used on public-html, it makes it much more difficult than it should be to actually follow anything.
- # [17:47] <MikeSmith> yep
- # [17:47] <MikeSmith> not my choice
- # [17:47] * Quits: zdobersek (~zan@cpe-46-164-30-199.dynamic.amis.net) (Ping timeout: 264 seconds)
- # [17:47] <Lachy> I really wish we could go back to how it was before bugzilla became used as a poorly designed forum, that I hate even more than real forums
- # [17:48] * Quits: mdelaney (~mdelaney@c-69-181-26-199.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [17:48] * Joins: mdelaney (~mdelaney@c-69-181-26-199.hsd1.ca.comcast.net)
- # [17:51] * Joins: pesla (~pesla@ip51cc03a5.speed.planet.nl)
- # [17:53] * Joins: MikeSmith_ (~MikeSmith@EM114-48-200-166.pool.e-mobile.ne.jp)
- # [17:53] * Quits: MikeSmith_ (~MikeSmith@EM114-48-200-166.pool.e-mobile.ne.jp) (Client Quit)
- # [17:56] * Quits: MikeSmith (~MikeSmith@EM111-188-162-246.pool.e-mobile.ne.jp) (Ping timeout: 272 seconds)
- # [18:07] * Joins: zdobersek (~zan@cpe-46-164-17-128.dynamic.amis.net)
- # [18:07] * Quits: richt (~richt@pat-tdc.opera.com) (Remote host closed the connection)
- # [18:08] * Joins: richt (~richt@pat-tdc.opera.com)
- # [18:08] * Quits: zdobersek1 (~zan@cpe-46-164-7-217.dynamic.amis.net) (Ping timeout: 246 seconds)
- # [18:08] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [18:10] * Joins: workmad3 (~workmad3@cspool123.cs.man.ac.uk)
- # [18:12] * Quits: richt (~richt@pat-tdc.opera.com) (Remote host closed the connection)
- # [18:14] * Quits: workmad3 (~workmad3@cspool123.cs.man.ac.uk) (Remote host closed the connection)
- # [18:18] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [18:21] * Quits: mdelaney (~mdelaney@c-69-181-26-199.hsd1.ca.comcast.net) (Quit: mdelaney)
- # [18:24] * bga_ is now known as bga_|away
- # [18:28] * Parts: tw2113 (~tw2113asw@fedora/tw2113) ("Leaving")
- # [18:28] * bga_|away is now known as bga_
- # [18:29] * bga_ is now known as bga_|away
- # [18:30] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
- # [18:34] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Quit: Leaving)
- # [18:41] * Joins: xtoph (~xtoph@213.47.185.206)
- # [18:41] * Joins: weinig (~weinig@17.203.14.133)
- # [18:44] * Joins: workmad3 (~workmad3@cspool123.cs.man.ac.uk)
- # [18:46] * Quits: matijsb (~matijsb@188.205.108.18) (Quit: Leaving.)
- # [18:54] * Quits: jernoble (~jernoble@17.203.14.132) (Remote host closed the connection)
- # [18:55] * Parts: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [18:56] * Joins: mdelaney (~mdelaney@67.218.102.98)
- # [19:01] * Quits: workmad3 (~workmad3@cspool123.cs.man.ac.uk) (Remote host closed the connection)
- # [19:01] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
- # [19:02] * bga_|away is now known as bga_
- # [19:03] * Joins: jernoble (~jernoble@2620:0:1b00:1191:4c80:4ef9:867d:b372)
- # [19:07] * Quits: didymos (~didymos@75.125.121.228) (Quit: Lost terminal)
- # [19:11] * Quits: mdelaney (~mdelaney@67.218.102.98) (Quit: mdelaney)
- # [19:11] * Joins: yecril71pl (~krzysztof@piekna-gts.2a.pl)
- # [19:11] * Quits: Evet (~Evet@85.97.73.35) (Quit: Evet)
- # [19:12] <yecril71pl> Why is document in the lexical scope of code in event handler attributes?
- # [19:13] <yecril71pl> like onclick="alert (write === document. write)"?
- # [19:16] <bga_> strange
- # [19:16] <bga_> `true` in chrome11
- # [19:16] * Quits: smaug____ (~chatzilla@cs181139127.pp.htv.fi) (Ping timeout: 240 seconds)
- # [19:17] * Joins: mdelaney (~mdelaney@67.218.102.98)
- # [19:17] * Quits: rimantas (~rimliu@93.93.57.193) (Quit: Leaving)
- # [19:18] <yecril71pl> and in Konqueror
- # [19:18] <bga_> in opera too
- # [19:19] <yecril71pl> Since browsers are unanimous, there must be some method in this madness
- # [19:21] <bga_> but
- # [19:21] <bga_> var a = document.createElement('a'); a.setAttribute('onclick', 'alert (title === document.title)'); a.onclick()
- # [19:22] <bga_> false
- # [19:22] <yecril71pl> in event handler attributes only
- # [19:24] * bga_ is now known as bga_|away
- # [19:26] <yecril71pl> DOM-Level-2-Events 1.3.2.: No technique is provided to allow HTML 4.0 event listeners access to the context information defined for each event.
- # [19:28] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [19:30] <yecril71pl> Neither HTML 4 nor DOM Level 1 discuss binding of events
- # [19:31] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
- # [19:32] * Quits: alystair (Alystair@bas1-toronto10-1279559238.dsl.bell.ca) (Ping timeout: 276 seconds)
- # [19:34] <Philip`> http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#event-handler-content-attributes
- # [19:34] <Philip`> "Let Scope be the result of NewObjectEnvironment(the element's Document, the global environment)."
- # [19:34] <Philip`> Sounds like that might be it
- # [19:36] * Quits: Martijnc (~Martijnc@91.176.31.50) (Quit: Martijnc)
- # [19:36] * Joins: Steve^ (~steve@cpc2-hari1-0-0-cust1111.hari.cable.virginmedia.com)
- # [19:36] * Joins: maikmerten (~maikmerte@port-92-201-128-20.dynamic.qsc.de)
- # [19:38] <yecril71pl> Thanks, that cuts it. Any background? Was it in DOM 0?
- # [19:40] * Joins: othermaciej (~mjs@67.218.110.76)
- # [19:40] <Philip`> I have no idea
- # [19:41] * Quits: Rik` (~Rik`@mozilla-paris-253-99.cnt.nerim.net) (Remote host closed the connection)
- # [19:43] * Joins: Rik` (~Rik`@mozilla-paris-253-99.cnt.nerim.net)
- # [19:46] * Quits: micheil (~micheil@108-83-101-85.uvs.sntcca.sbcglobal.net) (Quit: http://brandedcode.com | http://github.com/miksago)
- # [19:56] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Read error: Connection timed out)
- # [19:57] * Quits: mdelaney (~mdelaney@67.218.102.98) (Quit: mdelaney)
- # [20:01] * Joins: MikeSmith (~MikeSmith@EM111-188-15-222.pool.e-mobile.ne.jp)
- # [20:06] * Joins: smaug____ (~chatzilla@cs181139127.pp.htv.fi)
- # [20:09] * Quits: Rik` (~Rik`@mozilla-paris-253-99.cnt.nerim.net) (Remote host closed the connection)
- # [20:10] * Joins: zdobersek1 (~zan@cpe-46-164-24-132.dynamic.amis.net)
- # [20:13] * Quits: zdobersek (~zan@cpe-46-164-17-128.dynamic.amis.net) (Ping timeout: 276 seconds)
- # [20:16] * Quits: tbassetto (~tbassetto@pro75-4-82-238-200-10.fbx.proxad.net) (Quit: tbassetto)
- # [20:19] * Joins: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com)
- # [20:21] * Quits: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net) (Quit: jeremyselier)
- # [20:22] * Quits: MikeSmith (~MikeSmith@EM111-188-15-222.pool.e-mobile.ne.jp) (Ping timeout: 264 seconds)
- # [20:22] * Joins: mdelaney (~mdelaney@2620:0:1b00:1191:1188:30ca:221b:db46)
- # [20:25] * Quits: mdelaney (~mdelaney@2620:0:1b00:1191:1188:30ca:221b:db46) (Client Quit)
- # [20:27] * Quits: jomn (~jomn@c80-216-13-27.bredband.comhem.se) (Remote host closed the connection)
- # [20:28] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [20:38] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 276 seconds)
- # [20:39] * Joins: Rik` (~Rik`@2a01:e35:139b:b390:daa2:5eff:fe97:85ed)
- # [20:39] * Quits: othermaciej (~mjs@67.218.110.76) (Quit: othermaciej)
- # [20:40] * Quits: jernoble (~jernoble@2620:0:1b00:1191:4c80:4ef9:867d:b372) (Quit: jernoble)
- # [20:43] * Joins: roc (~chatzilla@121.98.230.221)
- # [20:43] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [20:43] * Joins: jomn (~jomn@c80-216-13-27.bredband.comhem.se)
- # [20:48] * Quits: jomn (~jomn@c80-216-13-27.bredband.comhem.se) (Remote host closed the connection)
- # [20:49] * Joins: Evet (~Evet@85.97.73.35)
- # [20:50] * Quits: Evet (~Evet@85.97.73.35) (Changing host)
- # [20:50] * Joins: Evet (~Evet@pdpc/supporter/active/evet)
- # [20:53] * yecril71pl found it: http://docstore.mik.ua/orelly/webprog/jscript/ch19_01.htm, 19.1.6: Scope of Event Handlers
- # [20:53] * Joins: othermaciej (~mjs@17.246.16.7)
- # [20:54] <yecril71pl> Note that it actually pulls all properties of containing elements, not just Document
- # [20:54] <yecril71pl> HTML5 takes a more modest apporach
- # [20:54] <yecril71pl> HTML5 takes a more modest approach
- # [20:55] <yecril71pl> It is like extended "this", and it is more logical this way.
- # [20:56] * yecril71pl means more consistent
- # [20:56] <yecril71pl> So why did HTML5 choose to include that Document as an exception?
- # [21:00] <nonge_> Would it be 'right' to use <canvas> for an "eyecandy only" animation? … wich would normally be the job of CSS, but canvas-like stuff is not possible with it :/
- # [21:00] * bga_|away is now known as bga_
- # [21:04] * Quits: thiessenp (~thiessenp@changeme.ebuddy.com) (Quit: thiessenp)
- # [21:04] <yecril71pl> Flanagan’s book, however, does not provide any further references; it does not even say who Flanagan is.
- # [21:05] * Quits: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [21:13] <yecril71pl> the technical term for it is "augmented scope chain"
- # [21:14] <yecril71pl> http://www.jibbering.com/faq/names/event_handler.html disagrees, and includes only FORM and document.
- # [21:20] <nonge_> for example, using an empty <canvas></canvas>, which only use is "simulating" an background-image (with z-index)
- # [21:21] * Joins: benschwarz (~ben@59.167.185.148)
- # [21:24] * Joins: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
- # [21:24] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 276 seconds)
- # [21:25] * Joins: jernoble (~jernoble@17.203.14.132)
- # [21:31] * Joins: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
- # [21:32] * Joins: saba_ (~foo@unaffiliated/saba)
- # [21:33] * Quits: saba (~foo@unaffiliated/saba) (Ping timeout: 276 seconds)
- # [21:34] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
- # [21:34] <annevk> Gecko has document.contentType apparently
- # [21:35] <annevk> we have some bug that requests it (not a compat issue)
- # [21:35] <annevk> guess that should be in HTML, given that it defines page loading and such
- # [21:41] * Joins: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6)
- # [21:44] <annevk> going through TAG minutes...
- # [21:44] * Quits: benschwarz (~ben@59.167.185.148) (Quit: Leaving...)
- # [21:44] <annevk> http://www.w3.org/2001/tag/2011/02/08-minutes#item03 still actively considering DTDs...
- # [21:44] <annevk> for HTML
- # [21:46] <annevk> http://www.w3.org/2001/tag/2011/02/09-minutes seems to cover a bunch of HTML stuff too
- # [21:48] * Quits: yecril71pl (~krzysztof@piekna-gts.2a.pl) (Remote host closed the connection)
- # [21:50] * Quits: maikmerten (~maikmerte@port-92-201-128-20.dynamic.qsc.de) (Remote host closed the connection)
- # [21:52] <annevk> couldn't find much interesting stuff
- # [21:53] <annevk> at least what interests me
- # [21:53] <annevk> I believe that does include web architecture, but apparently a different kind
- # [21:56] <AryehGregor> Is it just me, or can I not actually click on this button in Opera while I have the web inspector thing loaded? http://aryeh.name/spec/editcommands/test/bold.html
- # [21:56] <AryehGregor> Because that seems . . . well, makes it sort of hard to use.
- # [21:58] <jacobolus> annevk: did you intend to have the latest whatwg blog post end with a sentence fragment?
- # [21:58] <jacobolus> annevk: it seems like there was supposed to be something after the bit that's there
- # [21:59] <jacobolus> (http://blog.whatwg.org/weekly-search-provider-apis)
- # [22:01] * Quits: othermaciej (~mjs@17.246.16.7) (Quit: othermaciej)
- # [22:07] * Joins: othermaciej (~mjs@17.246.16.7)
- # [22:10] <annevk> poor wording
- # [22:11] <annevk> fixed
- # [22:11] <annevk> ta jacobolus
- # [22:11] <jacobolus> :)
- # [22:14] * Quits: othermaciej (~mjs@17.246.16.7) (Remote host closed the connection)
- # [22:19] * Joins: othermaciej_ (~mjs@17.246.16.7)
- # [22:22] * Quits: saba_ (~foo@unaffiliated/saba) (Ping timeout: 260 seconds)
- # [22:24] * Joins: benschwarz (~ben@ppp59-167-179-123.static.internode.on.net)
- # [22:26] * Joins: MrOpposite (~mropposit@unaffiliated/mropposite)
- # [22:27] * Quits: Rik` (~Rik`@2a01:e35:139b:b390:daa2:5eff:fe97:85ed) (Ping timeout: 246 seconds)
- # [22:27] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [22:27] <benschwarz> Its out! http://germanforblack.com/articles/html5-for-web-developers
- # [22:29] <annevk> benschwarz, "Thankyou" -> "Thank you"?
- # [22:30] <AryehGregor> I think I have finally figured out a workable and sane initial definition for execCommand("bold").
- # [22:30] <benschwarz> annevk, nice pickup, thanks
- # [22:30] <AryehGregor> It has taken me something like 15 hours.
- # [22:31] <annevk> was that the command you started out with?
- # [22:31] <AryehGregor> Yes.
- # [22:31] <AryehGregor> So it includes a bit of time to get familiar with execCommand() itself.
- # [22:31] <annevk> figuring out the model is typically the hardest bit
- # [22:31] <AryehGregor> In this case, I spent most of the time figuring out a sane way to sane "make all the stuff in this Range bold/unbold".
- # [22:31] <AryehGregor> s/to sane/to say/
- # [22:32] <AryehGregor> Ranges are *way* too complicated for this.
- # [22:32] * Quits: JanDW (~chatzilla@pool-108-12-211-213.prvdri.fios.verizon.net) (Ping timeout: 240 seconds)
- # [22:32] <zewt> s/for this//
- # [22:32] <AryehGregor> :)
- # [22:32] <annevk> doesn't execCommand operate on Selection?
- # [22:32] <AryehGregor> Yes, which is defined in terms of Ranges.
- # [22:33] <annevk> right, just saying there could be multiple making it more fun potentially
- # [22:33] <AryehGregor> It's a one-to-one mapping in every browser except Firefox, which allows multiple Ranges per Selection, but that turned out to be easy to define away.
- # [22:33] <annevk> hopefully you do not allow overlapping ranges within a selection
- # [22:33] <zewt> i hate multi-ranges, because it makes "Read more at:" clipboard hijacking way too easy :| (though it's possible to do without it)
- # [22:33] <AryehGregor> That is allowed, but the behavior is simple anyway.
- # [22:34] <AryehGregor> If you have a text node "Foobar", and the first range contains "Foob" and the second contains "obar", and you bold it, then Firefox produces something like "<b>Fo</b>ob<b>ar</b>".
- # [22:34] * bga_ is now known as bga_|away
- # [22:34] <AryehGregor> Or, no.
- # [22:34] * AryehGregor tests that
- # [22:34] <AryehGregor> Anyway, I just say to style the Ranges one by one, in order.
- # [22:34] <annevk> and the ranges are live?
- # [22:35] <AryehGregor> . . . yeah, well, that's a separate question.
- # [22:35] <AryehGregor> No one has even attempted to define how Ranges behave under DOM mutation.
- # [22:35] <annevk> well it sort of matters if you are gonna operate on them :)
- # [22:35] <AryehGregor> Which actually is a practical problem for execCommand(), yes.
- # [22:35] <AryehGregor> It's occurred to me.
- # [22:35] <AryehGregor> But first things first.
- # [22:35] <annevk> looking forward to reading through this one day
- # [22:35] <annevk> gonna sleep now
- # [22:35] <AryehGregor> Here's the draft now: http://aryeh.name/spec/editcommands/editcommands.html
- # [22:36] <AryehGregor> Hixie, I could use a list of execCommand() usages, to figure out which features people actually use and how they use them.
- # [22:37] <annevk> good times
- # [22:37] <AryehGregor> Wow, there are a heck of a lot of them.
- # [22:37] <annevk> btw
- # [22:37] <AryehGregor> This will take me weeks for sure.
- # [22:37] <annevk> you should contact Roland
- # [22:37] <AryehGregor> Who's Roland?
- # [22:38] <annevk> he works on contenteditable/execCommand testing
- # [22:38] <annevk> at least some part of his time
- # [22:38] <annevk> /msg'd you detaild
- # [22:38] <annevk> s
- # [22:39] <AryehGregor> Oh, is that related to the stuff that Google submitted to the whatwg at some point?
- # [22:39] <AryehGregor> They seemed to be concerned with the stuff I didn't start with, so I put it aside for the time being.
- # [22:39] <AryehGregor> But thanks, I'll contact him.
- # [22:39] * Joins: virtuelv (~virtuelv_@20.74.9.46.customer.cdi.no)
- # [22:39] <annevk> it's very much about what exactly execCommand should do given some situation
- # [22:40] <annevk> http://groups.google.com/group/browserscope
- # [22:41] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [22:42] * Quits: ROBOd (~robod@92.86.245.103) (Quit: .)
- # [22:42] <AryehGregor> Thanks, I'll take a look.
- # [22:55] * Quits: tndH (~Rob@cpc15-seac19-2-0-cust232.7-2.cable.virginmedia.com) (Remote host closed the connection)
- # [22:55] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [22:56] * Quits: pesla (~pesla@ip51cc03a5.speed.planet.nl) (Remote host closed the connection)
- # [22:56] * Joins: tndH (~Rob@cpc15-seac19-2-0-cust232.7-2.cable.virginmedia.com)
- # [23:03] * Joins: othermaciej (~mjs@2620:0:1b00:1191:a017:760c:793:7aea)
- # [23:03] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Remote host closed the connection)
- # [23:04] * bga_|away is now known as bga_
- # [23:07] * Quits: smaug____ (~chatzilla@cs181139127.pp.htv.fi) (Quit: ChatZilla 0.9.86 [Firefox 4.0b11pre/20110129144955])
- # [23:10] * Quits: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net) (Read error: Connection reset by peer)
- # [23:10] * Joins: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net)
- # [23:15] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:15] * bga_ is now known as bga_|away
- # [23:24] * Quits: othermaciej (~mjs@2620:0:1b00:1191:a017:760c:793:7aea) (Quit: othermaciej)
- # [23:24] * othermaciej_ is now known as othermaciej
- # [23:25] * Joins: sroussey (~sroussey@adsl-69-234-104-86.dsl.irvnca.pacbell.net)
- # [23:25] * Joins: micheil (~micheil@108-83-101-85.uvs.sntcca.sbcglobal.net)
- # [23:25] * Quits: micheil (~micheil@108-83-101-85.uvs.sntcca.sbcglobal.net) (Client Quit)
- # [23:32] * Joins: estes (~aestes@17.203.13.46)
- # [23:35] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:35] * Joins: Guest4018 (40b44962@gateway/web/freenode/ip.64.180.73.98)
- # [23:36] * Quits: Steve^ (~steve@cpc2-hari1-0-0-cust1111.hari.cable.virginmedia.com) (Ping timeout: 240 seconds)
- # [23:37] * Quits: xtoph (~xtoph@213.47.185.206)
- # [23:38] * Joins: smaug____ (~chatzilla@cs181139127.pp.htv.fi)
- # [23:38] <benschwarz> Hixie — maybe one you can help with https://github.com/benschwarz/developers.whatwg.org/issues/#issue/33
- # [23:40] * Joins: zdobersek (~zan@cpe-46-164-27-89.dynamic.amis.net)
- # [23:42] * Quits: zdobersek1 (~zan@cpe-46-164-24-132.dynamic.amis.net) (Ping timeout: 276 seconds)
- # [23:48] * Quits: othermaciej (~mjs@17.246.16.7) (Remote host closed the connection)
- # [23:49] * Joins: othermaciej (~mjs@17.246.16.7)
- # [23:49] * Quits: eric_carlson_ (~eric_carl@17.203.15.27) (Quit: eric_carlson_)
- # [23:55] * Parts: bfrohs (~bfrohs@smtp.forewordinternal.com)
- # [23:59] * Quits: smaug____ (~chatzilla@cs181139127.pp.htv.fi) (Ping timeout: 240 seconds)
- # [23:59] * Quits: Morphous (jan@unaffiliated/amorphous) (Ping timeout: 272 seconds)
- # Session Close: Tue Feb 22 00:00:00 2011
The end :)