Options:
- # Session Start: Thu Jul 18 00:00:00 2013
- # Session Ident: #whatwg
- # [00:00] * Quits: Cromulent (~Cromulent@81.106.27.252) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [00:00] * Quits: newtron (~newtron@199.71.174.103) (Remote host closed the connection)
- # [00:00] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [00:02] * Parts: Nenor (~Nenor@ip4-95-82-183-100.cust.nbox.cz)
- # [00:04] <Hixie_> Domenic_: oh _that's_ what resolve() is for?
- # [00:05] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [00:05] * Quits: WeirdAl (~chatzilla@g2spf.ask.info) (Ping timeout: 264 seconds)
- # [00:05] <Domenic_> Hixie_: haha yeah... scrolling through your above questions, we definitely need a "for spec writers" guide.
- # [00:06] <Domenic_> Relatedly, I think spec writers should be able to say much less... e.g. "return a fulfilled promise for X" or "fulfill promise with X" instead of talking about the associated resolver.
- # [00:06] <Hixie_> that code doesn't make it obvious that some of those callbacks are called synchronously and others aren't
- # [00:07] <Hixie_> so it isn't obvious that onload will be set before the function returns
- # [00:07] <Domenic_> the `PromiseInit` callback is guaranteed to be called synchronously.
- # [00:08] <Domenic_> it's not really a "callback" in the sense we're used to, it's more a scoping mechanism for getting access to the resolver.
- # [00:08] <Hixie_> yeah _i_ know that, but it isn't obviosuly in the code
- # [00:08] <Hixie_> can i call promise.resolve(promise) ?
- # [00:08] <Hixie_> er
- # [00:08] <Hixie_> can i call promise2.resolve(promise1) ?
- # [00:08] <Domenic_> no, you need to be able to vend promises without vending the ability to change their state
- # [00:09] <Domenic_> the other pattern besides new Promise(promiseInit) is to introduce another concept, the "deferred", which combines the resolver functionality and the promise functionality. The code because `var deferred = new Deferred(); doAsyncStuff(function () { deferred.resolve(...); }; return deferred.promise;`
- # [00:10] <Domenic_> The feeling is that introducing a new "deferred" concept is worse than using a function as a scoping mechanism.
- # [00:11] * jonlee is now known as jonlee|afk
- # [00:15] * Joins: WeirdAl (~chatzilla@g2spf.ask.info)
- # [00:17] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [00:19] * Quits: marcosc (~marcosc@bl11-208-130.dsl.telepac.pt) (Remote host closed the connection)
- # [00:20] * Joins: will_i_was (~william@vpn.space150.com)
- # [00:22] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [00:36] * Quits: weinig (~weinig@17.114.107.39) (Quit: weinig)
- # [00:40] * Joins: weinig (~weinig@17.212.155.127)
- # [00:42] * Quits: will_i_was (~william@vpn.space150.com) (Remote host closed the connection)
- # [00:43] * Joins: enr (~enr@static-88.131.87.100.addr.tdcsong.se)
- # [00:44] * Joins: Adawerk_ (~ada@169.241.49.57)
- # [00:44] * Joins: fishd_ (~darin@216.239.45.66)
- # [00:45] <Hixie_> Domenic_: yeah... that pattern is what i have here
- # [00:45] <Hixie_> oh wait, my code is all wrong anyway
- # [00:46] <Hixie_> since i'm calling .fulfill on the promise not the resolver
- # [00:46] <Hixie_> duh
- # [00:46] <Hixie_> so i can just call .resolve on the resolver
- # [00:46] <Domenic_> yeah. but to get access to it you need to do new Promise(function (resolver) { ... })
- # [00:46] <Hixie_> right
- # [00:47] <Domenic_> and the ... is either "store resolver in a variable for use when i do all my stuff" or it's "do all my stuff"
- # [00:47] <Hixie_> right
- # [00:47] <Hixie_> the first is easier to follow
- # [00:47] <Hixie_> fixing code now...
- # [00:47] * Quits: enr (~enr@static-88.131.87.100.addr.tdcsong.se) (Ping timeout: 240 seconds)
- # [00:48] * Quits: weinig (~weinig@17.212.155.127) (Ping timeout: 264 seconds)
- # [00:49] <annevk> http://html5.org/tools/web-apps-tracker?from=8065&to=8066 is empty
- # [00:49] <Hixie_> uh
- # [00:49] <Hixie_> weird
- # [00:50] <Hixie_> seems to work for me
- # [00:50] <Hixie_> problem must be on your end
- # [00:51] * Quits: cabanier (~cabanier@192.150.22.55) (Ping timeout: 240 seconds)
- # [00:51] * Quits: m4nu (~manu@216.252.204.51) (Ping timeout: 240 seconds)
- # [00:51] * Quits: niloy (~niloy@115.112.64.6) (Ping timeout: 240 seconds)
- # [00:51] * Quits: espadrine` (~ttyl@AMontsouris-158-1-56-196.w92-128.abo.wanadoo.fr) (Ping timeout: 240 seconds)
- # [00:51] * Quits: fishd (~darin@216.239.45.66) (Ping timeout: 240 seconds)
- # [00:51] * Quits: Adawerk__ (~ada@169.241.49.57) (Ping timeout: 240 seconds)
- # [00:51] <Hixie_> seems to work as in works when i use svn directly
- # [00:51] * Quits: AladinBouzerd_ (~aladinbou@41.104.64.41) (Read error: Connection reset by peer)
- # [00:51] * Joins: manu (~manu@216.252.204.51)
- # [00:51] * Joins: AladinBouzerd_ (~aladinbou@41.104.64.41)
- # [00:52] * manu is now known as m4nu
- # [00:52] * Joins: niloy (~niloy@115.112.64.6)
- # [00:52] <Domenic_> http://html5.org/tools/web-apps-tracker?from=8065&to= works interestingly
- # [00:52] * Quits: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk) (Ping timeout: 260 seconds)
- # [00:54] <annevk> Yeah, the whole caching setup is broken
- # [00:54] <annevk> Fixed it, but not in any kind of long term way
- # [01:00] * Joins: espadrine (~ttyl@AMontsouris-158-1-94-220.w90-2.abo.wanadoo.fr)
- # [01:03] * Joins: will_i_was (~william@vpn.space150.com)
- # [01:08] * Quits: will_i_was (~william@vpn.space150.com) (Ping timeout: 276 seconds)
- # [01:08] * Quits: gavinc (~gavin@barad-dur.carothers.name) (Quit: Konversation terminated!)
- # [01:08] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [01:12] * Quits: mounir (~mounir@oldworld.fr) (Remote host closed the connection)
- # [01:13] * Joins: jryans (~jryans@cpe-70-113-94-107.austin.res.rr.com)
- # [01:18] * Joins: mounir (~mounir@oldworld.fr)
- # [01:19] * heycam|away is now known as heycam
- # [01:22] * Joins: cabanier (~cabanier@192.150.22.55)
- # [01:22] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Quit: Leaving.)
- # [01:25] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
- # [01:36] * Quits: mattgifford (~mattgiffo@70.102.199.158) (Remote host closed the connection)
- # [01:36] * Joins: mattgifford (~mattgiffo@70.102.199.158)
- # [01:41] * Quits: mattgifford (~mattgiffo@70.102.199.158) (Ping timeout: 246 seconds)
- # [01:41] * Quits: WeirdAl (~chatzilla@g2spf.ask.info) (Ping timeout: 264 seconds)
- # [01:42] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
- # [01:44] * Joins: enr (~enr@static-88.131.87.100.addr.tdcsong.se)
- # [01:47] * Quits: jryans (~jryans@cpe-70-113-94-107.austin.res.rr.com) (Quit: Linkinus - http://linkinus.com)
- # [01:48] * Quits: enr (~enr@static-88.131.87.100.addr.tdcsong.se) (Ping timeout: 246 seconds)
- # [01:52] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
- # [01:53] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
- # [01:54] * Joins: jryans (~jryans@cpe-70-113-94-107.austin.res.rr.com)
- # [01:54] * Joins: marcosc (~marcosc@bl11-208-130.dsl.telepac.pt)
- # [01:54] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [01:57] * Joins: will_i_was (~william@vpn.space150.com)
- # [01:59] * Joins: nessy (~silviapf@stargate.it.nicta.com.au)
- # [01:59] * Joins: nimbu (~nimbu@192.150.10.200)
- # [02:02] * Quits: nimbu (~nimbu@192.150.10.200) (Client Quit)
- # [02:02] * Quits: will_i_was (~william@vpn.space150.com) (Ping timeout: 276 seconds)
- # [02:10] * Quits: yoshiki_ (yoshiki@nat/google/x-nvbfbpwjegthygsu) (Read error: Connection reset by peer)
- # [02:10] * Joins: fishd__ (darin@nat/google/x-cdrohlxprmggrzdc)
- # [02:10] * Joins: yoshiki (yoshiki@nat/google/x-zwnvxztftowdumhx)
- # [02:12] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
- # [02:12] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
- # [02:12] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [02:12] * Quits: yoshiki (yoshiki@nat/google/x-zwnvxztftowdumhx) (Read error: Connection reset by peer)
- # [02:13] * Quits: alecf (alecf@nat/google/x-lflyddulanebsjkd) (Read error: Connection reset by peer)
- # [02:13] * Joins: yoshiki (yoshiki@nat/google/x-lopwbgacvhzzawsr)
- # [02:13] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
- # [02:14] * Quits: fishd_ (~darin@216.239.45.66) (Ping timeout: 263 seconds)
- # [02:18] * Quits: jsbell (jsbell@nat/google/x-xdyauwnmfltmlrgv) (Quit: There's no place like home...)
- # [02:18] * Quits: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net) (Quit: sicking)
- # [02:20] * Quits: emin0r (~eminor@p548CE058.dip0.t-ipconnect.de) (Quit: emin0r)
- # [02:20] <annevk> heycam: so regardless of whether Date is right or not, obj.attr != obj.attr is wrong
- # [02:20] * Quits: marcosc (~marcosc@bl11-208-130.dsl.telepac.pt) (Remote host closed the connection)
- # [02:21] <heycam> annevk, yeah, if I were being consistent, I would disallow Date as an attribute type for the same reasons as sequence<>
- # [02:21] <annevk> heycam: I think the frozen concept could help us here, if they make it work for Date
- # [02:22] <heycam> annevk, that could work. if HTML then defines that a new object gets returned whenever the value changes.
- # [02:22] <annevk> heycam: yeah, I think that's generally the way we want to go
- # [02:23] <Hixie_> we have several Date attributes in HTML
- # [02:23] <Hixie_> even some non-readonly ones
- # [02:23] <annevk> Hixie_: startDate, valueAsDate, what else?
- # [02:24] <Hixie_> just those i think
- # [02:24] <annevk> Okay, I couldn't find more :-)
- # [02:26] <annevk> Use Number for timezoneless, Date for timezone, but then Date is actually timezoneless, so hah!
- # [02:26] * Quits: jwalden (~waldo@2620:101:8003:200:3ea9:f4ff:fe34:6fd4) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 22.0/20130701153714])
- # [02:29] * Quits: AladinBouzerd_ (~aladinbou@41.104.64.41) (Ping timeout: 260 seconds)
- # [02:35] <Hixie_> what?
- # [02:36] <annevk> Hixie_: I started this thread on es-discuss about frozen Date objects. In that thread <media>.startTime came up which some thought ought to use number, because timezone is not relevant. However, Date objects always return the user's timezone (even when that changes), so they're effectively just a wrapper for a number-based timestamp.
- # [02:37] <annevk> Hixie_: and expose some information about the user's whereabouts turns out.
- # [02:38] <Hixie_> that... didn't help me understand what is going on
- # [02:38] <Hixie_> Date is a number, yes
- # [02:38] <Hixie_> a number with the semantic of being a defined moment of time in UT1.
- # [02:43] <Hixie_> afk
- # [02:55] * Quits: lmclister (~lmclister@sjfw1-a.adobe.com) (Quit: lmclister)
- # [03:09] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
- # [03:13] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Quit: bholley)
- # [03:16] <annevk> Much promise FUD, but so little interest to debunk it.
- # [03:16] * annevk continues fixing Notifications
- # [03:19] * Quits: yorick (~yorick@oftn/member/yorick) (Read error: Connection reset by peer)
- # [03:19] * Joins: will_i_was (~william@vpn.space150.com)
- # [03:19] <annevk> Should places that take a DOMString also take a URL?
- # [03:20] <annevk> I guess they do in a way since URL stringifies.
- # [03:21] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [03:24] * Quits: will_i_was (~william@vpn.space150.com) (Ping timeout: 276 seconds)
- # [03:27] * Quits: gallant (~galant@unaffiliated/dekiss) (Quit: Ex-Chat)
- # [03:27] * Quits: annevk (~annevk@v-1045.fw1.sfo1.mozilla.net) (Remote host closed the connection)
- # [03:35] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:39] * Quits: hendry (~hendry@sg.webconverger.com) (Quit: leaving)
- # [03:44] * Joins: birtles (~chatzilla@61-121-216-2.bitcat.net)
- # [03:44] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [03:44] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Client Quit)
- # [03:46] * Joins: reyre_ (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
- # [04:02] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [04:03] * Quits: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [04:04] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Client Quit)
- # [04:15] * Joins: yoshiki_ (yoshiki@nat/google/x-vuwfkqosiumpymff)
- # [04:17] * Quits: yoshiki (yoshiki@nat/google/x-lopwbgacvhzzawsr) (Ping timeout: 240 seconds)
- # [04:20] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Ping timeout: 268 seconds)
- # [04:26] * Joins: a-ja (~Instantbi@70.230.154.222)
- # [04:31] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [04:36] * heycam is now known as heycam|away
- # [04:41] * Joins: will_i_was (~william@vpn.space150.com)
- # [04:46] * Quits: will_i_was (~william@vpn.space150.com) (Ping timeout: 276 seconds)
- # [05:05] * Quits: jryans (~jryans@cpe-70-113-94-107.austin.res.rr.com) (Quit: Be back later)
- # [05:34] * Joins: saba (~foo@unaffiliated/saba)
- # [05:38] * Quits: saba (~foo@unaffiliated/saba) (Client Quit)
- # [05:43] * Joins: marcosc (~marcosc@bl11-208-130.dsl.telepac.pt)
- # [05:47] * Joins: marcosc_ (~marcosc@bl11-208-130.dsl.telepac.pt)
- # [05:47] * Quits: marcosc (~marcosc@bl11-208-130.dsl.telepac.pt) (Ping timeout: 240 seconds)
- # [06:27] * Krinkle is now known as Krinkle|detached
- # [06:30] * Joins: will_i_was (~william@san.space150.com)
- # [06:34] * Quits: will_i_was (~william@san.space150.com) (Ping timeout: 240 seconds)
- # [06:38] * Quits: Obvious (tachikoma@188.226.74.2) (Ping timeout: 256 seconds)
- # [06:38] * Joins: dogfoodhh (~dogfood@e179195047.adsl.alicedsl.de)
- # [06:42] * Joins: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net)
- # [06:43] * heycam|away is now known as heycam
- # [06:47] * Joins: Obvious (tachikoma@188.226.74.2)
- # [07:01] * Joins: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net)
- # [07:12] * Joins: marcosc (~marcosc@bl8-175-153.dsl.telepac.pt)
- # [07:15] * Quits: marcosc_ (~marcosc@bl11-208-130.dsl.telepac.pt) (Ping timeout: 246 seconds)
- # [07:15] * Joins: develCuy (~quassel@206.253.166.21)
- # [07:15] * Quits: ryanseddon (uid1832@gateway/web/irccloud.com/x-sevrioxagmzmybvh) (Ping timeout: 240 seconds)
- # [07:15] * Joins: ryanseddon (uid1832@gateway/web/irccloud.com/x-ruwzckfsardrifph)
- # [07:16] <develCuy> got " Bad value copyright for attribute name on element meta: Keyword copyright is not registered." from http://validator.w3.org/
- # [07:17] <develCuy> Can you please help register my company?
- # [07:24] * Joins: will_i_was (~william@blackhole.space150.com)
- # [07:28] * Quits: will_i_was (~william@blackhole.space150.com) (Ping timeout: 240 seconds)
- # [07:34] <develCuy> woops, just noticed that "copyright" metatag is not yet available in HTML5
- # [07:34] <develCuy> sorry for the noise...
- # [07:35] * Joins: Smylers (~smylers@86.169.228.8)
- # [07:38] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [07:38] * Parts: develCuy (~quassel@206.253.166.21) ("http://quassel-irc.org - Chat comfortably. Anywhere.")
- # [07:44] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [07:50] * Parts: a-ja (~Instantbi@70.230.154.222)
- # [07:51] * Joins: tantek (~tantek@wifi.ttu.ee)
- # [07:56] * Quits: tantek (~tantek@wifi.ttu.ee) (Ping timeout: 276 seconds)
- # [08:02] * Quits: marcosc (~marcosc@bl8-175-153.dsl.telepac.pt) (Remote host closed the connection)
- # [08:13] * Quits: Smylers (~smylers@86.169.228.8) (Quit: Leaving.)
- # [08:18] * Joins: will_i_was (~william@vpn.space150.com)
- # [08:23] * Quits: will_i_was (~william@vpn.space150.com) (Ping timeout: 240 seconds)
- # [08:26] * Quits: dogfoodhh (~dogfood@e179195047.adsl.alicedsl.de) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [08:50] * Joins: annevk (~annevk@205.158.58.41.ptr.us.xo.net)
- # [08:51] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [08:51] * Quits: annevk (~annevk@205.158.58.41.ptr.us.xo.net) (Read error: Connection reset by peer)
- # [08:52] * Joins: annevk (~annevk@205.158.58.41.ptr.us.xo.net)
- # [08:52] * Joins: sedovsek (~robert@89.143.12.238)
- # [08:53] * Quits: sedovsek (~robert@89.143.12.238) (Client Quit)
- # [08:55] * Joins: sedovsek (~robert@89.143.12.238)
- # [09:01] * Joins: Martin1982 (~Martin198@cable-175-208.zeelandnet.nl)
- # [09:02] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [09:02] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [09:03] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Client Quit)
- # [09:08] * Joins: dogfoodhh (~dogfood@217.110.124.66)
- # [09:09] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [09:10] * Quits: annevk (~annevk@205.158.58.41.ptr.us.xo.net) (Remote host closed the connection)
- # [09:13] * Joins: will_i_was (~william@vpn.space150.com)
- # [09:13] * Joins: galant (~galant@77.28.27.21)
- # [09:17] * Quits: will_i_was (~william@vpn.space150.com) (Ping timeout: 240 seconds)
- # [09:18] * Joins: richt (~richt@c27-253-84-84.sunsh3.vic.optusnet.com.au)
- # [09:20] * Joins: mitemitreski (~mitemitre@212.120.17.179)
- # [09:25] * Quits: galant (~galant@77.28.27.21) (Changing host)
- # [09:25] * Joins: galant (~galant@unaffiliated/dekiss)
- # [09:25] * Quits: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net) (Quit: g'night)
- # [09:27] * Quits: rniwa (~rniwa@17.212.154.114) (Quit: rniwa)
- # [09:28] * Joins: enr (~enr@static-88.131.87.100.addr.tdcsong.se)
- # [09:28] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [09:43] * Joins: Ms2ger (~Ms2ger@67.202-242-81.adsl-dyn.isp.belgacom.be)
- # [09:49] * Joins: rego_ (~rego@fanzine.igalia.com)
- # [09:53] * Quits: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net) (Quit: miketaylr)
- # [09:53] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [09:58] * Joins: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk)
- # [09:59] * Quits: birtles (~chatzilla@61-121-216-2.bitcat.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
- # [10:07] * Joins: will_i_was (~william@blackhole.space150.com)
- # [10:08] * Quits: nessy (~silviapf@stargate.it.nicta.com.au) (Quit: Leaving.)
- # [10:09] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [10:10] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [10:12] * Quits: will_i_was (~william@blackhole.space150.com) (Ping timeout: 240 seconds)
- # [10:17] * Joins: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net)
- # [10:19] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [10:21] * Quits: espadrine (~ttyl@AMontsouris-158-1-94-220.w90-2.abo.wanadoo.fr) (Ping timeout: 246 seconds)
- # [10:23] * Quits: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net) (Quit: g'night)
- # [10:23] * Quits: JohnAlbin (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw) (Quit: JohnAlbin)
- # [10:27] * Joins: Smylers (~smylers@81.143.60.194)
- # [10:28] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: Computer has gone to sleep.)
- # [10:28] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [10:32] * Quits: rego_ (~rego@fanzine.igalia.com) (Ping timeout: 248 seconds)
- # [10:36] * Joins: espadrine (~ttyl@AMontsouris-158-1-94-220.w90-2.abo.wanadoo.fr)
- # [10:36] * Joins: rego_ (~rego@91.117.99.155)
- # [10:41] <kochi> MikeSmith: ping?
- # [10:45] * heycam is now known as heycam|away
- # [10:53] * Joins: Lachy (~Lachy@213.166.174.2)
- # [10:54] * Joins: AladinBouzerd (~aladinbou@41.108.17.202)
- # [10:59] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [11:02] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [11:02] * Joins: ^esc (~esc_ape@77.117.247.31.wireless.dyn.drei.com)
- # [11:08] * Quits: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk) (Ping timeout: 240 seconds)
- # [11:29] * Joins: will_i_was (~william@vpn.space150.com)
- # [11:33] * Quits: will_i_was (~william@vpn.space150.com) (Ping timeout: 248 seconds)
- # [11:41] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [11:52] * Joins: tantek (~tantek@wifi.ttu.ee)
- # [11:54] * Joins: sicking (~sicking@c-67-180-9-161.hsd1.ca.comcast.net)
- # [11:54] * Quits: sicking (~sicking@c-67-180-9-161.hsd1.ca.comcast.net) (Quit: sicking)
- # [11:56] * Joins: marcosc (~marcosc@bl8-175-153.dsl.telepac.pt)
- # [12:00] * Joins: smaug____ (~chatzilla@85-76-22-167-nat.elisa-mobile.fi)
- # [12:01] * Joins: SimonSapin (~simon@207.218.72.65)
- # [12:05] * Joins: AladinBouzerd_ (~aladinbou@41.104.47.182)
- # [12:07] * Quits: dogfoodhh (~dogfood@217.110.124.66) (Ping timeout: 240 seconds)
- # [12:07] <MikeSmith> kochi: here now
- # [12:07] <MikeSmith> sorry, was on the train back from SFC to Tokyo
- # [12:08] * Quits: AladinBouzerd (~aladinbou@41.108.17.202) (Ping timeout: 276 seconds)
- # [12:08] <MikeSmith> saw your ping from my mobile but too tired to feel like typing on my mobile
- # [12:08] <MikeSmith> 夏バテ
- # [12:09] <kochi> Oh, take care of yourself.
- # [12:09] <kochi> Are you on desktop now, then?
- # [12:10] <MikeSmith> yeah at home on my PC now, and was just kidding about 夏バテ。I'm fine. Was just way hotter today than yesterday.
- # [12:10] <kochi> yeah, we had rain yesterday.
- # [12:12] <kochi> I'm taking too long to update the IME API spec, but hopefully I can wrap up most feedbacks soon to get the next working draft.
- # [12:14] <kochi> Can you let me know the relationship between DOM L3 events and UI events (d4e)?
- # [12:14] <kochi> DOM L3 event is still not the "standard" but we already have the next version?
- # [12:18] <MikeSmith> kochi: I recommend you don't pay attention to the version numbers
- # [12:18] <MikeSmith> they don't really correspond to anything meaningful
- # [12:19] <MikeSmith> so it's really just "DOM Events" and "UI Events"
- # [12:20] <kochi> Hmm, if I want to extend CompositionEvent, which standard spec shall I refer to?
- # [12:20] <kochi> in IME API spec
- # [12:21] * Quits: AladinBouzerd_ (~aladinbou@41.104.47.182) (Ping timeout: 240 seconds)
- # [12:21] * Quits: rego_ (~rego@91.117.99.155) (Ping timeout: 240 seconds)
- # [12:23] * Joins: AladinBouzerd (~aladinbou@41.108.96.100)
- # [12:24] * Joins: will_i_was (~william@vpn.space150.com)
- # [12:24] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [12:24] <MikeSmith> kochi: if you are adding new attributes or methods, then the "DOM Events" spec
- # [12:24] <MikeSmith> I think
- # [12:24] <Ms2ger> UI Events?
- # [12:25] <kochi> https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm ?
- # [12:25] * Joins: rego_ (~rego@fanzine.igalia.com)
- # [12:25] <kochi> Looks like http://www.w3.org/TR/uievents/ doesn't exist.
- # [12:25] * Joins: OnlyMax (~OnlyMax@187-126-193-159.user.veloxzone.com.br)
- # [12:25] <MikeSmith> the only thing that the UI Events spec defines is constructors
- # [12:26] <MikeSmith> UI Events has not been published as a WD draft
- # [12:26] <MikeSmith> yet
- # [12:26] <MikeSmith> hmm, I think you may have to reference both specs, actually
- # [12:27] <MikeSmith> if you need to change the constructor
- # [12:27] <MikeSmith> which I would imagine you do need to do
- # [12:28] * Quits: will_i_was (~william@vpn.space150.com) (Ping timeout: 240 seconds)
- # [12:28] <kochi> Hmm
- # [12:28] <kochi> http://www.w3.org/TR/DOM-Level-3-Events/
- # [12:29] <kochi> in the example code, there is comment on initCompositionEvent()
- # [12:29] <kochi> // Originally introduced (and deprecated) in DOM Level 3:
- # [12:29] <kochi> void initCompositionEvent(DOMString typeArg, ...
- # [12:29] <Ms2ger> Would be nice if there was serious work done on UI events
- # [12:30] <kochi> So if I need to add more attributes in CompositionEvent, should I also need to add these attributes as new arguments for initCompositionEvent()?
- # [12:30] <Ms2ger> No
- # [12:30] <kochi> Or with the new-style constructor, I don't have to care?
- # [12:31] <kochi> Ms2ger: ok, then the latter?
- # [12:31] <Ms2ger> You need to add it to the *EventInit dictionary
- # [12:32] <kochi> yeah, that sounds nice and extensible.
- # [12:32] * Quits: rego_ (~rego@fanzine.igalia.com) (Ping timeout: 248 seconds)
- # [12:34] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [12:34] * Quits: tantek (~tantek@wifi.ttu.ee) (Quit: tantek)
- # [12:34] <kochi> thanks MikeSmith and Ms2ger!
- # [12:35] <kochi> MikeSmith: btw, I recently went to Kyoto and visited Esrille cafe.
- # [12:35] <kochi> Shiki-san didn't mention at that time, but he will close the cafe at the end of this month!
- # [12:35] * Joins: rego_ (~rego@fanzine.igalia.com)
- # [12:39] * Joins: tantek (~tantek@wifi.ttu.ee)
- # [12:42] * Joins: nessy (~silviapf@202-159-131-199.dyn.iinet.net.au)
- # [12:43] <kochi> https://www.facebook.com/esrillecafe
- # [12:44] <MikeSmith> kochi: back now. Was eating somen..
- # [12:45] <MikeSmith> eh? is Shiki closing it just for the summer?
- # [12:45] <MikeSmith> or permanently?
- # [12:45] * Joins: nonge (~nonge@p5B326831.dip0.t-ipconnect.de)
- # [12:46] <kochi> I don't know what he will do after closing the cafe, but he said he would continue working on his browser.
- # [12:47] <MikeSmith> wow, yeah, permanently (just read the facebook page)
- # [12:48] <MikeSmith> well, it's too bad they're closing it
- # [12:48] * Quits: galant (~galant@unaffiliated/dekiss) (Ping timeout: 276 seconds)
- # [12:49] <kochi> Some googlers are planning to visit before closing:
- # [12:49] <kochi> https://plus.google.com/u/0/events/cc0340efglqpvut2vso5kqm9oo8
- # [12:49] <MikeSmith> ah cool
- # [12:51] <MikeSmith> I wonder if maybe his wife is planning on opening up another shop of some kind
- # [12:51] <MikeSmith> not a cafe, but something else
- # [12:52] <kochi> may be.
- # [12:52] <kochi> i'm heading home now...
- # [12:52] <kochi> see you!
- # [12:52] <MikeSmith> cheers
- # [12:53] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [12:53] * Quits: SimonSapin (~simon@207.218.72.65) (Quit: Leaving.)
- # [12:53] * Joins: SimonSapin (~simon@207.218.72.65)
- # [12:54] * Quits: smaug____ (~chatzilla@85-76-22-167-nat.elisa-mobile.fi) (Ping timeout: 240 seconds)
- # [12:54] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [12:58] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 240 seconds)
- # [13:00] * Joins: [[zzz]] (~q@node-mj6.pool-101-108.dynamic.totbb.net)
- # [13:03] * Quits: kinetik (~kinetik@121.99.161.58) (Ping timeout: 264 seconds)
- # [13:03] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [13:04] * Joins: kinetik (~kinetik@121.99.161.58)
- # [13:04] * Quits: [[zzzz]] (~q@node-u9b.pool-125-24.dynamic.totbb.net) (Ping timeout: 264 seconds)
- # [13:10] * Joins: dogfoodhh (~dogfood@217.110.124.66)
- # [13:12] * Quits: rego_ (~rego@fanzine.igalia.com) (Ping timeout: 276 seconds)
- # [13:14] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
- # [13:14] * Joins: rego_ (~rego@fanzine.igalia.com)
- # [13:20] * Quits: rego_ (~rego@fanzine.igalia.com) (Ping timeout: 240 seconds)
- # [13:23] * Joins: yorick (~yorick@oftn/member/yorick)
- # [13:26] * Quits: kinetik (~kinetik@121.99.161.58) (Ping timeout: 248 seconds)
- # [13:27] * Joins: kinetik (~kinetik@121.99.161.58)
- # [13:32] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [13:38] * Joins: galant (~galant@77.28.27.21)
- # [13:39] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
- # [13:40] * Quits: barneybook (~kvirc@111-241-123-8.dynamic.hinet.net) (Read error: Connection reset by peer)
- # [13:45] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [13:45] * Quits: kinetik (~kinetik@121.99.161.58) (Ping timeout: 264 seconds)
- # [13:45] * Joins: will_i_was (~william@vpn.space150.com)
- # [13:46] * Joins: kinetik (~kinetik@121.99.161.58)
- # [13:47] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Ping timeout: 268 seconds)
- # [13:49] * Quits: will_i_was (~william@vpn.space150.com) (Ping timeout: 240 seconds)
- # [13:55] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [13:56] * heycam|away is now known as heycam
- # [13:57] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [14:03] * Joins: sedovsek (~robert@89.143.12.238)
- # [14:04] * Joins: svl (~me@86.87.68.167)
- # [14:06] * Joins: shwetank (~shwetank@122.161.48.239)
- # [14:10] * Quits: galant (~galant@77.28.27.21) (Changing host)
- # [14:10] * Joins: galant (~galant@unaffiliated/dekiss)
- # [14:11] * Joins: scor (scor@nat/acquia/x-spbibexyixgimacs)
- # [14:11] * Quits: scor (scor@nat/acquia/x-spbibexyixgimacs) (Changing host)
- # [14:11] * Joins: scor (scor@drupal.org/user/52142/view)
- # [14:12] * Quits: matjas (uid2247@gateway/web/irccloud.com/x-cyguhwzolijgtlia) (Quit: Connection closed for inactivity)
- # [14:15] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [14:16] * Quits: nessy (~silviapf@202-159-131-199.dyn.iinet.net.au) (Quit: Leaving.)
- # [14:21] * Joins: shepazu (~shepazu@31-35-13.wireless.csail.mit.edu)
- # [14:24] * GPHemsley wonders why the entirety of Dublin Core is not registered as meta extensions.
- # [14:25] <Ms2ger> Oh, *that*
- # [14:29] * Quits: tantek (~tantek@wifi.ttu.ee) (Quit: tantek)
- # [14:31] * Quits: marcosc (~marcosc@bl8-175-153.dsl.telepac.pt) (Remote host closed the connection)
- # [14:33] * Ms2ger kicks tobie
- # [14:38] * Joins: smaug____ (~chatzilla@85-76-137-136-nat.elisa-mobile.fi)
- # [14:38] * Quits: charl (~charl@charl.eu) (Quit: leaving)
- # [14:39] * GPHemsley thinks all the fun is going to be in Toronto.
- # [14:40] * Quits: niloy (~niloy@115.112.64.6) (Quit: Leaving)
- # [14:45] * Quits: reyre_ (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [14:54] * heycam is now known as heycam|away
- # [15:00] * Joins: benbarnett (~Adium@195.81.245.98)
- # [15:00] * Quits: smaug____ (~chatzilla@85-76-137-136-nat.elisa-mobile.fi) (Ping timeout: 240 seconds)
- # [15:02] * Quits: sedovsek (~robert@89.143.12.238) (Remote host closed the connection)
- # [15:03] * Joins: sedovsek (~robert@89.143.12.238)
- # [15:05] * Joins: AladinBouzerd_ (~aladinbou@41.108.43.1)
- # [15:06] * Quits: sedovsek (~robert@89.143.12.238) (Client Quit)
- # [15:06] * Joins: rego (~rego@fanzine.igalia.com)
- # [15:07] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [15:07] * Joins: will_i_was (~william@san.space150.com)
- # [15:08] * Quits: AladinBouzerd (~aladinbou@41.108.96.100) (Ping timeout: 248 seconds)
- # [15:09] * Joins: JohnAlbin (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw)
- # [15:10] * Parts: mitemitreski (~mitemitre@212.120.17.179)
- # [15:12] * Quits: will_i_was (~william@san.space150.com) (Ping timeout: 248 seconds)
- # [15:12] * Joins: mitemitreski (~mitemitre@212.120.17.179)
- # [15:15] * Parts: mitemitreski (~mitemitre@212.120.17.179)
- # [15:20] * Quits: espadrine (~ttyl@AMontsouris-158-1-94-220.w90-2.abo.wanadoo.fr) (Ping timeout: 264 seconds)
- # [15:23] * Joins: espadrine (~ttyl@AMontsouris-158-1-94-220.w90-2.abo.wanadoo.fr)
- # [15:27] * Joins: decotii (~decotii@hq.croscon.com)
- # [15:29] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:31] * Quits: mrbkap (~mrbkap@v-1045.fw1.sfo1.mozilla.net) (Ping timeout: 276 seconds)
- # [15:33] * Joins: Nenor (~Nenor@ip4-95-82-183-100.cust.nbox.cz)
- # [15:34] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [15:35] * Joins: smaug____ (~chatzilla@85-76-137-136-nat.elisa-mobile.fi)
- # [15:37] * Quits: JohnAlbin (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw) (Ping timeout: 246 seconds)
- # [15:37] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 276 seconds)
- # [15:40] * Quits: reyre (~rick@142.204.133.24) (Quit: Leaving)
- # [15:41] * Joins: reyre_ (~reyre_@142.204.133.18)
- # [15:42] * Quits: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net) (Ping timeout: 246 seconds)
- # [15:46] * Quits: smaug____ (~chatzilla@85-76-137-136-nat.elisa-mobile.fi) (Ping timeout: 240 seconds)
- # [15:48] * Joins: jryans (~jryans@cpe-70-113-94-107.austin.res.rr.com)
- # [15:49] * Joins: Vishal (~Vishal@123.237.28.133)
- # [15:50] * Quits: jryans (~jryans@cpe-70-113-94-107.austin.res.rr.com) (Client Quit)
- # [15:51] * Parts: Nenor (~Nenor@ip4-95-82-183-100.cust.nbox.cz)
- # [15:51] * Quits: rego (~rego@fanzine.igalia.com) (Remote host closed the connection)
- # [15:53] * Joins: ambv (~ambv@user-94-254-130-27.play-internet.pl)
- # [15:56] * Joins: erichynds (~ehynds@64.206.121.41)
- # [15:58] * Joins: agcolom_ (uid6233@gateway/web/irccloud.com/x-nnutypnysfgeaofc)
- # [16:01] * Quits: ambv (~ambv@user-94-254-130-27.play-internet.pl) (Quit: ambv)
- # [16:03] * Quits: Vishal (~Vishal@123.237.28.133) (Quit: Leaving)
- # [16:07] * Joins: barneybook (~kvirc@220-136-212-246.dynamic.hinet.net)
- # [16:10] * Joins: JohnAlbin (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw)
- # [16:11] * Joins: tantek (~tantek@wifi.ttu.ee)
- # [16:17] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [16:19] * Joins: marcosc_ (~marcosc@bl8-175-153.dsl.telepac.pt)
- # [16:20] * Joins: ehsan (~ehsan@66.207.208.98)
- # [16:21] * Joins: ambv (~ambv@user-94-254-130-27.play-internet.pl)
- # [16:23] * Quits: ambv (~ambv@user-94-254-130-27.play-internet.pl) (Client Quit)
- # [16:26] * Joins: jryans (~jryans@cpe-70-113-94-107.austin.res.rr.com)
- # [16:27] * Quits: decotii (~decotii@hq.croscon.com) (Ping timeout: 240 seconds)
- # [16:28] * Joins: AladinBouzerd (~aladinbou@41.108.76.77)
- # [16:28] * Joins: decotii (~decotii@hq.croscon.com)
- # [16:29] * Joins: annevk (~annevk@205.158.58.41.ptr.us.xo.net)
- # [16:30] * Quits: AladinBouzerd_ (~aladinbou@41.108.43.1) (Ping timeout: 248 seconds)
- # [16:31] * Joins: ambv (~ambv@user-94-254-130-27.play-internet.pl)
- # [16:35] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [16:38] * Joins: izhak (~izhak@31.47.119.129)
- # [16:41] * Quits: jryans (~jryans@cpe-70-113-94-107.austin.res.rr.com) (Quit: Be back later)
- # [16:44] * Quits: tantek (~tantek@wifi.ttu.ee) (Quit: tantek)
- # [16:44] * Krinkle|detached is now known as Krinkle
- # [16:46] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [16:47] * Quits: ambv (~ambv@user-94-254-130-27.play-internet.pl) (Quit: sys.exit(0))
- # [16:51] * Joins: tantek (~tantek@wifi.ttu.ee)
- # [16:56] * Joins: will_i_was (~william@vpn.space150.com)
- # [16:59] * Joins: cabanier1 (~cabanier@sjfw1.adobe.com)
- # [17:00] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Ping timeout: 276 seconds)
- # [17:00] * Quits: will_i_was (~william@vpn.space150.com) (Ping timeout: 260 seconds)
- # [17:01] * Joins: JohnAlbin_ (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw)
- # [17:01] * Joins: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net)
- # [17:02] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [17:02] <reyre_> what should webvtt parser do if it encounters non utf8 characters? right now i only see that it should interpret the data as utf8 not that it should check that it is and replace, etc
- # [17:02] * Quits: JohnAlbin_ (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw) (Read error: Connection reset by peer)
- # [17:03] * Joins: JohnAlbin_ (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw)
- # [17:04] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: Computer has gone to sleep.)
- # [17:04] * Quits: JohnAlbin (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw) (Ping timeout: 256 seconds)
- # [17:04] * JohnAlbin_ is now known as JohnAlbin
- # [17:06] <SimonSapin> reyre_: webvtt refers to RFC3629 for UTF-8, which apparently leaves this unspecified … I’d recommend decoding per http://encoding.spec.whatwg.org/ , that is decode invalid bytes as U+FFFD REPLACEMENT CHARACTER
- # [17:07] <SimonSapin> annevk: does that sound right?
- # [17:07] * Quits: Martin1982 (~Martin198@cable-175-208.zeelandnet.nl) (Quit: Gone snoring)
- # [17:09] <annevk> SimonSapin: yeah, why does WebVTT refer to 3629? That sounds like a regression
- # [17:10] <annevk> Pretty sure it used to refer to the Encoding Standard by means of referring something in HTML
- # [17:10] <SimonSapin> no idea, I’m just reading http://dev.w3.org/html5/webvtt/#the-webvtt-file-format-syntax
- # [17:10] <Ms2ger> Probably forked before Hixie_ referenced Encoding
- # [17:11] <annevk> reyre_: there's no such thing as a non-utf-8 character btw, it would be a non-utf-8 byte sequence
- # [17:11] * Joins: AladinBouzerd_ (~aladinbou@41.104.205.90)
- # [17:12] <annevk> SimonSapin: reyre_: the parser part does refer the correct algorithm, but still mentions 3629... Editor seems confused
- # [17:13] * Quits: AladinBouzerd (~aladinbou@41.108.76.77) (Ping timeout: 264 seconds)
- # [17:13] * Quits: reyre_ (~reyre_@142.204.133.18) (Remote host closed the connection)
- # [17:14] * Krinkle is now known as Krinkle|detached
- # [17:16] * Quits: AladinBouzerd_ (~aladinbou@41.104.205.90) (Read error: Connection reset by peer)
- # [17:18] * Quits: Kolombiken (~Adium@94.137.124.2) (Ping timeout: 240 seconds)
- # [17:19] * Joins: Kolombiken (~Adium@94.137.124.2)
- # [17:22] * Quits: shwetank (~shwetank@122.161.48.239) (Ping timeout: 264 seconds)
- # [17:22] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [17:24] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [17:25] * Joins: JohnAlbin_ (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw)
- # [17:26] * Quits: Kolombiken (~Adium@94.137.124.2) (Quit: Leaving.)
- # [17:26] * Joins: lmclister (~lmclister@sjfw1-a.adobe.com)
- # [17:26] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [17:27] * Quits: JohnAlbin_ (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw) (Read error: Connection reset by peer)
- # [17:27] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
- # [17:27] * Quits: enr (~enr@static-88.131.87.100.addr.tdcsong.se) (Ping timeout: 240 seconds)
- # [17:27] * Joins: JohnAlbin_ (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw)
- # [17:27] * Quits: JohnAlbin (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw) (Ping timeout: 260 seconds)
- # [17:28] * JohnAlbin_ is now known as JohnAlbin
- # [17:28] * JohnAlbin is now known as JohnAlbin_______
- # [17:28] * JohnAlbin_______ is now known as JohnAlbin
- # [17:29] * Joins: reyre_ (~reyre_@142.204.133.18)
- # [17:30] * reyre_ is now known as reyre
- # [17:31] * Joins: jryans (~jryans@office.massrel.com)
- # [17:31] <reyre> annevk, SimonSapin: okay so replacing utf8-8-byte sequences with the replace character is probably what we want to do
- # [17:31] <reyre> annevk, SimonSapin: thanks :)
- # [17:34] * Quits: cabanier1 (~cabanier@sjfw1.adobe.com) (Read error: Connection reset by peer)
- # [17:36] * Joins: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net)
- # [17:39] <annevk> reyre: if this is for the JavaScript impl, you should just use TextDecoder; it'll do that
- # [17:39] * Quits: JohnAlbin (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw) (Ping timeout: 268 seconds)
- # [17:39] * Joins: JohnAlbin_ (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw)
- # [17:40] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
- # [17:41] <reyre> annevk: where can i find that?
- # [17:41] <annevk> reyre: Encoding Standard defines it, Gecko implements it
- # [17:42] <reyre> ah okay, i think we might not want that because we'd want other implementations to be able to use it as well, not just gecko
- # [17:43] <reyre> annevk: andreas has decided on using some shumway code https://github.com/mozilla/shumway/blob/master/src/avm2/util.js#L448
- # [17:43] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [17:43] <annevk> reyre: all browsers will eventually implement that API
- # [17:44] <annevk> reyre: it seems silly to reimplement utf-8 everywhere
- # [17:45] <reyre> annevk: if you want to chime in on the discussion it's here https://github.com/andreasgal/vtt.js/issues/43
- # [17:46] * Quits: annevk (~annevk@205.158.58.41.ptr.us.xo.net) (Remote host closed the connection)
- # [17:50] * Joins: will_i_was (~william@san.space150.com)
- # [17:52] * Joins: sgalineau (~sylvaing@sjfw1-a.adobe.com)
- # [17:53] * Quits: tantek (~tantek@wifi.ttu.ee) (Quit: tantek)
- # [17:54] * Joins: enr (~enr@static-88.131.87.100.addr.tdcsong.se)
- # [17:55] * Quits: will_i_was (~william@san.space150.com) (Remote host closed the connection)
- # [17:55] * Joins: will_i_was (~william@blackhole.space150.com)
- # [18:01] * Joins: weinig (~weinig@17.114.109.141)
- # [18:02] * Joins: cabanier (~cabanier@192.150.22.55)
- # [18:02] * Quits: enr (~enr@static-88.131.87.100.addr.tdcsong.se) (Ping timeout: 268 seconds)
- # [18:03] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
- # [18:03] * Parts: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [18:05] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [18:06] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [18:08] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [18:08] * Joins: jsbell (jsbell@nat/google/x-csokdndgyshkxrdc)
- # [18:09] * Joins: jorgepedret (~jorgepedr@64-46-3-158.dyn.novuscom.net)
- # [18:11] * Quits: lilmonkey` (~colin@pdpc/supporter/professional/riven) (Read error: Connection reset by peer)
- # [18:11] * Joins: lilmonkey (~colin@5469E6D4.cm-12-2d.dynamic.ziggo.nl)
- # [18:11] * Quits: lilmonkey (~colin@5469E6D4.cm-12-2d.dynamic.ziggo.nl) (Changing host)
- # [18:11] * Joins: lilmonkey (~colin@pdpc/supporter/professional/riven)
- # [18:15] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [18:20] * Joins: ap (~ap@2620:149:4:1b01:bd65:e362:92d3:df6e)
- # [18:21] * Quits: dogfoodhh (~dogfood@217.110.124.66) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [18:21] * Quits: JohnAlbin_ (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw) (Read error: Connection reset by peer)
- # [18:22] * Joins: JohnAlbin (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw)
- # [18:22] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 246 seconds)
- # [18:26] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [18:26] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [18:32] * Quits: Smylers (~smylers@81.143.60.194) (Ping timeout: 248 seconds)
- # [18:32] * Joins: scor (scor@drupal.org/user/52142/view)
- # [18:33] * Joins: lilmonkey` (~colin@5469E6D4.cm-12-2d.dynamic.ziggo.nl)
- # [18:33] * Quits: lilmonkey` (~colin@5469E6D4.cm-12-2d.dynamic.ziggo.nl) (Changing host)
- # [18:33] * Joins: lilmonkey` (~colin@pdpc/supporter/professional/riven)
- # [18:35] * Joins: alecf (alecf@nat/google/x-nxmcupbfbscvnwse)
- # [18:35] * Quits: benbarnett (~Adium@195.81.245.98) (Quit: Leaving.)
- # [18:36] * Quits: JohnAlbin (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw) (Ping timeout: 246 seconds)
- # [18:36] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (Ping timeout: 264 seconds)
- # [18:36] * Joins: JohnAlbin (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw)
- # [18:37] * Quits: SimonSapin (~simon@207.218.72.65) (Read error: Operation timed out)
- # [18:46] * Quits: will_i_was (~william@blackhole.space150.com) (Remote host closed the connection)
- # [18:47] * Joins: annevk (~annevk@ip-64-134-239-175.public.wayport.net)
- # [18:47] <dglazkov> good morning, Whatwg!
- # [18:48] <reyre> annevk: so do you think using gecko would be better then shumway?
- # [18:49] <annevk> I don't understand what that means
- # [18:49] * Joins: JohnAlbin_ (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw)
- # [18:50] <reyre> annevk: so for the utf8 encoding stuff. you said that you thought using gecko's utf8 TextDecoder would be better than using Shumway's version (which i linked)
- # [18:51] <annevk> It's not Gecko's. It's the web platform's way of doing text decoding. Shumway could be patched to use that, too.
- # [18:51] * Quits: JohnAlbin (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw) (Ping timeout: 256 seconds)
- # [18:51] * JohnAlbin_ is now known as JohnAlbin
- # [18:52] <reyre> annevk: oh okay. i thought you said that gecko had a particular implementation of it though?
- # [18:53] <annevk> reyre: I think I said we had an implementation, meaning you could use it
- # [18:53] <annevk> reyre: http://encoding.spec.whatwg.org/#api
- # [18:53] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [18:53] * Joins: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net)
- # [18:54] <reyre> annevk: okay cool, thanks
- # [18:58] * Joins: JohnAlbin_ (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw)
- # [18:58] * Joins: enr (~enr@static-88.131.87.100.addr.tdcsong.se)
- # [18:59] * Quits: JohnAlbin (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw) (Ping timeout: 246 seconds)
- # [18:59] * JohnAlbin_ is now known as JohnAlbin
- # [19:03] * Quits: enr (~enr@static-88.131.87.100.addr.tdcsong.se) (Ping timeout: 268 seconds)
- # [19:06] * Joins: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi)
- # [19:07] <Hixie_> hober: you around?
- # [19:07] * Quits: JohnAlbin (~JohnAlbin@123-193-194-128.dynamic.kbronet.com.tw) (Ping timeout: 256 seconds)
- # [19:08] * Joins: will_i_was (~william@blackhole.space150.com)
- # [19:10] * Joins: WeirdAl (~chatzilla@g2spf.ask.info)
- # [19:11] * Quits: WeirdAl (~chatzilla@g2spf.ask.info) (Client Quit)
- # [19:11] * Joins: danielfi_ (~danielfil@200.232.113.107)
- # [19:12] * Quits: will_i_was (~william@blackhole.space150.com) (Ping timeout: 240 seconds)
- # [19:14] * Joins: scor (scor@nat/acquia/x-ovcosynjztekgxee)
- # [19:14] * Quits: scor (scor@nat/acquia/x-ovcosynjztekgxee) (Changing host)
- # [19:14] * Joins: scor (scor@drupal.org/user/52142/view)
- # [19:20] * Joins: gallant (~galant@46.217.80.19)
- # [19:24] * Quits: galant (~galant@unaffiliated/dekiss) (Ping timeout: 268 seconds)
- # [19:29] * Joins: dogfoodhh (~dogfood@d108255.adsl.hansenet.de)
- # [19:32] * fishd__ is now known as fishd
- # [19:34] * Joins: richt_ (~richt@91.216.105.36)
- # [19:37] * Quits: richt (~richt@c27-253-84-84.sunsh3.vic.optusnet.com.au) (Ping timeout: 248 seconds)
- # [19:38] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 246 seconds)
- # [19:48] * Joins: lilmonkey (~colin@5469e6d4.cm-12-2d.dynamic.ziggo.nl)
- # [19:48] * Quits: lilmonkey (~colin@5469e6d4.cm-12-2d.dynamic.ziggo.nl) (Changing host)
- # [19:48] * Joins: lilmonkey (~colin@pdpc/supporter/professional/riven)
- # [19:50] * Joins: mpt (~mpt@canonical/mpt)
- # [19:51] * Quits: lilmonkey` (~colin@pdpc/supporter/professional/riven) (Ping timeout: 268 seconds)
- # [19:52] * Joins: mattgifford (~mattgiffo@70.102.199.158)
- # [19:53] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [19:54] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Client Quit)
- # [19:56] * Joins: saba (~foo@unaffiliated/saba)
- # [19:57] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [19:57] * Parts: richt_ (~richt@91.216.105.36) ("Leaving...")
- # [19:58] * Joins: richt (uid12457@gateway/web/irccloud.com/x-bfgqtorilypggqpc)
- # [19:59] * Joins: enr (~enr@static-88.131.87.100.addr.tdcsong.se)
- # [20:02] * Joins: will_i_was (~william@vpn.space150.com)
- # [20:05] * Quits: enr (~enr@static-88.131.87.100.addr.tdcsong.se) (Ping timeout: 264 seconds)
- # [20:05] * Joins: will_i_w_ (~william@vpn.space150.com)
- # [20:05] * Quits: will_i_was (~william@vpn.space150.com) (Read error: Connection reset by peer)
- # [20:05] * will_i_w_ is now known as will_i_was
- # [20:06] * Quits: annevk (~annevk@ip-64-134-239-175.public.wayport.net) (Remote host closed the connection)
- # [20:07] * Quits: jorgepedret (~jorgepedr@64-46-3-158.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [20:08] * Joins: newtron (~newtron@76-10-150-172.dsl.teksavvy.com)
- # [20:09] * Quits: izhak (~izhak@31.47.119.129) (Remote host closed the connection)
- # [20:09] <hober> Hixie_: yo
- # [20:09] <hober> Hixie_: sorry, was in a meeting
- # [20:09] * Hixie_ wonders what he wanted to ask hober
- # [20:10] <hober> heh
- # [20:10] <Hixie_> oh, putImageDataHD()
- # [20:10] <Hixie_> i've heard rumours that y'all dropped it as soon as you added it, or something
- # [20:10] <Hixie_> but i can't find any feedback on the matter
- # [20:10] <Hixie_> any chance you can get dino or someone to update the list on what's going on with that?
- # [20:11] <hober> yeah, fair enough. i'll bug him to write an email about it
- # [20:11] * Joins: sicking (~sicking@c-67-180-9-161.hsd1.ca.comcast.net)
- # [20:18] * Joins: lilmonkey` (~colin@pdpc/supporter/professional/riven)
- # [20:21] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (Ping timeout: 268 seconds)
- # [20:21] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [20:25] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
- # [20:27] * Joins: richt__ (~richt@c27-253-84-84.sunsh3.vic.optusnet.com.au)
- # [20:28] * Quits: richt__ (~richt@c27-253-84-84.sunsh3.vic.optusnet.com.au) (Client Quit)
- # [20:29] * Joins: annevk (~annevk@v-1045.fw1.sfo1.mozilla.net)
- # [20:31] * Joins: annevk_ (~annevk@v-1045.fw1.sfo1.mozilla.net)
- # [20:32] * Joins: scheib (uid4467@gateway/web/irccloud.com/x-bpdimpnyorapbvjd)
- # [20:33] * Quits: annevk (~annevk@v-1045.fw1.sfo1.mozilla.net) (Ping timeout: 268 seconds)
- # [20:38] * Joins: jorgepedret (~jorgepedr@64-46-3-158.dyn.novuscom.net)
- # [20:40] * Quits: marcosc_ (~marcosc@bl8-175-153.dsl.telepac.pt) (Remote host closed the connection)
- # [20:46] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 246 seconds)
- # [20:47] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
- # [20:47] * Quits: saba (~foo@unaffiliated/saba) (Ping timeout: 246 seconds)
- # [20:49] * Joins: tantek (~tantek@wifi.ttu.ee)
- # [20:52] * Quits: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net) (Ping timeout: 246 seconds)
- # [20:53] * Joins: saba (~foo@unaffiliated/saba)
- # [20:55] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [20:58] * Joins: jwalden (~waldo@nat/mozilla/x-uijtmbjumnkhplfw)
- # [20:58] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
- # [20:59] * Joins: gnarf_ (gnarf@unaffiliated/gnarf)
- # [20:59] * Joins: enr (~enr@static-88.131.87.100.addr.tdcsong.se)
- # [20:59] * Joins: mrbkap (~mrbkap@v-1045.fw1.sfo1.mozilla.net)
- # [21:00] * Joins: marcosc (~marcosc@bl8-175-153.dsl.telepac.pt)
- # [21:00] * Quits: gnarf (~gnarf@unaffiliated/gnarf) (Quit: ZNC - http://znc.sourceforge.net)
- # [21:01] * gnarf_ is now known as gnarf
- # [21:01] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [21:03] * Joins: lilmonkey (~colin@pdpc/supporter/professional/riven)
- # [21:04] * Quits: enr (~enr@static-88.131.87.100.addr.tdcsong.se) (Ping timeout: 268 seconds)
- # [21:05] * Quits: lilmonkey` (~colin@pdpc/supporter/professional/riven) (Read error: Operation timed out)
- # [21:06] * Joins: Smylers (~smylers@host86-169-228-8.range86-169.btcentralplus.com)
- # [21:12] * Quits: gallant (~galant@46.217.80.19) (Changing host)
- # [21:12] * Joins: gallant (~galant@unaffiliated/dekiss)
- # [21:12] * danielfi_ is now known as danielfilho|w
- # [21:13] * Quits: dogfoodhh (~dogfood@d108255.adsl.hansenet.de) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [21:17] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
- # [21:21] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [21:24] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Read error: Operation timed out)
- # [21:29] * Quits: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net) (Quit: Leaving.)
- # [21:33] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 246 seconds)
- # [21:42] * Quits: sgalineau (~sylvaing@sjfw1-a.adobe.com) (Quit: Textual IRC Client: www.textualapp.com)
- # [21:47] * Joins: rniwa (~rniwa@17.212.154.114)
- # [21:47] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
- # [21:54] * Joins: SimonSapin (~simon@207.218.72.65)
- # [21:55] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [21:56] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [21:59] * Joins: dbaron (~dbaron@63.245.219.150)
- # [21:59] * Joins: enr (~enr@static-88.131.87.100.addr.tdcsong.se)
- # [22:04] * Quits: enr (~enr@static-88.131.87.100.addr.tdcsong.se) (Ping timeout: 240 seconds)
- # [22:07] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [22:08] * Joins: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net)
- # [22:08] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Ping timeout: 264 seconds)
- # [22:13] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [22:14] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [22:16] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 246 seconds)
- # [22:17] * Quits: sicking (~sicking@c-67-180-9-161.hsd1.ca.comcast.net) (Quit: sicking)
- # [22:21] * Quits: reyre (~reyre_@142.204.133.18) (Remote host closed the connection)
- # [22:27] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [22:35] * Joins: enr (~enr@213.179.213.214)
- # [22:37] * Quits: enr (~enr@213.179.213.214) (Remote host closed the connection)
- # [22:37] * Joins: enr (~enr@213.179.213.214)
- # [22:40] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 240 seconds)
- # [22:42] * Quits: nonge (~nonge@p5B326831.dip0.t-ipconnect.de) (Quit: Verlassend)
- # [22:46] * Quits: tantek (~tantek@wifi.ttu.ee) (Read error: Connection reset by peer)
- # [22:47] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [22:48] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
- # [22:48] * Joins: lilmonkey` (~colin@pdpc/supporter/professional/riven)
- # [22:48] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [22:51] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (Ping timeout: 246 seconds)
- # [22:53] * Quits: enr (~enr@213.179.213.214) (Remote host closed the connection)
- # [22:54] * Joins: enr (~enr@213.179.213.214)
- # [22:54] * Joins: danielfi_ (~danielfil@200.232.113.107)
- # [22:57] * Joins: dogfoodhh (~dogfood@e179195047.adsl.alicedsl.de)
- # [22:57] * Quits: danielfilho|w (~danielfil@200.232.113.107) (Ping timeout: 268 seconds)
- # [22:57] * Quits: TallTed (~Thud@63.119.36.36)
- # [22:59] <dglazkov> Hixie_: for <link>, where's the text that specifies what happens when "href" value is changed?
- # [22:59] <Hixie_> interesting question
- # [22:59] <dglazkov> Hixie_: I went looking, but I couldn't easily find.
- # [22:59] <dglazkov> But I did fill out your survey form! :)
- # [23:00] * Quits: dogfoodhh (~dogfood@e179195047.adsl.alicedsl.de) (Read error: Connection reset by peer)
- # [23:00] * Joins: enr_ (~enr@static-88.131.87.100.addr.tdcsong.se)
- # [23:01] <Hixie_> dglazkov: :-)
- # [23:01] <Hixie_> dglazkov: looks like changing href doesn't cause a reload, per spec
- # [23:01] <Hixie_> dglazkov: do browsers reload?
- # [23:03] * Joins: mven (~mven@206.194.49.220)
- # [23:04] <Hixie_> http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2411 suggests they do
- # [23:04] * Quits: ehsan (~ehsan@66.207.208.98) (Read error: Connection reset by peer)
- # [23:04] <Hixie_> dglazkov: guess it's a spec bug
- # [23:04] <dglazkov> yay bugs
- # [23:04] * Joins: ehsan (~ehsan@66.207.208.98)
- # [23:05] * Quits: enr_ (~enr@static-88.131.87.100.addr.tdcsong.se) (Ping timeout: 246 seconds)
- # [23:05] * Quits: marcosc (~marcosc@bl8-175-153.dsl.telepac.pt) (Remote host closed the connection)
- # [23:07] * Quits: enr (~enr@213.179.213.214)
- # [23:08] * Joins: jreading1 (~Adium@ip98-169-193-48.dc.dc.cox.net)
- # [23:08] * Quits: jwalden (~waldo@nat/mozilla/x-uijtmbjumnkhplfw) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 22.0/20130701153714])
- # [23:10] * Joins: jwalden (~waldo@2620:101:8003:200:3ea9:f4ff:fe34:6fd4)
- # [23:11] * Quits: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi) (Ping timeout: 240 seconds)
- # [23:11] * Quits: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net) (Ping timeout: 248 seconds)
- # [23:16] * Joins: tantek (~tantek@wifi.ttu.ee)
- # [23:17] * Quits: mven (~mven@206.194.49.220) (Remote host closed the connection)
- # [23:18] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [23:18] <gallant> are there paid jobs in whatwg and w3c?
- # [23:20] * Joins: mven (~mven@206.194.49.220)
- # [23:20] <gsnedders> The WHATWG has no employees (or, indeed, legal status whatsoever). There are people paid to work on WHATWG-published specifications, however. The W3C has staff for a variety of things, from sysadmins to staff contacts for WGs to membership development, etc.
- # [23:20] <gsnedders> gallant: ^^
- # [23:23] * Joins: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi)
- # [23:29] <dglazkov> Hixie_: do you want me to repurpose https://www.w3.org/Bugs/Public/show_bug.cgi?id=22038 or create a new bug?
- # [23:29] <Hixie_> either way
- # [23:30] * Quits: svl (~me@86.87.68.167) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:30] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:31] * Joins: sgalineau (~sylvaing@64.141.94.226)
- # [23:31] * Quits: newtron (~newtron@76-10-150-172.dsl.teksavvy.com) (Remote host closed the connection)
- # [23:32] * Joins: reyre (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
- # [23:32] <annevk_> hober: you guys keep track of the WHATWG list right? E.g. the Notifications stuff?
- # [23:33] * annevk_ is now known as annevk
- # [23:34] * Quits: tantek (~tantek@wifi.ttu.ee) (Quit: tantek)
- # [23:36] * Joins: reyre- (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
- # [23:36] * Quits: reyre (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Read error: Connection reset by peer)
- # [23:37] * Quits: mattgifford (~mattgiffo@70.102.199.158) (Remote host closed the connection)
- # [23:41] * Quits: jreading1 (~Adium@ip98-169-193-48.dc.dc.cox.net) (Quit: Leaving.)
- # [23:43] <annevk> https://si0.twimg.com/profile_images/378800000152914804/f5d064aa7d8d22112c590281a074cdde_bigger.jpeg is amazing
- # [23:43] * Quits: erichynds (~ehynds@64.206.121.41) (Quit: erichynds)
- # [23:44] <annevk> https://si0.twimg.com/profile_images/378800000152914804/f5d064aa7d8d22112c590281a074cdde.jpeg (somewhat bigger)
- # [23:47] <Ms2ger> Is that you?
- # [23:51] <gallant> thanks
- # [23:54] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [23:55] * Krinkle|detached is now known as Krinkle
- # [23:56] * Quits: Ms2ger (~Ms2ger@67.202-242-81.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # Session Close: Fri Jul 19 00:00:00 2013
The end :)