Options:
- # Session Start: Fri Jun 28 00:00:00 2013
- # Session Ident: #whatwg
- # [00:00] * Joins: krit (~krit@sjfw1.adobe.com)
- # [00:00] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
- # [00:01] * Joins: ehsan (~ehsan@66.207.208.98)
- # [00:01] <Hixie_> zcorpan: (btw if you want scripts allowed everywhere, it'll be trivial to make that happen once i've done all this work -- just make template and script have a new category, and replace "template" with that category everywhere in the content models. file a bug if you want that.)
- # [00:03] <zcorpan> Hixie_: ok
- # [00:03] * Quits: zagamqt (~zagam@81-230-17-139-no148.bredband.skanova.com) (Ping timeout: 264 seconds)
- # [00:03] * Joins: IroquoisTwist (~IroquoisT@69.170.160.74)
- # [00:05] <zcorpan> done
- # [00:07] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
- # [00:07] * Joins: a-ja (~Instantbi@70.230.144.144)
- # [00:09] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [00:11] * Joins: sicking (~sicking@c83-250-204-136.bredband.comhem.se)
- # [00:13] * Quits: krit (~krit@sjfw1.adobe.com) (Quit: Leaving.)
- # [00:14] * Quits: linclark (~clark@if0.bbfitdub.sites.bitbuzz.net) (Quit: linclark)
- # [00:14] * Quits: vitorpacheco (~vitor@189-105-42-75.user.veloxzone.com.br) (Ping timeout: 246 seconds)
- # [00:15] <annevk> Hixie_: you want something similar to transparent I guess, it's valid (almost?) anywhere so just ignore it for the purposes of the content model of the parent
- # [00:22] * Joins: ehsan (~ehsan@66.207.208.98)
- # [00:22] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
- # [00:27] * Quits: lmclister (~lmclister@207.239.114.206) (Quit: lmclister)
- # [00:28] * Quits: newtron (~newtron@69-165-136-206.dsl.teksavvy.com) (Remote host closed the connection)
- # [00:31] * Quits: Smylers (~smylers@host31-53-138-46.range31-53.btcentralplus.com) (Quit: Leaving.)
- # [00:37] * Joins: krit (~krit@143.sub-70-197-5.myvzw.com)
- # [00:38] * Quits: will_i_was (~william@blackhole.space150.com) (Remote host closed the connection)
- # [00:38] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Ping timeout: 264 seconds)
- # [00:41] * Quits: IroquoisTwist (~IroquoisT@69.170.160.74) (Remote host closed the connection)
- # [00:43] * Joins: richt (~richt@80.232.109.46)
- # [00:44] * Joins: IroquoisTwist (~IroquoisT@69.170.160.74)
- # [00:44] * Quits: krit (~krit@143.sub-70-197-5.myvzw.com) (Ping timeout: 246 seconds)
- # [00:44] * Joins: erichynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net)
- # [00:44] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
- # [00:45] * erichynds is now known as ehynds
- # [00:47] * Joins: weinig (~weinig@17.114.107.209)
- # [00:49] * Quits: richt (~richt@80.232.109.46) (Remote host closed the connection)
- # [00:51] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
- # [00:52] <Hixie_> so it was brought to my attention that actually you might well want any random content model
- # [00:52] <Hixie_> e.g. <ol><template>Hello</template></ol> might be used by a script to stamp out <li>s which it then fills with the template.
- # [00:54] * Quits: WeirdAl (~chatzilla@g2spf.ask.info) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130618035212])
- # [00:55] <annevk> yeah, I think <template> is basically anywhere and anything
- # [00:55] <zcorpan> <ol><template><td>hello</template></ol> ?
- # [00:55] <TabAtkins> annevk: Yeah, our argument was that, at least for normal <template>, let it be anything, because you dont' know what it'll be used for. When you mix in MDV and <template iterate>/etc, you can do content checking, because you have declarative knowledge of what it'll be used for.
- # [00:56] <zewt> i've done that sort of thing with <tr>'s with manual templating for table entries, recall it being sort of annoying
- # [00:56] <TabAtkins> zcorpan: Nearly that exact example was used in our convo. ^_^
- # [00:58] <Hixie_> anyone have a link to rafaelw's mdv spec, if such a thing exists? (not sure i know what i'm asking)
- # [00:59] <rafaelw> mdv? what's that?
- # [00:59] <rafaelw> ;-)
- # [00:59] <rafaelw> There isn't a current "spec"
- # [00:59] <rafaelw> The spec is the code
- # [00:59] <zcorpan> btw tomorrow is my last day before several weeks of vacation, so if there's something i should fix tomorrow, lemme know :-)
- # [00:59] <rafaelw> The design has evolved to the point that it is conceptually two additional primitives.
- # [00:59] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 248 seconds)
- # [00:59] <Hixie_> zcorpan: yeah, what if they are going to stamp an <li><table>...<tr><th>... and then append the template
- # [00:59] <rafaelw> I'm planning to "spec" those (probably hand-wavy) to see if I can get anyone interested again.
- # [01:00] <rafaelw> Anything in particular you are curious about?
- # [01:00] <Hixie_> rafaelw: the context is i'm trying to work out if there's a context in which more detailed content models (ways to catch authoring mistakes) would help
- # [01:00] <Hixie_> rafaelw: so mostly i'm curious about what hte markup looks like
- # [01:01] * Quits: decotii (~decotii@hq.croscon.com) (Quit: Leaving)
- # [01:01] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
- # [01:01] <rafaelw> i see. then, yeah, there are some examples here: https://github.com/Polymer/mdv/tree/stable/examples/how_to
- # [01:01] <Hixie_> thanks
- # [01:02] * Joins: othermaciej (~mjs@17.114.109.72)
- # [01:02] <Hixie_> TabAtkins: fffffffffuuuuuuuuuu, <table> content model is even more insane to add <template> to arbitrarily
- # [01:02] * Quits: IroquoisTwist (~IroquoisT@69.170.160.74) (Remote host closed the connection)
- # [01:03] <TabAtkins> Hixie_: Hahaha! Mine is an evil laugh!
- # [01:03] <Hixie_> seriously wtf, i don't even
- # [01:03] * Joins: IroquoisTwist (~IroquoisT@69.170.160.74)
- # [01:03] * Hixie_ finds a hack
- # [01:04] <Hixie_> ", optionally with one or more <code>template</code> elements between any of the other elements"
- # [01:06] * Joins: Iroquois_ (~IroquoisT@69.170.160.74)
- # [01:07] * Quits: othermaciej (~mjs@17.114.109.72) (Quit: othermaciej)
- # [01:08] <zcorpan> should https://github.com/Polymer/mdv/blob/stable/examples/how_to/conditional_template.html be valid?
- # [01:09] <gsnedders> TabAtkins: What are you trying to do!?
- # [01:09] * Joins: othermaciej (~mjs@17.114.109.72)
- # [01:09] <gsnedders> TabAtkins: Trying to stop html5lib from putting foreign elements in a namespace?
- # [01:10] * Quits: esprehn_ (~esprehn@216.239.45.84) (Quit: esprehn_)
- # [01:10] <zcorpan> seems like it shouldn't be using <ul>
- # [01:10] <gsnedders> TabAtkins: I don't see anything weird in that spec?
- # [01:10] * Quits: IroquoisTwist (~IroquoisT@69.170.160.74) (Ping timeout: 276 seconds)
- # [01:10] <gsnedders> TabAtkins: Give me better bug reports, damn it! :P
- # [01:10] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
- # [01:11] <TabAtkins> gsnedders: Basically, yeah. ^_^ I fixed it by using html5lib's serializer, which I didn't realize was even available. I was using lxml's serializer before.
- # [01:12] <TabAtkins> Which only serializes as xhtml, and so puts the namespaces stuff on <svg>.
- # [01:12] <annevk> Hixie_: sounds like MikeSmith is gonna love you
- # [01:14] <gsnedders> TabAtkins: Well, duh. lxml's serializer outputs XML. (Or does it have an HTML serializer?)
- # [01:14] <gsnedders> TabAtkins: html5lib's serializer doesn't really work for foreign content, but does most of the time. Breaks when you have namespaced attributes on foreign content, I believe.
- # [01:16] * Joins: newtron (~newtron@69-165-136-206.dsl.teksavvy.com)
- # [01:18] <TabAtkins> gsnedders: Well, I kind of expect that "html.tostring()" would output html. ^_^
- # [01:19] <TabAtkins> Luckily I don't care about namespaces stuff in foreign content. I just copied code from anolis.
- # [01:19] * Quits: Nenor (~Nenor@ip4-95-82-183-100.cust.nbox.cz) (Quit: Nenor)
- # [01:27] <gsnedders> TabAtkins: Oh, there is an html.tostring. But yeah, that just uses libxml2's HTML stuff. Which, as know, is shit.
- # [01:28] * Quits: yorick (~yorick@oftn/member/yorick) (Remote host closed the connection)
- # [01:30] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Ping timeout: 248 seconds)
- # [01:34] * Quits: Iroquois_ (~IroquoisT@69.170.160.74) (Remote host closed the connection)
- # [01:34] * Joins: IroquoisTwist (~IroquoisT@69.170.160.74)
- # [01:35] * Joins: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net)
- # [01:37] * Quits: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net) (Client Quit)
- # [01:38] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Remote host closed the connection)
- # [01:43] * Joins: nessy (~silviapf@209.155.233.4)
- # [01:44] * Quits: jsbell (jsbell@nat/google/x-oxtnqqmztanfpwdn) (Quit: There's no place like home...)
- # [01:47] * Quits: ehynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net) (Quit: ehynds)
- # [01:50] * Quits: newtron (~newtron@69-165-136-206.dsl.teksavvy.com) (Remote host closed the connection)
- # [01:52] * Joins: vitorpacheco (~vitor@189-105-42-75.user.veloxzone.com.br)
- # [01:55] * Joins: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net)
- # [01:55] * Joins: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net)
- # [01:57] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Quit: tobie)
- # [01:59] * Joins: krit1 (~krit@sjfw1.adobe.com)
- # [01:59] * Joins: jacobolus (~jacobolus@173-228-85-3.dsl.dynamic.sonic.net)
- # [02:00] * Quits: weinig (~weinig@17.114.107.209) (Quit: weinig)
- # [02:01] * Joins: msaad1 (~marcus@24-212-234-115.cable.teksavvy.com)
- # [02:01] * Quits: msaad (~marcus@24.212.234.115) (Ping timeout: 246 seconds)
- # [02:01] * Quits: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net) (Ping timeout: 248 seconds)
- # [02:02] * Quits: gavin__ (~gavin@76.14.87.162) (Read error: Connection reset by peer)
- # [02:02] * Joins: Iroquois_ (~IroquoisT@69.170.160.74)
- # [02:03] * Quits: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net) (Ping timeout: 246 seconds)
- # [02:03] * Quits: othermaciej (~mjs@17.114.109.72) (Quit: othermaciej)
- # [02:04] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:04] * Joins: gavin_ (~gavin@76.14.87.162)
- # [02:05] * Quits: sicking (~sicking@c83-250-204-136.bredband.comhem.se) (Quit: sicking)
- # [02:05] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [02:05] * Quits: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net) (Quit: miketaylr)
- # [02:06] * Quits: IroquoisTwist (~IroquoisT@69.170.160.74) (Ping timeout: 268 seconds)
- # [02:06] * Joins: othermaciej (~mjs@17.114.109.72)
- # [02:08] * Joins: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net)
- # [02:08] * Quits: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net) (Client Quit)
- # [02:09] * Joins: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net)
- # [02:13] * Quits: mattgifford (~mattgiffo@70.102.199.158) (Remote host closed the connection)
- # [02:14] * Joins: mattgifford (~mattgiffo@70.102.199.158)
- # [02:15] * heycam|away is now known as heycam
- # [02:15] * krit1 is now known as krit
- # [02:16] * Joins: reyre_ (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
- # [02:17] <heycam> TabAtkins, thanks, fixed the broken links
- # [02:18] * Quits: mattgifford (~mattgiffo@70.102.199.158) (Ping timeout: 256 seconds)
- # [02:19] * Joins: mattgifford (~mattgiffo@70.102.199.158)
- # [02:19] * Joins: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net)
- # [02:19] * Quits: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net) (Client Quit)
- # [02:20] <TabAtkins> zcorpan: No, that example shouldn't be valid. That falls into the "we know declaratively that it'll stamp something out there" case.
- # [02:21] <TabAtkins> I think in those cases, the content model should just be strictly transparent?
- # [02:21] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [02:21] * Joins: will_i_was (~william@san.space150.com)
- # [02:26] * Quits: will_i_was (~william@san.space150.com) (Ping timeout: 268 seconds)
- # [02:27] * Quits: mattgifford (~mattgiffo@70.102.199.158) (Remote host closed the connection)
- # [02:27] * Quits: Iroquois_ (~IroquoisT@69.170.160.74) (Remote host closed the connection)
- # [02:32] * Quits: roc (~chatzilla@121.98.230.221) (Ping timeout: 256 seconds)
- # [02:38] * Joins: danielfilho (~danielfil@201.87.93.6)
- # [02:42] * Quits: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [02:47] * Quits: yutak (~yutak@2401:fa00:4:1004:26be:5ff:fe0d:e1d5) (Quit: Ex-Chat)
- # [02:57] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [02:58] * Quits: nessy (~silviapf@209.155.233.4) (Quit: Leaving.)
- # [02:59] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (Excess Flood)
- # [03:01] * Joins: newtron (~newtron@69-165-136-206.dsl.teksavvy.com)
- # [03:02] * Quits: danielfilho (~danielfil@201.87.93.6) (Remote host closed the connection)
- # [03:02] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Quit: tantek)
- # [03:03] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
- # [03:03] * Parts: Jasper (magcius@unaffiliated/magcius) ("Leaving")
- # [03:03] * Quits: ^esc (~esc_ape@178.115.250.194.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
- # [03:03] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
- # [03:05] * Quits: newtron (~newtron@69-165-136-206.dsl.teksavvy.com) (Ping timeout: 276 seconds)
- # [03:11] * Quits: othermaciej (~mjs@17.114.109.72) (Quit: othermaciej)
- # [03:12] * Joins: ^esc (~esc_ape@77.117.247.217.wireless.dyn.drei.com)
- # [03:24] * Joins: danielfilho (~danielfil@201.87.93.6)
- # [03:25] * JohnAlbin_zzzzzz is now known as JohnAlbin
- # [03:28] * Quits: jacobolus (~jacobolus@173-228-85-3.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [03:29] * Quits: blooberry (blooberry_@nat/intel/x-mfbmadjougwuooql) (Ping timeout: 245 seconds)
- # [03:37] * Joins: jdaggett_ (~jdaggett@61-121-216-2.bitcat.net)
- # [03:37] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Ping timeout: 276 seconds)
- # [03:37] * jdaggett_ is now known as jdaggett
- # [03:40] * Joins: voiceofgrog (~voiceofgr@c-71-197-55-8.hsd1.fl.comcast.net)
- # [03:40] * Quits: voiceofgrog (~voiceofgr@c-71-197-55-8.hsd1.fl.comcast.net) (Changing host)
- # [03:40] * Joins: voiceofgrog (~voiceofgr@unaffiliated/voiceofgrog)
- # [03:41] * Quits: reyre_ (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [03:48] * Quits: barneybook (~kvirc@114-44-196-90.dynamic.hinet.net) (Read error: Connection reset by peer)
- # [04:10] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [04:16] * Quits: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [04:22] * Quits: ^esc (~esc_ape@77.117.247.217.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
- # [04:23] * Quits: alecf (alecf@nat/google/x-empqlukftcrbsykr) (Quit: alecf)
- # [04:25] * Joins: ^esc (~esc_ape@77.116.247.240.wireless.dyn.drei.com)
- # [04:27] * Quits: krit (~krit@sjfw1.adobe.com) (Read error: Connection reset by peer)
- # [04:28] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Ping timeout: 240 seconds)
- # [04:38] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Quit: tantek)
- # [04:47] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [04:52] * Joins: reyre_ (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
- # [04:55] * Joins: barneybook (~kvirc@220-136-40-59.dynamic.hinet.net)
- # [04:56] * Quits: reyre_ (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Ping timeout: 256 seconds)
- # [04:58] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [04:59] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [05:04] * Quits: jwalden (~waldo@nat/mozilla/x-gauktaevjcjwbvdi) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 21.0/20130521122340])
- # [05:06] * Quits: msaad1 (~marcus@24-212-234-115.cable.teksavvy.com) (Ping timeout: 248 seconds)
- # [05:10] * Joins: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt)
- # [05:17] * Joins: newtron (~newtron@69-165-136-206.dsl.teksavvy.com)
- # [05:17] * Quits: newtron (~newtron@69-165-136-206.dsl.teksavvy.com) (Remote host closed the connection)
- # [05:25] * Joins: esprehn_ (~esprehn@207.198.105.22)
- # [05:34] * Quits: gavinc (~gavin@barad-dur.carothers.name) (Quit: Konversation terminated!)
- # [05:36] * Quits: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt) (Remote host closed the connection)
- # [05:36] * Joins: weinig (~weinig@c-98-234-121-20.hsd1.ca.comcast.net)
- # [05:38] * heycam is now known as heycam|away
- # [05:39] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [05:44] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 264 seconds)
- # [05:53] * Quits: cabanier1 (~cabanier@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [05:54] * Joins: cabanier (~cabanier@sjfw1-a.adobe.com)
- # [06:02] * Quits: weinig (~weinig@c-98-234-121-20.hsd1.ca.comcast.net) (Quit: weinig)
- # [06:07] * Joins: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt)
- # [06:10] * Quits: cabanier (~cabanier@sjfw1-a.adobe.com) (Read error: Connection reset by peer)
- # [06:11] * Krinkle is now known as Krinkle|detached
- # [06:12] * Quits: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt) (Ping timeout: 268 seconds)
- # [06:12] * Joins: cabanier (~cabanier@bc9866.bendcable.com)
- # [06:12] * Krinkle|detached is now known as Krinkle
- # [06:14] * Joins: jorgepedret (~jorgepedr@64-46-3-158.dyn.novuscom.net)
- # [06:16] * Joins: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt)
- # [06:16] * Quits: esprehn_ (~esprehn@207.198.105.22) (Quit: esprehn_)
- # [06:18] * Quits: jorgepedret (~jorgepedr@64-46-3-158.dyn.novuscom.net) (Client Quit)
- # [06:19] * Parts: a-ja (~Instantbi@70.230.144.144)
- # [06:20] * heycam|away is now known as heycam
- # [06:26] * Quits: barneybook (~kvirc@220-136-40-59.dynamic.hinet.net) (Ping timeout: 256 seconds)
- # [06:26] * Quits: cabanier (~cabanier@bc9866.bendcable.com) (Quit: Leaving.)
- # [06:27] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [06:36] * Joins: cabanier (~cabanier@bc9866.bendcable.com)
- # [06:37] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [06:40] * Quits: cabanier (~cabanier@bc9866.bendcable.com) (Ping timeout: 240 seconds)
- # [06:41] * Joins: cabanier (~cabanier@sjfw1.adobe.com)
- # [06:42] * Quits: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt) (Remote host closed the connection)
- # [06:49] * Joins: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net)
- # [06:52] * toyoshim is now known as toyoshiAw
- # [06:57] * Joins: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt)
- # [07:00] * Joins: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp)
- # [07:01] * Krinkle is now known as Krinkle|detached
- # [07:02] * Krinkle|detached is now known as Krinkle
- # [07:18] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [07:20] * Joins: weinig (~weinig@c-98-234-121-20.hsd1.ca.comcast.net)
- # [07:22] * Quits: astearns (~astearns@192.150.22.5) (Read error: Connection reset by peer)
- # [07:23] * Quits: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt) (Remote host closed the connection)
- # [07:24] * Quits: arcane_byte001 (~darkcyphe@san.space150.com) (Ping timeout: 246 seconds)
- # [07:25] * heycam is now known as heycam|away
- # [07:26] * Joins: arcane_byte001 (~darkcyphe@blackhole.space150.com)
- # [07:27] * Joins: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt)
- # [07:27] * Joins: fishd (~fishd@216.239.45.130)
- # [07:29] * Joins: astearns (~astearns@192.150.22.5)
- # [07:31] * Joins: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net)
- # [07:34] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [07:37] * Quits: JohnAlbin (~JohnAlbin@114-24-54-200.dynamic.hinet.net) (Ping timeout: 256 seconds)
- # [07:39] * Quits: j_wright (~jwright@ip70-173-127-54.lv.lv.cox.net) (Quit: [A] deaf and blind and dumb and born to follow)
- # [07:39] * heycam|away is now known as heycam
- # [07:47] * Joins: will_i_was (~william@blackhole.space150.com)
- # [07:48] * Joins: Areks (~Areks@rs.gridnine.com)
- # [07:51] * Quits: weinig (~weinig@c-98-234-121-20.hsd1.ca.comcast.net) (Quit: weinig)
- # [07:51] * Quits: will_i_was (~william@blackhole.space150.com) (Ping timeout: 276 seconds)
- # [07:52] * Joins: Smylers (~smylers@host31-53-138-46.range31-53.btcentralplus.com)
- # [07:53] * Quits: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt) (Remote host closed the connection)
- # [07:58] * Joins: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt)
- # [08:09] * Krinkle is now known as Krinkle|detached
- # [08:12] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [08:16] * Joins: zkis (~zkis@wcpqp9o7gu.adsl.datanet.hu)
- # [08:21] * Quits: zkis (~zkis@wcpqp9o7gu.adsl.datanet.hu) (Ping timeout: 256 seconds)
- # [08:23] * Quits: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt) (Remote host closed the connection)
- # [08:24] * Quits: cabanier (~cabanier@sjfw1.adobe.com) (Read error: Connection reset by peer)
- # [08:26] * Quits: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 21.0/20130521122340])
- # [08:27] * Quits: fishd (~fishd@216.239.45.130) (Ping timeout: 276 seconds)
- # [08:27] * Joins: cabanier (~cabanier@bc9866.bendcable.com)
- # [08:29] * Joins: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt)
- # [08:30] * Quits: Smylers (~smylers@host31-53-138-46.range31-53.btcentralplus.com) (Quit: Leaving.)
- # [08:33] * Quits: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net) (Ping timeout: 276 seconds)
- # [08:34] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [08:34] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [08:53] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [08:54] <gsnedders> http://slashdot.org/comments.pl?sid=3912831&threshold=-1&commentsort=0&mode=nested&pid=44127847 — dbaron's desk isn't a good response to that, is it? :P
- # [08:55] * Quits: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt) (Remote host closed the connection)
- # [08:58] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
- # [08:59] * Joins: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt)
- # [09:01] * Quits: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp) (Remote host closed the connection)
- # [09:02] * Parts: JimJibber (~jim@80-42-217-153.dynamic.dsl.as9105.com)
- # [09:02] * Joins: JimJibber (~jim@80-42-217-153.dynamic.dsl.as9105.com)
- # [09:04] * Joins: mitemitreski (~mitemitre@212.120.17.179)
- # [09:05] * Joins: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net)
- # [09:07] * Joins: Ms2ger (~Ms2ger@109.133.22.202)
- # [09:22] * Joins: darobin (~darobin@78.208.93.24)
- # [09:22] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 248 seconds)
- # [09:24] * Quits: yoav (~yoav@78.245.148.181) (Remote host closed the connection)
- # [09:24] * Joins: esprehn_ (~esprehn@50-196-183-94-static.hfc.comcastbusiness.net)
- # [09:25] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [09:25] * Quits: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt) (Remote host closed the connection)
- # [09:26] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [09:31] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [09:31] * Joins: Nenor (~Nenor@ip4-95-82-183-100.cust.nbox.cz)
- # [09:32] * Joins: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt)
- # [09:34] * Quits: esprehn_ (~esprehn@50-196-183-94-static.hfc.comcastbusiness.net) (Quit: esprehn_)
- # [09:36] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Client Quit)
- # [09:38] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [09:38] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Client Quit)
- # [09:41] * Joins: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp)
- # [09:42] * Quits: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net) (Ping timeout: 246 seconds)
- # [09:45] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
- # [09:46] * Joins: Smylers (~smylers@94.116.44.239)
- # [09:47] * Joins: rego (~rego@fanzine.igalia.com)
- # [09:55] * Quits: Kolombiken (~Adium@94.137.124.2) (Quit: Leaving.)
- # [09:57] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [09:58] * Quits: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt) (Remote host closed the connection)
- # [10:00] * Quits: Smylers (~smylers@94.116.44.239) (Ping timeout: 248 seconds)
- # [10:02] * Joins: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt)
- # [10:03] * Joins: Smylers (~smylers@94.117.60.147)
- # [10:04] * Quits: JimJibber (~jim@80-42-217-153.dynamic.dsl.as9105.com) (Quit: JimJibber)
- # [10:05] * Joins: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk)
- # [10:08] * Quits: Smylers (~smylers@94.117.60.147) (Ping timeout: 276 seconds)
- # [10:09] * Joins: Masklinn (~textual@98.71.144.195.ipv4.evonet.be)
- # [10:09] * Quits: annevk (~annevk@2.28.150.146) (Remote host closed the connection)
- # [10:17] <zcorpan> hmm, the only case-sensitive css properties are variables, right?
- # [10:17] <zcorpan> and they are exposed in a separate interface, so i can pretend that all properties are insensitive
- # [10:18] * Joins: Smylers (~smylers@81.143.60.194)
- # [10:21] <SimonSapin> zcorpan: yes
- # [10:21] <zcorpan> thanks
- # [10:21] * Joins: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net)
- # [10:22] <SimonSapin> if we add anything case-sensitive in the future, it will be because it’s author-defined and thus probably in a separate interface like variables
- # [10:23] <zcorpan> are properties normalized to lowercase somewhere?
- # [10:24] * Ms2ger waves hands
- # [10:26] * heycam is now known as heycam|away
- # [10:29] * Quits: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt) (Remote host closed the connection)
- # [10:29] * MikeSmith wonders if Ms2ger is waving his own hands, or somebody else's hands
- # [10:29] <Ms2ger> MikeSmith, yours
- # [10:30] <MikeSmith> damn that's where they went
- # [10:37] * Quits: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp) (Remote host closed the connection)
- # [10:37] * Joins: birtles (~chatzilla@195.77.55.218)
- # [10:41] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [10:43] * Joins: RobbertAtWork (~robbertat@212.238.236.229)
- # [10:43] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [10:43] * Joins: benbarnett (~Adium@195.81.245.98)
- # [10:45] * Joins: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp)
- # [10:49] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [10:52] * Joins: galant (~galant@77.28.31.148)
- # [10:53] * Joins: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt)
- # [10:59] * Quits: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk) (Ping timeout: 256 seconds)
- # [11:01] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 264 seconds)
- # [11:02] * Joins: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk)
- # [11:02] * Joins: JimJibber (~jim@132.185.151.37)
- # [11:02] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [11:14] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
- # [11:15] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
- # [11:19] * Quits: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt) (Remote host closed the connection)
- # [11:25] * Joins: smaug____ (~chatzilla@85-76-114-71-nat.elisa-mobile.fi)
- # [11:27] * Quits: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk) (Ping timeout: 246 seconds)
- # [11:31] * Joins: annevk (~annevk@213.123.58.114)
- # [11:32] * Quits: JimJibber (~jim@132.185.151.37) (Ping timeout: 256 seconds)
- # [11:37] <annevk> FWIW, I started patching https://github.com/annevk/url again
- # [11:38] <annevk> I hope to get a bit further this time around and work on the test suite through my own JavaScript implementation of the specification. I realize that makes me the single point of failure for three pieces that really ought to be done by separate people, but nobody else seems to care about fixing URLs... Which is surprising in my mind, but I'm sure there's a reasonable explanation.
- # [11:39] * Quits: birtles (~chatzilla@195.77.55.218) (Read error: Connection reset by peer)
- # [11:39] <annevk> The other goal, as mentioned already, is to make parsing idempotent. That we lost that property is bad and we should claim it back.
- # [11:40] * Joins: JimJibber (~jim@132.185.151.37)
- # [11:42] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [11:43] * Joins: gallant (~galant@77.28.24.252)
- # [11:46] * Quits: galant (~galant@77.28.31.148) (Ping timeout: 268 seconds)
- # [11:47] * Quits: smaug____ (~chatzilla@85-76-114-71-nat.elisa-mobile.fi) (Ping timeout: 248 seconds)
- # [11:47] * Quits: JimJibber (~jim@132.185.151.37) (Read error: Connection reset by peer)
- # [11:47] * Joins: JimJibber (~jim@132.185.151.37)
- # [11:54] * Joins: j_wright (~jwright@ip70-173-127-54.lv.lv.cox.net)
- # [12:01] * Joins: smaug____ (~chatzilla@85-76-99-213-nat.elisa-mobile.fi)
- # [12:03] * Joins: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk)
- # [12:07] * Quits: annevk (~annevk@213.123.58.114) (Remote host closed the connection)
- # [12:16] * Quits: smaug____ (~chatzilla@85-76-99-213-nat.elisa-mobile.fi) (Ping timeout: 256 seconds)
- # [12:29] * Joins: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt)
- # [12:40] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [12:41] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 252 seconds)
- # [12:46] * Quits: gallant (~galant@77.28.24.252) (Quit: Ex-Chat)
- # [12:50] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [12:56] * Joins: linclark (~clark@147.252.109.104)
- # [13:04] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Quit: tantek)
- # [13:16] * Quits: JimJibber (~jim@132.185.151.37) (Ping timeout: 252 seconds)
- # [13:16] * Quits: rego (~rego@fanzine.igalia.com) (Ping timeout: 246 seconds)
- # [13:21] * Quits: espadrine (~ttyl@85-218-2-204.dclient.lsne.ch) (Ping timeout: 268 seconds)
- # [13:21] * Quits: voiceofgrog (~voiceofgr@unaffiliated/voiceofgrog) (Ping timeout: 246 seconds)
- # [13:33] * Joins: JohnAlbin (~JohnAlbin@101.15.21.163)
- # [13:39] <matjas> annevk++
- # [13:40] * Quits: vitorpacheco (~vitor@189-105-42-75.user.veloxzone.com.br) (Ping timeout: 256 seconds)
- # [13:40] * Joins: vitor_ (~vitor@189-105-53-119.user.veloxzone.com.br)
- # [13:43] * Joins: scor (scor@nat/acquia/x-wmdlgcogawdhxgiq)
- # [13:43] * Quits: scor (scor@nat/acquia/x-wmdlgcogawdhxgiq) (Changing host)
- # [13:43] * Joins: scor (scor@drupal.org/user/52142/view)
- # [13:49] * Quits: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp) (Remote host closed the connection)
- # [13:53] * Quits: JohnAlbin (~JohnAlbin@101.15.21.163) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
- # [13:54] <SimonSapin> zcorpan: implementations probably normalize to lower-case at some point, but not sure what you mean
- # [13:55] <zcorpan> SimonSapin: i mean in the specs, if i can assume that they are lowercase for the purpose of CSSOM
- # [13:56] <SimonSapin> I seem to recall "If there is a property that is a ASCII case-insensitive match for the parameter, …" text in CSSOM
- # [13:58] * Joins: espadrine (~ttyl@tsf-444-wpa-6-046.epfl.ch)
- # [13:58] <zcorpan> yeah, i've just changed it to fold to lowercase and do a case-sensitive compare. i added "A supported CSS property must be in its lowercase form for the purpose of comparisons this specification."
- # [13:59] <zcorpan> seems like a saner model to store them in lowercase
- # [13:59] <Ms2ger> Or as an enum
- # [14:00] <SimonSapin> implementation can do string interning or something, the spec shouldn’t have to be aware of that
- # [14:00] <zcorpan> sure, i mean model for the spec
- # [14:01] <zcorpan> either the spec preserves case in its "declarations" and does case-insensitive compares last minute, or it folds stuff to lowercase at the start and does case-sensitive comparisons
- # [14:01] <zcorpan> i prefer the latter
- # [14:02] <SimonSapin> you still need to fold parameters to the various methods
- # [14:02] <zcorpan> yep
- # [14:03] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Quit: tobie)
- # [14:03] * Joins: nessy (~silviapf@209.155.233.4)
- # [14:08] * Joins: yorick (~yorick@oftn/member/yorick)
- # [14:09] * Joins: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com)
- # [14:09] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Read error: Connection reset by peer)
- # [14:17] * Joins: erichynds (~ehynds@64.206.121.41)
- # [14:19] * Quits: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk) (Ping timeout: 252 seconds)
- # [14:43] * Quits: espadrine (~ttyl@tsf-444-wpa-6-046.epfl.ch) (Ping timeout: 252 seconds)
- # [14:44] * Quits: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt) (Remote host closed the connection)
- # [14:45] * Joins: SimonSapin (~simon@207.218.72.65)
- # [14:51] * Joins: reyre_ (~reyre_@66.207.208.98)
- # [14:53] * Joins: decotii (~decotii@hq.croscon.com)
- # [15:01] * Quits: Obvious_MkII (tachikoma@188.226.74.2) (Ping timeout: 248 seconds)
- # [15:05] * Joins: JohnAlbin (~JohnAlbin@111-250-121-158.dynamic.hinet.net)
- # [15:05] * Joins: JimJibber (~jim@132.185.151.37)
- # [15:05] * Joins: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt)
- # [15:05] * Joins: Obvious (tachikoma@188.226.74.2)
- # [15:10] * Quits: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net) (Ping timeout: 264 seconds)
- # [15:13] * Joins: annevk (~annevk@84.241.200.182)
- # [15:13] * Joins: jreading (~Adium@204.56.125.50)
- # [15:18] * Quits: Nenor (~Nenor@ip4-95-82-183-100.cust.nbox.cz) (Quit: Nenor)
- # [15:26] * Quits: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com) (Remote host closed the connection)
- # [15:26] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:36] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [15:36] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [15:41] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [15:47] * Joins: espadrine (~ttyl@85-218-2-204.dclient.lsne.ch)
- # [15:48] * Joins: Nenor (~Nenor@ip4-95-82-183-100.cust.nbox.cz)
- # [15:48] * Joins: Dals (~Dals@200.158.160.175)
- # [15:50] * Joins: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp)
- # [15:53] * Parts: JimJibber (~jim@132.185.151.37)
- # [15:53] * Joins: JimJibber (~jim@132.185.151.37)
- # [15:55] * Quits: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp) (Ping timeout: 264 seconds)
- # [16:02] * Joins: barneybook (~kvirc@114-44-196-90.dynamic.hinet.net)
- # [16:02] * Joins: rego (~rego@fanzine.igalia.com)
- # [16:09] <SimonSapin> what does the html5lib serializer do with attribute order?
- # [16:10] <SimonSapin> I’m getting a huge diff in the generated version of css-syntax because I get a different attribute order than TabAtkins
- # [16:16] * Joins: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net)
- # [16:18] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 264 seconds)
- # [16:20] * Joins: birtles (~chatzilla@76.Red-2-136-48.dynamicIP.rima-tde.net)
- # [16:28] <zcorpan> i think that might have changed relatively recently in html5lib
- # [16:28] <zcorpan> so make sure you have the same version, i guess
- # [16:29] <SimonSapin> I hope it’s deterministic, within a html5lib version
- # [16:29] <zcorpan> probably is
- # [16:30] <zcorpan> though i haven't looked at the code, but i've never noticed them changing for me :-)
- # [16:30] <SimonSapin> TabAtkins: are you using 1.0b2 for what’s is the CSSWG repo?
- # [16:31] * Joins: andregil (~gil@177.141.144.161)
- # [16:38] * Quits: andregil (~gil@177.141.144.161) (Quit: andregil)
- # [16:39] * Quits: Dals (~Dals@200.158.160.175) (Ping timeout: 268 seconds)
- # [16:41] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [16:41] * Quits: vitor_ (~vitor@189-105-53-119.user.veloxzone.com.br) (Remote host closed the connection)
- # [16:45] * Quits: annevk (~annevk@84.241.200.182) (Read error: Connection reset by peer)
- # [16:46] * Joins: annevk (~annevk@84.241.200.182)
- # [16:52] <GPHemsley> SimonSapin: Attribute order in html5lib is a recent issue that we had with anolis. Basically, if the tree builder doesn't maintain attribute order, it's non-deterministic. (gsnedders could probably explain more.)
- # [16:53] <SimonSapin> GPHemsley: Tab’s processor is using lxml I think
- # [16:54] <SimonSapin> couldn’t we sort on output?
- # [17:00] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Remote host closed the connection)
- # [17:00] * Joins: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp)
- # [17:01] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [17:01] * Quits: annevk (~annevk@84.241.200.182) (Remote host closed the connection)
- # [17:02] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Remote host closed the connection)
- # [17:02] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Ping timeout: 264 seconds)
- # [17:03] <dglazkov> good morning, Whatwg!
- # [17:03] * Quits: JohnAlbin (~JohnAlbin@111-250-121-158.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
- # [17:06] <gsnedders> SimonSapin: It's whatever order the tree API stores it in, basically. Which in lxml's case is explicitly undefined.
- # [17:06] <gsnedders> SimonSapin: So there's no guarantee of stability.
- # [17:07] * Quits: birtles (~chatzilla@76.Red-2-136-48.dynamicIP.rima-tde.net) (Read error: Connection reset by peer)
- # [17:07] <SimonSapin> that sucks
- # [17:07] <gsnedders> SimonSapin: There's a alphabetical_attributes=True|False option on the serializer which will reorder all attributes into alphabetical order
- # [17:07] <SimonSapin> ah, I guess that’s what I want
- # [17:07] <SimonSapin> what does anolis do?
- # [17:07] <gsnedders> SimonSapin: We can't blindingly reorder it, otherwise people who want things to roundtrip without changing order, using a tree API that preserves order, are screwed over by us reordering it.
- # [17:08] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [17:08] <SimonSapin> yeah, I understand why it’s not the default
- # [17:08] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [17:08] <gsnedders> Blame fantasai for screaming at me to change it for years. :P
- # [17:09] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [17:09] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
- # [17:09] <gsnedders> But yeah, we're now as deterministic as the underlying storage. Which makes sense, really.
- # [17:11] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
- # [17:11] <SimonSapin> so what tree builders preserve the order?
- # [17:12] <gsnedders> lxml does currently, although it's explicitly defined as being undefined.
- # [17:12] * Joins: Kolombiken1 (~Adium@gateway.creuna.se)
- # [17:12] <SimonSapin> ew
- # [17:12] * Joins: jorgepedret (~jorgepedr@S01067444013f60b9.vc.shawcable.net)
- # [17:12] <gsnedders> Blame fantasai.
- # [17:12] <gsnedders> Her fault.
- # [17:12] <SimonSapin> for lxml?
- # [17:12] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Ping timeout: 248 seconds)
- # [17:13] <gsnedders> No, for wanting the behaviour in html5lib despite the underlying behaviour being undefined
- # [17:13] <SimonSapin> the alternative being always sorting?
- # [17:13] <gsnedders> Ja.
- # [17:13] <SimonSapin> ok
- # [17:14] <gsnedders> This is what we previously did
- # [17:14] <SimonSapin> if the option to sort is still there, that’s fine
- # [17:14] <SimonSapin> I’m ranting at lxml
- # [17:14] <gsnedders> I think the problem for Stefan is that libxml2 has it as undefined, so he can't guarantee anything that doesn't.
- # [17:14] <SimonSapin> so I’m ranting at libxml2
- # [17:15] <gsnedders> Eventually we'll find out where you're really ranting :P
- # [17:15] <SimonSapin> hehe
- # [17:17] * Ms2ger wants a useful tree api in python at some point
- # [17:17] <SimonSapin> Ms2ger: define useful
- # [17:18] <Ms2ger> One that preserves order for attributes and doesn't do .tail, say
- # [17:18] <SimonSapin> I’m considering making a new tree api for cssselect (or its successor)
- # [17:18] <SimonSapin> so text nodes instead?
- # [17:19] <Ms2ger> Yeah
- # [17:19] <SimonSapin> why?
- # [17:19] <Ms2ger> Say you have <a>x<b>y</b>z</a>
- # [17:19] <Ms2ger> How do you remove the b element?
- # [17:20] <SimonSapin> you have to append b.tail to a.text, which is annoying
- # [17:20] <Ms2ger> Right
- # [17:20] <Ms2ger> And how do you do it if a.text is None?
- # [17:21] <SimonSapin> more annoyance
- # [17:21] <SimonSapin> although (a.text or '') is not so bad
- # [17:24] * Quits: nessy (~silviapf@209.155.233.4) (Quit: Leaving.)
- # [17:31] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [17:31] * Quits: cabanier (~cabanier@bc9866.bendcable.com) (Ping timeout: 256 seconds)
- # [17:31] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [17:32] * Joins: cabanier (~cabanier@sjfw1-a.adobe.com)
- # [17:33] * Quits: Masklinn (~textual@98.71.144.195.ipv4.evonet.be)
- # [17:36] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 246 seconds)
- # [17:37] * Quits: erichynds (~ehynds@64.206.121.41) (Quit: erichynds)
- # [17:41] * Joins: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net)
- # [17:46] * Joins: erichynds (~ehynds@64.206.121.41)
- # [17:46] * Joins: JohnAlbin (~JohnAlbin@114-24-54-200.dynamic.hinet.net)
- # [17:47] * agcolom is now known as agcolom_
- # [17:50] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [17:59] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
- # [18:00] * Joins: Masklinn (~textual@213.211.144.248)
- # [18:01] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Read error: Connection reset by peer)
- # [18:02] * Quits: foolip (~philip@node-7lfba0nolmjcce1j8.a0.ipv6.opera.com) (Quit: Ex-Chat)
- # [18:08] * Joins: blooberry (blooberry_@nat/intel/x-nzbegpcpvcfjilvr)
- # [18:13] * Quits: JimJibber (~jim@132.185.151.37) (Read error: Connection reset by peer)
- # [18:13] * Joins: JimJibber (~jim@132.185.151.37)
- # [18:18] * Joins: jsbell (jsbell@nat/google/x-ksuxltrzjwuthgal)
- # [18:31] * Quits: JimJibber (~jim@132.185.151.37) (Ping timeout: 252 seconds)
- # [18:31] * Quits: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp) (Remote host closed the connection)
- # [18:32] * Quits: Smylers (~smylers@81.143.60.194) (Ping timeout: 256 seconds)
- # [18:37] * Joins: will_i_was (~william@blackhole.space150.com)
- # [18:40] * jonlee|afk is now known as jonlee
- # [18:41] * Joins: baku (~baku@cpc3-dals18-2-0-cust317.hari.cable.virginmedia.com)
- # [18:41] * Quits: benbarnett (~Adium@195.81.245.98) (Quit: Leaving.)
- # [18:41] * Quits: will_i_was (~william@blackhole.space150.com) (Ping timeout: 256 seconds)
- # [18:42] * Quits: TallTed (~Thud@63.119.36.36)
- # [18:43] * Joins: nonge (~nonge@p50829CB6.dip0.t-ipconnect.de)
- # [18:44] <TabAtkins> SimonSapin: No, I'm using 0.95, because that's what version it was on when I last pulled.
- # [18:44] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
- # [18:45] * Quits: rego (~rego@fanzine.igalia.com) (Remote host closed the connection)
- # [18:45] * Joins: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp)
- # [18:45] <TabAtkins> SimonSapin: I'm fine with doing alphabetical_attributes if that's supported on my version, too.
- # [18:46] <TabAtkins> SimonSapin: Also, I'd appreciate a new tree API that doesn't require me to fuck around with .tail.
- # [18:47] <TabAtkins> I understand the reasons for lxml's design, but that doesn't make it any less annoying for editing HTML.
- # [18:50] * Joins: ap (~ap@2620:149:4:1b01:49eb:41fd:2496:b35d)
- # [18:51] * Joins: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi)
- # [18:52] * Quits: Kolombiken1 (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [18:53] * Quits: linclark (~clark@147.252.109.104) (Quit: linclark)
- # [18:53] <SimonSapin> TabAtkins: do you want to stay on 0.95? lxml’s undefined-but-happens-to-preserve-order with html5lib 1.0 is probably good enough
- # [18:53] <TabAtkins> SimonSapin: Assuming that alphabetic_attributes works in .95, I don't see why we shouldn't just impose a deterministic ordering on attributes.
- # [18:54] <SimonSapin> I only care about getting the same output on different systems with the same input
- # [18:54] <TabAtkins> Right.
- # [18:55] <SimonSapin> why stay with 0.95, though ?
- # [18:55] <TabAtkins> Because that means I don't have to try and figure out why pip upgrade was failing?
- # [18:55] <SimonSapin> oh :p
- # [18:56] * Quits: jernoble (~jernoble@17.212.152.13) (Quit: Textual IRC Client: www.textualapp.com)
- # [19:03] <SimonSapin> TabAtkins: just use sudo it’ll be fine ;)
- # [19:03] <TabAtkins> ...yeah, that was probably my issue.
- # [19:03] <SimonSapin> actually
- # [19:03] <SimonSapin> sudo pip uninstall stuff
- # [19:03] <SimonSapin> then pip install --user
- # [19:04] <SimonSapin> should be saner
- # [19:05] <TabAtkins> Cool, done.
- # [19:05] <TabAtkins> Where did this get dropped into?
- # [19:05] * Joins: lmclister (~lmclister@ip-64-134-70-11.public.wayport.net)
- # [19:06] <SimonSapin> ~/.local
- # [19:06] * Joins: jernoble (~jernoble@17.212.152.13)
- # [19:08] * Joins: zagamqt (~zagam@81-230-17-139-no148.bredband.skanova.com)
- # [19:08] * Joins: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod)
- # [19:08] <SimonSapin> TabAtkins: ok. Pull css-syntax, regenerate and see if the output changes
- # [19:08] <TabAtkins> It did, yes.
- # [19:09] <SimonSapin> :/
- # [19:09] <TabAtkins> All attribute order churn, yeah.
- # [19:09] <SimonSapin> on 1.0b2 ?
- # [19:09] <TabAtkins> So, I'm not seeing an alphabetical option in htmlserializer
- # [19:09] <TabAtkins> Yeah.
- # [19:13] * Quits: darobin (~darobin@78.208.93.24) (Remote host closed the connection)
- # [19:14] * Quits: lmclister (~lmclister@ip-64-134-70-11.public.wayport.net) (Quit: lmclister)
- # [19:15] * Quits: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net) (Ping timeout: 256 seconds)
- # [19:19] * Quits: RobbertAtWork (~robbertat@212.238.236.229) (Remote host closed the connection)
- # [19:21] * Joins: mattgifford (~mattgiffo@70.102.199.158)
- # [19:21] * Krinkle|detached is now known as Krinkle
- # [19:23] * Joins: weinig (~weinig@17.114.11.13)
- # [19:25] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Quit: tobie)
- # [19:25] * Joins: JimJibber (~jim@80-42-237-93.dynamic.dsl.as9105.com)
- # [19:41] * Krinkle is now known as Krinkle|detached
- # [19:42] * Joins: Smylers (~smylers@host31-53-138-46.range31-53.btcentralplus.com)
- # [19:43] * Joins: zkis (~zkis@92.86.202.64)
- # [19:47] * EvilAww is now known as EVILAWW
- # [19:55] * Quits: zkis (~zkis@92.86.202.64) (Ping timeout: 264 seconds)
- # [19:58] * Quits: boblet_ (uid1921@gateway/web/irccloud.com/x-iobihtxfmiluqoeh) (Ping timeout: 260 seconds)
- # [19:59] * Joins: boblet_ (uid1921@gateway/web/irccloud.com/x-wfsphtmzdapfzapi)
- # [20:05] <TabAtkins> SimonSapin: Do you see an alphabetic attribute option in html5lib? Or is it supposed to be in lxml or something?
- # [20:05] * Quits: SimonSapin (~simon@207.218.72.65) (Ping timeout: 268 seconds)
- # [20:10] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [20:13] * Joins: charl (~charl@charl.eu)
- # [20:14] * Joins: sgalineau (~sylvaing@sjfw1.adobe.com)
- # [20:14] * jonlee is now known as jonlee|afk
- # [20:19] * Joins: lmclister (~lmclister@c-66-31-88-50.hsd1.ma.comcast.net)
- # [20:28] * Krinkle|detached is now known as Krinkle
- # [20:32] * Quits: jorgepedret (~jorgepedr@S01067444013f60b9.vc.shawcable.net) (Quit: Computer has gone to sleep.)
- # [20:41] * Quits: baku (~baku@cpc3-dals18-2-0-cust317.hari.cable.virginmedia.com) (Ping timeout: 276 seconds)
- # [20:42] * Quits: sgalineau (~sylvaing@sjfw1.adobe.com) (Read error: Connection reset by peer)
- # [20:49] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [20:50] * Joins: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net)
- # [20:51] * Quits: marcosc (~marcosc@bl7-244-247.dsl.telepac.pt) (Remote host closed the connection)
- # [20:53] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [20:53] * Joins: RobbertAtWork (~robbertat@212.238.236.229)
- # [20:57] * Joins: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk)
- # [20:57] * Joins: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net)
- # [21:00] <Hixie_> ok all that remains is element definition prose, and examples
- # [21:00] * Joins: msaad (~marcus@24-212-234-115.cable.teksavvy.com)
- # [21:00] * Parts: msaad (~marcus@24-212-234-115.cable.teksavvy.com)
- # [21:03] * Quits: weinig (~weinig@17.114.11.13) (Quit: weinig)
- # [21:08] * Joins: jwalden (~waldo@nat/mozilla/x-qfenjveuzymydqrz)
- # [21:08] * Quits: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp) (Remote host closed the connection)
- # [21:13] * Joins: esprehn_ (esprehn@nat/google/x-fsymxkblldkltfum)
- # [21:13] * Joins: annevk (~annevk@ip5456e104.speed.planet.nl)
- # [21:18] * Quits: dglazkov (uid4270@gateway/web/irccloud.com/x-usylpmkbjidxazdu) (Ping timeout: 245 seconds)
- # [21:18] * Joins: dglazkov (uid4270@gateway/web/irccloud.com/x-kuqkjzmapzhxqxck)
- # [21:22] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [21:22] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [21:22] <annevk> Hixie_: I guess you noticed already it'll be commit 8000?
- # [21:23] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
- # [21:23] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [21:23] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
- # [21:25] * Quits: aklein (uid4454@gateway/web/irccloud.com/x-rvydhsgzffuinhha) (Ping timeout: 245 seconds)
- # [21:25] * Joins: aklein (uid4454@gateway/web/irccloud.com/x-jggqjclxlcqhevjg)
- # [21:27] * Joins: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp)
- # [21:31] <Hixie_> annevk: indeed
- # [21:31] <Hixie_> annevk: that's one reason i'm doing it as a big checkin :-)
- # [21:31] <Hixie_> (lamest reason ever)
- # [21:31] <Hixie_> (also, not the main reason)
- # [21:31] <Hixie_> (but it did stop me from making a typo fix separately first)
- # [21:36] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
- # [21:37] <tantek> Hixie, that is pretty lame. You're not a numerologist.
- # [21:38] <tantek> besides, base 10? I mean c'mon. ;)
- # [21:39] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Quit: Leaving...)
- # [21:41] * Quits: ap (~ap@2620:149:4:1b01:49eb:41fd:2496:b35d) (Quit: ap)
- # [21:42] <TabAtkins> tantek: Back-compat forces us to use base 10.
- # [21:45] * Quits: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net) (Ping timeout: 248 seconds)
- # [21:50] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Quit: tantek)
- # [21:52] * Quits: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net) (Quit: The computer fell asleep)
- # [21:52] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
- # [21:54] * Joins: msaad1 (~marcus@24.212.234.115)
- # [21:55] * Quits: jreading (~Adium@204.56.125.50) (Ping timeout: 246 seconds)
- # [22:01] * Quits: erichynds (~ehynds@64.206.121.41) (Quit: erichynds)
- # [22:02] * Quits: esprehn_ (esprehn@nat/google/x-fsymxkblldkltfum) (Quit: esprehn_)
- # [22:04] * Joins: sgalineau (~sylvaing@sjfw1.adobe.com)
- # [22:05] * Quits: Ms2ger (~Ms2ger@109.133.22.202) (Quit: nn)
- # [22:08] * Quits: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp) (Remote host closed the connection)
- # [22:13] * Quits: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod) (Remote host closed the connection)
- # [22:14] * Joins: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod)
- # [22:18] * Quits: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod) (Ping timeout: 252 seconds)
- # [22:18] <JimJibber> Anyone know why The dizzie rascal set on the stage version is blanked, but the same set is on the BBC 3 stream?
- # [22:20] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [22:22] * jonlee|afk is now known as jonlee
- # [22:23] * Quits: reyre_ (~reyre_@66.207.208.98) (Remote host closed the connection)
- # [22:25] * Quits: yoichio (yoichio@nat/google/x-rznsietvepmjhmap) (Ping timeout: 246 seconds)
- # [22:26] * Joins: miketaylr2000 (~miketaylr@65-36-73-92.dyn.grandenetworks.net)
- # [22:26] * Quits: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net) (Read error: Connection reset by peer)
- # [22:27] * Joins: Fouppy (~Fouppy@151.25.92.79.rev.sfr.net)
- # [22:27] * Quits: lmclister (~lmclister@c-66-31-88-50.hsd1.ma.comcast.net) (Quit: lmclister)
- # [22:29] * Parts: JimJibber (~jim@80-42-237-93.dynamic.dsl.as9105.com)
- # [22:33] * Quits: Masklinn (~textual@213.211.144.248)
- # [22:34] * Joins: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net)
- # [22:34] * Quits: miketaylr2000 (~miketaylr@65-36-73-92.dyn.grandenetworks.net) (Read error: Connection reset by peer)
- # [22:35] * Joins: Fouppy_ (~Fouppy@151.25.92.79.rev.sfr.net)
- # [22:37] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [22:40] * Quits: Fouppy (~Fouppy@151.25.92.79.rev.sfr.net) (Quit: Leaving)
- # [22:40] * Quits: Fouppy_ (~Fouppy@151.25.92.79.rev.sfr.net) (Quit: Leaving)
- # [22:40] * jonlee is now known as jonlee|afk
- # [22:41] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [22:42] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [22:43] * Joins: Fouppy (~Fouppy@151.25.92.79.rev.sfr.net)
- # [22:43] * Joins: weinig (~weinig@17.114.11.13)
- # [22:43] * Quits: weinig (~weinig@17.114.11.13) (Client Quit)
- # [22:44] * Quits: mattgifford (~mattgiffo@70.102.199.158) (Remote host closed the connection)
- # [22:44] * Joins: mattgifford (~mattgiffo@70.102.199.158)
- # [22:48] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Quit: stevefaulkner)
- # [22:49] * Quits: mattgifford (~mattgiffo@70.102.199.158) (Ping timeout: 252 seconds)
- # [22:57] * Joins: a-ja (~Instantbi@70.230.144.144)
- # [22:59] <Hixie_> TabAtkins: oh i have no superstitions, it's just to make it easier to remember which checkin was 8000 :-)
- # [23:00] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [23:02] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:03] * Quits: JohnAlbin (~JohnAlbin@114-24-54-200.dynamic.hinet.net) (Ping timeout: 240 seconds)
- # [23:05] * Joins: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod)
- # [23:05] * Joins: weinig (~weinig@17.114.11.13)
- # [23:06] * Quits: eric_carlson (~eric@17.212.152.104) (Quit: eric_carlson)
- # [23:07] * Joins: JohnAlbin (~JohnAlbin@114-42-61-124.dynamic.hinet.net)
- # [23:07] * Quits: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk) (Ping timeout: 276 seconds)
- # [23:11] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [23:13] * Quits: msaad1 (~marcus@24.212.234.115) (Ping timeout: 256 seconds)
- # [23:22] * Quits: Nenor (~Nenor@ip4-95-82-183-100.cust.nbox.cz) (Quit: Nenor)
- # [23:22] * Joins: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp)
- # [23:26] * Quits: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net) (Quit: The computer fell asleep)
- # [23:28] * Joins: msaad (~marcus@24.212.234.115)
- # [23:30] * Quits: myakura (~myakura@FL1-125-197-195-164.tky.mesh.ad.jp) (Remote host closed the connection)
- # [23:32] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [23:33] * Joins: ap (~ap@2620:149:4:1b01:49eb:41fd:2496:b35d)
- # [23:34] * Joins: mattgifford (~mattgiffo@70.102.199.158)
- # [23:35] * Quits: weinig (~weinig@17.114.11.13) (Quit: weinig)
- # [23:41] * Joins: jacobolus (~jacobolus@173-228-85-3.dsl.dynamic.sonic.net)
- # [23:44] * Joins: alecf (alecf@nat/google/x-jwoetuayhlaeftgb)
- # [23:44] <Hixie_> hey does cloneNode() default to true or not?
- # [23:45] <Hixie_> spec says true, chrome seems to say false?
- # [23:45] * Quits: [[zzz]] (~q@node-98q.pool-125-25.dynamic.totbb.net) (Ping timeout: 240 seconds)
- # [23:45] * Quits: miketaylr (~miketaylr@65-36-73-92.dyn.grandenetworks.net) (Ping timeout: 264 seconds)
- # [23:49] * Joins: gavinc (~gavin@barad-dur.carothers.name)
- # [23:51] <Hixie_> http://www.whatwg.org/specs/web-apps/current-work/#the-template-element
- # [23:52] * Joins: eric_carlson (~eric@17.212.152.104)
- # [23:53] * Joins: necolas (~necolas@8.25.197.24)
- # [23:55] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Read error: Connection reset by peer)
- # [23:55] * Joins: linclark (~clark@if1.bbfitdub.sites.bitbuzz.net)
- # [23:58] * Joins: [[zzz]] (~q@node-9aj.pool-125-25.dynamic.totbb.net)
- # Session Close: Sat Jun 29 00:00:00 2013
The end :)