Options:
- # Session Start: Tue Nov 01 00:00:00 2011
- # Session Ident: #whatwg
- # [00:00] <gsnedders> All the <data> is Hixie's?
- # [00:00] <annevk> All the <base> are belong to Hixie?
- # [00:01] <gsnedders> annevk: Dude, it's not 2001.
- # [00:02] * Quits: ap (~ap@17.245.91.215) (Quit: ap)
- # [00:03] * Quits: 16SABFHLE (~tantek@63-145-238-4.dia.static.qwest.net) (Ping timeout: 260 seconds)
- # [00:03] <annevk> <br>eaking <b>ad
- # [00:03] * annevk is bad at HTML puns
- # [00:03] * Quits: smaug____ (~chatzilla@YYKMMMCMII.gprs.sl-laajakaista.fi) (Ping timeout: 248 seconds)
- # [00:04] * Joins: MikeSmith (~MikeSmith@63-145-238-4.dia.static.qwest.net)
- # [00:04] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 248 seconds)
- # [00:05] <annevk> okay
- # [00:05] <annevk> so you have
- # [00:05] <annevk> new Event(x, dict)
- # [00:05] <annevk> and you have
- # [00:05] <annevk> document.createEvent(eventInterface)
- # [00:05] <annevk> the latter does not have access to x and dict
- # [00:05] <annevk> but they still need to be defined
- # [00:05] * Joins: ap (~ap@17.245.91.215)
- # [00:06] <annevk> so instead DOM defines how they are all initialized when you create an event object
- # [00:06] <annevk> and how dict overwrites anything, if any
- # [00:06] <annevk> (everything from okay above is for jgraham)
- # [00:07] * Joins: tantek (~tantek@63-145-238-4.dia.static.qwest.net)
- # [00:09] * Joins: dbaron (~dbaron@63-145-238-4.dia.static.qwest.net)
- # [00:10] <jgraham> Just define createEvent(x) as being equivalent to new Event(x, {})
- # [00:10] <heycam> not exactly
- # [00:11] <heycam> x == "MouseEvent" for example
- # [00:11] <heycam> for the former
- # [00:11] <heycam> but "click" for the latter
- # [00:11] <heycam> (well the latter you'd want new MouseEvent(...))
- # [00:11] <annevk> x != eventInterface
- # [00:11] <jgraham> Oh, OK
- # [00:12] <heycam> but I agree with the general approach
- # [00:12] <heycam> we need to make sure though that individual event/constructors always have default values for all dictionary members
- # [00:12] <heycam> so that createEvent's definition doesn't need to worry about that
- # [00:12] <jgraham> Yes
- # [00:12] <heycam> or, that constructors for events are all defined in the same way
- # [00:12] <annevk> you don't do that by defining default values for dictionary members
- # [00:13] <annevk> you do that by defining default values for the attributes
- # [00:13] * Joins: shepazu (~shepazu@63-145-238-4.dia.static.qwest.net)
- # [00:14] * heycam is not sure about that
- # [00:14] <heycam> unless that's part of the definitions you have in dom4
- # [00:14] <jgraham> It just seems like a reasonable invariant that dictionary members always have values
- # [00:15] <annevk> heycam, it is, and it is how HTML defines it's events as well
- # [00:15] <heycam> ok
- # [00:15] <annevk> leading to me thinking that we should not have "= false" or some such in dictionaries
- # [00:17] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 260 seconds)
- # [00:17] <heycam> and just assume whatever undefined converts to?
- # [00:17] * Quits: ap (~ap@17.245.91.215) (Read error: Connection reset by peer)
- # [00:17] * Joins: ap (~ap@17.245.91.215)
- # [00:18] * Quits: dbaron (~dbaron@63-145-238-4.dia.static.qwest.net) (Ping timeout: 260 seconds)
- # [00:20] <annevk> well you have boolean withCredentials
- # [00:20] <zewt> annevk: looking at Progress Events as an example, where is the initialization of ProgressEvent from a ProgressEventInit defined? somewhere in webidl? (don't see it in [Constructor])
- # [00:20] <annevk> if you set that to undefined, I guess it will make that false
- # [00:20] <annevk> zewt, DOM4
- # [00:20] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [00:21] <zewt> found it
- # [00:21] <zewt> annevk: might be useful for eventInitDict to be a ref to dom4 Constructing events
- # [00:22] <annevk> maybe for "Constructor"
- # [00:22] <zewt> well that would ref webidl [Constructor] if anything, right?
- # [00:22] <annevk> no
- # [00:23] <annevk> typically it refers the definition in the draft
- # [00:23] <zewt> i mean the word Constructor is from webidl, it's "eventInitDict" that ties to dom4
- # [00:23] * Quits: ap (~ap@17.245.91.215) (Remote host closed the connection)
- # [00:23] <annevk> no
- # [00:23] <annevk> eventInitDict is just a meaningless name
- # [00:23] * Joins: ap (~ap@17.212.155.203)
- # [00:24] <zewt> it's definitely not meaningless, the name is given specific meaning in dom4
- # [00:24] <annevk> no
- # [00:24] <annevk> you cannot give parameter names meaning
- # [00:24] <annevk> that's nonsense
- # [00:24] <zewt> you did give parameter names meaning
- # [00:24] <annevk> in fact
- # [00:24] * Quits: jwalden (~waldo@2620:101:8003:200:224:d7ff:fef0:8d90) (Quit: ChatZilla 0.9.87-3.1450hg.fc15 [XULRunner 7.0.1/20110930134335])
- # [00:24] <annevk> if I did that, type would be undefined
- # [00:24] <annevk> no I didn't
- # [00:24] <zewt> anyway the only point was to make it easier to see where this is defined
- # [00:25] * Quits: rillian_ (~rillian@184.71.166.126) (Remote host closed the connection)
- # [00:25] <annevk> right, for that it would make sense to link Constructor, as we do elsewhere
- # [00:25] * Joins: franksalim (~frank@64-71-23-250.static.wiline.com)
- # [00:25] * Quits: MikeSmith (~MikeSmith@63-145-238-4.dia.static.qwest.net) (Quit: MikeSmith)
- # [00:26] <zewt> jgraham: i think a (the?) benefit of defining the defaults anne's way is that if you ever construct an event interface in more than one way (eg. internally), you have all of the defaults in one place
- # [00:27] * Joins: MikeSmith (~MikeSmith@63-145-238-4.dia.static.qwest.net)
- # [00:27] <zewt> since if you construct an event internally (eg. "fire a progress event"), you're not using the dictionary at all
- # [00:27] <jgraham> Yeah, I see that. But I am not sure that is the most important property
- # [00:28] <zewt> other than that they seem roughly equivalent to me
- # [00:28] <jgraham> I could be wrong of course
- # [00:28] <zewt> if you could drop the prose initialization entirely then I'd agree, since it's just more concise to put them in the idl
- # [00:28] * Joins: smaug____ (~chatzilla@YGMMCDLXXX.gprs.sl-laajakaista.fi)
- # [00:29] <zewt> (agree on first look anyway, might be other factors I don't know about)
- # [00:33] * Joins: dbaron (~dbaron@63-145-238-4.dia.static.qwest.net)
- # [00:33] * Quits: smaug____ (~chatzilla@YGMMCDLXXX.gprs.sl-laajakaista.fi) (Ping timeout: 255 seconds)
- # [00:36] * Joins: agektmr (~Adium@s239.GkanagawaFL9.vectant.ne.jp)
- # [00:38] * Quits: MikeSmith (~MikeSmith@63-145-238-4.dia.static.qwest.net) (Quit: MikeSmith)
- # [00:42] * Quits: agektmr (~Adium@s239.GkanagawaFL9.vectant.ne.jp) (Quit: Leaving.)
- # [00:45] * Joins: astearns (~anonymous@63-145-238-4.dia.static.qwest.net)
- # [00:50] * jernoble is now known as jernoble|afk
- # [00:52] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
- # [00:58] * Quits: zcorpan (~zcorpan@node-7ahkvq28vc65m79q2.a0.ipv6.opera.com) (Quit: zcorpan)
- # [00:59] * Quits: espadrine (~thaddee_t@acces2219.res.insa-lyon.fr) (Remote host closed the connection)
- # [00:59] * Joins: espadrine (~thaddee_t@acces2219.res.insa-lyon.fr)
- # [01:02] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [01:12] * Joins: mbatle_ (~mbatle@190.236.248.11)
- # [01:13] * Quits: necolas (~necolas@5e041dd3.bb.sky.com) (Remote host closed the connection)
- # [01:16] * Quits: ap (~ap@17.212.155.203) (Quit: ap)
- # [01:17] * Quits: dbaron (~dbaron@63-145-238-4.dia.static.qwest.net) (Ping timeout: 252 seconds)
- # [01:20] * Joins: dbaron (~dbaron@63-145-238-4.dia.static.qwest.net)
- # [01:28] * Quits: david_carlisle (~chatzilla@dcarlisle.demon.co.uk) (Ping timeout: 240 seconds)
- # [01:29] * Quits: jdong_bot_ (~jdong_bot@118.186.129.155) (Remote host closed the connection)
- # [01:31] * Quits: dave_levin (dave_levin@nat/google/x-wogdgnutepujkmrl) (Quit: dave_levin)
- # [01:32] * Joins: MikeSmith (~MikeSmith@63-145-238-4.dia.static.qwest.net)
- # [01:38] * Quits: annevk (~annevk@63-145-238-4.dia.static.qwest.net) (Quit: annevk)
- # [01:38] * Quits: othermaciej (~mjs@63-145-238-4.dia.static.qwest.net) (Quit: othermaciej)
- # [01:39] * nunnun is now known as nunnun_away
- # [01:39] * nunnun_away is now known as nunnun
- # [01:41] * Quits: shepazu (~shepazu@63-145-238-4.dia.static.qwest.net) (Quit: shepazu)
- # [01:41] * Quits: rniwa (~rniwa@216.239.45.130) (Quit: rniwa)
- # [01:44] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [01:46] * heycam is now known as heycam|away
- # [01:46] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [01:46] * Quits: drublic (~drublic@frbg-5f7308dd.pool.mediaWays.net) (Remote host closed the connection)
- # [01:47] * Quits: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
- # [01:48] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [01:49] * Quits: karlcow (~karl@nerval.la-grange.net) (Client Quit)
- # [01:52] * Quits: KillerX (~anant@63-145-238-4.dia.static.qwest.net) (Quit: KillerX)
- # [01:53] * Joins: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [01:54] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [01:55] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (Ping timeout: 248 seconds)
- # [01:58] * nunnun is now known as nunnun_away
- # [01:58] * Quits: plutoniix (~plutoniix@ppp-124-120-183-241.revip2.asianet.co.th) (Quit: Leaving)
- # [01:58] * Quits: astearns (~anonymous@63-145-238-4.dia.static.qwest.net) (Quit: astearns)
- # [01:58] * Joins: danielfilho (~daniel@187.31.77.7)
- # [01:59] * Quits: dbaron (~dbaron@63-145-238-4.dia.static.qwest.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:07] * Quits: tantek (~tantek@63-145-238-4.dia.static.qwest.net) (Quit: tantek)
- # [02:07] * Joins: tantek-ipod (~tantek@63-145-238-4.dia.static.qwest.net)
- # [02:07] * tantek-ipod is now known as tantek
- # [02:08] * Quits: sicking (~chatzilla@63-145-238-4.dia.static.qwest.net) (Ping timeout: 260 seconds)
- # [02:08] * Quits: TabAtkins_ (~tabatkins@63-145-238-4.dia.static.qwest.net) (Ping timeout: 258 seconds)
- # [02:09] * Quits: MikeSmith (~MikeSmith@63-145-238-4.dia.static.qwest.net) (Quit: MikeSmith)
- # [02:13] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [02:19] * Quits: tantek (~tantek@63-145-238-4.dia.static.qwest.net) (Ping timeout: 252 seconds)
- # [02:24] * Quits: ezoe (~ezoe@203-140-88-161f1.kyt1.eonet.ne.jp) (Ping timeout: 240 seconds)
- # [02:33] * Joins: tantek (~tantek@63-145-238-4.dia.static.qwest.net)
- # [02:37] * Quits: _bga (~bga@ppp78-37-231-224.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # [02:38] * Joins: tantek-ipod (~tantek@63-145-238-4.dia.static.qwest.net)
- # [02:41] * Quits: tantek (~tantek@63-145-238-4.dia.static.qwest.net) (Ping timeout: 260 seconds)
- # [02:41] * tantek-ipod is now known as tantek
- # [02:42] * Quits: tantek (~tantek@63-145-238-4.dia.static.qwest.net) (Client Quit)
- # [02:45] * Quits: jdong_ (~quassel@222.126.155.250) (Remote host closed the connection)
- # [02:45] * Joins: davidb (~davidb@66.207.208.98)
- # [02:47] * jwm_ is now known as jwm
- # [02:48] * Joins: myakura (~myakura@209.119.68.98)
- # [02:52] * Joins: myakura_ (~myakura@209.119.68.98)
- # [02:52] * Quits: myakura (~myakura@209.119.68.98) (Read error: Connection reset by peer)
- # [02:54] * Quits: tndH (~Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [02:56] * Joins: ezoe (~ezoe@203-140-89-162f1.kyt1.eonet.ne.jp)
- # [03:04] * Joins: jamesr (jamesr@nat/google/x-eskeaoqimdwntwtd)
- # [03:07] * Quits: jamesr (jamesr@nat/google/x-eskeaoqimdwntwtd) (Client Quit)
- # [03:07] * Joins: jamesr (~jamesr@216.239.45.23)
- # [03:07] * Quits: gkellogg (~gregg@c-98-248-150-91.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [03:10] * Joins: benjoffe (~benjoffe_@CPE-121-216-39-241.lnse1.ken.bigpond.net.au)
- # [03:13] * Quits: jamesr (~jamesr@216.239.45.23) (Quit: jamesr)
- # [03:14] * Joins: Rik` (~Rik`@2a01:e34:ec0f:1570:4d93:6733:f447:8ea7)
- # [03:16] * Quits: erlehmann (~erlehmann@82.113.99.59) (Quit: Ex-Chat)
- # [03:18] * Quits: manu` (~chatzilla@pool-74-107-167-56.ronkva.east.verizon.net) (Remote host closed the connection)
- # [03:28] * Joins: myakura (~myakura@209.119.68.98)
- # [03:28] * Quits: myakura_ (~myakura@209.119.68.98) (Read error: Connection reset by peer)
- # [03:30] * paul_irish is now known as paul_irish_
- # [03:32] * Joins: myakura_ (~myakura@209.119.68.98)
- # [03:32] * Quits: myakura (~myakura@209.119.68.98) (Read error: Connection reset by peer)
- # [03:32] * Joins: jacobolu_ (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [03:33] * Joins: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [03:34] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Ping timeout: 248 seconds)
- # [03:37] * Joins: myakura (~myakura@209.119.68.98)
- # [03:37] * Quits: myakura_ (~myakura@209.119.68.98) (Read error: Connection reset by peer)
- # [03:37] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [03:43] * Quits: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Quit: jamesr)
- # [03:47] * Joins: manu` (~chatzilla@pool-74-107-167-56.ronkva.east.verizon.net)
- # [03:49] * Joins: mpt (~mpt@canonical/mpt)
- # [03:49] * Quits: myakura (~myakura@209.119.68.98) (Read error: Connection reset by peer)
- # [03:50] * Joins: myakura (~myakura@209.119.68.98)
- # [03:54] * Quits: jacobolu_ (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [03:57] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 258 seconds)
- # [03:59] * Joins: mpt (~mpt@canonical/mpt)
- # [04:00] * Joins: Evanescence (~Evanescen@122.237.30.1)
- # [04:00] * Quits: mpt (~mpt@canonical/mpt) (Read error: Connection reset by peer)
- # [04:08] * Joins: evil-twin (~evilTwin@123.62.73.24)
- # [04:14] * Quits: Evanescence (~Evanescen@122.237.30.1) (Quit: my website: http://stardiviner.dyndns-blog.com/)
- # [04:31] * Quits: ezoe (~ezoe@203-140-89-162f1.kyt1.eonet.ne.jp) (Ping timeout: 260 seconds)
- # [04:33] * Quits: connrs (~connrs@conners.plus.com) (Ping timeout: 260 seconds)
- # [04:39] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [04:45] * Joins: myakura_ (~myakura@209.119.68.98)
- # [04:45] * Quits: myakura (~myakura@209.119.68.98) (Read error: Connection reset by peer)
- # [04:47] <Hixie> jgraham: yt?
- # [04:49] * Quits: evil-twin (~evilTwin@123.62.73.24) (Ping timeout: 258 seconds)
- # [05:06] * Joins: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [05:10] <Hixie> is pms broken for anyone else?
- # [05:13] * Quits: manu-db (~msporny@digitalbazaar.com) (Ping timeout: 260 seconds)
- # [05:15] * Quits: zewt (~x@c-24-62-196-44.hsd1.ma.comcast.net) (Ping timeout: 244 seconds)
- # [05:15] * Joins: zewt (~x@c-24-62-196-44.hsd1.ma.comcast.net)
- # [05:16] * Joins: manu-db (~msporny@digitalbazaar.com)
- # [05:20] * Joins: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [05:23] * Quits: danielfilho (~daniel@187.31.77.7) (Read error: Connection reset by peer)
- # [05:24] * Joins: agektmr (~Adium@s239.GkanagawaFL9.vectant.ne.jp)
- # [05:25] * Joins: danielfilho (~daniel@187.31.77.7)
- # [05:27] * Quits: davidb (~davidb@66.207.208.98) (Quit: davidb)
- # [05:30] * Joins: jarek (~jarek@aean105.neoplus.adsl.tpnet.pl)
- # [05:30] * Quits: jarek (~jarek@aean105.neoplus.adsl.tpnet.pl) (Changing host)
- # [05:30] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [05:33] * Joins: Evanescence (~Evanescen@122.237.30.1)
- # [05:33] * Quits: zewt (~x@c-24-62-196-44.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
- # [05:33] * Joins: zewt- (~x@c-24-62-196-44.hsd1.ma.comcast.net)
- # [05:34] * Joins: bezoar (~Adium@c-24-143-67-135.customer.broadstripe.net)
- # [05:34] <jarek> Hi
- # [05:35] <jarek> are there any chances for getting ::selection pseudo-element back in CSS Selectors spec?
- # [05:35] <jarek> it seems to be supported by all major browsers
- # [05:35] * Joins: divya (~divyam@27.7.20.144)
- # [05:37] <jarek> even IE9 supports it
- # [05:38] <jarek> https://developer.mozilla.org/en/CSS/%3a%3aselection
- # [05:39] <jarek> I wonder why all browsers except Firefox are using unprefixed version
- # [05:39] <jgraham> Hixie: Sems to be at least a bit up
- # [05:39] <jgraham> +e
- # [05:40] <Hixie> jgraham: http://pimpmyspec.net/aquarium.py/output?uri=http%3A%2F%2Fwww.whatwg.org%2Fspecs%2Fweb-apps%2Fcurrent-work%2Fsource-whatwg-complete&process_filter=on&process_toc=on&process_xref=on&process_sub=on&process_annotate=on&filter=&annotation=&newline_char=LF&tab_char=SPACE&min_depth=2&max_depth=6&w3c_compat_xref_a_placement=on&parser=lxml.html&serializer=html5lib&output_encoding=ascii
- # [05:40] <Hixie> jgraham: gives me an exception
- # [05:40] <Hixie> gotta go, bbiab
- # [05:41] * Quits: agektmr (~Adium@s239.GkanagawaFL9.vectant.ne.jp) (Quit: Leaving.)
- # [05:42] * Joins: nonge_ (~nonge@p5B32635C.dip.t-dialin.net)
- # [05:42] <jgraham> Hixie: node=<?p?> in the traceback looks suspicious
- # [05:43] <jgraham> My first guess is that it is falling over on a PI that shouldn't be there
- # [05:47] * Quits: nonge__ (~nonge@p50829070.dip.t-dialin.net) (Ping timeout: 276 seconds)
- # [05:53] <divya> foolip: does this html to atom algo removal mean there is no more toatom microdata interface?
- # [05:55] * Quits: micheil (~micheil@195.24.233.121) (Quit: http://brandedcode.com | http://github.com/miksago)
- # [06:04] * Joins: connrs (~connrs@conners.plus.com)
- # [06:07] * Joins: astearns (~anonymous@209.119.68.98)
- # [06:21] * Joins: Areks (~Areks@rs.gridnine.com)
- # [06:23] * Quits: cpearce (~chatzilla@60.234.54.74) (Ping timeout: 240 seconds)
- # [06:28] * Quits: roc (~chatzilla@60.234.54.74) (Ping timeout: 260 seconds)
- # [06:29] * Joins: tantek (~tantek@c-98-210-10-195.hsd1.ca.comcast.net)
- # [06:36] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [06:37] * Quits: temp02 (~temp01@unaffiliated/temp01) (Ping timeout: 258 seconds)
- # [06:38] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [06:40] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [06:41] <Hixie> jgraham: ah, good to know, didn't realise PIs would be a problem
- # [06:41] <Hixie> jgraham: fixed, retrying
- # [06:47] * Parts: Areks (~Areks@rs.gridnine.com) ("Once you know what it is you want to be true, instinct is a very useful device for enabling you to know that it is")
- # [06:48] * Joins: Areks_ (~Areks@rs.gridnine.com)
- # [06:48] * Joins: cpearce (~chatzilla@ip-118-90-78-13.xdsl.xnet.co.nz)
- # [06:48] * nunnun_away is now known as nunnun
- # [06:51] <jgraham> Hixie: Yeah, it has no idea how to serialize them. That could be seen as a bug
- # [06:51] * jgraham -> sleep
- # [06:51] <Hixie> nn
- # [06:51] <Hixie> (that did fix it btw)
- # [07:04] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: Leaving)
- # [07:05] * Quits: tantek (~tantek@c-98-210-10-195.hsd1.ca.comcast.net) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
- # [07:06] <boblet> hey all, does XML (and by extension XHTML5) require lowercase element/attribute names?
- # [07:07] <Hixie> XML does not, though it is case-sensitive. All the elements in XHTML are lowercase, so it effectively does.
- # [07:07] <Hixie> elements and attributes
- # [07:08] <boblet> Hixie: All the elements in XHTML are lowercase meaning XHTML 1.x right? thanks
- # [07:08] <Hixie> meaning XHTML, any version
- # [07:08] <boblet> aah ok
- # [07:21] * Joins: sicking (~chatzilla@206-15-76-122.static.twtelecom.net)
- # [07:24] * Quits: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Quit: eric_carlson)
- # [07:35] * Quits: sicking (~chatzilla@206-15-76-122.static.twtelecom.net) (Ping timeout: 240 seconds)
- # [07:39] * Quits: benjoffe (~benjoffe_@CPE-121-216-39-241.lnse1.ken.bigpond.net.au) (Remote host closed the connection)
- # [07:40] * Quits: divya (~divyam@27.7.20.144) (Quit: Leaving.)
- # [07:40] * Quits: astearns (~anonymous@209.119.68.98) (Quit: astearns)
- # [07:58] * Joins: dirkpennings (~Vuurbal@90-145-26-140.bbserv.nl)
- # [08:05] * Quits: dirkpennings (~Vuurbal@90-145-26-140.bbserv.nl)
- # [08:17] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
- # [08:25] * Joins: nessy (~Adium@203-158-44-13.dyn.iinet.net.au)
- # [08:27] * Joins: brucel (~brucel@cpc4-smal11-2-0-cust879.perr.cable.virginmedia.com)
- # [08:27] * Quits: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Quit: jamesr)
- # [08:32] * Joins: ezoe (~ezoe@203-140-89-172f1.kyt1.eonet.ne.jp)
- # [08:35] * Joins: rtuin (~rtuin@213.125.175.250)
- # [08:37] * Joins: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net)
- # [08:39] * Joins: dirkpennings (~Vuurbal@90-145-26-140.bbserv.nl)
- # [08:47] * Joins: FlorianX (~Florian_S@p4FCF6609.dip.t-dialin.net)
- # [08:56] * Joins: benjoffe (~benjoffe_@CPE-121-216-39-241.lnse1.ken.bigpond.net.au)
- # [09:10] * Quits: myakura_ (~myakura@209.119.68.98) (Remote host closed the connection)
- # [09:14] * Joins: GlitchMr (~glitchmr@178-36-38-192.adsl.inetia.pl)
- # [09:19] <hsivonen> I wonder how often the 2D canvas is used for vector drawing vs. bitmap blitting
- # [09:19] <hsivonen> also, I wonder what vector drawing use cases there are in the wild that wouldn't be more appropriate as SVG
- # [09:21] <hsivonen> what ojan said in IRC logs about SVG name case handling scares me
- # [09:21] <hsivonen> I wish Chrome just did what Firefox does (which is spec-wise right) and now try to invent new behaviors
- # [09:31] * Joins: mishunov (~spliter@77.88.72.162)
- # [09:32] * Quits: mbatle_ (~mbatle@190.236.248.11) (Ping timeout: 240 seconds)
- # [09:34] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
- # [09:35] * Quits: mishunov (~spliter@77.88.72.162) (Read error: Connection reset by peer)
- # [09:35] * Joins: Ms2ger (~Ms2ger@91.181.84.233)
- # [09:35] * Joins: mishunov (~spliter@77.88.72.162)
- # [09:41] * Quits: Druid_ (~Druid@p5B05CAFE.dip.t-dialin.net) (Ping timeout: 260 seconds)
- # [09:43] * hsivonen sees "Our mission is to create the semantic web." in an HTML WG bug comment
- # [09:43] * Joins: Druid_ (~Druid@91.19.88.115)
- # [09:44] * Joins: mbatle_ (~mbatle@190.236.248.11)
- # [09:48] * Joins: danbri_ (~danbri@ip176-48-210-87.adsl2.static.versatel.nl)
- # [09:48] * Joins: zcorpan (~zcorpan@node-7ahkvq28vc65m79q2.a0.ipv6.opera.com)
- # [09:49] * Quits: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl) (Ping timeout: 252 seconds)
- # [09:52] * Quits: Evanescence (~Evanescen@122.237.30.1) (Quit: my website: http://stardiviner.dyndns-blog.com/)
- # [09:56] * Joins: drublic_ (~drublic@frbg-4d0295b8.pool.mediaWays.net)
- # [10:10] * Joins: nimbupani (~divyam@27.7.20.144)
- # [10:10] * nimbupani is now known as divya
- # [10:11] * Joins: Margle (~Margle@41-133-100-66.dsl.mweb.co.za)
- # [10:11] <zcorpan> Hixie: i think the websocket garbage collection rules might need tweaking now that message can't be fired in CLOSING (can error be fired in CLOSING?)
- # [10:14] <zcorpan> Hixie: i think i see more typos in r6798 (s/the// s/it/if/)
- # [10:15] <Ms2ger> zcorpan, filed
- # [10:17] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Quit: Ex-Chat)
- # [10:19] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
- # [10:22] * Joins: david_carlisle (~chatzilla@86.188.197.189)
- # [10:22] <hsivonen> maybe I should email ojan with references to relevant Gecko bugs to avoid a situation where Chrome just proceeds to make stuff up
- # [10:23] * Quits: Margle (~Margle@41-133-100-66.dsl.mweb.co.za) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [10:23] * Quits: divya (~divyam@27.7.20.144) (Quit: Leaving.)
- # [10:23] * Joins: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk)
- # [10:32] * Joins: nimbupani (~divyam@27.7.20.144)
- # [10:32] * nimbupani is now known as divya
- # [10:32] * Quits: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk) (Quit: akamike)
- # [10:33] * Parts: mishunov (~spliter@77.88.72.162)
- # [10:34] * Joins: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk)
- # [10:34] * danbri_ is now known as danbri
- # [10:35] <Ms2ger> glwt
- # [10:40] <Ms2ger> gsnedders, I believe the conclusion was "What the hell? We don't want to implement that"
- # [10:41] * Quits: drublic_ (~drublic@frbg-4d0295b8.pool.mediaWays.net) (Remote host closed the connection)
- # [10:52] * Joins: necolas (~necolas@80.169.28.3)
- # [10:55] * Joins: drublic_ (~drublic@frbg-5d84e7cb.pool.mediaWays.net)
- # [10:55] * Quits: drublic_ (~drublic@frbg-5d84e7cb.pool.mediaWays.net) (Remote host closed the connection)
- # [10:56] * Joins: 64MAA0DAF (~drublic@frbg-5d84e7cb.pool.mediaWays.net)
- # [11:15] * Joins: smaug____ (~chatzilla@YKMMMCDLXXXVIII.gprs.sl-laajakaista.fi)
- # [11:18] * Quits: zcorpan (~zcorpan@node-7ahkvq28vc65m79q2.a0.ipv6.opera.com) (Remote host closed the connection)
- # [11:19] * Joins: zcorpan (~zcorpan@node-7ahkvq28vc65m79q2.a0.ipv6.opera.com)
- # [11:40] * Quits: nigelb (~nigel@ubuntu/member/nigelb) (Ping timeout: 240 seconds)
- # [11:41] * Joins: nigelb (~nigel@ubuntu/member/nigelb)
- # [11:43] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Quit: Ex-Chat)
- # [11:49] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
- # [12:07] * Joins: bga_ (~bga@ppp78-37-231-224.pppoe.avangarddsl.ru)
- # [12:34] * Quits: nessy (~Adium@203-158-44-13.dyn.iinet.net.au) (Quit: Leaving.)
- # [12:37] * Peter` is now known as beverloo
- # [12:38] * beverloo is now known as Peter`
- # [12:39] * Joins: beverloo (~peter@74.125.57.49)
- # [12:39] * Quits: mbatle_ (~mbatle@190.236.248.11) (Ping timeout: 240 seconds)
- # [12:40] * Quits: benjoffe (~benjoffe_@CPE-121-216-39-241.lnse1.ken.bigpond.net.au) (Remote host closed the connection)
- # [12:41] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [12:46] * Joins: nessy (~Adium@203-158-44-13.dyn.iinet.net.au)
- # [12:46] * Joins: mbatle_ (~mbatle@190.236.248.11)
- # [12:47] * Joins: evil-twin (~evilTwin@123.62.73.24)
- # [12:54] * Quits: beverloo (~peter@74.125.57.49) (Quit: beverloo)
- # [12:54] * Joins: beverloo (peter@nat/google/x-ppggkfretihdkncf)
- # [12:58] * Quits: nessy (~Adium@203-158-44-13.dyn.iinet.net.au) (Quit: Leaving.)
- # [13:21] * Quits: divya (~divyam@27.7.20.144) (Quit: Leaving.)
- # [13:23] * Joins: nimbupani (~divyam@27.7.20.144)
- # [13:23] * nimbupani is now known as divya
- # [13:27] * Joins: benjoffe (~benjoffe_@CPE-121-216-39-241.lnse1.ken.bigpond.net.au)
- # [13:30] * Quits: smaug____ (~chatzilla@YKMMMCDLXXXVIII.gprs.sl-laajakaista.fi) (Ping timeout: 240 seconds)
- # [13:31] * Joins: erichynds (~ehynds@venkman.brightcove.com)
- # [13:34] * Quits: divya (~divyam@27.7.20.144) (Quit: Leaving.)
- # [13:35] * Joins: drublic__ (~drublic@frbg-4d0280e5.pool.mediaWays.net)
- # [13:36] * Quits: drublic__ (~drublic@frbg-4d0280e5.pool.mediaWays.net) (Remote host closed the connection)
- # [13:36] * Joins: drublic__ (~drublic@frbg-4d0280e5.pool.mediaWays.net)
- # [13:37] * Quits: 64MAA0DAF (~drublic@frbg-5d84e7cb.pool.mediaWays.net) (Ping timeout: 248 seconds)
- # [13:42] * Joins: jdong_bot_ (~jdong_bot@118.186.129.162)
- # [13:44] * Quits: drublic__ (~drublic@frbg-4d0280e5.pool.mediaWays.net) (Ping timeout: 248 seconds)
- # [13:45] * Joins: drublic (~drublic@frbg-4d02938f.pool.mediaWays.net)
- # [13:57] * Quits: jdong_bot_ (~jdong_bot@118.186.129.162) (Remote host closed the connection)
- # [14:05] * Quits: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk) (Quit: akamike)
- # [14:11] * Joins: JakeA (~Adium@212.156.82.182)
- # [14:12] * Joins: miketaylr (~miketaylr@206.217.92.186)
- # [14:12] * Joins: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk)
- # [14:16] <JakeA> Anyone know why — in html comments are still disallowed?
- # [14:17] <JakeA> Stupid auto correct, I mean -- of course
- # [14:17] * Joins: davidb_ (~davidb@66.207.208.98)
- # [14:17] <Ms2ger> It is allowed now, IIRC
- # [14:18] <Ms2ger> Hmm, I'm wrong
- # [14:18] <Ms2ger> Not sure
- # [14:19] <Ms2ger> Because that breaks in some browser versions, perhaps
- # [14:19] <JakeA> Wonder if there's a particular faulty browser that goes nuts, or if it just wasn't considered to be relaxed
- # [14:19] <JakeA> yeah
- # [14:20] <Ms2ger> Firefox < 4, I think?
- # [14:20] <Ms2ger> Some versions of Opera as well, I suspect
- # [14:20] <zcorpan> we generally want legal trees to be serializable in both text/html and xml
- # [14:21] <zcorpan> but i guess it will be changed at some point
- # [14:21] <JakeA> Makes sense, I guess it should be covered by the error handling, maybe already is
- # [14:22] <JakeA> Cheers guys
- # [14:22] * Quits: JakeA (~Adium@212.156.82.182) (Quit: Leaving.)
- # [14:22] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [14:24] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [14:26] * Quits: Ms2ger (~Ms2ger@91.181.84.233) (Quit: bbl)
- # [14:27] * Joins: erlehmann (~erlehmann@82.113.99.44)
- # [14:29] * Joins: MacTed (~Thud@63.119.36.36)
- # [14:29] * Joins: mpt (mpt@conference/ubuntudevelopersummit/x-yzlsionxztecdoij)
- # [14:29] * Quits: mpt (mpt@conference/ubuntudevelopersummit/x-yzlsionxztecdoij) (Changing host)
- # [14:29] * Joins: mpt (mpt@canonical/mpt)
- # [14:35] * Joins: smaug____ (~chatzilla@YZCMXC.gprs.sl-laajakaista.fi)
- # [14:41] * Joins: ben_alman_ (~cowboy@75-150-66-249-NewEngland.hfc.comcastbusiness.net)
- # [14:44] * Quits: smaug____ (~chatzilla@YZCMXC.gprs.sl-laajakaista.fi) (Ping timeout: 240 seconds)
- # [14:47] * Joins: eric_carlson (~ericc@2620:149:4:1b01:20b0:c8b5:2e2b:e33c)
- # [14:58] * Quits: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [15:09] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
- # [15:14] <bga_> how easy http://www.youtube.com/watch?v=FNWcy8S2k4Y
- # [15:14] <bga_> like flexbox
- # [15:15] * Quits: benjoffe (~benjoffe_@CPE-121-216-39-241.lnse1.ken.bigpond.net.au) (Remote host closed the connection)
- # [15:16] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Ping timeout: 252 seconds)
- # [15:17] * Quits: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net) (Quit: tomasf)
- # [15:19] * Joins: miketayl_r (~miketaylr@206.217.92.186)
- # [15:20] * Quits: miketaylr (~miketaylr@206.217.92.186) (Disconnected by services)
- # [15:20] * miketayl_r is now known as miketaylr
- # [15:21] * Joins: astearns (~anonymous@209.119.68.98)
- # [15:21] * Quits: Areks_ (~Areks@rs.gridnine.com) (Ping timeout: 240 seconds)
- # [15:27] * Joins: miketayl_r (~miketaylr@206.217.92.186)
- # [15:27] * Quits: miketaylr (~miketaylr@206.217.92.186) (Read error: Connection reset by peer)
- # [15:35] * miketayl_r is now known as miketaylr
- # [15:38] * Joins: tndH (~Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
- # [15:46] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Quit: tantek)
- # [15:46] * Quits: astearns (~anonymous@209.119.68.98) (Quit: astearns)
- # [15:52] * Quits: miketaylr (~miketaylr@206.217.92.186) (Read error: Connection reset by peer)
- # [15:52] * Joins: miketaylr (~miketaylr@206.217.92.186)
- # [15:55] * Joins: tomasf (~tomasf@host-95-199-22-24.mobileonline.telia.com)
- # [15:58] * Joins: astearns (~anonymous@63-145-238-4.dia.static.qwest.net)
- # [16:01] * Quits: mpt (mpt@canonical/mpt) (Ping timeout: 240 seconds)
- # [16:02] * Joins: smaug____ (~chatzilla@cs181151161.pp.htv.fi)
- # [16:05] * Quits: tomasf (~tomasf@host-95-199-22-24.mobileonline.telia.com) (Read error: Connection reset by peer)
- # [16:13] <zcorpan> is automatically resizable textarea solved already by css.next ?
- # [16:17] * Joins: tomasf (~tomasf@host-95-199-22-24.mobileonline.telia.com)
- # [16:19] * nunnun is now known as nunnun_away
- # [16:19] * Joins: Russ_ (~quassel@nat/transgaming/x-llrapuqqiqvpahbf)
- # [16:20] * Joins: Timz (~Adium@86.89.174.199)
- # [16:24] * Joins: mpt (mpt@canonical/mpt)
- # [16:24] * Quits: scor (~scor@drupal.org/user/52142/view) (Read error: Connection reset by peer)
- # [16:24] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [16:25] * Quits: astearns (~anonymous@63-145-238-4.dia.static.qwest.net) (Quit: astearns)
- # [16:26] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [16:27] * Quits: scor (~scor@drupal.org/user/52142/view) (Read error: Connection reset by peer)
- # [16:29] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [16:29] * Joins: myakura (~myakura@209.119.68.98)
- # [16:31] * Joins: astearns (~anonymous@63-145-238-4.dia.static.qwest.net)
- # [16:33] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [16:35] * Quits: myakura (~myakura@209.119.68.98) (Remote host closed the connection)
- # [16:35] * Quits: tomasf (~tomasf@host-95-199-22-24.mobileonline.telia.com) (Read error: Connection reset by peer)
- # [16:36] * Joins: tomasf (~tomasf@host-95-199-22-24.mobileonline.telia.com)
- # [16:43] * Quits: eric_carlson (~ericc@2620:149:4:1b01:20b0:c8b5:2e2b:e33c) (Quit: eric_carlson)
- # [16:48] * nunnun_away is now known as nunnun
- # [16:53] * Quits: Rik` (~Rik`@2a01:e34:ec0f:1570:4d93:6733:f447:8ea7) (Remote host closed the connection)
- # [16:56] * Joins: dbaron (~dbaron@63-145-238-4.dia.static.qwest.net)
- # [16:58] * Joins: rillian_ (~rillian@184.71.166.126)
- # [16:59] * nunnun is now known as nunnun_away
- # [17:00] * nunnun_away is now known as nunnun
- # [17:01] * Quits: dirkpennings (~Vuurbal@90-145-26-140.bbserv.nl) (Ping timeout: 260 seconds)
- # [17:02] * Joins: myakura (~myakura@63-145-238-4.dia.static.qwest.net)
- # [17:03] * Joins: annevk (~annevk@63-145-238-4.dia.static.qwest.net)
- # [17:05] * Quits: zcorpan (~zcorpan@node-7ahkvq28vc65m79q2.a0.ipv6.opera.com) (Quit: zcorpan)
- # [17:06] * paul_irish_ is now known as paul_irish
- # [17:07] * Joins: KillerX (~anant@63-145-238-4.dia.static.qwest.net)
- # [17:08] * Quits: GlitchMr (~glitchmr@178-36-38-192.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [17:08] * Joins: KevinMarks (~KevinMark@63-145-238-4.dia.static.qwest.net)
- # [17:08] * Joins: GlitchMr (~glitchmr@178-36-38-192.adsl.inetia.pl)
- # [17:09] * Joins: TabAtkins_ (~tabatkins@63-145-238-4.dia.static.qwest.net)
- # [17:10] * Quits: rtuin (~rtuin@213.125.175.250) (Quit: Leaving)
- # [17:11] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [17:14] * Joins: plutoniix (~plutoniix@ppp-124-121-210-134.revip2.asianet.co.th)
- # [17:14] * heycam|away is now known as heycam
- # [17:16] * Quits: evil-twin (~evilTwin@123.62.73.24) (Ping timeout: 252 seconds)
- # [17:16] * Joins: miketayl_r (~miketaylr@206.217.92.186)
- # [17:16] * Quits: miketayl_r (~miketaylr@206.217.92.186) (Remote host closed the connection)
- # [17:16] * Quits: miketaylr (~miketaylr@206.217.92.186) (Read error: Connection reset by peer)
- # [17:16] * Joins: miketaylr (~miketaylr@206.217.92.186)
- # [17:17] * nunnun is now known as nunnun_away
- # [17:21] * Quits: GlitchMr (~glitchmr@178-36-38-192.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [17:22] * Joins: GlitchMr (~glitchmr@178-36-38-192.adsl.inetia.pl)
- # [17:22] * Quits: GlitchMr (~glitchmr@178-36-38-192.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [17:23] * Joins: GlitchMr (~glitchmr@178-36-38-192.adsl.inetia.pl)
- # [17:25] * Joins: Rik` (~Rik`@213.36.9.236)
- # [17:26] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [17:29] * Joins: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [17:30] * nunnun_away is now known as nunnun
- # [17:30] * Quits: erlehmann (~erlehmann@82.113.99.44) (Ping timeout: 240 seconds)
- # [17:31] * Joins: eric_carlson (~ericc@63-145-238-4.dia.static.qwest.net)
- # [17:33] <Hixie> hsivonen: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14596#c3
- # [17:33] * Quits: Rik` (~Rik`@213.36.9.236) (Ping timeout: 244 seconds)
- # [17:34] * nunnun is now known as nunnun_away
- # [17:34] * nunnun_away is now known as nunnun
- # [17:36] * Joins: shepazu (~shepazu@63-145-238-4.dia.static.qwest.net)
- # [17:43] * Quits: tomasf (~tomasf@host-95-199-22-24.mobileonline.telia.com) (Quit: tomasf)
- # [17:44] * Joins: MikeSmith (~MikeSmith@63-145-238-4.dia.static.qwest.net)
- # [17:46] * Quits: david_carlisle (~chatzilla@86.188.197.189) (Ping timeout: 260 seconds)
- # [17:51] * Joins: dave_levin (dave_levin@nat/google/x-vgobscyzwgysbrsv)
- # [17:52] * nunnun is now known as nunnun_away
- # [17:53] <annevk> Hixie, I think we should remove FF now from WebVTT, I know you don't care, but I do a little bit
- # [17:54] * Joins: GlitchMr42 (~glitchmr@178-36-21-229.adsl.inetia.pl)
- # [17:55] * Joins: ap (~ap@2620:149:4:1b01:88a:b480:fff4:6486)
- # [17:56] * Quits: GlitchMr (~glitchmr@178-36-38-192.adsl.inetia.pl) (Ping timeout: 255 seconds)
- # [17:58] * Joins: tantek (~tantek@63-145-238-4.dia.static.qwest.net)
- # [17:59] * Joins: mishunov (~spliter@77.88.72.162)
- # [17:59] <Hixie> annevk: why?
- # [18:00] * Joins: rniwa (~rniwa@63-145-238-4.dia.static.qwest.net)
- # [18:00] <Hixie> annevk: it's a pain to do (e.g. means implementors and i have to duplicate their definitions of "skip whitespace", "space character", etc)
- # [18:00] <Hixie> annevk: what's the benefit?
- # [18:00] * nunnun_away is now known as nunnun
- # [18:00] * Quits: davidb_ (~davidb@66.207.208.98) (Quit: davidb_)
- # [18:01] * Quits: mpt (mpt@canonical/mpt) (Ping timeout: 240 seconds)
- # [18:04] * Joins: erlehmann (~erlehmann@82.113.99.44)
- # [18:05] * Quits: annevk (~annevk@63-145-238-4.dia.static.qwest.net) (Quit: annevk)
- # [18:05] * nunnun is now known as nunnun_away
- # [18:05] * Joins: hasather_ (~hasather_@84.38.144.96)
- # [18:05] * Joins: davidb_ (~davidb@66.207.208.98)
- # [18:05] * nunnun_away is now known as nunnun
- # [18:06] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [18:11] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: No route to host)
- # [18:11] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [18:15] * Quits: ap (~ap@2620:149:4:1b01:88a:b480:fff4:6486) (Quit: ap)
- # [18:15] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:17] * Joins: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [18:19] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (Ping timeout: 245 seconds)
- # [18:20] * Quits: jarib_ (~jarib@109.74.192.179) (Ping timeout: 245 seconds)
- # [18:21] * Joins: jarib_ (~jarib@109.74.192.179)
- # [18:23] * jernoble|afk is now known as jernoble
- # [18:24] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
- # [18:24] * Joins: J_Voracek (~J_Voracek@71.21.195.70)
- # [18:27] * Joins: jwalden (~waldo@2620:101:8003:200:224:d7ff:fef0:8d90)
- # [18:30] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [18:30] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [18:30] * paul_irish is now known as paul_irish_
- # [18:31] * Quits: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk) (Quit: akamike)
- # [18:32] * Parts: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [18:33] * Quits: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Quit: jamesr)
- # [18:33] * Quits: hasather_ (~hasather_@84.38.144.96) (Remote host closed the connection)
- # [18:36] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [18:38] * Quits: connrs (~connrs@conners.plus.com) (Ping timeout: 260 seconds)
- # [18:41] * Quits: smaug____ (~chatzilla@cs181151161.pp.htv.fi) (Ping timeout: 258 seconds)
- # [18:44] * Quits: danielfilho (~daniel@187.31.77.7) (Quit: O'HAI!)
- # [18:51] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [18:56] * Joins: jamesr (jamesr@nat/google/x-fgocudssbzphcuve)
- # [18:56] * Quits: ezoe (~ezoe@203-140-89-172f1.kyt1.eonet.ne.jp) (Ping timeout: 258 seconds)
- # [18:57] * Quits: J_Voracek (~J_Voracek@71.21.195.70) (Quit: disconnected: Jace Voracek - Jace@Jace-Place.com)
- # [19:13] * Quits: necolas (~necolas@80.169.28.3) (Remote host closed the connection)
- # [19:17] * Joins: GlitchMr (~glitchmr@178-36-131-221.adsl.inetia.pl)
- # [19:19] * Joins: mpt (mpt@canonical/mpt)
- # [19:19] * Quits: GlitchMr (~glitchmr@178-36-131-221.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [19:20] * Quits: GlitchMr42 (~glitchmr@178-36-21-229.adsl.inetia.pl) (Ping timeout: 248 seconds)
- # [19:24] * Quits: rniwa (~rniwa@63-145-238-4.dia.static.qwest.net) (Read error: Connection reset by peer)
- # [19:25] * nunnun is now known as nunnun_away
- # [19:26] * nunnun_away is now known as nunnun
- # [19:27] * Joins: GlitchMr (~glitchmr@178-36-131-221.adsl.inetia.pl)
- # [19:30] * Quits: eric_carlson (~ericc@63-145-238-4.dia.static.qwest.net) (Quit: eric_carlson)
- # [19:33] * Quits: Druid_ (~Druid@91.19.88.115) (Ping timeout: 260 seconds)
- # [19:34] * Joins: rniwa (~rniwa@63-145-238-4.dia.static.qwest.net)
- # [19:36] * Joins: sicking (~chatzilla@63-145-238-4.dia.static.qwest.net)
- # [19:40] * Quits: mpt (mpt@canonical/mpt) (Ping timeout: 245 seconds)
- # [19:42] * Joins: Druid_ (~Druid@p5B135873.dip.t-dialin.net)
- # [19:53] * Joins: annevk (~annevk@63-145-238-4.dia.static.qwest.net)
- # [19:56] * Joins: mpt (mpt@canonical/mpt)
- # [19:59] * Joins: nessy (~Adium@203-158-44-13.dyn.iinet.net.au)
- # [20:06] * Joins: smaug____ (~chatzilla@cs181151161.pp.htv.fi)
- # [20:09] * Quits: ralphholzmann (~ralph@li76-151.members.linode.com) (Ping timeout: 240 seconds)
- # [20:10] * Quits: shepazu (~shepazu@63-145-238-4.dia.static.qwest.net) (Quit: shepazu)
- # [20:10] * Quits: mpt (mpt@canonical/mpt) (Ping timeout: 252 seconds)
- # [20:12] * Quits: annevk (~annevk@63-145-238-4.dia.static.qwest.net) (Quit: annevk)
- # [20:12] * Quits: rniwa (~rniwa@63-145-238-4.dia.static.qwest.net) (Quit: rniwa)
- # [20:13] * Quits: myakura (~myakura@63-145-238-4.dia.static.qwest.net) (Remote host closed the connection)
- # [20:13] * Quits: sicking (~chatzilla@63-145-238-4.dia.static.qwest.net) (Ping timeout: 258 seconds)
- # [20:14] * Joins: ralphholzmann (~ralph@li76-151.members.linode.com)
- # [20:14] * Quits: MikeSmith (~MikeSmith@63-145-238-4.dia.static.qwest.net) (Quit: MikeSmith)
- # [20:15] * Joins: tantek-ipod (~tantek@63-145-238-4.dia.static.qwest.net)
- # [20:22] * Joins: mpt (mpt@canonical/mpt)
- # [20:24] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [20:24] * Quits: KevinMarks (~KevinMark@63-145-238-4.dia.static.qwest.net) (Quit: The computer fell asleep)
- # [20:26] * Joins: dragon_ (~dragon@59-190-54-232f1.hyg2.eonet.ne.jp)
- # [20:26] * Quits: dragon_ (~dragon@59-190-54-232f1.hyg2.eonet.ne.jp) (Client Quit)
- # [20:28] * Joins: Ms2ger (~Ms2ger@91.181.84.233)
- # [20:29] * Parts: brucel (~brucel@cpc4-smal11-2-0-cust879.perr.cable.virginmedia.com)
- # [20:33] * Joins: oconnore (~Eric@75-150-66-254-NewEngland.hfc.comcastbusiness.net)
- # [20:36] * Quits: tantek-ipod (~tantek@63-145-238-4.dia.static.qwest.net) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
- # [20:36] * Quits: nessy (~Adium@203-158-44-13.dyn.iinet.net.au) (Quit: Leaving.)
- # [20:37] * nunnun is now known as nunnun_away
- # [20:37] * nunnun_away is now known as nunnun
- # [20:40] * Quits: erichynds (~ehynds@venkman.brightcove.com) (Ping timeout: 240 seconds)
- # [20:41] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [20:42] * Joins: ap (~ap@2620:149:4:1b01:88a:b480:fff4:6486)
- # [20:42] * Joins: _bga (~bga@ppp78-37-222-74.pppoe.avangarddsl.ru)
- # [20:43] * Quits: davidb_ (~davidb@66.207.208.98) (Read error: Connection reset by peer)
- # [20:43] * Quits: bga_ (~bga@ppp78-37-231-224.pppoe.avangarddsl.ru) (Ping timeout: 252 seconds)
- # [20:47] * Quits: cpearce (~chatzilla@ip-118-90-78-13.xdsl.xnet.co.nz) (Ping timeout: 245 seconds)
- # [20:48] <Ms2ger> Hmm, Hixie fixed bug 1462814628
- # [20:49] <oconnore> is there an html5lib fork compatible with python3?
- # [20:49] <oconnore> I pulled from: https://github.com/mikexstudios/html5lib-python
- # [20:49] <oconnore> er.. cloned
- # [20:50] * Joins: david_carlisle (~chatzilla@dcarlisle.demon.co.uk)
- # [20:51] <Ms2ger> oconnore, yeah, but it's rather out of date
- # [20:51] * Joins: Telling (~unknown@80-71-135-15.u.parknet.dk)
- # [20:52] <oconnore> Ms2ger: what would you use that is up to date?
- # [20:52] <Ms2ger> The python2 version
- # [20:52] <oconnore> hmm, python people are so weird...
- # [20:52] <oconnore> ok
- # [20:53] * Quits: ben_alman_ (~cowboy@75-150-66-249-NewEngland.hfc.comcastbusiness.net) (Ping timeout: 252 seconds)
- # [20:53] <Ms2ger> Lots of work, little benefit..
- # [20:54] <oconnore> utf8 by default is pretty spiffy :)
- # [20:54] <oconnore> is that github link a reasonably up to date python 2 version?
- # [20:55] * nunnun is now known as nunnun_away
- # [20:55] <hober> whoa, confusing nick :)
- # [20:55] <Ms2ger> http://code.google.com/p/html5lib/
- # [20:55] <oconnore> uploaded jan 2010?
- # [20:59] * Quits: temp01 (~temp01@unaffiliated/temp01) (Read error: Connection reset by peer)
- # [21:00] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [21:01] * Joins: zcorpan (~zcorpan@pat.se.opera.com)
- # [21:06] <heycam> jamesr, ping
- # [21:07] * Quits: tantek (~tantek@63-145-238-4.dia.static.qwest.net) (Quit: tantek)
- # [21:07] * Quits: astearns (~anonymous@63-145-238-4.dia.static.qwest.net) (Quit: astearns)
- # [21:07] * Quits: dbaron (~dbaron@63-145-238-4.dia.static.qwest.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [21:08] * Joins: myakura (~myakura@63-145-238-4.dia.static.qwest.net)
- # [21:09] <gsnedders> oconnore: Expect html5lib to start working with Python3 again within a week
- # [21:09] * Quits: mpt (mpt@canonical/mpt) (Quit: Ex-Chat)
- # [21:10] <Ms2ger> Oh?
- # [21:10] * Joins: mpt (mpt@conference/ubuntudevelopersummit/x-gzchjyznjhslmqwq)
- # [21:10] * Quits: mpt (mpt@conference/ubuntudevelopersummit/x-gzchjyznjhslmqwq) (Changing host)
- # [21:10] * Joins: mpt (mpt@canonical/mpt)
- # [21:10] <gsnedders> http://code.google.com/p/html5lib/issues/detail?id=187
- # [21:10] <gsnedders> Most of the work was done by jgraham ages ago, it's just we've regressed 2to3 making something useful
- # [21:10] * Joins: nessy (~Adium@203-158-44-13.dyn.iinet.net.au)
- # [21:11] * Quits: TabAtkins_ (~tabatkins@63-145-238-4.dia.static.qwest.net) (Ping timeout: 260 seconds)
- # [21:13] <Ms2ger> Philip`, you don't happen to have time to have a look at http://www.w3.org/Bugs/Public/show_bug.cgi?id=14356 ?
- # [21:14] <gsnedders> I'm just in general planning on trying to crack through as many html5lib issues as possible after all my work due in tomorrow is done
- # [21:14] <gsnedders> Speaking of which, I should do some of that :)
- # [21:21] * Joins: annevk (~annevk@63-145-238-4.dia.static.qwest.net)
- # [21:21] <dglazkov> Hixie: are you coming to webapps?
- # [21:22] <annevk> Hixie: so the reason to remove FF is because cache manifests don't have it either
- # [21:22] <annevk> Hixie: if you think we should have FF we should add it to cache manifests I suppose
- # [21:26] * Quits: wycats (u79@gateway/web/irccloud.com/x-lqrkwxymsfvzapfj) (Excess Flood)
- # [21:27] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-drhspoccwmmtmupy) (Max SendQ exceeded)
- # [21:28] * Joins: GlitchMr42 (~glitchmr@178-36-171-76.adsl.inetia.pl)
- # [21:28] * Joins: saba (~foo@unaffiliated/saba)
- # [21:28] * Joins: wycats_ (u79@gateway/web/irccloud.com/x-itqzaigcufqzyrwy)
- # [21:28] * Joins: ryanseddon_ (u1832@gateway/web/irccloud.com/x-yvqswngcbwigkmsx)
- # [21:28] * wycats_ is now known as wycats
- # [21:28] * ryanseddon_ is now known as ryanseddon
- # [21:28] * Quits: GlitchMr (~glitchmr@178-36-131-221.adsl.inetia.pl) (Ping timeout: 245 seconds)
- # [21:33] <oconnore> gsnedders: thanks!
- # [21:34] * Quits: paul_irish_ (~paul_iris@ve.hsh6wjwx.vesrv.com) (Ping timeout: 240 seconds)
- # [21:37] * Quits: Scorchin (u1242@gateway/web/irccloud.com/x-mibstvcnxksjlleb) (Ping timeout: 240 seconds)
- # [21:38] * Joins: tantek_ (~tantek@63-145-238-4.dia.static.qwest.net)
- # [21:38] * Quits: miketaylr (~miketaylr@206.217.92.186) (Quit: miketaylr)
- # [21:38] <jamesr_> heycam, pong
- # [21:38] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [21:38] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [21:38] * Quits: karlcow (~karl@nerval.la-grange.net) (Client Quit)
- # [21:38] <heycam> jamesr_, hey. I'm at TPAC, I'm going to be meeting with the Web Perf WG in half an hour.
- # [21:38] <heycam> jamesr_, and I've been ignore raf for a while :)
- # [21:38] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [21:38] <jamesr_> cool! i'm not able to attend any TPAC stuff this round
- # [21:38] <heycam> jamesr_, so just wanted to check in and see what the status is
- # [21:38] <jamesr_> heycam, there are open issues on RAF, but afaik nothing about it to be resolved at TPAC
- # [21:38] <heycam> jamesr_, yeah I would be reluctant to resolve things here
- # [21:38] * jamesr_ finds the list of open issues
- # [21:39] <jamesr_> any idea where i could find it?
- # [21:42] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 240 seconds)
- # [21:43] * Quits: oconnore (~Eric@75-150-66-254-NewEngland.hfc.comcastbusiness.net) (Ping timeout: 240 seconds)
- # [21:44] <heycam> yeah, hang on
- # [21:44] <heycam> http://www.w3.org/2010/webperf/track/products/5
- # [21:44] <jamesr_> heycam, i don't think there are any open editorial issues. the open issues are behavior things that we need to hash out w/ vendors and are all basically waiting for feedback
- # [21:44] <heycam> yes
- # [21:44] <jamesr_> i haven't been able to provide the implementor feedback for chromium on them, been busy doing other things
- # [21:44] <heycam> there was one specifically you said you were going to experiement with
- # [21:44] <heycam> which I think was the running animations at all in bg tabs
- # [21:44] <jamesr_> yes. i have had some talks with jquery guys about that offline
- # [21:44] * Joins: MikeSmith (~MikeSmith@63-145-238-4.dia.static.qwest.net)
- # [21:44] <heycam> ok
- # [21:44] <jamesr_> the last discussion was mostly about jquery behaving badly
- # [21:44] <jamesr_> but the current text in the spec matches what MS and we would prefer
- # [21:44] <heycam> ok
- # [21:44] <jamesr_> gecko had a different implementation, but i think the main motiviation was jquery behavior which has since changed
- # [21:44] <jamesr_> so i asked the jquery guys (paul) to experiment a bit and see if they had feedback
- # [21:44] * Quits: GlitchMr42 (~glitchmr@178-36-171-76.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [21:44] <heycam> yeah, i didn't see explicit message from boris about being ok with it though
- # [21:44] <jamesr_> right
- # [21:45] * Quits: mpt (mpt@canonical/mpt) (Ping timeout: 258 seconds)
- # [21:45] * Joins: rniwa (~rniwa@63-145-238-4.dia.static.qwest.net)
- # [21:45] * Quits: rniwa (~rniwa@63-145-238-4.dia.static.qwest.net) (Client Quit)
- # [21:45] <jamesr_> my hope is that paul can make a definitive statement at some point that jquery would be OK or not OK with this behavior
- # [21:45] <jamesr_> and then re-raise the issue on the list
- # [21:45] <heycam> ok
- # [21:45] * Joins: mpt (mpt@canonical/mpt)
- # [21:45] <heycam> wrt the monotonic clock, I think everyone agrees to include it
- # [21:45] <heycam> not sure whether it should live in this spec or not
- # [21:45] <jamesr_> the other open issue is about the timestamp parameter. due to some implementation issues we haven't been able to experiment with that yet, so i don't have a concrete proposal to raise yet
- # [21:45] <jamesr_> right
- # [21:45] <jamesr_> we need to have a normative reference in some location TBD
- # [21:45] <heycam> yeah
- # [21:45] <jamesr_> i think tonyg might have wanted to raise that somewhere within WebPerf
- # [21:45] <heycam> when you say about the timestamp parameter, do you just mean whether that is also referring to a monotonic clock?
- # [21:45] <jamesr_> which woudl be fine with me
- # [21:45] <jamesr_> yes
- # [21:45] * Joins: GPH-Zeke (~GPHemsley@209-23-243-49-ip-static.hfc.comcastbusiness.net)
- # [21:45] * Quits: GPH-Zeke (~GPHemsley@209-23-243-49-ip-static.hfc.comcastbusiness.net) (Changing host)
- # [21:45] * Joins: GPH-Zeke (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [21:45] <heycam> i think there was the issue of whether the time there represents the next sample time, or the "current" time, or what
- # [21:45] <heycam> or whether that matters
- # [21:45] <jamesr_> ah yeah
- # [21:45] <jamesr_> or whether to provide multiple values
- # [21:45] * jernoble is now known as jernoble|afk
- # [21:45] <jamesr_> i think we want to be consistent with CSS animation APIs
- # [21:45] <jamesr_> once those exist
- # [21:45] <heycam> ok :)
- # [21:45] <jamesr_> but i don't think dino has a concrete proposal there yet
- # [21:45] <jamesr_> so it's hard to say
- # [21:45] <jamesr_> would rather try to get the script-based and CSS-based animation APIs in sync
- # [21:45] <heycam> that would be good
- # [21:45] <heycam> not sure if dean has made progress on a proposal
- # [21:46] <heycam> what do you think about the comment about worrying about 59Hz screens?
- # [21:46] <heycam> in response to the issue about a submillisecond clock
- # [21:46] <jamesr_> well 60hz doesn't map to an integer number of milliseconds
- # [21:46] * Joins: sicking (~chatzilla@63-145-238-4.dia.static.qwest.net)
- # [21:46] <jamesr_> i'd prefer to use a submillisecond precision clock, which implies not using DOMTimeStamp
- # [21:46] <jamesr_> because DOMTimeStamp has to be integer milliseconds for legacy reasons
- # [21:51] <heycam> so a Number isn't sufficient resolution?
- # [21:51] <jamesr_> number is fine
- # [21:51] <heycam> ah ok
- # [21:51] <heycam> I didn't see anyone object to having submillisecond resolution
- # [21:51] <heycam> so let's just do that
- # [21:51] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [21:51] <heycam> being able to handle 59Hz exactly doesn't seem as important
- # [21:51] <jamesr_> yeah that's fine. milliseconds since when is the issue
- # [21:51] <jamesr_> since unix epoch has issues when the system clock is adjusted
- # [21:51] <jamesr_> which is why i'd prefer to use a timebase like user timing does
- # [21:51] <heycam> yes
- # [21:51] <heycam> i think document start time or whatever is fine, nobody objected to that in the end, i think
- # [21:51] <heycam> and the final issue is the element argument to raf
- # [21:51] <heycam> and I think you were just going to add that to the spec
- # [21:51] <jamesr_> well no
- # [21:51] <heycam> no?
- # [21:51] <jamesr_> we didn't agree on behavior
- # [21:51] <heycam> maybe i misread
- # [21:51] <heycam> ok
- # [21:51] <jamesr_> i dunno what to do there. boris and i thought it should do different things :)
- # [21:51] <heycam> then should we just leave it off for now?
- # [21:51] <jamesr_> yeah
- # [21:51] <jamesr_> leave the issue open, have no spec text
- # [21:51] <heycam> ok
- # [21:51] <jamesr_> which is what the current spec text does
- # [21:51] <heycam> yep
- # [21:51] <heycam> not a blocking issue then
- # [21:51] <jamesr_> has an editorial note referencing the issue but no normative text
- # [21:51] <heycam> ok cool. so i'll relay all this to the group.
- # [21:51] <heycam> not sure if you wanted to call in :)
- # [21:51] <jamesr_> don't think i'll be able to
- # [21:51] <heycam> ok
- # [21:51] <jamesr_> but i don't think any of the open issues can/should be resolved at the f2f, although if anyone comes up with proposals and posts them to the list i'd be happy to discuss there or make edits as appropriate
- # [21:51] * Joins: othermaciej (~mjs@63-145-238-4.dia.static.qwest.net)
- # [21:51] * Quits: tantek_ (~tantek@63-145-238-4.dia.static.qwest.net) (Quit: tantek_)
- # [21:51] <jamesr_> but mostly i think everything's waiting for some external action
- # [21:51] <heycam> yes ok
- # [21:52] <heycam> feel free to hang in irc on #webperf though
- # [21:52] <jamesr_> in channel - will try to check it
- # [21:52] <jamesr_> if you ping here i'll be more likely to see it
- # [21:53] <heycam> k
- # [21:54] * Joins: astearns (~anonymous@63-145-238-4.dia.static.qwest.net)
- # [21:55] * Quits: othermaciej (~mjs@63-145-238-4.dia.static.qwest.net) (Client Quit)
- # [21:57] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [21:58] * Joins: cgcardona (~cgcardona@69.38.221.130)
- # [21:58] * Quits: cgcardona (~cgcardona@69.38.221.130) (Changing host)
- # [21:58] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [21:59] * Joins: Scorchin (u1242@gateway/web/irccloud.com/x-ticluzdvwcvaopon)
- # [22:01] * Joins: eric_carlson (~ericc@63-145-238-4.dia.static.qwest.net)
- # [22:01] * Quits: erlehmann (~erlehmann@82.113.99.44) (Quit: Ex-Chat)
- # [22:02] * jernoble|afk is now known as jernoble
- # [22:03] * Quits: eric_carlson (~ericc@63-145-238-4.dia.static.qwest.net) (Client Quit)
- # [22:04] * Joins: davidb_ (~davidb@66.207.208.98)
- # [22:05] * Joins: othermaciej (~mjs@63-145-238-4.dia.static.qwest.net)
- # [22:05] * Quits: othermaciej (~mjs@63-145-238-4.dia.static.qwest.net) (Client Quit)
- # [22:06] * Joins: erlehmann (~erlehmann@82.113.99.44)
- # [22:07] * Quits: annevk (~annevk@63-145-238-4.dia.static.qwest.net) (Quit: annevk)
- # [22:10] * Joins: eric_carlson (~ericc@63-145-238-4.dia.static.qwest.net)
- # [22:10] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 252 seconds)
- # [22:12] * Quits: mpt (mpt@canonical/mpt) (Ping timeout: 248 seconds)
- # [22:13] * Joins: mpt (mpt@canonical/mpt)
- # [22:14] * Quits: MacTed (~Thud@63.119.36.36)
- # [22:16] * Joins: shepazu (~shepazu@63-145-238-4.dia.static.qwest.net)
- # [22:16] * Joins: scor_ (~scor@drupal.org/user/52142/view)
- # [22:16] * scor_ is now known as scor
- # [22:16] * Joins: TabAtkin1_ (~tabatkins@63-145-238-4.dia.static.qwest.net)
- # [22:22] * Joins: roc (~chatzilla@60.234.54.74)
- # [22:22] * Quits: nessy (~Adium@203-158-44-13.dyn.iinet.net.au) (Quit: Leaving.)
- # [22:23] * Quits: rillian_ (~rillian@184.71.166.126) (Remote host closed the connection)
- # [22:23] * Joins: cpearce (~chatzilla@60.234.54.74)
- # [22:24] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [22:30] * Joins: erichynds (~ehynds@venkman.brightcove.com)
- # [22:35] * Quits: FlorianX (~Florian_S@p4FCF6609.dip.t-dialin.net) (Quit: Leaving.)
- # [22:37] * Joins: rillian_ (~rillian@184.71.166.126)
- # [22:37] * Quits: rillian_ (~rillian@184.71.166.126) (Remote host closed the connection)
- # [22:40] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [22:43] * Quits: crocket (~crocket@unaffiliated/crocket) (Ping timeout: 245 seconds)
- # [22:43] * Quits: erichynds (~ehynds@venkman.brightcove.com)
- # [22:44] * Quits: roc (~chatzilla@60.234.54.74) (Read error: Connection reset by peer)
- # [22:45] * Joins: roc (~chatzilla@60.234.54.74)
- # [22:45] * Joins: benjoffe (~benjoffe_@CPE-121-216-39-241.lnse1.ken.bigpond.net.au)
- # [22:45] * Joins: annevk5 (u2483@gateway/web/irccloud.com/x-llhqfebdpjkidkin)
- # [22:46] * Quits: scor (~scor@drupal.org/user/52142/view) (Ping timeout: 260 seconds)
- # [22:49] * Joins: AloisReitbauer (~AloisReit@63-145-238-4.dia.static.qwest.net)
- # [22:51] * Quits: mpt (mpt@canonical/mpt) (Ping timeout: 252 seconds)
- # [22:56] <heycam> jamesr_, so it seems no minutes were taking during that session :) but I think people were ok with the current state of those issues in general, seems people were in favour of having a separate spec defining the monotonic clock for raf to reference
- # [22:56] <heycam> jamesr_, so i made sure no decisions were made, but the room had consensus. jatinder will mail to the list with what we discussed so that you and others can respond.
- # [22:57] <jamesr_> heycam, sounds good
- # [23:03] * Parts: AloisReitbauer (~AloisReit@63-145-238-4.dia.static.qwest.net)
- # [23:05] * Joins: rniwa (~rniwa@63-145-238-4.dia.static.qwest.net)
- # [23:06] * Quits: eric_carlson (~ericc@63-145-238-4.dia.static.qwest.net) (Quit: eric_carlson)
- # [23:13] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [23:17] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:20] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 252 seconds)
- # [23:23] * Quits: shepazu (~shepazu@63-145-238-4.dia.static.qwest.net) (Quit: shepazu)
- # [23:23] * Quits: MikeSmith (~MikeSmith@63-145-238-4.dia.static.qwest.net) (Quit: MikeSmith)
- # [23:31] * Joins: necolas (~necolas@5e041dd3.bb.sky.com)
- # [23:31] * Quits: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Quit: tomasf)
- # [23:34] * Joins: MikeSmith (~MikeSmith@63-145-238-4.dia.static.qwest.net)
- # [23:37] <dglazkov> mutation events are hard.
- # [23:37] * dglazkov suggests shopping
- # [23:37] <Ms2ger> Or something Component Modelish?
- # [23:38] <dglazkov> :D
- # [23:44] * moo-_- is now known as MooSF
- # [23:44] * MooSF is now known as MooCalifornia
- # [23:47] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [23:49] * Quits: rniwa (~rniwa@63-145-238-4.dia.static.qwest.net) (Quit: rniwa)
- # [23:56] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [23:59] * Quits: jamesr (jamesr@nat/google/x-fgocudssbzphcuve) (Ping timeout: 244 seconds)
- # Session Close: Wed Nov 02 00:00:00 2011
The end :)