Options:
- # Session Start: Tue Jun 25 00:00:00 2013
- # Session Ident: #whatwg
- # [00:01] * Joins: othermaciej (~mjs@17.114.109.72)
- # [00:04] * Quits: linclark (~clark@79.97.142.40) (Quit: linclark)
- # [00:04] * Quits: jernoble_ (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [00:04] * Quits: nimbu1 (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
- # [00:07] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [00:12] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Ping timeout: 246 seconds)
- # [00:12] * Quits: manu-db (~msporny@216.252.204.51) (Ping timeout: 246 seconds)
- # [00:14] * Joins: manu-db (~msporny@216.252.204.51)
- # [00:14] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
- # [00:16] * Joins: jernoble (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net)
- # [00:17] * Quits: weinig (~weinig@17.114.108.220) (Quit: weinig)
- # [00:19] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Quit: tobie)
- # [00:19] * Joins: nessy (~silviapf@71-81-17-2.static.gwnt.ga.charter.com)
- # [00:20] * Joins: j_wright (~jwright@ip70-173-127-54.lv.lv.cox.net)
- # [00:23] * Quits: will_i_was (~william@blackhole.space150.com) (Remote host closed the connection)
- # [00:23] * Joins: sgalineau (~sylvaing@sjfw1.adobe.com)
- # [00:24] * Joins: AladinBouzerd (~aladinbou@41.104.99.40)
- # [00:27] * Quits: astearns (~astearns@192.150.22.5) (Read error: Connection reset by peer)
- # [00:28] * Joins: birtles (~chatzilla@61-121-216-2.bitcat.net)
- # [00:29] * Quits: marcosc (~marcosc@bl7-48-17.dsl.telepac.pt) (Remote host closed the connection)
- # [00:30] * Joins: astearns (~astearns@192.150.22.5)
- # [00:39] * Quits: mven (~mven@169.241.49.225) (Remote host closed the connection)
- # [00:43] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
- # [00:47] * Joins: AladinBouzerd_ (~aladinbou@41.104.99.40)
- # [00:48] * Joins: will_i_was (~william@blackhole.space150.com)
- # [00:49] * Quits: mattgifford (~mattgiffo@70.102.199.158) (Remote host closed the connection)
- # [00:50] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
- # [00:51] <Hixie> rafaelw: ping (at your leisure)
- # [00:51] * Quits: AladinBouzerd (~aladinbou@41.104.99.40) (Ping timeout: 268 seconds)
- # [00:52] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [00:53] * Quits: AladinBouzerd_ (~aladinbou@41.104.99.40) (Ping timeout: 268 seconds)
- # [00:54] * Quits: gavin_ (~gavin@76.14.87.162) (Read error: Connection reset by peer)
- # [00:55] * Joins: gavin_ (~gavin@76.14.87.162)
- # [00:56] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 248 seconds)
- # [01:00] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
- # [01:00] * Joins: weinig (~weinig@17.114.11.13)
- # [01:03] * Quits: rcombs (~rcombs@rcombs.me) (Ping timeout: 264 seconds)
- # [01:07] * Quits: cabanier1 (~cabanier@sjfw1.adobe.com) (Read error: Connection reset by peer)
- # [01:09] * Quits: zkis (~zkis@87-95-150-145.bb.dnainternet.fi) (Ping timeout: 240 seconds)
- # [01:09] * heycam is now known as heycam|away
- # [01:11] * Joins: cabanier (~cabanier@192.150.22.55)
- # [01:19] * Quits: weinig (~weinig@17.114.11.13) (Quit: weinig)
- # [01:19] * Joins: weinig (~weinig@17.114.11.13)
- # [01:20] * heycam|away is now known as heycam
- # [01:22] <rafaelw> hixie: poing.
- # [01:22] <Hixie> hey
- # [01:22] <Hixie> so i'm trying to integrate the template parser thing
- # [01:23] <Hixie> and i've got some questions :-)
- # [01:23] <rafaelw> sure.
- # [01:23] <Hixie> one is, if you have <table><template>text</template</table>, am i missing something, or do the suggested changes not handle the text right?
- # [01:23] <Hixie> seems like you'll end up in table text mode
- # [01:24] <Hixie> which will then trigger the foster parenting
- # [01:24] <Hixie> rather than the template parenting
- # [01:25] <Hixie> (i think we should probably just define an "insert" algorithm that handles the foster and template parenting hacks rather than doing it as now with "comefrom"-style programming, fwiw. but that's an editorial thing.)
- # [01:26] <rafaelw> when do you end up in table text mode?
- # [01:27] <Hixie> <table>text
- # [01:27] <rafaelw> but which token put you in table text mode?
- # [01:27] <Hixie> the "t"
- # [01:27] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
- # [01:27] <Hixie> oh, i see, <template> will be the current node in the template case
- # [01:27] <Hixie> hmm, interesting
- # [01:28] <Hixie> oh that _is_ interesting
- # [01:28] <rafaelw> nope. the <template> put you in "template contents" mode.
- # [01:28] <Hixie> that means we never get to foster parent text _or_ comment nodes
- # [01:28] <Hixie> rafaelw: yeah, got it
- # [01:28] <Hixie> rafaelw: so, next question; is the lack of foreign content support intentional?
- # [01:28] * Quits: weinig (~weinig@17.114.11.13) (Quit: weinig)
- # [01:29] <Hixie> or is it magically supported some way i can't tell :-)
- # [01:29] <rafaelw> what looks like isn't supported?
- # [01:29] <Hixie> like, <html><svg><template>
- # [01:29] <rafaelw> Well, in that case, it's a <template> in the svg namespace.
- # [01:30] <rafaelw> Which doesn't do much interesting.
- # [01:30] <Hixie> right
- # [01:30] <Hixie> that's intentional?
- # [01:30] <rafaelw> We can still make the call that <template> is even more magical and behaves the same in svg & mathml.
- # [01:30] <rafaelw> I'd say: not addressed yet.
- # [01:30] <Hixie> ok, cool
- # [01:30] <Hixie> thanks
- # [01:30] <rafaelw> We discussed this with Tab and kind of concluded that that could be left to the svg/mathml to champion.
- # [01:31] <Hixie> sgtm
- # [01:31] <rafaelw> svg/mathml *folks*
- # [01:31] <rafaelw> Anything else?
- # [01:31] <rafaelw> I'll review Robin's changes right now.
- # [01:31] <Hixie> not right now, but i'm still looking :-)
- # [01:31] <rafaelw> let me know =-)
- # [01:32] <Hixie> i think i might end up doing a separate merge from darobin's, i'm finding too many things i disagree with at an editorial level
- # [01:32] * Quits: krit (~krit@sjfw1.adobe.com) (Quit: Leaving.)
- # [01:32] <Hixie> e.g. having the template parenting use comefrom-style prose as well as foster parenting doing that makes the whole insertion thing really hard to follow now
- # [01:32] <Hixie> so i think i should merge it all into one clear algorithm
- # [01:32] <Hixie> still just going through trying to understand it, right now, though
- # [01:35] <Hixie> rafaelw: oh, another question; is there some reason for section 7.2 in https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/templates/index.html#creating-an-element-for-a-token ?
- # [01:35] <Hixie> the bit that talks about ownerDocument?
- # [01:35] <Hixie> it seems like every node will be inserted into another node, which forces the ownerDocument anyway, no?
- # [01:35] <Hixie> or is there some way you can end up with orphan nodes?
- # [01:35] <rafaelw> the issue is that the node needs to be constructed into the correct document.
- # [01:36] <rafaelw> If it's constructed in a "live" document, even transiently, it can have side effects.
- # [01:36] <Hixie> ah, interesting
- # [01:36] <rafaelw> The goal of template content is that it's inner.
- # [01:36] <rafaelw> inert.
- # [01:36] <Hixie> yeah
- # [01:36] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
- # [01:37] * Quits: gallant (~galant@77.29.85.195) (Quit: Ex-Chat)
- # [01:37] * Quits: sgalineau (~sylvaing@sjfw1.adobe.com) (Read error: Connection reset by peer)
- # [01:39] * Quits: yorick (~yorick@oftn/member/yorick) (Remote host closed the connection)
- # [01:40] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [01:43] <TabAtkins> rafaelw: Given that I'm an SVG folk, I think I should champion it. ^_^
- # [01:44] <TabAtkins> I definitely know I'd like to be able to use <template> in SVG.
- # [01:44] <Hixie> should be simpler for svg than html, no crazy parsing rules to deal with
- # [01:44] <Hixie> well, except for shunting into a separate doc
- # [01:44] <rafaelw> Ah, those salt-of-the-earth SVG folk. Good people.
- # [01:44] <shepazu> I've always assumed that <template> would work in SVG, happy if you'll hande the details, TabAtkins
- # [01:44] <Hixie> btw did we ever come to a decision on how this works i xml?
- # [01:44] <Hixie> in
- # [01:48] <TabAtkins> Don't think so?
- # [01:50] <rafaelw> Well, the spec has some to say about XHTML, but not XML in general.
- # [01:50] <rafaelw> (also XSLT & XPath)
- # [01:53] <Hixie> xhtml and xml are basically the same thing for these purposes
- # [01:53] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
- # [01:54] <rafaelw> so the spec doesn't answer this question for you?
- # [01:55] * Quits: lmclister (~lmclister@sjfw1.adobe.com) (Quit: lmclister)
- # [01:55] * Joins: marcosc (~marcosc@bl7-48-17.dsl.telepac.pt)
- # [01:55] <Hixie> looks like the answer is, yes, we concluded that we were changing the xml parser :-)
- # [01:56] <Hixie> to have special rules specefically for nodes in[4~ the HTML namespace
- # [01:56] <Hixie> which isn't really new, it's just pushing what we had already a little further
- # [01:56] <rafaelw> yep. this was basically henri's requirement for supporting the whole plan.
- # [01:57] <rafaelw> (which i also happen to agree with(.
- # [01:57] <rafaelw> ).
- # [01:58] * Joins: ehsan (~ehsan@24.212.206.174)
- # [01:58] <Hixie> given that i am the last one to this party, it having been specced in both webapps and the htmlwg before i'd even begun, i wonder if i'm still the one who's gonna get the blunt end of the criticsm from the xml community...
- # [01:59] * Quits: jernoble (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [01:59] <TabAtkins> Hixie: How can you even ask that question? Of course you will.
- # [02:00] <TabAtkins> Largely *because* you're the last one to the party. Also because you're Hixie.
- # [02:00] <Hixie> uh huh :-|
- # [02:00] <rafaelw> What criticism do you expect?
- # [02:01] <Hixie> rafaelw: that we are "unilaterally ruining the web" and "making the beautiful world that is xml" be all "ruined" and so forth
- # [02:02] * Joins: jernoble (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net)
- # [02:02] <rafaelw> oh....that....
- # [02:02] <rafaelw> ;-)
- # [02:02] <zewt> ruining xml
- # [02:02] * Quits: OnlyMax (~OnlyMax@189-81-246-106.user.veloxzone.com.br) (Quit: Leaving)
- # [02:03] <rafaelw> I think that maintaining the XHTML/HTML equivalence was a good thing,
- # [02:03] <zewt> is that like emptying a bag of dirt into a port-a-potty
- # [02:03] <rafaelw> but to be honest, I kind of feel like I'm happy letting the XML folks decide for themselves.
- # [02:04] <rafaelw> You can XHTML/HTML equivalence or not change the XML parser. Not both.
- # [02:04] <Hixie> yup
- # [02:04] <rafaelw> The thing that isn't reasonable is claiming that HTML parsing should never be able to express anything that the XML parser can't understand -- if you're uninterested in changing the XML parsing.
- # [02:04] * Quits: decotii (~decotii@static-98-116-12-109.nycmny.fios.verizon.net) (Quit: Leaving)
- # [02:06] <Hixie> yeah, no need to convince me
- # [02:06] <Hixie> :-)
- # [02:06] <Hixie> i'm the first one to suggest divergent parsing and so forth
- # [02:06] * rafaelw gets down off the soap box.
- # [02:10] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [02:15] * Quits: ehsan (~ehsan@24.212.206.174) (Remote host closed the connection)
- # [02:15] * jonlee|afk is now known as jonlee
- # [02:22] * Quits: marcosc (~marcosc@bl7-48-17.dsl.telepac.pt) (Remote host closed the connection)
- # [02:22] * Quits: jsbell (jsbell@nat/google/x-roiascyizarvhxts) (Quit: There's no place like home...)
- # [02:26] * Quits: othermaciej (~mjs@17.114.109.72) (Quit: othermaciej)
- # [02:26] * Quits: jernoble (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [02:36] * Quits: nessy (~silviapf@71-81-17-2.static.gwnt.ga.charter.com) (Ping timeout: 276 seconds)
- # [02:37] * Joins: nessy (~silviapf@71-81-17-2.static.gwnt.ga.charter.com)
- # [02:37] * jonlee is now known as jonlee|afk
- # [02:40] * Joins: yodasw16 (~yodasw16@c-71-238-227-241.hsd1.mi.comcast.net)
- # [02:41] * Quits: yodasw16 (~yodasw16@c-71-238-227-241.hsd1.mi.comcast.net) (Client Quit)
- # [02:52] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (Excess Flood)
- # [02:53] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
- # [02:53] * Joins: yoichio (yoichio@nat/google/x-rznsietvepmjhmap)
- # [02:56] * Quits: barneybook|2 (~kvirc@114-44-199-87.dynamic.hinet.net) (Read error: Connection reset by peer)
- # [03:01] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Quit: ZNC - http://znc.sourceforge.net)
- # [03:01] * Quits: jwalden (~waldo@nat/mozilla/x-qsroozbluhdgnanv) (Quit: home, back in 10mins)
- # [03:17] * Quits: necolas (~necolas@8.25.197.24) (Remote host closed the connection)
- # [03:18] * Joins: danielfilho (~danielfil@201.87.93.6)
- # [03:19] * Joins: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net)
- # [03:20] * Quits: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [03:23] <zewt> hearing "WebVTT depending on TTML", loading TTML spec, hoping it's just a *really* bad joke
- # [03:27] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
- # [03:27] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
- # [03:27] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [03:37] * Quits: JohnAlbin (~JohnAlbin@114-36-33-158.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
- # [03:38] * Joins: weinig (~weinig@24.130.60.35)
- # [03:40] * Joins: newtron (~newtron@206-248-183-122.dsl.teksavvy.com)
- # [03:41] * Joins: nimbu (~nimbu@50-0-136-58.dsl.dynamic.sonic.net)
- # [03:43] * Joins: nimbu1 (~nimbu@sjfw1-a.adobe.com)
- # [03:45] * Joins: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net)
- # [03:45] * Quits: nimbu (~nimbu@50-0-136-58.dsl.dynamic.sonic.net) (Ping timeout: 246 seconds)
- # [03:49] * Joins: barneybook (~kvirc@220-136-66-65.dynamic.hinet.net)
- # [03:49] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [03:51] * Quits: newtron (~newtron@206-248-183-122.dsl.teksavvy.com) (Remote host closed the connection)
- # [03:52] <nessy> zewt: that's definitely a misunderstanding!
- # [03:53] <zewt> from the number of posts talking about using TTML for chapters in webvtt, i sure wonder how it could be :)
- # [04:06] * Quits: tantek (~tantek@v-1045.fw1.sfo1.mozilla.net) (Quit: tantek)
- # [04:11] * Joins: jarek___ (~jarek___@edh226.neoplus.adsl.tpnet.pl)
- # [04:11] * Quits: jarek___ (~jarek___@edh226.neoplus.adsl.tpnet.pl) (Changing host)
- # [04:11] * Joins: jarek___ (~jarek___@unaffiliated/jarek)
- # [04:12] * jarek___ is now known as jarek
- # [04:13] * Quits: jarek (~jarek___@unaffiliated/jarek) (Client Quit)
- # [04:13] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [04:14] * Quits: esprehn (uid10445@gateway/web/irccloud.com/x-wpwewnezjknyukwm) (Ping timeout: 240 seconds)
- # [04:15] * Joins: esprehn (uid10445@gateway/web/irccloud.com/x-otkekvcbzvdozgxk)
- # [04:18] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [04:19] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Ping timeout: 268 seconds)
- # [04:20] * Joins: lmclister (~lmclister@sjfw1-a.adobe.com)
- # [04:20] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Ping timeout: 240 seconds)
- # [04:22] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [04:24] * Quits: alecf (alecf@nat/google/x-oosovlkcizvozrkg) (Quit: alecf)
- # [04:24] * Quits: nimbu1 (~nimbu@sjfw1-a.adobe.com) (Read error: Connection reset by peer)
- # [04:26] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [04:30] * Joins: jamesr__ (uid10481@gateway/web/irccloud.com/session)
- # [04:32] * Quits: jamesr_ (uid10481@gateway/web/irccloud.com/x-xchayucoviaxkyif) (Ping timeout: 264 seconds)
- # [04:32] * Quits: jamesr__ (uid10481@gateway/web/irccloud.com/session) (Changing host)
- # [04:32] * Joins: jamesr__ (uid10481@gateway/web/irccloud.com/x-azqhqyjtzxsihjqa)
- # [04:32] * jamesr__ is now known as jamesr_
- # [04:32] * Joins: marcosc (~marcosc@bl7-48-17.dsl.telepac.pt)
- # [04:38] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [04:43] <nessy> zewt: there's a difference between WebVTT and the TextTrackAPI
- # [04:43] * Quits: lmclister (~lmclister@sjfw1-a.adobe.com) (Read error: Connection reset by peer)
- # [04:43] <nessy> but I'm sure that thread is confusing to some
- # [04:45] <nessy> I'm gonna let go for now - I'm obviously not making my point well enough :-)
- # [04:47] * Quits: ^esc (~esc_ape@77.117.247.205.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
- # [04:49] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [04:58] * Quits: marcosc (~marcosc@bl7-48-17.dsl.telepac.pt) (Remote host closed the connection)
- # [05:00] * Quits: will_i_was (~william@blackhole.space150.com) (Ping timeout: 255 seconds)
- # [05:03] * Quits: nessy (~silviapf@71-81-17-2.static.gwnt.ga.charter.com) (Quit: Leaving.)
- # [05:08] * Joins: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net)
- # [05:13] * Joins: nessy (~silviapf@209.155.233.4)
- # [05:14] * Quits: hdv (uid2376@gateway/web/irccloud.com/x-qjkptchjklpzqtqx) (Ping timeout: 260 seconds)
- # [05:14] * Joins: hdv (uid2376@gateway/web/irccloud.com/x-vsxfbttgyqyenijk)
- # [05:19] * Quits: nessy (~silviapf@209.155.233.4) (Quit: Leaving.)
- # [05:21] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Quit: lmclister)
- # [05:25] * Joins: will_i_was (~william@san.space150.com)
- # [05:30] * Quits: will_i_was (~william@san.space150.com) (Ping timeout: 256 seconds)
- # [05:31] * Joins: fishd_ (~fishd@216.239.45.130)
- # [05:54] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
- # [05:55] * Quits: rniwa (~rniwa@17.212.154.114) (Quit: rniwa)
- # [06:00] <MikeSmith> rafaelw, Hixie : regarding the XML partisans potentially making a fuss about the parsing and XSLT/XPath changes: Do we expect that tools other than browsers are going to need to do any special processing of <template>? Or that we'd even want them to?
- # [06:01] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [06:03] <Hixie> MikeSmith: dunno
- # [06:03] <MikeSmith> ok
- # [06:03] <Hixie> MikeSmith: i would imagine that xslt would want to have the same result whether done on a dom tree parsed by a browser or offline
- # [06:04] <MikeSmith> Hixie: even if the purpose of the xslt is to generate something that's then going to be sent over the wire to Web clients?
- # [06:05] <Hixie> i guess it's possible that you never want to use the same xslt on a browser and on a server if you're using <template>, independent of the different parse behaviour
- # [06:07] <MikeSmith> but wait is the spec actually defining any change in XSLT behavior anyway?
- # [06:07] <Hixie> xml behaviour
- # [06:07] <MikeSmith> it says, "XSLT processing should to treat template contents as descendants of the template element when contained in XHTML input of an XSLT transform and place the descendants of a template element into template contents in XSLT output."
- # [06:07] <Hixie> oh, interesting
- # [06:07] <Hixie> ok so the difference would be with other technologies like xslt that aren't xslt
- # [06:08] <MikeSmith> of course XPath handling is different though
- # [06:08] <Hixie> just so we're clear, i personally am not particularly worried one way or the other :-)
- # [06:09] <MikeSmith> heh :)
- # [06:09] <MikeSmith> yeah, I figured
- # [06:10] * Krinkle is now known as Krinkle|detached
- # [06:11] * a-ja decides not to hold his breath waiting for two interoperable implementations
- # [06:14] * Quits: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 21.0/20130521122340])
- # [06:15] * Joins: marcosc (~marcosc@bl7-48-17.dsl.telepac.pt)
- # [06:18] * Quits: izhak (~izhak@188.168.201.216) (Remote host closed the connection)
- # [06:19] * Joins: will_i_was (~william@vpn.space150.com)
- # [06:23] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
- # [06:23] * Quits: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net) (Quit: Leaving.)
- # [06:24] * Quits: will_i_was (~william@vpn.space150.com) (Ping timeout: 276 seconds)
- # [06:25] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [06:29] * Joins: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net)
- # [06:33] * Krinkle|detached is now known as Krinkle
- # [06:37] <MikeSmith> manu-db: it would really help if the definitions of shared terminology in the RDFa spec were unambiguous. Or even if they were defined at all.
- # [06:38] <MikeSmith> re: http://www.w3.org/TR/rdfa-syntax/#A-prefix
- # [06:38] <MikeSmith> the spec doesn't define what a "white space separated list" is
- # [06:42] * Quits: marcosc (~marcosc@bl7-48-17.dsl.telepac.pt) (Remote host closed the connection)
- # [06:46] * Joins: cyclicflux (~cyclicflu@96.244.70.179)
- # [06:46] * cyclicflux is now known as Guest36460
- # [06:48] * Guest36460 is now known as CyclicFlux
- # [06:50] * Joins: rcombs (~rcombs@rcombs.me)
- # [06:52] * Joins: ricea1 (~ricea@2401:fa00:4:1000:b6b5:2fff:feca:47f8)
- # [06:53] <MikeSmith> OK now I find http://www.w3.org/TR/rdfa-syntax/#white_space
- # [06:54] * Quits: ricea1 (~ricea@2401:fa00:4:1000:b6b5:2fff:feca:47f8) (Remote host closed the connection)
- # [06:54] <MikeSmith> "When attributes accept a white space separated list of tokens, an RDFa Processor must ignore any leading or trailing white space."
- # [06:55] <MikeSmith> I'm not actually implementing a conforming RDFa Processor (nor need to to) but OK
- # [06:59] * Joins: marcosc (~marcosc@bl7-48-17.dsl.telepac.pt)
- # [07:04] * Quits: CyclicFlux (~cyclicflu@96.244.70.179) (Quit: Ex-Chat)
- # [07:04] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [07:04] <Hixie> how the hell does the AAA ever trigger foster parenting in step 10
- # [07:05] <Hixie> oh, duh
- # [07:05] <Hixie> nevermind
- # [07:09] * Joins: Cromulent|2 (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [07:12] * Quits: danielfilho (~danielfil@201.87.93.6) (Remote host closed the connection)
- # [07:12] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Ping timeout: 276 seconds)
- # [07:13] * Quits: Cromulent|2 (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Ping timeout: 255 seconds)
- # [07:22] * Joins: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net)
- # [07:25] * Quits: marcosc (~marcosc@bl7-48-17.dsl.telepac.pt) (Remote host closed the connection)
- # [07:32] * Parts: a-ja (~Instantbi@70.230.157.38)
- # [07:37] * Quits: weinig (~weinig@24.130.60.35) (Quit: weinig)
- # [07:41] * Joins: will_i_was (~william@vpn.space150.com)
- # [07:43] * Quits: rcombs (~rcombs@rcombs.me) (Ping timeout: 245 seconds)
- # [07:45] * Quits: will_i_was (~william@vpn.space150.com) (Ping timeout: 248 seconds)
- # [07:46] * Joins: rcombs (~rcombs@rcombs.me)
- # [07:48] * Quits: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net) (Ping timeout: 276 seconds)
- # [07:49] * Joins: birtles_ (~chatzilla@61-121-216-2.bitcat.net)
- # [07:52] * Quits: birtles (~chatzilla@61-121-216-2.bitcat.net) (Ping timeout: 246 seconds)
- # [07:52] * birtles_ is now known as birtles
- # [07:58] * Quits: karbassi (~karbassi@li62-206.members.linode.com) (Remote host closed the connection)
- # [07:59] * Joins: Areks (~Areks@rs.gridnine.com)
- # [08:01] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [08:04] * Quits: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net) (Quit: Leaving.)
- # [08:21] * Joins: Ms2ger (~Ms2ger@103.247-64-87.adsl-dyn.isp.belgacom.be)
- # [08:23] * Joins: JohnAlbin (~JohnAlbin@114-36-33-158.dynamic.hinet.net)
- # [08:24] * Quits: roc (~chatzilla@60.234.66.20) (Ping timeout: 240 seconds)
- # [08:25] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [08:36] * Joins: will_i_was (~william@blackhole.space150.com)
- # [08:37] * Quits: fishd_ (~fishd@216.239.45.130) (Ping timeout: 256 seconds)
- # [08:38] * Quits: barneybook (~kvirc@220-136-66-65.dynamic.hinet.net) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [08:39] * Joins: barneybook (~kvirc@220-136-66-65.dynamic.hinet.net)
- # [08:39] * Joins: ^esc (~esc_ape@178.115.251.56.wireless.dyn.drei.com)
- # [08:40] * Quits: will_i_was (~william@blackhole.space150.com) (Ping timeout: 255 seconds)
- # [08:41] * Joins: niloy (~niloy@115.112.64.6)
- # [08:45] * Joins: annevk (~annevk@2.28.150.146)
- # [08:55] * heycam is now known as heycam|away
- # [08:57] <zcorpan_> hmm. didn't the spec used to have "escaped text spans" for things like <title>& <!-- & --></title>?
- # [08:57] * Parts: JimJibber (~jim@80-42-227-245.dynamic.dsl.as9105.com)
- # [08:58] * Joins: JimJibber (~jim@80-42-227-245.dynamic.dsl.as9105.com)
- # [08:58] <zcorpan_> i guess it was dropped as part of the script parsing rewrite
- # [09:03] * Quits: niloy (~niloy@115.112.64.6) (Ping timeout: 248 seconds)
- # [09:03] <zcorpan_> so we accidentally killed a quirk that turned out to not be necessary for compat
- # [09:03] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
- # [09:04] <zcorpan_> (quirk as in weird behavior, not related to the modes)
- # [09:15] * Joins: niloy (~niloy@115.112.111.246)
- # [09:18] * Quits: JohnAlbin (~JohnAlbin@114-36-33-158.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
- # [09:18] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [09:43] * Joins: mitemitreski (~mitemitre@212.120.17.179)
- # [09:46] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
- # [09:50] * Quits: Somatt_wrk_ (~somattwrk@darkstar2.fullsix.com) (Read error: Operation timed out)
- # [09:52] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Read error: No route to host)
- # [09:52] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
- # [09:53] * Krinkle is now known as Krinkle|detached
- # [09:55] * Joins: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk)
- # [09:56] * Joins: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net)
- # [10:03] * Joins: zkis (~zkis@87-95-150-145.bb.dnainternet.fi)
- # [10:05] * Joins: baku (~baku@cpc3-dals18-2-0-cust317.hari.cable.virginmedia.com)
- # [10:06] * Quits: JimJibber (~jim@80-42-227-245.dynamic.dsl.as9105.com) (Quit: JimJibber)
- # [10:07] * Joins: marcosc (~marcosc@bl7-48-17.dsl.telepac.pt)
- # [10:09] * Quits: annevk (~annevk@2.28.150.146) (Remote host closed the connection)
- # [10:12] * Quits: zkis (~zkis@87-95-150-145.bb.dnainternet.fi) (Ping timeout: 276 seconds)
- # [10:12] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [10:13] * Joins: nonge_ (~nonge@p5082B486.dip0.t-ipconnect.de)
- # [10:16] * Quits: nonge (~nonge@p5082A927.dip0.t-ipconnect.de) (Ping timeout: 240 seconds)
- # [10:17] * jgraham note to self: quote Hixie on "one clear algorithm" later :)
- # [10:19] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Ping timeout: 248 seconds)
- # [10:22] * Joins: annevk (~annevk@207.218.72.65)
- # [10:25] * Joins: will_i_was (~william@vpn.space150.com)
- # [10:29] * Quits: will_i_was (~william@vpn.space150.com) (Ping timeout: 276 seconds)
- # [10:30] * Joins: mitemitreski (~mitemitre@212.120.17.179)
- # [10:31] * Quits: chee (~chee@fsf/member/chee) (Quit: i am quit)
- # [10:31] * Joins: benbarnett (~Adium@195.81.245.98)
- # [10:34] * Quits: marcosc (~marcosc@bl7-48-17.dsl.telepac.pt) (Remote host closed the connection)
- # [10:35] * Joins: ambv (~ambv@213.17.226.11)
- # [10:38] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [10:46] * Quits: [[zz]] (~q@node-71e.pool-125-25.dynamic.totbb.net) (Read error: Connection reset by peer)
- # [10:47] * Joins: [[zz]] (~q@node-m76.pool-101-108.dynamic.totbb.net)
- # [10:48] * Joins: zkis (~zkis@2001:998:22:0:40bf:47ae:49ee:2a12)
- # [10:51] <annevk> http://what-if.xkcd.com/51/ what about the squirrel suit?!!
- # [10:55] * Quits: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net) (Quit: skcin7)
- # [10:58] <jgraham> Isn't a squirrel suit a type of wingsuit? I'm not sure that literally dressing as a squirrel would help nearly as much…
- # [11:01] <annevk> Oh it is. Disappointing.
- # [11:09] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [11:37] * Quits: birtles (~chatzilla@61-121-216-2.bitcat.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
- # [11:44] <tobie> ^ :D
- # [11:46] * Joins: will_i_was (~william@blackhole.space150.com)
- # [11:51] * Quits: will_i_was (~william@blackhole.space150.com) (Ping timeout: 240 seconds)
- # [11:55] * Quits: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk) (Ping timeout: 268 seconds)
- # [11:55] * Joins: shwetank (~shwetank@122.161.246.197)
- # [11:55] * Joins: Martin1982 (~Martin198@cable-175-208.zeelandnet.nl)
- # [11:57] <zcorpan_> annevk: do you recall why MediaList has a stringifier?
- # [11:57] <annevk> zcorpan_: I think I had some idea of .media returning a MediaList
- # [11:58] <zcorpan_> annevk: which .media?
- # [11:58] <annevk> zcorpan_: all of them :)
- # [11:58] <zcorpan_> <link>.media?
- # [11:58] <annevk> Yeah, back then <a> too, but that's gone it seems
- # [11:59] <annevk> Note that I'm no longer sure if that's actually realistic
- # [11:59] * Joins: JimJibber (~jim@132.185.151.37)
- # [11:59] <annevk> Or a good idea really, MediaList is not a great API
- # [12:00] <zcorpan_> maybe i can use [PutForwards=mediaText] on StyleSheet.media at least
- # [12:00] <zcorpan_> similar to .style
- # [12:01] <zcorpan_> i'm not sure it's a good idea to make <link>.media return MediaList since a <link> doesn't necessarily have a style sheet to begin with
- # [12:02] <zcorpan_> but changing media="" should probably update mediaText
- # [12:02] <annevk> Well, .media always holds media queries
- # [12:02] <zcorpan_> true
- # [12:02] * Joins: SimonSapin (~simon@207.218.72.65)
- # [12:03] <annevk> Oh, MediaList has a constructor now?
- # [12:03] <zcorpan_> not any more
- # [12:04] * Joins: galant (~galant@77.29.197.245)
- # [12:04] <annevk> I guess MediaList is conceptually a Set, but probably an ordered Set in practice...
- # [12:04] <annevk> Because of serialization. It would've been nice if we had invented all those primitives before all these adhoc APIs.
- # [12:05] <zcorpan_> would've been nice if document.write wasn't invented :-P
- # [12:05] <annevk> Hey, shut up and give me a pony
- # [12:05] <zcorpan_> on it
- # [12:05] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [12:06] <zcorpan_> hey look, CSSImportRule already has [PutForwards=mediaText]
- # [12:06] * Joins: marcosc (~marcosc@bl7-48-17.dsl.telepac.pt)
- # [12:09] <zcorpan_> i wonder what elementFromPoint should do if the root element has pointer-events:none
- # [12:09] * Joins: darobin (~darobin@78.208.93.24)
- # [12:17] * Quits: galant (~galant@77.29.197.245) (Changing host)
- # [12:17] * Joins: galant (~galant@unaffiliated/dekiss)
- # [12:17] <zcorpan_> i also wonder what elementsFromPoint should do in a case like this http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2365
- # [12:19] * Joins: yorick (~yorick@oftn/member/yorick)
- # [12:22] <annevk> Hint: define hit testing
- # [12:31] * Joins: ahf (ahf@irssi/staff/ahf)
- # [12:37] * Quits: marcosc (~marcosc@bl7-48-17.dsl.telepac.pt) (Remote host closed the connection)
- # [12:40] * Quits: galant (~galant@unaffiliated/dekiss) (Ping timeout: 268 seconds)
- # [12:42] * Joins: will_i_was (~william@blackhole.space150.com)
- # [12:43] <annevk> Hmm... So Fetch not being able to just deal with a Document object is somewhat annoying...
- # [12:43] <annevk> (It cannot have a document object association if we assume the eventual architecture is that Fetch is a distinct thread.)
- # [12:45] <annevk> But e.g. for CSP having a load group would make a lot of sense. The load group holds the policy and enforces it for each fetch that gets queued in it.
- # [12:45] * Quits: barneybook (~kvirc@220-136-66-65.dynamic.hinet.net) (Read error: Connection reset by peer)
- # [12:45] * Quits: will_i_was (~william@blackhole.space150.com) (Ping timeout: 240 seconds)
- # [12:52] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [13:04] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [13:21] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 264 seconds)
- # [13:23] <annevk> zcorpan_: could you maybe update my email address at the top of the CSSOM spec?
- # [13:23] * Joins: voiceofgrog (~voiceofgr@unaffiliated/voiceofgrog)
- # [13:23] * Joins: marcosc_ (~marcosc@bl7-48-17.dsl.telepac.pt)
- # [13:23] <annevk> zcorpan_: people still try to contact me through my former @opera.com address so the less it's out there the better
- # [13:23] <zcorpan_> annevk: sure
- # [13:23] * Quits: voiceofgrog (~voiceofgr@unaffiliated/voiceofgrog) (Read error: Connection reset by peer)
- # [13:24] <zcorpan_> annevk: should i change the opera affiliation?
- # [13:24] * Quits: shwetank (~shwetank@122.161.246.197) (Quit: Leaving...)
- # [13:29] * Joins: shwetank (~shwetank@122.161.246.197)
- # [13:30] * Joins: linclark (~clark@147.252.109.104)
- # [13:32] * Quits: shwetank (~shwetank@122.161.246.197) (Client Quit)
- # [13:32] * Joins: scor (scor@nat/acquia/x-ughtunvtgncpsmvz)
- # [13:32] * Quits: scor (scor@nat/acquia/x-ughtunvtgncpsmvz) (Changing host)
- # [13:32] * Joins: scor (scor@drupal.org/user/52142/view)
- # [13:37] * Quits: Kolombiken1 (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [13:39] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [13:40] * Joins: Kolombiken (~Adium@94.137.124.2)
- # [13:46] * Joins: shwetank (~shwetank@122.161.246.197)
- # [13:49] * Quits: marcosc_ (~marcosc@bl7-48-17.dsl.telepac.pt) (Remote host closed the connection)
- # [13:52] * Joins: nessy (~silviapf@209.155.233.4)
- # [13:53] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
- # [13:56] * Joins: erichynds (~ehynds@64.206.121.41)
- # [13:58] * Joins: galant (~galant@77.29.197.245)
- # [14:01] * Joins: nessy1 (~silviapf@209.155.233.4)
- # [14:01] * Quits: nessy (~silviapf@209.155.233.4) (Read error: Connection reset by peer)
- # [14:02] * Quits: linclark (~clark@147.252.109.104) (Quit: linclark)
- # [14:03] * Joins: will_i_was (~william@san.space150.com)
- # [14:07] * Quits: will_i_was (~william@san.space150.com) (Ping timeout: 246 seconds)
- # [14:09] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Read error: Connection reset by peer)
- # [14:11] * Quits: JimJibber (~jim@132.185.151.37) (Ping timeout: 240 seconds)
- # [14:12] * Quits: zkis (~zkis@2001:998:22:0:40bf:47ae:49ee:2a12) (Quit: Leaving)
- # [14:13] * Joins: mitemitreski (~mitemitre@212.120.17.179)
- # [14:14] * Joins: tj_vantoll (~Adium@69.167.130.9)
- # [14:15] * Joins: zkis (~zkis@2001:998:22:0:9073:bbc0:b0d2:1861)
- # [14:21] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Read error: Connection reset by peer)
- # [14:24] <annevk> zcorpan_: I guess
- # [14:24] * Joins: mitemitreski (~mitemitre@212.120.17.179)
- # [14:25] <zcorpan_> annevk: i left it saying opera since you worked for opera when you stopped editing
- # [14:25] <annevk> zcorpan_: fair enough
- # [14:33] * Joins: decotii (~decotii@hq.croscon.com)
- # [14:35] * Quits: yorick (~yorick@oftn/member/yorick) (Quit: No Ping reply in 180 seconds.)
- # [14:35] * Joins: yorick (~yorick@oftn/member/yorick)
- # [14:40] * Quits: Kolombiken (~Adium@94.137.124.2) (Quit: Leaving.)
- # [14:40] <zcorpan_> Ms2ger: can you add me to the anolis project so i can close bugs?
- # [14:41] * zcorpan_ looks at https://bitbucket.org/site/master/issue/4084/close-resolve-issues-using-comment-of-a
- # [14:46] * Quits: baku (~baku@cpc3-dals18-2-0-cust317.hari.cable.virginmedia.com) (Ping timeout: 248 seconds)
- # [14:48] * Joins: JimJibber (~jim@132.185.151.37)
- # [14:51] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Remote host closed the connection)
- # [14:52] * Joins: krawchyk (~krawchyk@65.220.49.251)
- # [14:52] * Quits: galant (~galant@77.29.197.245) (Changing host)
- # [14:52] * Joins: galant (~galant@unaffiliated/dekiss)
- # [14:55] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [14:55] <Ms2ger> zcorpan_, I will as soon as I can log in :)
- # [14:56] * Quits: nonge_ (~nonge@p5082B486.dip0.t-ipconnect.de) (Quit: Verlassend)
- # [14:59] * Joins: karbassi (~karbassi@li62-206.members.linode.com)
- # [14:59] <zcorpan_> TabAtkins: what's the status on http://lists.w3.org/Archives/Public/www-style/2013Jun/0038.html ? is there a bug or something i can follow?
- # [15:00] * Quits: karbassi (~karbassi@li62-206.members.linode.com) (Remote host closed the connection)
- # [15:04] * Joins: JohnAlbin (~JohnAlbin@114-36-33-158.dynamic.hinet.net)
- # [15:05] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [15:15] * Joins: chee (~chee@fsf/member/chee)
- # [15:16] * Joins: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net)
- # [15:17] <manu-db> MikeSmith: are you referring to the 'prefix' thing? Yeah, I noticed that when I went looking for the whitespace allowance for the contents of prefix. It's unfortunate that the discussion didn't happen two weeks ago. We could've done something to fix it in the PER for RDFa Core 1.1 (which goes out today)
- # [15:17] <manu-db> MikeSmith: We can put it in the errata so that the next rev will pick it up.
- # [15:18] * Quits: chee (~chee@fsf/member/chee) (Client Quit)
- # [15:18] * Joins: chee (~chee@fsf/member/chee)
- # [15:20] * Quits: chee (~chee@fsf/member/chee) (Client Quit)
- # [15:21] * Joins: chee (~chee@fsf/member/chee)
- # [15:22] <annevk> Anolis should move to GH...
- # [15:23] * Joins: rubatdub (~khalil@213.188.180.185)
- # [15:23] <Ms2ger> No thanks
- # [15:26] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [15:28] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:31] * Quits: niloy (~niloy@115.112.111.246) (Remote host closed the connection)
- # [15:46] <MikeSmith> manu-db: ok, thanks -- yeah, I'll try to write up some proposed text
- # [15:48] <manu-db> MikeSmith: ok, thx, much appreciated - gotta prep for a call in 12 minutes, let me know if you have something you want me to look at and I can check it out after the call.
- # [15:49] <MikeSmith> ok
- # [15:54] <annevk> Hmm, did http://labs.ft.com/2013/01/seamless-iframes-not-quite-seamless/ ever come up on a mailing list?
- # [15:55] * Joins: ehsan (~ehsan@66.207.208.98)
- # [15:58] <MikeSmith> "Netscape Navigator 4 supported a src attribute on DIV tags which pretty much solved all of these problems..."
- # [15:59] <Ms2ger> If only we'd all implemented <layer>...
- # [16:02] * Joins: dfreedm_ (uid7859@gateway/web/irccloud.com/session)
- # [16:02] * Joins: marcosc (~marcosc@bl7-48-17.dsl.telepac.pt)
- # [16:02] * Joins: rillian_ (giles@mf4-xiph.osuosl.org)
- # [16:02] * Joins: jmb^ (~jmb@mail.parsifal.org.uk)
- # [16:03] * Joins: will_i_was (~william@san.space150.com)
- # [16:05] * Quits: JohnAlbin (~JohnAlbin@114-36-33-158.dynamic.hinet.net) (Quit: JohnAlbin)
- # [16:05] * Joins: JohnAlbin (~JohnAlbin@114-36-33-158.dynamic.hinet.net)
- # [16:06] * Joins: krijn_ (uid2319@gateway/web/irccloud.com/session)
- # [16:11] <annevk> <ilayer> is where it's at I hear
- # [16:11] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
- # [16:11] * Quits: krijn (uid2319@gateway/web/irccloud.com/x-prhodiurrhtesejl) (*.net *.split)
- # [16:11] * Quits: dfreedm (uid7859@gateway/web/irccloud.com/x-fvlmcmxwmfajsjcm) (*.net *.split)
- # [16:11] * Quits: rillian (giles@mf4-xiph.osuosl.org) (*.net *.split)
- # [16:11] * Quits: doublec (~doublec@unaffiliated/doublec) (*.net *.split)
- # [16:11] * krijn_ is now known as krijn
- # [16:12] * dfreedm_ is now known as dfreedm
- # [16:12] <annevk> I need to get out of this hole of writing specs that are important but nobody really cares about
- # [16:12] * Parts: JimJibber (~jim@132.185.151.37)
- # [16:15] <Ms2ger> We care
- # [16:15] <Ms2ger> Abstractly
- # [16:16] * tomaw is now known as 02HAAAABD
- # [16:16] * Joins: doublec (~doublec@unaffiliated/doublec)
- # [16:17] * Quits: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net) (Ping timeout: 264 seconds)
- # [16:18] <jgraham> I think what Ms2ger means is "we care about the abstracts"
- # [16:18] * 02HAAAABD is now known as tomaw
- # [16:18] <jgraham> Because who has time to actually read whole specs these days?
- # [16:19] <nessy1> annevk: look at it as a niche rather than a hole ;-)
- # [16:19] <annevk> jgraham: heh
- # [16:20] * Quits: ambv (~ambv@213.17.226.11) (Quit: sys.exit(0))
- # [16:20] * Joins: linclark (~clark@147.252.109.104)
- # [16:20] <annevk> nessy1: yeah, that prolly came of worse than I meant it, but it would be nice to work on stuff that has more collaboration without having to ask people to partake
- # [16:22] <Ms2ger> annevk, you could go and work on webrtc ;)
- # [16:22] <annevk> I'm getting the impression it's IETF-zoned.
- # [16:23] * Joins: josemanuel (~josemanue@48.228.221.87.dynamic.jazztel.es)
- # [16:23] <jgraham> It is at least true that people get very excited about it
- # [16:24] <SimonSapin> annevk: AFAIU the network/protocols part is in IETF, the browser/APIs part in W3C
- # [16:24] <annevk> SimonSapin: did you check who's involved W3C-side?
- # [16:25] * Joins: nessy (~silviapf@71-81-17-2.static.gwnt.ga.charter.com)
- # [16:26] <SimonSapin> annevk: no, just heard Adam Roach talk about it in Taipei
- # [16:26] <SimonSapin> https://intranet.mozilla.org/images/7/7d/Intro-to-IETF.pdf
- # [16:27] <Ms2ger> Boo, intranet
- # [16:28] * Quits: nessy1 (~silviapf@209.155.233.4) (Ping timeout: 268 seconds)
- # [16:28] * Joins: baku (~baku@cpc3-dals18-2-0-cust317.hari.cable.virginmedia.com)
- # [16:29] <SimonSapin> sorry :/
- # [16:30] <Ms2ger> Want to poke whoever put it there? :)
- # [16:30] <Ms2ger> Or tell me who it was, so I can shout
- # [16:30] * Quits: doublec (~doublec@unaffiliated/doublec) (*.net *.split)
- # [16:31] <SimonSapin> Ms2ger: Adam Roach, abr on IRC
- # [16:31] <SimonSapin> "Standardization and Mozilla: IETF"
- # [16:31] * Joins: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net)
- # [16:35] * Joins: doublec (~doublec@unaffiliated/doublec)
- # [16:36] <SimonSapin> pinged about making our work week slides public
- # [16:37] * Joins: jreading1 (~Adium@ip98-169-193-48.dc.dc.cox.net)
- # [16:37] <Ms2ger> Ta
- # [16:38] * Quits: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net) (Ping timeout: 268 seconds)
- # Session Close: Tue Jun 25 16:39:33 2013
- #
- # Session Start: Tue Jun 25 16:39:33 2013
- # Session Ident: #whatwg
- # [16:39] * Disconnected
- # [16:51] * Attempting to rejoin channel #whatwg
- # [16:51] * Rejoined channel #whatwg
- # [16:51] * Topic is 'WHATWG: http://www.whatwg.org/ -- logs: http://krijnhoetmer.nl/irc-logs/ & http://logbot.glob.com.au/ -- stats: http://gavinsharp.com/irc/whatwg.html -- Please leave your sense of logic at the door, thanks!'
- # [16:51] * Set by smaug____!~chatzilla@GGZYYCCCXVIII.gprs.sl-laajakaista.fi on Wed Mar 21 17:14:24
- # [16:52] * Joins: WesleyL (~Wesley@static.43.95.46.78.clients.your-server.de)
- # [16:53] * Quits: jreading1 (~Adium@ip98-169-193-48.dc.dc.cox.net) (Ping timeout: 256 seconds)
- # [16:55] * Joins: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net)
- # [17:02] * Quits: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net) (Read error: Connection reset by peer)
- # [17:03] * Joins: jreading1 (~Adium@ip98-169-193-48.dc.dc.cox.net)
- # [17:04] * Joins: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net)
- # [17:05] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [17:06] * Quits: jreading1 (~Adium@ip98-169-193-48.dc.dc.cox.net) (Read error: Connection reset by peer)
- # [17:07] * Quits: ehsan (~ehsan@66.207.208.98) (Read error: Connection reset by peer)
- # [17:07] * Joins: ehsan (~ehsan@66.207.208.98)
- # [17:08] * zdobersek is now known as zdobersek1
- # [17:08] * zdobersek1 is now known as zdobersek
- # [17:17] <Ms2ger> https://dl.dropboxusercontent.com/u/53717247/Intro-to-IETF.pdf in case people are interested
- # [17:17] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
- # [17:20] * Quits: Martin1982 (~Martin198@cable-175-208.zeelandnet.nl) (Quit: Gone snoring)
- # [17:26] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [17:27] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [17:28] * Joins: sicking (~sicking@80.216.49.136)
- # [17:29] * Joins: cabanier1 (~cabanier@sjfw1-a.adobe.com)
- # [17:29] <zewt> "Your search - python backtrace - did not match any documents." go home google you are drunk
- # [17:30] * Quits: cabanier1 (~cabanier@sjfw1-a.adobe.com) (Read error: Connection reset by peer)
- # [17:32] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Ping timeout: 246 seconds)
- # [17:33] * Quits: nessy (~silviapf@71-81-17-2.static.gwnt.ga.charter.com) (Quit: Leaving.)
- # [17:38] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
- # [17:39] * Joins: agcolom (uid6233@gateway/web/irccloud.com/x-glcstjtgfjkbgdik)
- # [17:40] * Joins: gsnedder1 (~gsnedders@mail.gsnedders.com)
- # [17:41] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [17:42] * Joins: ehsan (~ehsan@66.207.208.98)
- # [17:45] <dglazkov> good morning, Whatwg!
- # [17:45] <MikeSmith> Ms2ger: thanks
- # [17:45] <Ms2ger> Np
- # [17:46] * Quits: agcolom_ (uid6233@gateway/web/irccloud.com/x-eideapxkooopnpsb) (*.net *.split)
- # [17:46] * Quits: viduthalai1947 (uid5404@gateway/web/irccloud.com/x-lujwewgjfmsqbycd) (*.net *.split)
- # [17:46] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
- # [17:46] * Quits: dgrogan (dgrogan@nat/google/x-jnluhmlosoaxoebs) (*.net *.split)
- # [17:46] * Quits: gsnedders (~gsnedders@mail.gsnedders.com) (*.net *.split)
- # [17:46] * Quits: remysharp (uid4345@gateway/web/irccloud.com/x-jwvseogjqdzmcijy) (*.net *.split)
- # [17:46] * Quits: arv (uid4269@gateway/web/irccloud.com/x-ikzlmucngkukmrct) (*.net *.split)
- # [17:46] * Quits: zkis (~zkis@2001:998:22:0:9073:bbc0:b0d2:1861) (Ping timeout: 264 seconds)
- # [17:48] * Joins: jgraham (~jgraham@web91.webfaction.com)
- # [17:48] * agcolom is now known as agcolom_
- # [17:57] * Quits: slightlyoff (uid1768@gateway/web/irccloud.com/x-fqdqbxyyjtxoxdjt) (Ping timeout: 245 seconds)
- # [17:57] * Joins: Nenor (~Nenor@ip4-95-82-183-100.cust.nbox.cz)
- # [17:57] * Quits: ryanseddon (uid1832@gateway/web/irccloud.com/x-mqwupbmhdrdvbquz) (Ping timeout: 246 seconds)
- # [17:58] * Quits: wycats_ (uid79@gateway/web/irccloud.com/x-bjzzzxbnowgdkevo) (Ping timeout: 240 seconds)
- # [17:58] * Quits: NimeshNeema (uid2689@gateway/web/irccloud.com/x-dlcuuusdoiyerbln) (Ping timeout: 276 seconds)
- # [17:58] * Quits: Domenic_ (uid10976@gateway/web/irccloud.com/x-lewrmxtiydqtljzu) (Ping timeout: 268 seconds)
- # [17:58] * zcorpan sent an email about lazyload=""
- # [17:58] * Quits: erichynds (~ehynds@64.206.121.41) (Quit: erichynds)
- # [17:58] * Quits: hdv (uid2376@gateway/web/irccloud.com/x-vsxfbttgyqyenijk) (Ping timeout: 246 seconds)
- # [17:59] * Quits: benschwarz (uid2121@gateway/web/irccloud.com/x-gxywspwdnaigicph) (Ping timeout: 246 seconds)
- # [17:59] * Quits: boblet_ (uid1921@gateway/web/irccloud.com/x-leglvwfkaqbkisiq) (Ping timeout: 248 seconds)
- # [17:59] * Quits: timeless (uid4015@firefox/developer/timeless) (Ping timeout: 252 seconds)
- # [18:00] * Quits: abarth (uid5294@gateway/web/irccloud.com/x-qnlnbxddbanrlfto) (Ping timeout: 240 seconds)
- # [18:00] * Quits: agcolom_ (uid6233@gateway/web/irccloud.com/x-glcstjtgfjkbgdik) (Ping timeout: 248 seconds)
- # [18:00] * Joins: lmclister (~lmclister@sjfw1.adobe.com)
- # [18:00] * Quits: rafaelw (uid4459@gateway/web/irccloud.com/x-gaxaqyihcrkqcxbf) (Ping timeout: 256 seconds)
- # [18:00] * Quits: twisted` (uid6794@gateway/web/irccloud.com/x-psygqkbteztmwgnd) (Ping timeout: 276 seconds)
- # [18:01] * Joins: rafaelw (uid4459@gateway/web/irccloud.com/x-ytwujtbwnljjuoht)
- # [18:02] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [18:02] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [18:05] * Joins: agcolom (uid6233@gateway/web/irccloud.com/x-mrrjpiepdcedcggt)
- # [18:07] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 240 seconds)
- # [18:07] * Joins: jwalden (~waldo@nat/mozilla/x-mytijiuvejifxilf)
- # [18:08] * Parts: sicking (~sicking@80.216.49.136)
- # [18:08] * Joins: hdv (uid2376@gateway/web/irccloud.com/x-nkgyuavamdgjntqs)
- # [18:12] * Joins: viduthalai1947 (uid5404@gateway/web/irccloud.com/x-lujwewgjfmsqbycd)
- # [18:12] * Joins: dgrogan (dgrogan@nat/google/x-jnluhmlosoaxoebs)
- # [18:12] * Joins: remysharp (uid4345@gateway/web/irccloud.com/x-jwvseogjqdzmcijy)
- # [18:15] * Quits: eric_carlson (~eric@17.212.152.104) (Quit: eric_carlson)
- # [18:17] * Joins: zewt_ (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
- # [18:17] * Joins: jwalden_ (~waldo@nat/mozilla/x-fyfgovjynuzjppjy)
- # [18:18] * Joins: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net)
- # [18:19] * Joins: Obvious_MkII (tachikoma@188.226.74.2)
- # [18:19] * Quits: rcombs (~rcombs@rcombs.me) (Ping timeout: 264 seconds)
- # [18:19] * Quits: jwalden (~waldo@nat/mozilla/x-mytijiuvejifxilf) (Ping timeout: 264 seconds)
- # [18:19] * Quits: Obvious (tachikoma@188.226.74.2) (Ping timeout: 264 seconds)
- # [18:19] * Quits: EvilAww (~Aww@hello.world.erryfanclub.com) (Ping timeout: 264 seconds)
- # [18:19] * Quits: Moo-_- (miohtama@lakka.kapsi.fi) (Ping timeout: 264 seconds)
- # [18:19] * Quits: rubatdub (~khalil@213.188.180.185) (Ping timeout: 264 seconds)
- # [18:19] * Quits: dgorbik (~dgorbik@2620:149:4:203:f1be:2cc6:1fe0:1f4) (Ping timeout: 264 seconds)
- # [18:19] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (Ping timeout: 264 seconds)
- # [18:19] * Quits: jamesr_ (uid10481@gateway/web/irccloud.com/x-azqhqyjtzxsihjqa) (Ping timeout: 264 seconds)
- # [18:19] * Quits: scheib (uid4467@gateway/web/irccloud.com/x-maytiuvvzgckjndy) (Ping timeout: 264 seconds)
- # [18:19] * Quits: aklein (uid4454@gateway/web/irccloud.com/x-uwavdjcycdthmpki) (Ping timeout: 264 seconds)
- # [18:19] * Joins: rcombs (~rcombs@2001:470:c188::ffff)
- # [18:19] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [18:19] * jwalden_ is now known as jwalden
- # [18:20] * Joins: rubatdub (~khalil@213.188.180.185)
- # [18:20] * Joins: dgorbik (~dgorbik@2620:149:4:203:ccc3:4f67:edf9:84a9)
- # [18:20] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [18:21] * Joins: Aww_ (~Aww@hello.world.erryfanclub.com)
- # [18:21] * Joins: krit (~krit@sjfw1.adobe.com)
- # [18:24] * Aww_ is now known as EvilAww
- # [18:24] * Joins: sicking (~sicking@80.216.49.136)
- # [18:25] * Quits: benbarnett (~Adium@195.81.245.98) (Quit: Leaving.)
- # [18:26] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
- # [18:26] * Quits: Nenor (~Nenor@ip4-95-82-183-100.cust.nbox.cz) (Quit: Nenor)
- # [18:27] * Joins: ap (~ap@2620:149:4:1b01:a1ed:940e:2ad7:b88)
- # [18:28] * Quits: galant (~galant@unaffiliated/dekiss) (Ping timeout: 256 seconds)
- # [18:33] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [18:35] * Quits: sicking (~sicking@80.216.49.136) (Ping timeout: 246 seconds)
- # [18:35] * Joins: sicking (~sicking@80.216.49.136)
- # [18:37] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
- # [18:41] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 252 seconds)
- # [18:46] * Joins: gavinc (~gavin@barad-dur.carothers.name)
- # [18:47] * Quits: linclark (~clark@147.252.109.104) (Quit: linclark)
- # [18:47] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
- # [18:48] * Quits: sicking (~sicking@80.216.49.136) (Quit: sicking)
- # [18:48] * Joins: twisted` (uid6794@gateway/web/irccloud.com/x-plfuqygaexjkwoge)
- # [18:49] * rillian_ is now known as rillian
- # [18:50] * Joins: cabanier (~cabanier@192.150.22.55)
- # [18:51] * Quits: darobin (~darobin@78.208.93.24) (Remote host closed the connection)
- # [18:52] * Joins: JimJibber (~jim@80-42-227-245.dynamic.dsl.as9105.com)
- # [18:54] * Joins: alecf (alecf@nat/google/x-srhhxslwsjgumfmd)
- # [18:54] * Joins: wycats_ (uid79@gateway/web/irccloud.com/x-qremjisknrlsleen)
- # [18:55] * Quits: will_i_was (~william@san.space150.com) (Remote host closed the connection)
- # [18:56] * Joins: will_i_was (~william@vpn.space150.com)
- # [18:56] * Joins: sicking (~sicking@80.216.49.136)
- # [18:57] * Quits: will_i_was (~william@vpn.space150.com) (Read error: Connection reset by peer)
- # [18:57] * Joins: will_i_was (~william@vpn.space150.com)
- # [18:57] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [19:02] * Quits: annevk (~annevk@207.218.72.65) (Remote host closed the connection)
- # [19:02] * Joins: annevk (~annevk@207.218.72.65)
- # [19:06] * Joins: Nenor (~Nenor@ip4-95-82-183-100.cust.nbox.cz)
- # [19:06] * Parts: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [19:07] * jonlee|afk is now known as jonlee
- # [19:07] * Quits: annevk (~annevk@207.218.72.65) (Read error: Connection reset by peer)
- # [19:08] * Joins: annevk (~annevk@207.218.72.65)
- # [19:08] <annevk> Ms2ger++
- # [19:08] * annevk encourages SimonSapin to share more links that ought to be public
- # [19:09] <Ms2ger> https://lists.w3.org/Archives/Member/w3c-css-wg/?
- # [19:09] <SimonSapin> annevk: I talked to Jet, he agrees that work week talks should be public
- # [19:10] <SimonSapin> Ms2ger: we don’t have much there, but yeah
- # [19:11] * Joins: msaad (~marcus@24.212.234.115)
- # [19:11] <Ms2ger> I'm afraid dbaron wouldn't approve if I made that public :)
- # [19:12] * Joins: shwetank (~shwetank@122.161.246.197)
- # [19:13] * Joins: Domenic_ (uid10976@gateway/web/irccloud.com/x-qikzdcmlwbdkhwtb)
- # [19:13] <SimonSapin> I meant rather push the WG to get rid of this list and use www-style, or a have a public administrative list
- # [19:13] * Joins: cabanier1 (~cabanier@192.150.22.55)
- # [19:14] * Joins: pauld_ (~decotii@hq.croscon.com)
- # [19:14] * Joins: eric_carlson (~eric@17.212.152.104)
- # [19:14] * Joins: rafaelw_ (uid4459@gateway/web/irccloud.com/x-wpvmexstcdruozth)
- # [19:14] <Ms2ger> Yeah, would be nice
- # [19:14] <SimonSapin> But perhaps F2F dinner/travel plans really don’t need to be public :)
- # [19:14] <Ms2ger> I find those rather interesting ;)
- # [19:15] * Joins: Nenor_ (~Nenor@ip4-95-82-183-100.cust.nbox.cz)
- # [19:15] * Joins: msaad1 (~marcus@24.212.234.115)
- # [19:16] * Joins: sicking_ (~sicking@80.216.49.136)
- # [19:16] * Quits: globbot (~logbot@lump.glob.com.au) (Ping timeout: 252 seconds)
- # [19:17] * Joins: Hixie_ (~ianh@178.255.149.100)
- # [19:19] * Joins: smaug (~chatzilla@cs164155.pp.htv.fi)
- # [19:21] * Quits: msaad (~marcus@24.212.234.115) (*.net *.split)
- # [19:21] * Quits: Nenor (~Nenor@ip4-95-82-183-100.cust.nbox.cz) (*.net *.split)
- # [19:21] * Quits: sicking (~sicking@80.216.49.136) (*.net *.split)
- # [19:21] * Quits: cabanier (~cabanier@192.150.22.55) (*.net *.split)
- # [19:21] * Quits: EvilAww (~Aww@hello.world.erryfanclub.com) (*.net *.split)
- # [19:21] * Quits: rubatdub (~khalil@213.188.180.185) (*.net *.split)
- # [19:21] * Quits: hdv (uid2376@gateway/web/irccloud.com/x-nkgyuavamdgjntqs) (*.net *.split)
- # [19:21] * Quits: rafaelw (uid4459@gateway/web/irccloud.com/x-ytwujtbwnljjuoht) (*.net *.split)
- # [19:21] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (*.net *.split)
- # [19:21] * Quits: decotii (~decotii@hq.croscon.com) (*.net *.split)
- # [19:21] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (*.net *.split)
- # [19:21] * Quits: yoichio (yoichio@nat/google/x-rznsietvepmjhmap) (*.net *.split)
- # [19:21] * Quits: Hixie (~ianh@178.255.149.100) (*.net *.split)
- # [19:21] * Quits: rwaldron (rwaldron@gateway/shell/jquery.com/x-pokmkemnnnufadie) (*.net *.split)
- # [19:21] * Quits: yoavw (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (*.net *.split)
- # [19:21] * Quits: webben (~benjamin@198.61.227.102) (*.net *.split)
- # [19:21] * smaug is now known as smaug____
- # [19:21] * sicking_ is now known as sicking
- # [19:21] * Nenor_ is now known as Nenor
- # [19:22] * Quits: Benvie_ (~brandon@204.28.118.69) (Ping timeout: 252 seconds)
- # [19:22] * Joins: rwaldron (rwaldron@gateway/shell/jquery.com/x-vlyaawwzxnadlaww)
- # [19:22] * Joins: Aww_ (~Aww@hello.world.erryfanclub.com)
- # [19:22] * Joins: Benvie_ (~brandon@204.28.118.69)
- # [19:23] * Quits: will_i_was (~william@vpn.space150.com) (Remote host closed the connection)
- # [19:23] * rafaelw_ is now known as rafaelw
- # [19:23] * Joins: krawchyk_ (~krawchyk@65.220.49.251)
- # [19:25] * Aww_ is now known as EvilAww
- # [19:25] * Joins: globbot (~logbot@lump.glob.com.au)
- # [19:25] * Joins: timeless (uid4015@firefox/developer/timeless)
- # [19:26] * Quits: krawchyk (~krawchyk@65.220.49.251) (Ping timeout: 246 seconds)
- # [19:27] * Quits: krawchyk_ (~krawchyk@65.220.49.251) (Remote host closed the connection)
- # [19:28] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [19:28] * Joins: abarth|zZz (uid5294@gateway/web/irccloud.com/x-wrpybomppgcgblfm)
- # [19:28] * Joins: rubatdub (~khalil@213.188.180.185)
- # [19:28] * Joins: webben (~benjamin@198.61.227.102)
- # [19:28] * abarth|zZz is now known as abarth
- # [19:29] * Quits: alecf (alecf@nat/google/x-srhhxslwsjgumfmd) (Quit: alecf)
- # [19:32] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Client Quit)
- # [19:32] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [19:39] * Joins: alecf (alecf@nat/google/x-jkminrqivetgbbma)
- # [19:41] * Joins: will_i_was (~william@san.space150.com)
- # [19:41] <rillian> annevk: your webvtt validator could give a better error message for '00:01.500 -> 00:02.300'
- # [19:41] <annevk> Is this where I say, "patches welcome"?
- # [19:42] <rillian> I'm sure that's one of the dialog choices in the menu
- # [19:42] <annevk> "Line 4, column 1: Timestamp must start with a character in the range 0-9." is kinda poor indeed
- # [19:43] * jonlee is now known as jonlee|afk
- # [19:43] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [19:45] * Quits: will_i_was (~william@san.space150.com) (Ping timeout: 264 seconds)
- # [19:52] <rillian> annevk: quite
- # [19:53] * Joins: jsbell (jsbell@nat/google/x-aaudgmgjuzqbhehp)
- # [19:54] * Joins: arv_ (uid4269@gateway/web/irccloud.com/x-ejxgmyuuofwehifs)
- # [19:55] * Joins: slightlyoff (uid1768@gateway/web/irccloud.com/x-posezhrhwclhbpsd)
- # [19:55] * Joins: benschwarz (uid2121@gateway/web/irccloud.com/x-qqbdhvxfkiwuoupf)
- # [19:56] * Joins: boblet_ (uid1921@gateway/web/irccloud.com/x-qwnizofqslcwragh)
- # [19:57] * Krinkle|detached is now known as Krinkle
- # [19:57] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Read error: Connection reset by peer)
- # [19:58] * Quits: Ms2ger (~Ms2ger@103.247-64-87.adsl-dyn.isp.belgacom.be) (Ping timeout: 240 seconds)
- # [19:59] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:01] * Joins: necolas (~necolas@8.25.197.24)
- # [20:03] * Quits: sicking (~sicking@80.216.49.136) (Quit: sicking)
- # [20:04] * Joins: NimeshNeema (uid2689@gateway/web/irccloud.com/x-nlsegivcdivzitla)
- # [20:04] * Quits: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net) (Quit: Leaving.)
- # [20:05] * gsnedder1 is now known as gsnedders
- # [20:06] * Joins: ryanseddon (uid1832@gateway/web/irccloud.com/x-uizqbwpeqsefsulb)
- # [20:08] * Joins: karbassi (~karbassi@li62-206.members.linode.com)
- # [20:08] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [20:09] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [20:09] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [20:11] * Joins: will_i_was (~william@blackhole.space150.com)
- # [20:11] * Joins: nonge (~nonge@p5082B486.dip0.t-ipconnect.de)
- # [20:11] * Quits: pauld_ (~decotii@hq.croscon.com) (Quit: Leaving)
- # [20:12] * Joins: aklein (uid4454@gateway/web/irccloud.com/x-ngmzecpasycrrszb)
- # [20:13] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 248 seconds)
- # [20:14] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [20:15] * Joins: decotii (~decotii@hq.croscon.com)
- # [20:15] * Joins: galant (~galant@77.29.197.245)
- # [20:16] * Joins: ambv (~ambv@agt46.neoplus.adsl.tpnet.pl)
- # [20:17] * Joins: jamesr__ (uid10481@gateway/web/irccloud.com/x-ejcvjfdixlugwgvg)
- # [20:17] <annevk> rillian: so it seems like you found an actual bug somewhere
- # [20:17] * Joins: scheib (uid4467@gateway/web/irccloud.com/x-wpofuupshlydttmm)
- # [20:17] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [20:17] <annevk> rillian: code suggests it should alert "No valid timestamp separator found." so something is amiss :/
- # [20:17] * Quits: baku (~baku@cpc3-dals18-2-0-cust317.hari.cable.virginmedia.com) (Quit: Leaving)
- # [20:22] <rillian> bug!
- # [20:23] <annevk> rillian: ooh, so what happens is that because the line does not contain "-->" it becomes an ID
- # [20:23] <annevk> rillian: because that's how WebVTT handles IDs...
- # [20:24] <annevk> rillian: so I'm not sure there's anything I can do here really
- # [20:24] <annevk> rillian: you'll get a much more sensible message for "ID\n00:11.000 -> 00:13.000"
- # [20:24] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:25] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [20:27] * Quits: rubatdub (~khalil@213.188.180.185) (Ping timeout: 252 seconds)
- # [20:29] <rillian> annevk: maybe change the error to 'couldn't find valid timestamps'?
- # [20:30] * rillian is out for a bit
- # [20:30] * Joins: rniwa (~rniwa@17.212.154.114)
- # [20:32] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Remote host closed the connection)
- # [20:32] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
- # [20:39] <annevk> might give it another look tomorrow
- # [20:40] * Joins: sicking (~sicking@80.216.49.136)
- # [20:40] <jgraham> SimonSapin: You are supposed to thinkn in terms of "does this need to be private", not "does this need to be public" :p
- # [20:42] * Quits: SimonSapin (~simon@207.218.72.65) (Ping timeout: 268 seconds)
- # [20:47] * Quits: yorick (~yorick@oftn/member/yorick) (Remote host closed the connection)
- # [20:47] * Quits: gavin_ (~gavin@76.14.87.162) (Read error: Connection reset by peer)
- # [20:47] * Joins: gavin_ (~gavin@76.14.87.162)
- # [20:49] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [20:50] * Joins: gavin_ (~gavin@76.14.87.162)
- # [20:55] * Quits: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [20:55] * Joins: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net)
- # [21:02] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [21:07] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Remote host closed the connection)
- # [21:08] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
- # [21:08] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [21:10] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [21:10] * Joins: gavin_ (~gavin@76.14.87.162)
- # [21:11] * Quits: sicking (~sicking@80.216.49.136) (Quit: sicking)
- # [21:25] * Joins: hdv (uid2376@gateway/web/irccloud.com/x-aekxtyvucxmjgqyr)
- # [21:49] * Quits: annevk (~annevk@207.218.72.65) (Remote host closed the connection)
- # [21:54] * mad-dog-badger is now known as cucojp
- # [21:55] * cucojp is now known as mikeSnake_2
- # [21:55] * mikeSnake_2 is now known as byteVenom_3
- # [21:57] * Joins: erichynds (~ehynds@64.206.121.41)
- # [21:57] * Joins: weinig (~weinig@17.114.11.13)
- # [21:57] * Quits: will_i_was (~william@blackhole.space150.com) (Remote host closed the connection)
- # [21:59] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [21:59] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [21:59] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [22:01] * byteVenom_3 is now known as arcane_byte001
- # [22:01] * Joins: nessy (~silviapf@209.155.233.4)
- # [22:02] * Quits: weinig (~weinig@17.114.11.13) (Client Quit)
- # [22:03] * Joins: will_i_was (~william@vpn.space150.com)
- # [22:07] * Quits: necolas (~necolas@8.25.197.24) (Remote host closed the connection)
- # [22:08] * Joins: mven (~mven@169.241.49.225)
- # [22:11] * Quits: tj_vantoll (~Adium@69.167.130.9) (Read error: Connection reset by peer)
- # [22:12] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [22:20] * Quits: ^esc (~esc_ape@178.115.251.56.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
- # [22:20] * Joins: ^esc (~esc_ape@77.116.247.232.wireless.dyn.drei.com)
- # [22:23] * Quits: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net) (Read error: Connection reset by peer)
- # [22:23] * Joins: miketaylr2000 (~miketaylr@65-36-73-92.dyn.grandenetworks.net)
- # [22:24] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [22:25] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [22:27] * Quits: miketaylr2000 (~miketaylr@65-36-73-92.dyn.grandenetworks.net) (Read error: Connection reset by peer)
- # [22:27] * Joins: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net)
- # [22:27] * Quits: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net) (Client Quit)
- # [22:32] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [22:36] * Quits: globbot (~logbot@lump.glob.com.au) (Ping timeout: 241 seconds)
- # [22:36] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [22:37] * Joins: globbot (~logbot@lump.glob.com.au)
- # [22:38] * Quits: nessy (~silviapf@209.155.233.4) (Quit: Leaving.)
- # [22:47] * Joins: Ms2ger (~Ms2ger@103.247-64-87.adsl-dyn.isp.belgacom.be)
- # [22:53] <Hixie_> i'm actually doing deep enough work on the html parser that i'm swapping in my parser knowledge again
- # [22:53] <Hixie_> yikes
- # [22:54] <Ms2ger> Yikes indeed
- # [22:55] <Hixie_> http://html5.org/tools/web-apps-tracker?from=7997&to=7999
- # [22:55] * Quits: krit (~krit@sjfw1.adobe.com) (Quit: Leaving.)
- # [22:58] * Quits: TallTed (~Thud@63.119.36.36)
- # [23:00] * Joins: weinig (~weinig@17.114.108.220)
- # [23:02] * Quits: [[zz]] (~q@node-m76.pool-101-108.dynamic.totbb.net) (Ping timeout: 256 seconds)
- # [23:09] * Joins: sicking (~sicking@80.216.49.136)
- # [23:10] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [23:13] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:13] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [23:16] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [23:17] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Read error: No route to host)
- # [23:19] * Joins: jernoble (~jernoble@17.212.152.13)
- # [23:19] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
- # [23:21] * Quits: mven (~mven@169.241.49.225) (Remote host closed the connection)
- # [23:22] <Ms2ger> I have to say I'm quite fascinated that TC39 apparently decided to add Number.parseInt, which does the same thing as parseInt
- # [23:25] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:32] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 256 seconds)
- # [23:33] * Joins: othermaciej (~mjs@17.114.109.72)
- # [23:35] * Joins: zkis (~zkis@87-95-150-145.bb.dnainternet.fi)
- # [23:36] * Joins: gallant (~galant@77.28.11.9)
- # [23:36] * Joins: OnlyMax (~OnlyMax@189-81-246-106.user.veloxzone.com.br)
- # [23:37] * Joins: [[zz]] (~q@node-963.pool-125-25.dynamic.totbb.net)
- # [23:37] * Quits: Nenor (~Nenor@ip4-95-82-183-100.cust.nbox.cz) (Quit: Nenor)
- # [23:38] * Quits: marcosc (~marcosc@bl7-48-17.dsl.telepac.pt) (Remote host closed the connection)
- # [23:40] * Quits: galant (~galant@77.29.197.245) (Ping timeout: 256 seconds)
- # [23:45] * Quits: Adawerk (~ada@169.241.49.57) (Quit: Leaving)
- # [23:45] * Joins: Adawerk (~ada@169.241.49.57)
- # [23:46] <Hixie_> rafaelw: yt?
- # [23:46] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [23:46] <rafaelw> hixie: here
- # [23:47] * Joins: AdamAdeane (AdamAdeane@131.203.70.10)
- # [23:49] * Joins: a-ja (~Instantbi@70.230.144.144)
- # [23:49] <Hixie_> rafaelw: can you walk me through the foster parenting case for template?
- # [23:49] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
- # [23:49] <rafaelw> sure.
- # [23:49] <Hixie_> rafaelw: what would happen that you don't want to have happen if that line wasn't there?
- # [23:50] <rafaelw> you can't have any content lifted out of the template.
- # [23:50] <rafaelw> that's the main thing.
- # [23:50] <Hixie_> what's an example of input that would trigger that?
- # [23:51] <rafaelw> Trying swap of all this back in.
- # [23:51] <rafaelw> I think, for example, <template><tr>Foo
- # [23:51] * Krinkle is now known as Krinkle|detached
- # [23:51] <rafaelw> would have attempted to lift the Foo outside the template.
- # [23:53] <Hixie_> oh right, i keep forgetting <template> applies in cases like that
- # [23:53] <Hixie_> ok, thanks
- # [23:53] <rafaelw> ;-)
- # [23:53] * Quits: shwetank (~shwetank@122.161.246.197) (Quit: Leaving...)
- # [23:54] * Quits: AdamAdeane (AdamAdeane@131.203.70.10)
- # [23:54] <Hixie_> rafaelw: in the "or a table element immediately below it" case, isn't that the same as normal foster parenting?
- # [23:55] <Hixie_> ( https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/templates/index.html#foster-parent-addition )
- # [23:55] * Quits: weinig (~weinig@17.114.108.220) (Quit: weinig)
- # [23:58] * Joins: nephyrin (~neph@2620:101:8003:200:7a2b:cbff:fe9e:2e67)
- # [23:58] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 255 seconds)
- # [23:58] * Quits: erichynds (~ehynds@64.206.121.41) (Quit: erichynds)
- # [23:59] <rafaelw> no. i'm trying to remember why.
- # [23:59] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
- # [23:59] <rafaelw> i know there's an html5lib case that covers it.
- # [23:59] <rafaelw> (brain is slow today)
- # Session Close: Wed Jun 26 00:00:01 2013
The end :)