Options:
- # Session Start: Thu Sep 15 00:00:00 2011
- # Session Ident: #whatwg
- # [00:01] * Quits: hamcore (rhythm@unaffiliated/hamcore)
- # [00:08] * Joins: smaug____ (~chatzilla@216.1.177.180)
- # [00:08] * Quits: davidb_ (~davidb@216.1.177.180) (Quit: davidb_)
- # [00:18] * Quits: boblet (u1921@gateway/web/irccloud.com/x-qpoapcrqwcxplfpz)
- # [00:19] * Joins: boblet (u1921@gateway/web/irccloud.com/x-texhiyaflveynbku)
- # [00:21] * Joins: KillerX (~anant@216.1.177.180)
- # [00:24] * Joins: rillian (~rillian@216.1.177.180)
- # [00:36] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 260 seconds)
- # [00:38] * Quits: boaz (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [00:40] * Quits: rillian (~rillian@216.1.177.180) (Remote host closed the connection)
- # [00:40] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [00:41] * Quits: CvP (~CvP@123.49.22.14) (Read error: Connection reset by peer)
- # [00:42] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: FireFly)
- # [00:42] * Joins: CvP (~CvP@123.49.22.14)
- # [00:46] * Joins: rillian (~rillian@216.1.177.180)
- # [00:47] * Quits: hij1nx_ (~hij1nx@207.239.107.3) (Quit: hij1nx_)
- # [00:47] * Quits: rillian (~rillian@216.1.177.180) (Remote host closed the connection)
- # [00:48] <ojan> TabAtkins: why the change from "justify" to "distribute"?
- # [00:49] <ojan> TabAtkins: is there another spec that uses that or is it just under the theory the justify doesn't make sense for vertical flow?
- # [00:50] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [00:51] * Quits: Kellen` (~Kellen@194-17-8-94.customer.telia.com) (Ping timeout: 240 seconds)
- # [00:54] * Quits: dave_levin (dave_levin@nat/google/x-whsbfffmxwyhbjmk) (Quit: dave_levin)
- # [00:55] * Quits: Rik` (~Rik`@216.1.177.180) (Remote host closed the connection)
- # [00:55] * Quits: hasather_ (~hasather_@84.38.144.96) (Remote host closed the connection)
- # [00:58] <ap> Hixie: I thought that Document.load was a no-go due to backwards compatibility (introducing "load" in variable scope of scripts that didn't have it before). But I can't find any concrete evidence
- # [00:58] <Hixie> createDocument().load() is definitely not a no-op
- # [00:58] <Hixie> dunno about Document.load() in general
- # [01:07] * Quits: KillerX (~anant@216.1.177.180) (Quit: KillerX)
- # [01:07] <smaug____> document.load is painful, but so far we (Gecko) haven't managed to get rid of it
- # [01:08] * Quits: jwalden (~waldo@216.1.177.180) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.18/20110621100037])
- # [01:12] * Quits: Ephemera (~Ephemera@61.41.24.114) (Ping timeout: 276 seconds)
- # [01:30] * Quits: boaz (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [01:31] <ap> Hixie: no-op? By saying "no-go", I meant that exposing load() on HTML documents may be unacceptable for compatibility
- # [01:31] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [01:31] <Hixie> ah, yeah, that's possible
- # [01:33] <ap> Hixie: so FWIW, Document===XMLDocument + existing XMLDocumentLoader.load still seems like a good plan to me
- # [01:33] <ap> Hixie: unless some vendor wants to test the waters with Document.load
- # [01:33] <Hixie> having XMLDocument.load not be the actual load() is not web compatible
- # [01:34] <Hixie> (webkit goes down a number of fallback codepaths because of that)
- # [01:34] <ap> Hixie: that Sarissa thing seems pretty unique, although admittedly rather common on the Web
- # [01:36] <ap> Hixie: introducing Document.load might the best path overall indeed. Hopefully someone remembers if there were actual known compatibility issues with that
- # [01:38] * Joins: benjoffe (~benjoffe@nat/yahoo/x-dbuvwrgvzzjtamey)
- # [01:38] * Quits: ezoe (~ezoe@203-140-89-200f1.kyt1.eonet.ne.jp) (Ping timeout: 252 seconds)
- # [01:38] * Joins: GPHemsley (~GPHemsley@209-23-243-49-ip-static.hfc.comcastbusiness.net)
- # [01:38] * Quits: GPHemsley (~GPHemsley@209-23-243-49-ip-static.hfc.comcastbusiness.net) (Changing host)
- # [01:38] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [01:42] * Quits: benjoffe (~benjoffe@nat/yahoo/x-dbuvwrgvzzjtamey) (Read error: Connection reset by peer)
- # [01:42] * Joins: benjoffe (~benjoffe@nat/yahoo/x-nhheqrkbzizynyqf)
- # [01:44] <Hixie> ap: it would mean "load()" would refer to document.load() and not window.load() in all event handler attributes (e.g. onload="load()" would change meaning) so you're probably right that it's a no-go. I commented on the bug again.
- # [01:44] <Hixie> http://www.w3.org/Bugs/Public/show_bug.cgi?id=14037
- # [01:46] * Quits: eric_carlson (~ericc@2620:149:4:1b01:45ab:5033:58b1:2d) (Quit: eric_carlson)
- # [01:50] <ap> Hixie: that's an interesting combination of ideas that I didn't consider. It's pretty far from what WebKit implements now, so I can't confidently say that it's OK for us, but it seems OK
- # [01:50] <Hixie> it's basically what bz proposed before
- # [01:50] <Hixie> i was really hoping we could find a way to not have the onreadystate magic, which is why i had moved away from it before
- # [01:51] <Hixie> but i don't see a way around it
- # [01:51] <ap> Hixie: it's the "Regular XML documents <…> keep returning a regular Document object" part that I found new
- # [01:52] * Joins: rillian (~rillian@216.1.177.180)
- # [01:52] <Hixie> ah
- # [01:53] <Hixie> well it's basically what you said would be confusing in comment 27 :-)
- # [01:53] <Hixie> but i don't know that we have an option really
- # [01:54] <Hixie> i don't think it'd be that confusing though, it just means that createDocument() returns a special Document, effectively
- # [01:54] * Quits: benjoffe (~benjoffe@nat/yahoo/x-nhheqrkbzizynyqf) (Read error: Connection reset by peer)
- # [01:54] * Joins: benjoffe (~benjoffe@nat/yahoo/x-koefkxnkcutltzmf)
- # [01:55] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Quit: Now time for the weather. Tiffany?)
- # [01:58] * Quits: ap (~ap@17.212.155.203) (Quit: ap)
- # [01:58] <Hixie> Lachy: yt?
- # [01:58] <Hixie> Lachy: (pondering :scope, <style scoped>, querySelector()'s refNodes)
- # [02:01] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [02:07] * Quits: chriseppstein (~chris@209.119.65.162) (Quit: chriseppstein)
- # [02:09] * Quits: smaug____ (~chatzilla@216.1.177.180) (Ping timeout: 260 seconds)
- # [02:11] * Quits: linclark (~clark@089-101-090180.ntlworld.ie) (Quit: linclark)
- # [02:12] * Joins: Rik` (~Rik`@216.1.177.180)
- # [02:14] * Quits: shans (~shanestep@124-168-157-252.dyn.iinet.net.au) (Quit: shans)
- # [02:14] * Quits: benjoffe (~benjoffe@nat/yahoo/x-koefkxnkcutltzmf) (Read error: Connection reset by peer)
- # [02:15] * Joins: benjoffe (~benjoffe@nat/yahoo/x-mfnmefpgtgjbwaqb)
- # [02:19] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
- # [02:26] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [02:26] * KrooniX is now known as tellnes
- # [02:27] * Quits: othermaciej (~mjs@17.245.90.89) (Quit: othermaciej)
- # [02:33] * Quits: ojan (ojan@nat/google/x-nujnjmjbtjowxcno) (Quit: ojan)
- # [02:34] * Quits: david_carlisle (~chatzilla@dcarlisle.demon.co.uk) (Ping timeout: 276 seconds)
- # [02:38] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [02:47] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (Quit: abarth)
- # [02:53] * Quits: rniwa (rniwa@nat/google/x-ozzebdjqbkfhkbpy) (Quit: rniwa)
- # [02:54] * Quits: Rik` (~Rik`@216.1.177.180) (Remote host closed the connection)
- # [02:56] * Joins: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [03:06] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [03:07] * Quits: MikeSmith (~MikeSmith@EM111-191-150-167.pool.e-mobile.ne.jp) (Ping timeout: 260 seconds)
- # [03:12] * Quits: astearns (~anonymous@192.150.22.5) (Ping timeout: 252 seconds)
- # [03:17] * Joins: shans (shanesteph@nat/google/x-dawzzhmqhkwvmryr)
- # [03:18] * Quits: rillian (~rillian@216.1.177.180) (Remote host closed the connection)
- # [03:20] * Joins: MikeSmith (~MikeSmith@EM1-112-236-48.pool.e-mobile.ne.jp)
- # [03:23] * Joins: __bruno (~bruno@201.82.153.231)
- # [03:29] * Quits: micheil (~micheil@195.24.233.121) (Quit: http://brandedcode.com | http://github.com/miksago)
- # [03:38] * Quits: rabbi1 (~manjunath@49.200.69.55) (Quit: Leaving.)
- # [03:55] * Quits: jer|afk (~jernoble@c-67-169-70-100.hsd1.ca.comcast.net) (Quit: jer|afk)
- # [04:30] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [04:37] * Joins: astearns (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net)
- # [04:38] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 252 seconds)
- # [04:48] * Quits: CvP (~CvP@123.49.22.14) (Quit: [ UPP ] > all)
- # [04:50] * Quits: jamesr (jamesr@nat/google/x-hsefnigoegakyhdp) (Ping timeout: 260 seconds)
- # [04:53] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [05:00] * Joins: janv__ (~varga@dyna-ip-195-91-81-147.flarion.as5628.telecom.sk)
- # [05:00] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [05:00] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Ping timeout: 260 seconds)
- # [05:06] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [05:11] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
- # [05:17] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [05:49] * Joins: nonge_ (~nonge@p5B3261B3.dip.t-dialin.net)
- # [05:53] * Quits: nonge__ (~nonge@p5B3260C0.dip.t-dialin.net) (Ping timeout: 258 seconds)
- # [05:58] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [06:02] * Quits: jochen__ (jochen@nat/google/x-egjcmjtmmtafngop) (Read error: Connection reset by peer)
- # [06:02] * Quits: __bruno (~bruno@201.82.153.231) (Remote host closed the connection)
- # [06:02] * Joins: jochen__ (jochen@nat/google/x-jfbarqthekqlqhib)
- # [06:13] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [06:22] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [06:26] * Joins: nessy (~Adium@173-11-108-233-SFBA.hfc.comcastbusiness.net)
- # [06:28] * Joins: smaug____ (~chatzilla@12.104.145.50)
- # [06:33] * Quits: shetech (~shetech@c-76-126-167-49.hsd1.ca.comcast.net) (Quit: Leaving.)
- # [06:45] * Quits: shans (shanesteph@nat/google/x-dawzzhmqhkwvmryr) (Quit: shans)
- # [06:46] * Joins: tonyjcamp (~tonyjcamp@ip68-99-237-193.ph.ph.cox.net)
- # [06:47] * Joins: shans (shanesteph@nat/google/x-gfxxxjufjjdmhgvv)
- # [07:04] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
- # [07:07] * Joins: Rik` (~Rik`@12.104.145.50)
- # [07:18] * Joins: agektmr (~Adium@220.109.219.244)
- # [07:27] * Joins: weinig (~weinig@17.245.89.10)
- # [07:28] * Joins: ezoe (~ezoe@61-205-125-234f1.kyt1.eonet.ne.jp)
- # [07:29] * Quits: smaug____ (~chatzilla@12.104.145.50) (Quit: ChatZilla 0.9.86.1 [Firefox 9.0a1/20110912030829])
- # [07:29] * Joins: smaug____ (~chatzilla@12.104.145.50)
- # [07:31] * Joins: Ankheg (~Ankheg@91.224.77.4)
- # [07:47] * Joins: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de)
- # [08:03] * Joins: RubenHaan (~RubenHaan@ip4da77b95.direct-adsl.nl)
- # [08:05] * Joins: brucel (~brucel@cpc4-smal11-2-0-cust879.perr.cable.virginmedia.com)
- # [08:07] * Quits: smaug____ (~chatzilla@12.104.145.50) (Ping timeout: 260 seconds)
- # [08:07] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [08:08] * Quits: shans (shanesteph@nat/google/x-gfxxxjufjjdmhgvv) (Quit: shans)
- # [08:09] * Joins: shans (shanesteph@nat/google/x-sekzervnnhwdoheg)
- # [08:29] * Joins: tomasf (~tomas@77.72.97.5.c.fiberdirekt.net)
- # [08:31] * Quits: RubenHaan (~RubenHaan@ip4da77b95.direct-adsl.nl) (Quit: zo die boodschap heb ik dan ook ingevuld)
- # [08:33] * Quits: weinig (~weinig@17.245.89.10) (Quit: weinig)
- # [08:36] * Joins: zewt- (~x@c-24-62-196-44.hsd1.ma.comcast.net)
- # [08:37] <jgraham> So, for reference, the right first step when doing anything python related is to set up a virtualenv
- # [08:37] * Quits: zewt (~x@c-24-62-196-44.hsd1.ma.comcast.net) (Ping timeout: 252 seconds)
- # [08:37] <jgraham> http://pypi.python.org/pypi/virtualenv
- # [08:38] <jgraham> Hixie: Thanks for the test. I'll regenerate the W3C copy of the testsuite
- # [08:40] * Joins: CvP (~CvP@123.49.22.14)
- # [08:43] * Joins: jochen___ (jochen@nat/google/x-kmwvtlwugkubiznq)
- # [08:44] * Quits: jochen__ (jochen@nat/google/x-jfbarqthekqlqhib) (Ping timeout: 240 seconds)
- # [08:44] * jochen___ is now known as jochen__
- # [08:45] * Joins: woef (~woef@91.183.84.141)
- # [08:50] * Quits: nessy (~Adium@173-11-108-233-SFBA.hfc.comcastbusiness.net) (Quit: Leaving.)
- # [08:56] * Joins: nessy (~Adium@173-11-108-233-SFBA.hfc.comcastbusiness.net)
- # [09:00] * Quits: nessy (~Adium@173-11-108-233-SFBA.hfc.comcastbusiness.net) (Client Quit)
- # [09:01] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 258 seconds)
- # [09:02] * Quits: zewt- (~x@c-24-62-196-44.hsd1.ma.comcast.net) (Ping timeout: 260 seconds)
- # [09:02] * Joins: zewt (~x@c-24-62-196-44.hsd1.ma.comcast.net)
- # [09:03] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [09:05] * Joins: MikeSmith_ (~MikeSmith@EM114-48-137-45.pool.e-mobile.ne.jp)
- # [09:06] * Joins: rillian (~rillian@12.104.145.72)
- # [09:07] * Quits: woef (~woef@91.183.84.141)
- # [09:07] * Quits: tonyjcamp (~tonyjcamp@ip68-99-237-193.ph.ph.cox.net) (Ping timeout: 260 seconds)
- # [09:07] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [09:08] * Quits: MikeSmith (~MikeSmith@EM1-112-236-48.pool.e-mobile.ne.jp) (Ping timeout: 260 seconds)
- # [09:08] * MikeSmith_ is now known as MikeSmith
- # [09:09] * Quits: zewt (~x@c-24-62-196-44.hsd1.ma.comcast.net) (Ping timeout: 252 seconds)
- # [09:12] * Joins: agektmr (~Adium@220.109.219.244)
- # [09:13] * Joins: Kellen` (~Kellen@194-17-8-94.customer.telia.com)
- # [09:14] * Joins: zewt (~x@c-24-62-196-44.hsd1.ma.comcast.net)
- # [09:29] * Joins: Maurice (~ano@77.222.73.150)
- # [09:30] * Joins: zcorpan (~zcorpan@c-df9be355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [09:36] * Joins: simplicity- (~simplicit@80-71-135-15.u.parknet.dk)
- # [09:36] * Quits: simplicity- (~simplicit@80-71-135-15.u.parknet.dk) (Changing host)
- # [09:36] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [09:36] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Client Quit)
- # [09:36] <annevk> why is sicking not on IRC when he's sending email?
- # [09:41] * Joins: mokush (~quassel@188.24.43.92)
- # [09:44] * Joins: Necrathex (~nectop@82-170-160-25.ip.telfort.nl)
- # [09:48] * Joins: hasather_ (~hasather_@84.38.144.96)
- # [09:49] * Joins: erlehmann (~erlehmann@82.113.99.36)
- # [10:04] * Quits: benjoffe (~benjoffe@nat/yahoo/x-mfnmefpgtgjbwaqb) (Remote host closed the connection)
- # [10:09] <MikeSmith> annevk: yeah! there should be a law
- # [10:10] <MikeSmith> hmm, didn't MS submit tests for the history API?
- # [10:10] * Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)
- # [10:11] * Quits: virtuelv (~virtuelv_@247.183.189.109.customer.cdi.no) (Quit: Ex-Chat)
- # [10:11] * Joins: virtuelv (~virtuelv_@247.183.189.109.customer.cdi.no)
- # [10:11] <MikeSmith> oh, I guess not yet
- # [10:11] <jgraham> MikeSmith: We submitted tests for the popState stuff. Is that what you're thinking of?
- # [10:12] <MikeSmith> jgraham: dunno what I was thinking of :)
- # [10:12] <annevk> sicking was asking about the history API on twitter
- # [10:13] <MikeSmith> https://twitter.com/#!/SickingJ/status/114230538134499328
- # [10:14] * Quits: shans (shanesteph@nat/google/x-sekzervnnhwdoheg) (Ping timeout: 240 seconds)
- # [10:16] <annevk> So the domparsing-ref is escalated into an issue
- # [10:16] <annevk> I have no idea what that means
- # [10:18] * Joins: david_carlisle (~chatzilla@86.188.197.189)
- # [10:19] * Joins: rimantas (~rimliu@93.93.57.193)
- # [10:21] <annevk> oh yes
- # [10:21] <annevk> jgraham is going to TPAC
- # [10:21] <jgraham> Oooh, I am?
- # [10:21] <jgraham> ;)
- # [10:22] <annevk> just don't worry if you wake up in a strange place in a month and a half
- # [10:24] <MikeSmith> annevk: it means we got some good times ahead
- # [10:24] <MikeSmith> and/or it means the sky is falling
- # [10:25] <annevk> it means jgraham can go to meetings and I can relax in SF :p
- # [10:29] * Joins: woef (~woef@91.183.84.141)
- # [10:29] <MikeSmith> heh
- # [10:31] <MikeSmith> you know, I've been thinking, the really large number of things that have gotten added to the platform over the last 3 years especially, all this stuff getting implemented, e.g., latest news about new features in IE10
- # [10:32] <MikeSmith> those are clear signs that we are all doing something wrong
- # [10:32] <MikeSmith> forgetting what we're here for
- # [10:33] <zcorpan> MikeSmith: explain
- # [10:34] <MikeSmith> well, I mean, we should spend less time on that stuff -- forget about, say, writing test cases for the history API
- # [10:34] <MikeSmith> and instead we should use that time to discuss stuff like "consider reducing verbosity when talking about code points"
- # [10:35] <zcorpan> ah
- # [10:35] * Quits: Rik` (~Rik`@12.104.145.50) (Ping timeout: 260 seconds)
- # [10:36] * Quits: rillian (~rillian@12.104.145.72) (Ping timeout: 260 seconds)
- # [10:38] <MikeSmith> man, I like it when people drop links to the HTML version of the ES5 specs
- # [10:38] <MikeSmith> https://twitter.com/#!/wycats/status/114237748843524097
- # [10:39] <annevk> MikeSmith, hahaha
- # [10:39] <MikeSmith> but now TC39 is going to ruin it by making ES6 and obsoleting it all
- # [10:40] <annevk> ECMAScript should move to the W3C I think
- # [10:40] <MikeSmith> yeah, it should
- # [10:40] <MikeSmith> should have been there to begin with
- # [10:40] <annevk> having to join a separate standards organization with its own fees and rules is somewhat annoying
- # [10:40] <annevk> and I think at that point the reason we're not joining
- # [10:41] <annevk> Bert Bos would have been annoyed, but that's okay; I'm sure he's no fan of XSL-FO either
- # [10:41] <MikeSmith> I don't think Bert was to blame for that decision
- # [10:42] <MikeSmith> I've heard other names
- # [10:42] <MikeSmith> the discussion is probably documented somewhere
- # [10:42] <MikeSmith> karlcow would probably know
- # [10:42] <MikeSmith> anyway, ancient history
- # [10:43] <MikeSmith> for now, it would be nice at least if ECMA and the TC would join us here in this century and actually make the normative spec available in HTML form
- # [10:43] <MikeSmith> with actual useful cross-references and such
- # [10:45] <MikeSmith> https://twitter.com/#!/reinmarpl/status/113995021006536704
- # [10:45] <MikeSmith> Edward V Berard: ‘Walking on water and developing software from a specification are easy, if both are frozen’
- # [10:46] <MikeSmith> cool, I think I have found a way to discover smart people on twitter
- # [10:46] <MikeSmith> just look for people who tweet about es5.github.com
- # [10:47] <MikeSmith> it's like an intelligence test
- # [10:58] <woef> Did you guys notice the "Adobe warns" article was apparently pulled from techworld?
- # [10:59] <erlehmann> tetris time ▙▄
- # [11:00] <jgraham> zcorpan: Umm, depending on which part of the history API sicking had in mind, http://w3c-test.org/html/tests/submission/Opera/historyinterface/
- # [11:00] <jgraham> (you retweeted, so you are guilty by association)
- # [11:04] <zcorpan> jgraham: oooh, wasn't aware we had released history api tests
- # [11:04] <zcorpan> nice!
- # [11:05] <zcorpan> (if i have reviewed them, i have a bad memory)
- # [11:06] <jgraham> Hehe
- # [11:06] <jgraham> I don't remember who reviewed them. Possibly I did
- # [11:07] <jgraham> I at least reemmber reading them
- # [11:10] <jgraham> It would be nice if someone could review them for the W3C
- # [11:10] <jgraham> So that they can go into approved and Microsoft can't pretend they don't exist
- # [11:11] <annevk> does Microsoft have such a bad implementation then?
- # [11:12] <annevk> would be nice if the files had somewhat more descriptive names
- # [11:12] <jgraham> In the tests? Yeah
- # [11:12] <jgraham> But they don't really group logically
- # [11:13] <jgraham> (also, you can't review them, in case you were planning to)
- # [11:13] <jgraham> (since apparently you are horribly biased by working at Opera)
- # [11:13] <annevk> how did http://w3c-test.org/html/tests/approved/attributes/anchor_href.htm ever get approved?
- # [11:13] <annevk> or http://w3c-test.org/html/tests/approved/audio/audio_001.htm for that matter
- # [11:14] <annevk> seems that all the tests that are not using testharness.js should go back for review
- # [11:17] * Joins: Dashimon (Dashiva@84-72-45-52.dclient.hispeed.ch)
- # [11:17] * Quits: Dashimon (Dashiva@84-72-45-52.dclient.hispeed.ch) (Changing host)
- # [11:17] * Joins: Dashimon (Dashiva@wikia/Dashiva)
- # [11:18] * Quits: Dashiva (Dashiva@wikia/Dashiva) (Ping timeout: 260 seconds)
- # [11:18] * Dashimon is now known as Dashiva
- # [11:22] <zcorpan> annevk: send email to -testsuite
- # [11:27] <annevk> done
- # [11:37] * Joins: benjoffe (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au)
- # [11:42] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [11:43] * Quits: tomasf (~tomas@77.72.97.5.c.fiberdirekt.net) (Quit: tomasf)
- # [11:43] * Joins: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net)
- # [11:43] * Joins: tomasf_ (~tomas@77.72.97.5.c.fiberdirekt.net)
- # [11:43] * Quits: tomasf_ (~tomas@77.72.97.5.c.fiberdirekt.net) (Client Quit)
- # [11:53] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [11:54] * Quits: CvP (~CvP@123.49.22.14) (Quit: [ UPP ] > all)
- # [11:55] * Joins: silverroots (~silverroo@144.187.148.25)
- # [12:01] * Quits: annevk (~annevk@cm-84.208.65.156.getinternet.no) (Quit: annevk)
- # [12:01] * Quits: hober (~ted@unaffiliated/hober) (Remote host closed the connection)
- # [12:13] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [12:21] * Joins: annevk (~annevk@46.66.174.92.tmi.telenormobil.no)
- # [12:27] * Joins: ZombieLoffe (ZombieLoff@unaffiliated/zombieloffe)
- # [12:27] * Joins: mpt (~mpt@canonical/mpt)
- # [12:27] * Quits: Kellen` (~Kellen@194-17-8-94.customer.telia.com) (Quit: Leaving)
- # [12:28] * Quits: annevk (~annevk@46.66.174.92.tmi.telenormobil.no) (Ping timeout: 260 seconds)
- # [12:38] * Joins: CvP (~CvP@123.49.22.14)
- # [13:03] * Joins: annevk (~annevk@193.214.121.245)
- # [13:04] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [13:16] * Joins: myakura (~myakura@FL1-203-136-181-177.tky.mesh.ad.jp)
- # [13:16] * Quits: myakura (~myakura@FL1-203-136-181-177.tky.mesh.ad.jp) (Read error: Connection reset by peer)
- # [13:16] * Joins: myakura (~myakura@FL1-203-136-181-177.tky.mesh.ad.jp)
- # [13:19] * dglazkov is now known as dglazkov|away
- # [13:21] * Joins: danja_ (~danny@host136-200-dynamic.12-79-r.retail.telecomitalia.it)
- # [13:23] * Quits: espadrine (~thaddee_t@acces2439.res.insa-lyon.fr) (Quit: espadrine)
- # [13:24] * Joins: zdobersek (~zan@cpe-46-164-4-153.dynamic.amis.net)
- # [13:25] * Quits: danja__ (~danny@host160-76-dynamic.22-79-r.retail.telecomitalia.it) (Ping timeout: 276 seconds)
- # [13:28] * Joins: LBP (~Mirc@pD9EB1713.dip0.t-ipconnect.de)
- # [13:29] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [13:31] <LBP> Hi there. is there a similar way using html5 media to pass parameters to a server if user is seeking when using the H264-server-module here: http://nginx.org/en/docs/http/ngx_http_mp4_module.html
- # [13:32] <LBP> many flash players implement it, but haven't found a way using in html5 media.
- # [13:32] * Quits: mpt (~mpt@canonical/mpt) (Quit: Ex-Chat)
- # [13:37] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [13:38] * Quits: miketaylr (~miketaylr@24.42.93.245) (Client Quit)
- # [13:40] <zcorpan> Hixie: http://forums.whatwg.org/bb3/viewtopic.php?f=3&t=4716&p=7434#p7434
- # [13:47] * Quits: annevk (~annevk@193.214.121.245) (Remote host closed the connection)
- # [14:17] * Joins: shans (~shanestep@124-168-157-252.dyn.iinet.net.au)
- # [14:28] * Quits: mokush (~quassel@188.24.43.92) (Remote host closed the connection)
- # [14:38] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [14:55] * Quits: zdobersek (~zan@cpe-46-164-4-153.dynamic.amis.net) (Ping timeout: 260 seconds)
- # [15:02] * Quits: CvP (~CvP@123.49.22.14) (Ping timeout: 276 seconds)
- # [15:03] * Quits: ZombieLoffe (ZombieLoff@unaffiliated/zombieloffe)
- # [15:03] * Joins: miketaylr (~miketaylr@206.217.92.186)
- # [15:07] * Joins: zdobersek (~zan@cpe-46-164-12-217.dynamic.amis.net)
- # [15:08] * Quits: MikeSmith (~MikeSmith@EM114-48-137-45.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
- # [15:09] * Quits: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [15:10] * Parts: silverroots (~silverroo@144.187.148.25)
- # [15:13] * Quits: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net) (Read error: Connection reset by peer)
- # [15:13] * Joins: MikeSmith (~MikeSmith@EM114-49-18-73.pool.e-mobile.ne.jp)
- # [15:17] * Joins: mokush (~quassel@188.24.43.92)
- # [15:20] * Quits: mishunov (~spliter@77.88.72.162) (Quit: mishunov)
- # [15:33] * Quits: webben (~benjamin@173-203-84-17.static.cloud-ips.com) (Remote host closed the connection)
- # [15:33] * Joins: webben (~benjamin@173-203-84-17.static.cloud-ips.com)
- # [15:35] * Joins: huskyr (~huskyr@188.200.34.66)
- # [15:42] * Joins: MacTed (~Thud@63.119.36.36)
- # [16:06] * Joins: tomasf (~tomasf@host-95-201-65-81.mobileonline.telia.com)
- # [16:07] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Remote host closed the connection)
- # [16:09] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [16:11] * Joins: espadrine (~thaddee_t@acces2439.res.insa-lyon.fr)
- # [16:21] * Quits: Ankheg (~Ankheg@91.224.77.4) (Read error: Connection reset by peer)
- # [16:21] * Joins: robreact (~chatzilla@smtp1bos1.globalmediaxchange.com)
- # [16:25] * Joins: ZombieLoffe (ZombieL@c-a47270d5.010-25-736b7610.cust.bredbandsbolaget.se)
- # [16:25] * Quits: ZombieLoffe (ZombieL@c-a47270d5.010-25-736b7610.cust.bredbandsbolaget.se) (Changing host)
- # [16:25] * Joins: ZombieLoffe (ZombieL@unaffiliated/zombieloffe)
- # [16:26] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [16:31] * Joins: nessy (~Adium@173-11-108-233-SFBA.hfc.comcastbusiness.net)
- # [16:40] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [16:45] * Quits: Maurice (~ano@77.222.73.150) (Quit: Disconnected...)
- # [16:46] <zcorpan> do we want createElement to stringify null to "" ?
- # [16:52] <jgraham> I don't *want* anything to
- # [16:52] <jgraham> web compat may or may not demand it
- # [17:01] * Quits: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de) (Quit: Verlassend)
- # [17:02] * Quits: zcorpan (~zcorpan@c-df9be355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan)
- # [17:02] * Quits: ParadoX- (parad0x@hades.spexhost.com) (Quit: ZNC - http://znc.sourceforge.net)
- # [17:03] * Joins: ParadoX- (~para@hades.spexhost.com)
- # [17:04] * paul_irish is now known as paul_irish_
- # [17:06] * Quits: nessy (~Adium@173-11-108-233-SFBA.hfc.comcastbusiness.net) (Quit: Leaving.)
- # [17:06] * Joins: rarko (~matt@host-92-11-120-231.as43234.net)
- # [17:06] * Joins: Rik` (~Rik`@12.104.145.50)
- # [17:06] * Quits: boaz (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [17:08] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [17:20] * Quits: huskyr (~huskyr@188.200.34.66) (Quit: huskyr)
- # [17:22] * Joins: huskyr (~huskyr@188.200.34.66)
- # [17:24] * Joins: divya (~divyam@c-24-18-47-160.hsd1.wa.comcast.net)
- # [17:37] * Quits: ParadoX- (~para@hades.spexhost.com) (Ping timeout: 248 seconds)
- # [17:39] * Joins: davidb_ (~davidb@12.104.145.50)
- # [17:40] * Joins: rillian (~rillian@12.104.145.72)
- # [17:44] * Quits: miketaylr (~miketaylr@206.217.92.186) (Quit: miketaylr)
- # [17:46] * Joins: ParadoX- (parad0x@hades.spexhost.com)
- # [17:48] * Quits: tomasf (~tomasf@host-95-201-65-81.mobileonline.telia.com) (Quit: tomasf)
- # [17:52] * Quits: davidb_ (~davidb@12.104.145.50) (Quit: davidb_)
- # [17:55] * Parts: brucel (~brucel@cpc4-smal11-2-0-cust879.perr.cable.virginmedia.com)
- # [18:00] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [18:08] * Quits: dglazkov|away (dglazkov@nat/google/x-umzyhoagolsggcng) (Quit: dglazkov|away)
- # [18:09] * Quits: rimantas (~rimliu@93.93.57.193) (Quit: Leaving)
- # [18:09] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [18:09] * Joins: dglazkov|away (dglazkov@nat/google/x-shuvalvammqpxsff)
- # [18:09] * Quits: dglazkov|away (dglazkov@nat/google/x-shuvalvammqpxsff) (Client Quit)
- # [18:12] * Quits: robreact (~chatzilla@smtp1bos1.globalmediaxchange.com) (Ping timeout: 260 seconds)
- # [18:14] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [18:14] * Quits: huskyr (~huskyr@188.200.34.66) (Quit: huskyr)
- # [18:16] * Joins: weinig (~weinig@17.245.89.10)
- # [18:20] * Joins: timeless (d04149cb@firefox/developer/timeless)
- # [18:22] <timeless> Hixie: afaict, you really do need to use Metro to test IE10
- # [18:22] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [18:22] <timeless> (which means you need to have VTx enabled in bios typically... stupid bios)
- # [18:23] * Philip` 's CPU doesn't even support that, regardless of BIOS :-(
- # [18:27] * Quits: woef (~woef@91.183.84.141) (Ping timeout: 252 seconds)
- # [18:33] * Joins: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [18:35] * Joins: zcorpan (~zcorpan@c-df9be355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [18:36] * Quits: LBP (~Mirc@pD9EB1713.dip0.t-ipconnect.de) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
- # [18:36] * Joins: huskyr (~huskyr@188.200.34.66)
- # [18:39] <timeless> Philip`: well, you could resize your partitions and install to metal
- # [18:40] * Joins: eric_carlson (~eric@2620:149:4:1b01:602d:8a3e:925e:a656)
- # [18:40] <timeless> but most people try to avoid that :)
- # [18:40] * Joins: dglazkov|away (dglazkov@nat/google/x-srnyuwxeuikxvdcl)
- # [18:40] * dglazkov|away is now known as dglazkov
- # [18:40] * Quits: rillian (~rillian@12.104.145.72) (Remote host closed the connection)
- # [18:41] <dglazkov> good morning, Whatwg!
- # [18:46] * Quits: astearns (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net) (Quit: astearns)
- # [18:55] * Joins: ap (~ap@17.212.155.203)
- # [18:57] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [18:59] <AryehGregor> Problem: Unity has no taskbar, so how am I supposed to see an XChat window flashing when someone pings me?
- # [18:59] * AryehGregor has started to agree with the camp that feels that Ubuntu deploys severely half-baked ideas
- # [19:00] <zewt> i've never used ubuntu desktop, but i've given up on ubuntu server and gone back to debian
- # [19:00] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Ping timeout: 258 seconds)
- # [19:00] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [19:02] * Quits: eric_carlson (~eric@2620:149:4:1b01:602d:8a3e:925e:a656) (Read error: Connection reset by peer)
- # [19:02] * Joins: eric_carlson (~eric@17.212.155.122)
- # [19:05] * Joins: kennyluck (~kennyluck@119.57.31.110)
- # [19:05] * Quits: david_carlisle (~chatzilla@86.188.197.189) (Ping timeout: 260 seconds)
- # [19:09] * Quits: nonge_ (~nonge@p5B3261B3.dip.t-dialin.net) (Quit: Verlassend)
- # [19:12] * Joins: KillerX (~anant@216.1.177.180)
- # [19:12] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Ping timeout: 260 seconds)
- # [19:13] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [19:15] * Quits: weinig (~weinig@17.245.89.10) (Ping timeout: 258 seconds)
- # [19:15] * Joins: nessy (Adium@nat/google/x-tvyhxiovpcmkyxyk)
- # [19:16] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
- # [19:19] <timeless> AryehGregor: try Metro :)
- # [19:19] <AryehGregor> timeless, what's Metro?
- # [19:20] <timeless> well, Windows 8
- # [19:21] * Joins: astearns (~anonymous@192.150.22.5)
- # [19:21] * Joins: weinig (~weinig@17.212.155.228)
- # [19:21] * Quits: nessy (Adium@nat/google/x-tvyhxiovpcmkyxyk) (Ping timeout: 240 seconds)
- # [19:21] * Quits: KillerX (~anant@216.1.177.180) (Quit: KillerX)
- # [19:22] * Joins: nessy (Adium@nat/google/x-gfxyxlhfgkfdbktp)
- # [19:22] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [19:22] * Quits: weinig (~weinig@17.212.155.228) (Client Quit)
- # [19:26] * Quits: myakura (~myakura@FL1-203-136-181-177.tky.mesh.ad.jp) (Remote host closed the connection)
- # [19:27] <annevk> zcorpan, I don't get e.g. http://www.w3.org/Bugs/Public/show_bug.cgi?id=14169
- # [19:27] <annevk> zcorpan, WebKit/Gecko/Presto are the ones that do null->"" rather than null->"null" for most methods
- # [19:27] <annevk> zcorpan, surely if the plan is to switch that default we don't need to preserve it for new methods like that?
- # [19:32] * Joins: robreact (~chatzilla@smtp1bos1.globalmediaxchange.com)
- # [19:33] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [19:40] * Joins: bga_ (~bga@95-55-33-50.dynamic.avangarddsl.ru)
- # [19:41] * Quits: mokush (~quassel@188.24.43.92) (Remote host closed the connection)
- # [19:44] * Quits: nessy (Adium@nat/google/x-gfxyxlhfgkfdbktp) (Ping timeout: 244 seconds)
- # [19:44] * Joins: nessy (~Adium@216.239.45.16)
- # [19:45] * Joins: david_carlisle (~chatzilla@dcarlisle.demon.co.uk)
- # [19:47] * Joins: rniwa (rniwa@nat/google/x-ukaejhzwujplrdte)
- # [19:49] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: davidwalsh)
- # [19:50] <annevk> Hixie, you around? Can we rename DOMSettableTokenList to DOMMutableTokenList?
- # [19:50] <annevk> Anyone else with opinions?
- # [19:51] <annevk> Hmm, never mind
- # [19:51] <zcorpan> annevk: they don't do null->"null" for all methods
- # [19:52] <annevk> no they currently do null->""
- # [19:52] <annevk> but they're planning on changing that
- # [19:53] <annevk> I don't think that has happened yet though, unless I missed something
- # [19:53] <zcorpan> i mean they don't do null->"" for all methods
- # [19:55] <annevk> How does that affect methods were they do null->""?
- # [20:03] * Joins: rillian (~rillian@216.1.177.180)
- # [20:03] * Quits: rillian (~rillian@216.1.177.180) (Remote host closed the connection)
- # [20:04] * Quits: david_carlisle (~chatzilla@dcarlisle.demon.co.uk) (Ping timeout: 252 seconds)
- # [20:06] * Joins: rillian (~rillian@216.1.177.180)
- # [20:08] * Quits: bga_ (~bga@95-55-33-50.dynamic.avangarddsl.ru) (Read error: Connection reset by peer)
- # [20:08] * Joins: othermaciej (~mjs@17.245.88.189)
- # [20:08] * Joins: bga_ (~bga@95-55-33-50.dynamic.avangarddsl.ru)
- # [20:09] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [20:10] * bga_ is now known as bga_|away
- # [20:13] * bga_|away is now known as bga_
- # [20:14] * Quits: benjoffe (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au) (Remote host closed the connection)
- # [20:14] <TabAtkins> shepazu: Still need me, or do you have it under control?
- # [20:15] <shepazu> hey, TabAtkins
- # [20:15] <shepazu> I think we got it… one of a million details I overlooked in rushing to announce in time
- # [20:15] <shepazu> thanks for the "encouragement" :)
- # [20:15] <TabAtkins> Sorry for calling you a bad person... but you were. ^_^
- # [20:16] <shepazu> the newest code isn't in place yet, but it's much improved already
- # [20:16] <shepazu> oh, do you think I designed that page? you are mad, sir!
- # [20:16] <TabAtkins> Ah, that's a relief.
- # [20:16] <shepazu> I have neither the talent to make something look that good, nor the abilitty to make code so bad
- # [20:17] <shepazu> * ability
- # [20:17] <shepazu> no, it was an outside design firm that I had limited bandwidth with
- # [20:19] * Quits: bga_ (~bga@95-55-33-50.dynamic.avangarddsl.ru) (Read error: Connection reset by peer)
- # [20:19] * Joins: bga_ (~bga@95-55-33-50.dynamic.avangarddsl.ru)
- # [20:22] <timeless> url?
- # [20:22] <TabAtkins> http://w3.org/conf
- # [20:23] <shepazu> TabAtkins: Tantek also sent some recommendations for the code, which we've tried to integrate
- # [20:23] <shepazu> there's still one pesky bit though...
- # [20:23] <annevk> wow
- # [20:23] <annevk> no date in the URL
- # [20:23] <shepazu> annevk: :D
- # [20:23] <annevk> I wonder how many people on the Team lost their teeth trying to get that through
- # [20:24] <zewt> no date = "don't know whether this is recent enough for me to care about clicking" heh
- # [20:24] <annevk> zewt, clearly you are inexperienced with dated URLs on w3.org
- # [20:24] <shepazu> I was actually hoping for w3conf.org, but there is a preference for "cool uris"
- # [20:24] <zewt> yeah that /conf link definitely should have a date, since it's dated information
- # [20:24] <TabAtkins> zewt: Given that WebIDL is still behind a 2006 date, that's not a good metric.
- # [20:24] <zewt> that's "not knowing how or when to use dates", which is a different matter entirely, heh
- # [20:25] <shepazu> having persistent tools at W3C behind dated URIs is exceedingly unintuitive
- # [20:26] <shepazu> annevk: actually, it wasn't so hard getting /conf, I was pleased to find
- # [20:26] <zewt> unimpressed with this vincent guy working on the "mouse lock" stuff
- # [20:26] <TabAtkins> zewt: ?
- # [20:26] <zewt> he's of the "ignore feedback i don't like" variety, apparently
- # [20:27] <shepazu> who isn't?
- # [20:27] <zewt> heh :P
- # [20:27] <TabAtkins> zewt: Since I sit next to him and help him do the standards work, I'm pretty sure that's not true.
- # [20:28] <zewt> well, he's entirely ignored my feedback, and that's the metric i use :)
- # [20:28] <TabAtkins> I'd have to look at your feedback. Maybe you just gave bad feedback. ^_^
- # [20:29] <shepazu> zewt: are you trying to force feedback on joysticks?
- # [20:30] <TabAtkins> mouselock, not joystick.
- # [20:30] <shepazu> shut up, TabAtkins, your response wasn't funny
- # [20:30] <TabAtkins> Ah, I see. Well, same to you apparently. ^_^
- # [20:30] <shepazu> :D
- # [20:30] <zewt> just feels like he's speccing something that will dead end nontrivial features of hardware, with the "we can do that in v2" excuse (that doesn't work if the v1 api is designed in a way that can't be logically extended in that way)
- # [20:31] <shepazu> come on, "force feedback on joysticks" is funny
- # [20:31] <TabAtkins> I maintain that it wasn't topical enough to be funny.
- # [20:31] <zewt> i'm going to lock your ... i can't be bothered to think up the rest of this joke
- # [20:32] <annevk> he didn't reply to your emails?
- # [20:33] <annevk> is mouse lock getting published as WD or is this some Google effort that sort of looks like a spec but is not really?
- # [20:33] <TabAtkins> The former.
- # [20:33] <TabAtkins> We're trying to get it in as an official deliverable of the Events WG.
- # [20:33] <annevk> last I saw it was a Google Docs document...
- # [20:33] <TabAtkins> Yes, that was the initial draft work.
- # [20:33] <Philip`> Someone needs to make an API for web pages to control the vibration motors in console game controllers attached to PCs - lots of sites could probably make good use of that to enhance videos
- # [20:34] <annevk> then technically they are required to reply to your comments in some manner
- # [20:34] <TabAtkins> Philip`: That'll be in v2 of the joystick API. It'll be limited to joysticks that are actually active, so you can't just vibrate every joystick connected.
- # [20:34] <annevk> though if nobody else agrees with you or feels like speaking up it might be a lost cause anyway
- # [20:34] <zewt> the thread pretty much ended with me giving some more feedback, and then some crickets ... just not much of an incentive to try to help out with that API
- # [20:35] <annevk> it's pretty easy for WGs to deal with formal objections when it comes down to it
- # [20:35] <TabAtkins> zewt: What's your mailing list name?
- # [20:35] <annevk> I wonder mostly how that API will tie in with <dialog>
- # [20:35] <TabAtkins> annevk: I don't think there's any connection between the two.
- # [20:36] <Philip`> http://wastedseconds.com/?p=1917 - there's a whole genre of games based on the vibration feature
- # [20:36] <zewt> tab: Glenn
- # [20:36] <annevk> TabAtkins, isn't there for <dialog modal> to some extent? hmm
- # [20:37] <TabAtkins> annevk: No, mouselock hides the cursor and starts reporting only deltas. Different entirely from modal dialogs.
- # [20:37] <zewt> (nb: I'm just grumping on IRC; if I wanted to put the needed energy into it I'd ping the thread myself)
- # [20:38] <annevk> interesting
- # [20:38] <annevk> guess I should actually read it
- # [20:38] <TabAtkins> zewt: Ah, okay. We discussed that a lot. It's... hard.
- # [20:38] <TabAtkins> annevk: Yeah, it's mainly useful for doing FPSes in-browser, though there are a couple more use-cases.
- # [20:38] <zewt> TabAtkins: if you'll pardom the annoying non-implementor perspective, I don't see what's hard about it
- # [20:38] * Joins: jamesr (jamesr@nat/google/x-xnohbjjfxhynjhhb)
- # [20:39] <TabAtkins> zewt: The problem is reporting something useful. As far as we know, unfiltered input doesn't necessary correspond to anything sane.
- # [20:39] <zewt> raw inputs are in the device's DPI, which is reported by the device itself and can be queried
- # [20:39] <TabAtkins> In many cases you *would* want un-accelerated input, but still have it filtered in screen space.
- # [20:39] <TabAtkins> zewt: I'm not down with the specifics, but I believe it's more complicated than that.
- # [20:40] <TabAtkins> zewt: I can't recall if it's because devices lie, or there's another layer of stuff you have to worry about, or what.
- # [20:40] <TabAtkins> I can talk to Vincent today if you'd like.
- # [20:40] <zewt> as long as it converts to a sensible resolution it's perfectly usable--that is, if you mean to report 400 DPI, then reporting in 800 DPI is probably okay, but clearly 10000 DPI is not
- # [20:41] <zewt> that's the same as the OS's default mouse cursor sensitivity; it mostly needs to be something sane
- # [20:41] <zewt> (same principle, I mean, not "same units" or anything)
- # [20:42] <timeless> shepazu: oh... that conference is in Seattle
- # [20:42] <timeless> shepazu: um
- # [20:42] <timeless> could /conf/ please highlight Seattle?
- # [20:42] <timeless> there's too much text for me to find that keyword
- # [20:43] <Hixie> annevk: send mail (though why would we change that?)
- # [20:43] <timeless> ideally Seattle would be below '
- # [20:43] <timeless> '15 and 16'
- # [20:43] <Hixie> nessy: i should be in in about 25 min
- # [20:43] <shepazu> timeless: yes, the next round of fixes has that change exactly
- # [20:43] <timeless> +1
- # [20:43] <shepazu> just waiting for it to get pushed
- # [20:43] <timeless> can i get a ping when it's pushed?
- # [20:43] * timeless hates polling
- # [20:44] <shepazu> also adds microforomats, thanks to tantek's suggestion
- # [20:44] <shepazu> timeless: I have no clue, out of my hands… I sent them the changes late last night
- # [20:44] <TabAtkins> +1 to the microformats! Yay!
- # [20:44] <timeless> interesting
- # [20:44] <shepazu> timeless: but you already have the info…. you don't need to look again….
- # [20:44] <timeless> the ics file is hosted on w3conf.org
- # [20:45] <timeless> and it claims it's in Bellevue WA not Seattle
- # [20:45] <shepazu> timeless: Bellevue is right there
- # [20:45] <timeless> it's 10mi/15mins away!
- # [20:45] <shepazu> 9 miles from Seattle city center
- # [20:45] <timeless> across two bridges!
- # [20:46] <TabAtkins> Rent a car, commie.
- # [20:46] <timeless> http://maps.google.com/maps?q=Bellevue,+WA,+United+States+to+Seattle,+WA,+United+States&saddr=Bellevue,+WA,+United+States&daddr=Seattle,+WA,+United+States&hl=en&sll=43.641852,-79.612715&sspn=0.010916,0.022724&geocode=FQl61gIdmV23-ClBYKajz2uQVDFlB9DqglTPug%3BFcJp1gIdWVy1-ClVM-iTLBCQVDGa1URpRmUlEA&vpsrc=0&t=h&z=13
- # [20:46] <shepazu> 20 minutes from SEA
- # [20:46] <timeless> most places won't rent to people w/o driver's licenses
- # [20:46] <TabAtkins> There's a way to fix that.
- # [20:46] <shepazu> timeless: take a bus :)
- # [20:46] <timeless> yeah, actually, starting to work on that today was on my todo list
- # [20:47] <timeless> > Sorry, we don't have transit schedule data for a trip from Bellevue, WA to Seattle, WA at the time and date you specified.
- # [20:47] * Joins: miketaylr (~miketaylr@206.217.92.186)
- # [20:47] <shepazu> timeless: most people don't know where Bellevue is, so we say "Seattle" to avoid confusion
- # [20:47] * Joins: david_carlisle (~chatzilla@dcarlisle.demon.co.uk)
- # [20:47] <timeless> transit is 34 mins fwiw
- # [20:48] <timeless> 35mins during morning rush :)
- # [20:48] <shepazu> timeless: are you seriously bickering about these details? :)
- # [20:48] <timeless> oops, sorry, it's 31mins going the right direction :)
- # [20:49] <timeless> no, i'm actually not really allowed to leave the province much until mid december
- # [20:49] <karlcow> hmmm "vibrate every joystick connected". I can see business opportunities
- # [20:49] <timeless> otherwise i lose health coverage
- # [20:49] <TabAtkins> karlcow: Way ahead of you.
- # [20:49] <timeless> TabAtkins: are usb missile launchers covered under joysticks?
- # [20:49] <karlcow> yes there… was even one which was connected to ipods I think
- # [20:50] <timeless> http://www.thinkgeek.com/geektoys/warfare/8a0f/
- # [20:50] <TabAtkins> timeless: Do they expose the HID joystick interface?
- # [20:50] <timeless> $25 in stock
- # [20:50] <karlcow> but I guess I'm not talking about the same type of joysticks
- # [20:50] <TabAtkins> timeless: Various people plan to add generic HID interaction to javascript. The joystick API is a specialized subset of that.
- # [20:50] * timeless worries
- # [20:50] <karlcow> ah yes… OhMiBod
- # [20:50] * Quits: bga_ (~bga@95-55-33-50.dynamic.avangarddsl.ru) (Read error: Connection reset by peer)
- # [20:50] <timeless> i don't know that i want random web pages to talk to medical instruments
- # [20:51] * Joins: bga_ (~bga@95-55-33-50.dynamic.avangarddsl.ru)
- # [20:51] <timeless> and will it distinguish between USB and BT?
- # [20:51] <TabAtkins> timeless: Presumably there's permissions involved somewhere.
- # [20:51] <TabAtkins> timeless: No, I think the HID interface is agnostic as to the wire you use.
- # [20:51] <timeless> i generally presume that part will be done wrong :)
- # [20:51] <TabAtkins> timeless: That's part of why joysticks are being separated out from the general case, because they're easier to solve permissions for. ^_^
- # [20:52] * Quits: bga_ (~bga@95-55-33-50.dynamic.avangarddsl.ru) (Read error: Connection reset by peer)
- # [20:52] <TabAtkins> (Hitting a button on the joystick grants access to the current page.)
- # [20:52] * Joins: bga_ (~bga@95-55-33-50.dynamic.avangarddsl.ru)
- # [20:52] <TabAtkins> (And you can revoke access by turning off the joystick.)
- # [20:53] <timeless> "turning off the joystick"??
- # [20:53] <timeless> that seems like a bad requirement
- # [20:53] <TabAtkins> Or disconnecting, whatever. Many joysticks can be turned off, though.
- # [20:53] <timeless> many can't
- # [20:53] <TabAtkins> That's how you make your Xbox stop trying to listen to a controller.
- # [20:53] <timeless> and many places don't like people walking out with their joysticks or similar usb devices
- # [20:53] <timeless> and tend to not expose the usb plug connection
- # [20:53] <TabAtkins> ...what?
- # [20:54] <timeless> never seen a phone store that objected to people walking away with their display phones?
- # [20:54] <zewt> well, joystick security is fundamentally easier--it's very hard to make a convincing case for any serious security problems related to joysticks
- # [20:54] <TabAtkins> Presumably an arcade that exposes all its games through a web interface won't mind the active page always having access.
- # [20:54] <zewt> (letting scripts vibrate a joystick or read inputs that they shouldn't is annoying and should be prevented, but challenging to call a real security problem)
- # [20:55] <timeless> TabAtkins: you didn't say that they lose access when the page flips
- # [20:55] <timeless> so i presumed they don't
- # [20:55] <TabAtkins> zewt: Right, so false positives on an access grant aren't very worrying.
- # [20:55] <TabAtkins> timeless: Do you mean when the page navigates, or when the tab switches?
- # [20:55] <timeless> the latter
- # [20:56] <TabAtkins> I dunno what the spec currently says about that.
- # [20:56] <TabAtkins> Either way, not a huge deal. Reloading the page would wipe access too.
- # [20:56] <timeless> i've seen various custom browser ui's
- # [20:56] <timeless> they tend to mess up the nav controls :)
- # [20:58] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [21:01] * Quits: nessy (~Adium@216.239.45.16) (Quit: Leaving.)
- # [21:05] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [21:05] * Joins: micheil (~micheil@195.24.233.121)
- # [21:08] * Quits: virtuelv (~virtuelv_@247.183.189.109.customer.cdi.no) (Quit: Ex-Chat)
- # [21:09] * Quits: MikeSmith (~MikeSmith@EM114-49-18-73.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
- # [21:14] * Joins: MikeSmith (~MikeSmith@EM114-48-35-221.pool.e-mobile.ne.jp)
- # [21:14] * Quits: rniwa (rniwa@nat/google/x-ukaejhzwujplrdte) (Quit: rniwa)
- # [21:15] * Quits: ezoe (~ezoe@61-205-125-234f1.kyt1.eonet.ne.jp) (Ping timeout: 260 seconds)
- # [21:18] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [21:18] * Joins: ojan (ojan@nat/google/x-ukpffqmcgfgfcxfx)
- # [21:21] * Quits: rillian (~rillian@216.1.177.180) (Remote host closed the connection)
- # [21:24] * Joins: hober (~ted@unaffiliated/hober)
- # [21:25] * Quits: bga_ (~bga@95-55-33-50.dynamic.avangarddsl.ru) (Read error: Connection reset by peer)
- # [21:26] * Joins: bga_ (~bga@95-55-33-50.dynamic.avangarddsl.ru)
- # [21:28] * Quits: zdobersek (~zan@cpe-46-164-12-217.dynamic.amis.net) (Ping timeout: 252 seconds)
- # [21:31] * Joins: _bga (~bga@ppp78-37-194-136.pppoe.avangarddsl.ru)
- # [21:31] * Quits: bga_ (~bga@95-55-33-50.dynamic.avangarddsl.ru) (Ping timeout: 258 seconds)
- # [21:36] * Quits: zcorpan (~zcorpan@c-df9be355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan)
- # [21:37] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [21:37] * Quits: _bga (~bga@ppp78-37-194-136.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # [21:38] * Joins: bga_ (~bga@ppp78-37-194-136.pppoe.avangarddsl.ru)
- # [21:41] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [21:41] * Quits: bga_ (~bga@ppp78-37-194-136.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # [21:41] * Joins: bga_ (~bga@ppp78-37-194-136.pppoe.avangarddsl.ru)
- # [21:42] * Quits: Rik` (~Rik`@12.104.145.50) (Remote host closed the connection)
- # [21:51] * Quits: bga_ (~bga@ppp78-37-194-136.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # [21:51] * Joins: bga_ (~bga@ppp78-37-194-136.pppoe.avangarddsl.ru)
- # [22:03] * Joins: rillian (~rillian@216.1.177.180)
- # [22:04] * Joins: nessy (Adium@nat/google/x-uxyzsqymkmeexqqa)
- # [22:06] * Joins: nessy1 (~Adium@216.239.45.16)
- # [22:06] * Quits: nessy1 (~Adium@216.239.45.16) (Client Quit)
- # [22:09] * Quits: timeless (d04149cb@firefox/developer/timeless) (Ping timeout: 252 seconds)
- # [22:09] * Quits: nessy (Adium@nat/google/x-uxyzsqymkmeexqqa) (Ping timeout: 260 seconds)
- # [22:10] * Quits: rillian (~rillian@216.1.177.180) (Remote host closed the connection)
- # [22:13] * Joins: ezoe (~ezoe@203-140-90-220f1.kyt1.eonet.ne.jp)
- # [22:16] * Joins: rillian (~rillian@216.1.177.180)
- # [22:17] * Quits: david_carlisle (~chatzilla@dcarlisle.demon.co.uk) (Ping timeout: 252 seconds)
- # [22:21] * Joins: timeless (d04149cb@firefox/developer/timeless)
- # [22:23] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [22:32] * Quits: erlehmann (~erlehmann@82.113.99.36) (Quit: Ex-Chat)
- # [22:35] * Quits: shans (~shanestep@124-168-157-252.dyn.iinet.net.au) (Quit: shans)
- # [22:41] * Joins: shans (~shanestep@124-168-157-252.dyn.iinet.net.au)
- # [22:43] * Quits: annacc (Adium@nat/google/x-itgsgggtocsgjkkp) (Quit: Leaving.)
- # [22:44] * Joins: nessy (~Adium@216.239.45.16)
- # [22:49] * Quits: rillian (~rillian@216.1.177.180) (Remote host closed the connection)
- # [22:52] * Quits: huskyr (~huskyr@188.200.34.66) (Quit: huskyr)
- # [22:52] * Joins: rillian (~rillian@12.104.145.72)
- # [22:53] * Joins: rillian_ (~rillian@216.1.177.180)
- # [22:54] * Quits: astearns (~anonymous@192.150.22.5) (Quit: astearns)
- # [22:55] * Quits: dglazkov (dglazkov@nat/google/x-srnyuwxeuikxvdcl) (Quit: dglazkov)
- # [22:55] * Quits: rillian_ (~rillian@216.1.177.180) (Remote host closed the connection)
- # [22:56] * Joins: rillian_ (~rillian@216.1.177.180)
- # [22:56] * Joins: rillian__ (~rillian@12.104.145.72)
- # [22:57] * Quits: rillian (~rillian@12.104.145.72) (Ping timeout: 260 seconds)
- # [22:58] * Joins: rillian (~rillian@216.1.177.180)
- # [22:58] * Quits: rillian (~rillian@216.1.177.180) (Remote host closed the connection)
- # [22:59] * Quits: janv__ (~varga@dyna-ip-195-91-81-147.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
- # [23:00] * Quits: nessy (~Adium@216.239.45.16) (Quit: Leaving.)
- # [23:00] * Quits: rillian_ (~rillian@216.1.177.180) (Ping timeout: 252 seconds)
- # [23:02] * Quits: rillian__ (~rillian@12.104.145.72) (Ping timeout: 258 seconds)
- # [23:02] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [23:03] * Quits: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Quit: tomasf)
- # [23:03] * eric_carlson is now known as ericc|away
- # [23:04] * Joins: rillian (~rillian@216.1.177.180)
- # [23:07] * Quits: miketaylr (~miketaylr@206.217.92.186) (Quit: miketaylr)
- # [23:10] * Joins: nessy (~Adium@216.239.45.16)
- # [23:10] * Joins: annacc (Adium@nat/google/x-audsywkwdfmfiwrf)
- # [23:10] * Joins: astearns (~anonymous@192.150.22.5)
- # [23:12] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [23:14] * Quits: MacTed (~Thud@63.119.36.36)
- # [23:17] <AryehGregor> It's annoying that hg-git can't somehow magically make the commit id's match up. Now I have nothing unambiguous to call the commits.
- # [23:17] <AryehGregor> I'll just have to give the first line of the summary, I guess.
- # [23:18] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:18] * Joins: Rik` (~Rik`@216.1.177.180)
- # [23:21] * Quits: robreact (~chatzilla@smtp1bos1.globalmediaxchange.com) (Ping timeout: 258 seconds)
- # [23:22] * Quits: Rik` (~Rik`@216.1.177.180) (Remote host closed the connection)
- # [23:23] * Joins: david_carlisle (~chatzilla@dcarlisle.demon.co.uk)
- # [23:25] <jgraham> That would hve to be very magic indeed
- # [23:25] <Hixie> TabAtkins: if people are ok with the @rule for style scoped="", any chance you can propose it to the csswg and get it okayed?
- # [23:25] <jgraham> You could call them someSHA1(git):someOtherSHA1(hg)
- # [23:25] <Hixie> TabAtkins: (the csswg gets antsy when i spec css things)
- # [23:26] <gsnedders> AryehGregor: It would have to change how one of them computes the sha1, which neither allows, for data integrity checking purposes
- # [23:26] <AryehGregor> I know.
- # [23:27] * Joins: Rik` (~Rik`@216.1.177.180)
- # [23:29] <TabAtkins> Hixie: Yeah, I can.
- # [23:30] <Hixie> cool, thanks
- # [23:30] <TabAtkins> Hixie: You know, you could suggest it *before* putting it in your spec...
- # [23:30] <Hixie> TabAtkins: that's what you're doing :-D
- # [23:32] <Philip`> AryehGregor: Doesn't it do something like tag the commits with the Hg revision ID?
- # [23:32] <AryehGregor> Philip`, you mean the git revision id? This is an hg extension, not a git extension.
- # [23:32] * Philip` uses an SVN-to-Hg thing which does that, so he can refer to "svn.r1234" in the Hg repository
- # [23:32] <Philip`> AryehGregor: Oh, whichever way around it is
- # [23:33] * AryehGregor looks
- # [23:33] <hober> Hixie: so is the idea to have :scope and @global but not :root?
- # [23:33] <jgraham> So, uh, the W3C is announcing a conference 2 months in the future?
- # [23:33] <jgraham> I am not an expert
- # [23:33] <TabAtkins> hober: Yeah.
- # [23:33] <TabAtkins> hober: Or, wait, no.
- # [23:33] <AryehGregor> Philip`, I don't see any tags or such: https://dvcs.w3.org/hg/editing
- # [23:33] <jgraham> But doesn't one generally ive more notice?
- # [23:33] <Hixie> hober: define "have"?
- # [23:33] <jgraham> +g
- # [23:33] <TabAtkins> hober: :root still exists. It refers to the root of the document, like normal.
- # [23:33] * Quits: hasather_ (~hasather_@84.38.144.96) (Remote host closed the connection)
- # [23:34] <TabAtkins> hober: The proposal is just that normal selectors are scoped to the scoping element, and won't match anything outside of that (so :root never matches, unless <style scoped> is a child of the root).
- # [23:34] * Joins: tomz (~tomz@i-global252.qualcomm.com)
- # [23:34] <TabAtkins> hober: And then a selector in an @global block isn't scoped, but still sets :scope to the scoping element.
- # [23:34] <jgraham> And by "announcing" I mean "has a website with almost no information, but an annoying parallax effect thing for"
- # [23:35] <hober> TabAtkins: OK. That's not terribly crazy. :)
- # [23:35] * Joins: hasather_ (~hasather_@84.38.144.96)
- # [23:36] <Hixie> woot :-)
- # [23:37] <hober> so "foo :scope bar" in a <style scoped> never matches unless it gets @global'ed
- # [23:37] <TabAtkins> Yes.
- # [23:37] * Quits: jamesr (jamesr@nat/google/x-xnohbjjfxhynjhhb) (Quit: jamesr)
- # [23:38] * Quits: Rik` (~Rik`@216.1.177.180) (Remote host closed the connection)
- # [23:39] * Joins: Rik` (~Rik`@216.1.177.180)
- # [23:39] <hober> word.
- # [23:39] * Parts: tomz (~tomz@i-global252.qualcomm.com)
- # [23:44] * Quits: rillian (~rillian@216.1.177.180) (Remote host closed the connection)
- # [23:45] * Joins: jamesr (jamesr@nat/google/x-xvjfqkoukmvezyku)
- # [23:54] * Joins: erlehmann (~erlehmann@82.113.99.36)
- # [23:55] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # Session Close: Fri Sep 16 00:00:00 2011
The end :)