Options:
- # Session Start: Fri May 02 00:00:00 2014
- # Session Ident: #whatwg
- # [00:00] * Quits: morbidlyobese (~morbidlyo@gateway/tor-sasl/morbidlyobese) (Remote host closed the connection)
- # [00:00] * Joins: morbidlyobese (~morbidlyo@gateway/tor-sasl/morbidlyobese)
- # [00:02] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [00:03] * Quits: weinig (~weinig@17.114.216.47) (Quit: weinig)
- # [00:04] * Joins: srji (~srji@p508BBEDB.dip0.t-ipconnect.de)
- # [00:06] * Quits: Streusel (~Anonymous@unaffiliated/streusel) (Quit: Computer has gone to sleep.)
- # [00:07] * Quits: dbaron (~dbaron@50-0-248-164.dsl.dynamic.sonic.net) (Ping timeout: 245 seconds)
- # [00:08] * Quits: Smylers (~smylers@host31-51-172-114.range31-51.btcentralplus.com) (Quit: Leaving.)
- # [00:09] * Quits: srji (~srji@p508BBEDB.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
- # [00:10] * Joins: llkats (~llkats@h-64-236-138-1.aoltw.net)
- # [00:12] * Joins: dbaron (~dbaron@50-0-248-164.dsl.dynamic.sonic.net)
- # [00:12] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [00:21] * Joins: Streusel (~Anonymous@unaffiliated/streusel)
- # [00:23] * Joins: weinig (~weinig@17.114.216.47)
- # [00:24] * Joins: newtron_ (~newtron@199.71.174.204)
- # [00:24] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
- # [00:25] <Domenic_> TabAtkins: can you use "internal slots" and [[x]] in http://dev.w3.org/csswg/css-font-loading/, instead of "internal attributes" and [x] ?
- # [00:25] <Domenic_> TabAtkins: we want to encourage more people to do that kind of thing, but it's harder to argue for when everyone is doing something different.
- # [00:28] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 240 seconds)
- # [00:28] * Quits: newtron_ (~newtron@199.71.174.204) (Ping timeout: 240 seconds)
- # [00:30] <TabAtkins> Domenic_: Absolutely.
- # [00:30] <TabAtkins> Though using [[]] is kinda annoying in Bikeshed. Hmm.
- # [00:30] <TabAtkins> I think I can write [<!---->[foo]].
- # [00:30] <Domenic_> TabAtkins: awesome, thanks! And, uh, wow that sounds hard.
- # [00:32] <TabAtkins> It's just that Bikeshed treats [[foo]] as a biblio ref.
- # [00:33] <Domenic_> ah tricksy
- # [00:33] <TabAtkins> (A behavior inherited from the old CSSWG preprocessor, and shared by Anolis, I think.)
- # [00:33] <Domenic_> ah i see, so a behavior that would move peoples' cheese if changed
- # [00:34] <Domenic_> The only thing I can think of is inventing something arcane that gets translated to [[x]], e.g. \\x//
- # [00:34] <TabAtkins> Yeah, it would break virtually every Bikeshedded spec if changed.
- # [00:35] <jgraham> What kind of cheese is this, and — assuming it is nice cheese — could they move it this way?
- # [00:35] <TabAtkins> What I might do instead is add a metadata field to let you specify things that aren't biblio refs.
- # [00:35] <TabAtkins> For now, though, I'm just adding a comment to break things up.
- # [00:35] <Domenic_> We do want to add internal slot declarations to WebIDL of some sort
- # [00:35] <TabAtkins> Cool.
- # [00:35] * Quits: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net) (Ping timeout: 265 seconds)
- # [00:36] <TabAtkins> Just checked - ReSpec uses that syntax too.
- # [00:36] <Domenic_> waaah waaaaah
- # [00:37] <TabAtkins> Any chance y'all could come up with a syntax that doesn't directly impinge on every extant spec preprocessor?
- # [00:37] <Domenic_> i mean, we could ask ES to change, but seems unlikely...
- # [00:37] <Domenic_> or we could just be inconsistent with ES...
- # [00:37] <Domenic_> but they're supposed to be the same concept
- # [00:37] <TabAtkins> I'm fine with the latter.
- # [00:37] <SamB> don't suppose you could ask them not to process the IDL for bibliographic references
- # [00:37] * Joins: LazerBeak (~Lazerbeak@unafffiliated/lazerbeak)
- # [00:38] <TabAtkins> SamB: It won't just appear in IDL.
- # [00:38] <Domenic_> i'm a bit surprised that it doesn't leave [[x]]s alone if there's no x in the references section.
- # [00:38] <TabAtkins> It's scattered throughout the spec, every time you reference the slot.
- # [00:38] <TabAtkins> Domenic_: A good preprocessor *tells* you you've made a typo when it can't find "x" in the refs database.
- # [00:38] <Domenic_> yeah, that makes sense.
- # [00:38] <TabAtkins> And they *generate* the references sections (that's why preprocessor exist)
- # [00:38] <Domenic_> oh right i forgot about that feature.
- # [00:39] <Domenic_> using the database of well-known references
- # [00:39] <TabAtkins> Yup.
- # [00:39] <TabAtkins> You people writing specs in GHMarkdown are missing out on a lot. ^_^
- # [00:39] <Domenic_> I guess I'd say use {{x}} in source and have preprocessor convert to [[x]]
- # [00:39] <Domenic_> heh
- # [00:39] * TabAtkins is getting closer to having most of Markdown implemented in Bikeshed.
- # [00:39] <SamB> I never quite understood how that part was supposed to work with each thing in its own repository, but then I'm thinking of bibTeX ...
- # [00:39] <TabAtkins> SamB: What part?
- # [00:40] <SamB> the part where you have a big database
- # [00:40] <TabAtkins> You keep a master database of refs that everyone updates.
- # [00:40] <SamB> easier with spec tools
- # [00:40] <TabAtkins> The biblio dbs are maintained automatically. Bikeshed's linking database is done automatically, though.
- # [00:41] <TabAtkins> Once it knows a spec's location, it stays up-to-date.
- # [00:41] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [00:41] <TabAtkins> SamB: I don't understand what you mean.
- # [00:41] <Domenic_> so what you're saying is, there's only one place we have to change [[HTML]]'s URL in, and then everything will be better...
- # [00:41] <TabAtkins> Domenic_: Yes.
- # [00:41] <TabAtkins> ([[HTML]] already points to the proper spec in Bikeshed's DB.)
- # [00:42] <Domenic_> nice
- # [00:42] <TabAtkins> (Though [[HTML5]] points to the W3C spec.)
- # [00:43] <TabAtkins> Domenic_: I can always give you a Bikeshed crash-course if you want. It works fine with the GH workflow - <picture>'s spec is Bikeshedded, and uses a gh-pages as master for displaying.
- # [00:46] <Domenic_> TabAtkins: probably a good idea, when it's time for me to get serious about prettifying streams. I'll let you know ^_^
- # [00:46] <TabAtkins> kk, but Bikeshed is helpful during initial writing too, as it makes sure you don't typo links and such.
- # [00:46] <TabAtkins> Let's you draw railroad diagrams.
- # [00:46] <TabAtkins> Other cool things. _^
- # [00:46] * Joins: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [00:50] * Joins: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon)
- # [00:51] * Quits: jeffreyatw (~jeffreyat@66-194-1-26.STATIC.twtelecom.net) (Quit: jeffreyatw)
- # [00:58] <Hixie> [[HTML5]] should be a fatal error :-P
- # [01:00] * Joins: ap_ (~ap@17.114.219.248)
- # [01:03] * Quits: ap (~ap@2620:149:4:304:a540:9855:fffb:29bb) (Ping timeout: 240 seconds)
- # [01:03] * ap_ is now known as ap
- # [01:06] * Joins: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net)
- # [01:09] * Quits: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [01:09] * Joins: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net)
- # [01:12] * Quits: darobin (~darobin@2a01:e34:ed05:d180:a1a8:7a4f:8ead:3298) (Remote host closed the connection)
- # [01:24] * Joins: seventh (seventh@31.6.13.12)
- # [01:30] * Quits: rxgx (uid22483@gateway/web/irccloud.com/x-iygtkpzavdcnrems) (Quit: Connection closed for inactivity)
- # [01:31] * Joins: dwim (~dwim@210.94.41.89)
- # [01:39] * Quits: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [01:49] * Quits: ap (~ap@17.114.219.248) (Remote host closed the connection)
- # [01:50] * Joins: ap (~ap@2620:149:4:304:a8e9:4d1e:239:dacc)
- # [01:54] <TabAtkins> Domenic_: Why are [[Foo]] things called private slots rather than private attributes?
- # [01:55] <Domenic_> TabAtkins: attributes is a WebIDL-ism.
- # [01:55] <Domenic_> They used to be called internal data properties in ES
- # [01:55] <Domenic_> then we thought that was confusing since you can't e.g. getOwnPropertyDescriptor them
- # [01:55] <Domenic_> also it was long
- # [01:55] <Domenic_> so they became internal slots
- # [01:55] <TabAtkins> Okay.
- # [01:56] <TabAtkins> Anyway, just pushed the change to Font Loading.
- # [01:56] <TabAtkins> May take a few minutes to show up.
- # [01:57] <Domenic_> yaaaay :) thanks man
- # [02:02] * Quits: weinig (~weinig@17.114.216.47) (Quit: weinig)
- # [02:04] * Quits: threecreepio (~Adium@c83-249-147-126.bredband.comhem.se) (Quit: Leaving.)
- # [02:05] * Joins: weinig (~weinig@17.114.216.47)
- # [02:05] <TabAtkins> Happy to help get terminology confluence.
- # [02:08] * Quits: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod) (Remote host closed the connection)
- # [02:09] * Quits: weinig (~weinig@17.114.216.47) (Client Quit)
- # [02:09] * Joins: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod)
- # [02:13] * Quits: lmclister (~lmclister@192.150.10.210)
- # [02:13] * Quits: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod) (Ping timeout: 240 seconds)
- # [02:18] * Quits: jeremyj (~jeremyj@17.245.27.218) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [02:22] * Joins: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net)
- # [02:44] * Joins: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net)
- # [02:44] * Quits: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net) (Changing host)
- # [02:45] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [02:47] * Quits: marcosc (~marcosc@66.207.208.102) (Remote host closed the connection)
- # [03:02] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [03:10] <SamB> TabAtkins: does HTML5 emit the appropriate deprecation warnings?
- # [03:11] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:11] <SamB> or, yeah, fatal error haha
- # [03:11] <TabAtkins> No, I don't do anything fancy with biblio refs.
- # [03:12] <TabAtkins> Though I probably should.
- # [03:19] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [03:20] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [03:26] * Joins: ap_ (~ap@17.114.219.248)
- # [03:27] * Joins: ap__ (~ap@2620:149:f01:205:d997:ea62:99a3:77ed)
- # [03:28] * Quits: ap__ (~ap@2620:149:f01:205:d997:ea62:99a3:77ed) (Client Quit)
- # [03:30] * Quits: ap (~ap@2620:149:4:304:a8e9:4d1e:239:dacc) (Ping timeout: 240 seconds)
- # [03:31] * Quits: ap_ (~ap@17.114.219.248) (Ping timeout: 240 seconds)
- # [03:32] * Quits: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net) (Ping timeout: 240 seconds)
- # [03:34] * Quits: llkats (~llkats@h-64-236-138-1.aoltw.net) (Remote host closed the connection)
- # [03:36] * Quits: benv (~benv@38.104.194.126) (Quit: Computer has gone to sleep.)
- # [03:44] * Quits: bufferino (~bufferino@unaffiliated/bufferino) (Remote host closed the connection)
- # [03:48] * Joins: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net)
- # [03:49] * Joins: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [04:06] * Quits: dbaron (~dbaron@50-0-248-164.dsl.dynamic.sonic.net) (Ping timeout: 240 seconds)
- # [04:08] * Quits: yutak (~yutak@2401:fa00:4:1000:26be:5ff:fe0d:e1d5) (Quit: Ex-Chat)
- # [04:08] * Joins: yutak (~yutak@2401:fa00:4:1000:26be:5ff:fe0d:e1d5)
- # [04:09] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [04:13] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [04:16] * Quits: jmason (~jmason@174.137.110.73) (Ping timeout: 276 seconds)
- # [04:29] * Joins: weinig (~weinig@c-98-234-121-20.hsd1.ca.comcast.net)
- # [04:35] * Quits: seventh (seventh@31.6.13.12) (Ping timeout: 245 seconds)
- # [04:36] * Quits: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon) (Quit: Connection closed for inactivity)
- # [04:36] * Joins: marcosc (~marcosc@66.207.208.102)
- # [04:38] * Quits: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [04:40] * Quits: marcosc (~marcosc@66.207.208.102) (Ping timeout: 240 seconds)
- # [04:42] * Joins: llkats (~llkats@50.141.87.1)
- # [04:49] * Joins: llkats_ (~llkats@c-69-181-45-245.hsd1.ca.comcast.net)
- # [04:49] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [04:52] * Quits: llkats (~llkats@50.141.87.1) (Ping timeout: 276 seconds)
- # [04:52] * llkats_ is now known as llkats
- # [04:55] * Joins: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net)
- # [04:57] * Quits: llkats (~llkats@c-69-181-45-245.hsd1.ca.comcast.net)
- # [05:22] * Quits: eligrey (~eligrey@oftn/board/eligrey) (Read error: Connection reset by peer)
- # [05:23] * Joins: bufferino (~yz@103.11.50.162)
- # [05:28] * Joins: jeffreyatw (~jeffreyat@199-241-200-45.PUBLIC.monkeybrains.net)
- # [05:32] * Quits: weinig (~weinig@c-98-234-121-20.hsd1.ca.comcast.net) (Quit: weinig)
- # [05:49] * Joins: a-ja (~Instantbi@70.230.148.198)
- # [06:09] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [06:09] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [06:10] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [06:10] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [06:10] * Joins: llkats (~llkats@c-69-181-45-245.hsd1.ca.comcast.net)
- # [06:16] * Joins: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net)
- # [06:19] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [06:25] * Joins: marcosc (~marcosc@66.207.208.102)
- # [06:26] * Parts: a-ja (~Instantbi@70.230.148.198)
- # [06:30] * Quits: marcosc (~marcosc@66.207.208.102) (Ping timeout: 246 seconds)
- # [06:46] * Joins: Jarrod- (~Jarrod_@S0106f81edff843fc.vc.shawcable.net)
- # [06:54] * Joins: BigBangUDR (~Thunderbi@220.225.242.27)
- # [07:08] * Quits: llkats (~llkats@c-69-181-45-245.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [07:09] * Quits: jeffreyatw (~jeffreyat@199-241-200-45.PUBLIC.monkeybrains.net) (Quit: jeffreyatw)
- # [07:18] * Joins: fishd_ (~darin@216.239.45.66)
- # [07:19] * Quits: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net) (Ping timeout: 265 seconds)
- # [07:21] * Quits: fishd__ (~darin@216.239.45.66) (Ping timeout: 240 seconds)
- # [07:23] <MikeSmith> cabanier: fyi see my review comments on that addHitRegion test https://critic.hoppipolla.co.uk/showcomments?review=1239&filter=all
- # [07:23] <cabanier> MikeSmith: saw it
- # [07:23] <MikeSmith> yeah I wish I hadn't merged that
- # [07:23] <MikeSmith> well, I guess it's not a bad test
- # [07:24] <MikeSmith> anyway, if he's not keen on updating it, I'll do it myself
- # [07:24] <MikeSmith> but regardless the source for it needs to be in the yaml file with the sources for the other tests
- # [07:25] <MikeSmith> cabanier: btw thanks for your other canvas tests and merges
- # [07:25] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [07:25] <cabanier> MikeSmith: np. The WebKit people want me to fix their IDL compiler instead of just patching the code so it passes the tests
- # [07:26] <MikeSmith> oh geez
- # [07:26] <cabanier> MikeSmith: I hope that won't suck up too much time...
- # [07:26] <MikeSmith> cabanier: that's a lot of work man
- # [07:26] <MikeSmith> well I think it will
- # [07:26] <MikeSmith> but I hope it won't :-)
- # [07:26] <cabanier> MikeSmith: it's actually not so bad. I already fixed the compiler but I worry that I'm now changing the behavior of dozens of interfaces
- # [07:26] * Quits: jwalden (~waldo@corp.mtv2.mozilla.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 27.0/20140203120101])
- # [07:27] <MikeSmith> oh
- # [07:27] <MikeSmith> well it would be nice to have it fixed
- # [07:27] <cabanier> MikeSmith: yes
- # [07:27] <MikeSmith> if the current behavior of those interfaces is not conformannt, better to break it as early as possible rather than later
- # [07:28] <cabanier> MikeSmith: yeah
- # [07:28] <MikeSmith> I would think
- # [07:28] <cabanier> MikeSmith: I'm finding a lot of issues where the wrong exception is thrown, or not thrown at all
- # [07:31] <MikeSmith> cabanier: good that you're finding those, but sad that nobody else has taken time to do it yet so you now get stuck with it
- # [07:31] <cabanier> yeah
- # [07:31] <cabanier> MikeSmith: I hope to get it in before Safari forks
- # [07:32] <cabanier> MikeSmith: otherwise it's an another year before it would update
- # [07:32] * Joins: tav (~tav`@host109-154-0-7.range109-154.btcentralplus.com)
- # [07:35] * Joins: MutantMahesh (74ca05ec@gateway/web/freenode/ip.116.202.5.236)
- # [07:35] * Quits: MutantMahesh (74ca05ec@gateway/web/freenode/ip.116.202.5.236) (Changing host)
- # [07:35] * Joins: MutantMahesh (74ca05ec@unaffiliated/msankhala)
- # [07:35] * Quits: MutantMahesh (74ca05ec@unaffiliated/msankhala) (Changing host)
- # [07:35] * Joins: MutantMahesh (74ca05ec@gateway/web/freenode/ip.116.202.5.236)
- # [07:41] * Quits: Jarrod- (~Jarrod_@S0106f81edff843fc.vc.shawcable.net) (Remote host closed the connection)
- # [07:42] * Joins: Jarrod- (~Jarrod_@S0106f81edff843fc.vc.shawcable.net)
- # [07:44] <MikeSmith> cabanier: by "before Safari forks" you mean before the branch for the next release?
- # [07:45] <cabanier> MikeSmith: yes
- # [07:45] <MikeSmith> ok
- # [07:46] * Joins: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod)
- # [07:46] * Quits: Jarrod- (~Jarrod_@S0106f81edff843fc.vc.shawcable.net) (Ping timeout: 240 seconds)
- # [07:47] * Quits: jernoble (~jernoble@17.202.46.221) (Quit: Textual IRC Client: www.textualapp.com)
- # [07:50] * Quits: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod) (Ping timeout: 240 seconds)
- # [07:59] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [08:03] * Joins: niloy (~niloy@106.221.129.91)
- # [08:04] * Joins: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net)
- # [08:08] * Quits: morbidlyobese (~morbidlyo@gateway/tor-sasl/morbidlyobese) (Quit: morbidlyobese)
- # [08:14] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [08:14] * Joins: marcosc (~marcosc@66.207.208.102)
- # [08:19] * Quits: marcosc (~marcosc@66.207.208.102) (Ping timeout: 276 seconds)
- # [08:19] <zcorpan> TabAtkins: fwiw i think anolis doesn't do [[foo]] except if you give a flag like --enable-w3c-crazy-substitutions or some such
- # [08:20] * Joins: zdobersek (~zan@109.201.154.152)
- # [08:20] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [08:21] * Quits: Streusel (~Anonymous@unaffiliated/streusel) (Quit: Computer has gone to sleep.)
- # [08:22] * Quits: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
- # [08:24] * Joins: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net)
- # [08:24] * Quits: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 245 seconds)
- # [08:26] * Joins: KevinMarks2 (~yaaic@2607:fb90:190a:8853:1b84:f0e1:766d:55ef)
- # [08:33] * Joins: Smylers (~smylers@host31-51-172-114.range31-51.btcentralplus.com)
- # [08:33] * Joins: darobin (~darobin@2a01:e34:ed05:d180:1880:a777:bed4:912e)
- # [08:35] <zcorpan> speaking of empty content model, doesn't the spec in fact allow whitespace and comments (and PIs) for "empty"?
- # [08:36] <zcorpan> "Inter-element whitespace, comment nodes, and processing instruction nodes must be ignored when establishing whether an element's contents match the element's content model or not"
- # [08:36] <SamB> zcorpan: if it's possible to parse them that way, sure ...
- # [08:37] <SamB> so not exactly for <img> in HTML syntax
- # [08:37] <zcorpan> SamB: what do you mean?
- # [08:37] <zcorpan> oh ok
- # [08:37] <zcorpan> well you could create the DOM with script and forget about the syntax
- # [08:38] <SamB> true
- # [08:39] <zcorpan> so a definition of "empty" that reminds the above exception might actually be good to have
- # [08:39] <zcorpan> Hixie: ^
- # [08:44] * Quits: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [08:50] * Quits: tav (~tav`@host109-154-0-7.range109-154.btcentralplus.com) (Quit: tav)
- # [08:51] * Joins: srji (~srji@p508BBE07.dip0.t-ipconnect.de)
- # [08:52] * Joins: Ms2ger (~Ms2ger@200.228-64-87.adsl-dyn.isp.belgacom.be)
- # [08:53] * Quits: Smylers (~smylers@host31-51-172-114.range31-51.btcentralplus.com) (Ping timeout: 276 seconds)
- # [09:06] * Quits: darobin (~darobin@2a01:e34:ed05:d180:1880:a777:bed4:912e) (Remote host closed the connection)
- # [09:07] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [09:16] * Quits: srji (~srji@p508BBE07.dip0.t-ipconnect.de) (Quit: das beste was ich in meinem leben tun kann ist andere menschen dazu zu bringen mich toeten zu wollen)
- # [09:20] * Joins: dbaron (~dbaron@50-0-248-164.dsl.dynamic.sonic.net)
- # [09:21] <MikeSmith> who was it that was reminding us other day that it's a bad idea to create new specs that load the precious first bytes of our documents down with yet more stuff? https://docs.google.com/document/d/17jg1RRL3RI969cLwbKBIcoGDsPwqaEdBxafGNYGwiY4/edit
- # [09:24] <MikeSmith> do I read correctly that requires each document instance to have
- # [09:24] <MikeSmith> ... both a new meta@name element and a new link@rel element
- # [09:26] <MikeSmith> with a new content attribute whose value the UA has parse and that's an arbitrarily long list of arbitrarily long selector expressions
- # [09:27] * Joins: davve (~user@83.218.67.123)
- # [09:32] * Joins: richt (~richt@83.218.67.123)
- # [09:34] * Joins: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod)
- # [09:39] * Quits: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod) (Ping timeout: 245 seconds)
- # [09:41] * Joins: charl_ (~charl@2001:67c:2564:524:8c2f:efdb:d992:3ccc)
- # [09:45] * Quits: dbaron (~dbaron@50-0-248-164.dsl.dynamic.sonic.net) (Ping timeout: 276 seconds)
- # [09:46] * Quits: LazerBeak (~Lazerbeak@unafffiliated/lazerbeak) (Ping timeout: 240 seconds)
- # [09:52] * Joins: LazerBeak (~Lazerbeak@unafffiliated/lazerbeak)
- # [10:03] * Joins: marcosc (~marcosc@66.207.208.102)
- # [10:08] * Quits: marcosc (~marcosc@66.207.208.102) (Ping timeout: 255 seconds)
- # [10:09] * Joins: Smylers (~smylers@94.117.201.44)
- # [10:15] * Joins: richt_ (~richt@83.218.67.123)
- # [10:17] * Joins: gavin___ (~gavin@76.14.87.162)
- # [10:18] * Quits: richt (~richt@83.218.67.123) (Ping timeout: 246 seconds)
- # [10:19] * Joins: jkomoros__ (uid7860@gateway/web/irccloud.com/x-fhconmnkbsodsmlc)
- # [10:19] * Joins: mattur_ (sid16049@gateway/web/irccloud.com/x-tgpgkxqzemmzbdhr)
- # [10:19] * Joins: dfreedm_ (sid7859@gateway/web/irccloud.com/x-xpylfvpzcdvhhdtc)
- # [10:19] * Joins: payman_ (~payman@ip-200.t2.se.opera.com)
- # [10:20] * Quits: dfreedm (sid7859@gateway/web/irccloud.com/x-kypbbqldlthufsft) (Ping timeout: 265 seconds)
- # [10:20] * Quits: jkomoros_ (uid7860@gateway/web/irccloud.com/x-wocjixauveoromyk) (Ping timeout: 265 seconds)
- # [10:20] * Quits: mattur (sid16049@gateway/web/irccloud.com/x-filrsuatrfvduonk) (Ping timeout: 265 seconds)
- # [10:20] * mattur_ is now known as mattur
- # [10:20] * dfreedm_ is now known as dfreedm
- # [10:20] * jkomoros__ is now known as jkomoros_
- # [10:21] * Joins: birtles_ (sid16523@gateway/web/irccloud.com/x-wovtyovjhfkfyqqn)
- # [10:21] * Joins: richt (~richt@83.218.67.123)
- # [10:21] * Quits: gavin_ (~gavin@76.14.87.162) (Ping timeout: 265 seconds)
- # [10:21] * Quits: payman (~payman@ip-200.t2.se.opera.com) (Ping timeout: 265 seconds)
- # [10:21] * Joins: ondras_ (~ondras@zarovi.cz)
- # [10:23] * Joins: ambv_ (~ambv@206.108.217.134)
- # [10:23] * Joins: rektide_ (~rektide@eldergods.com)
- # [10:23] * Joins: sicking_ (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [10:23] * Joins: daleharvey_ (sid513@gateway/web/irccloud.com/x-tafjwkposmiywoin)
- # [10:24] * Joins: juliangruber_ (~juliangru@37.153.99.230)
- # [10:24] * Joins: wakaba_ (~wakaba@98.22.102.121.dy.bbexcite.jp)
- # [10:26] * Joins: darobin (~darobin@78.109.80.74)
- # [10:27] * Quits: Ms2ger (~Ms2ger@200.228-64-87.adsl-dyn.isp.belgacom.be) (Ping timeout: 250 seconds)
- # [10:27] * Joins: night199uk_ (~night199u@xbmc/staff/night199uk)
- # [10:29] * Joins: rhiaro_ (~quassel@amy.so)
- # [10:29] * Joins: edsu_ (~edsu@li144-162.members.linode.com)
- # [10:29] * Quits: edsu_ (~edsu@li144-162.members.linode.com) (Changing host)
- # [10:29] * Joins: edsu_ (~edsu@pdpc/supporter/active/edsu)
- # [10:30] * Joins: mrbkap_ (~mrbkap@people1.scl3.mozilla.com)
- # [10:31] * Joins: paul_irish_ (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [10:31] <annevk> https://twitter.com/unthinkingly/status/461974040089853954 :-)
- # [10:31] * Joins: silky__ (~malcolmva@c-67-180-198-144.hsd1.ca.comcast.net)
- # [10:32] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [10:32] * Joins: Ablu_ (~ablu@quassel.woboq.com)
- # [10:32] <annevk> Domenic_: so internal slots are nice, but I think the notation is ugly
- # [10:33] * Joins: miketaylr_ (~miketaylr@192.241.222.35)
- # [10:33] <annevk> Domenic_: e.g. I much prefer how they are presented under http://dom.spec.whatwg.org/#interface-document then having all those be [[encoding]], [[contentType]], [[url]]
- # [10:33] * Joins: diffalotmore (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net)
- # [10:34] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (*.net *.split)
- # [10:34] * Quits: xiinotulp (~plutoniix@node-53w.pool-125-25.dynamic.totbb.net) (*.net *.split)
- # [10:34] * Quits: rwaldron (rwaldron@gateway/shell/jquery.com/x-otfftsutgfbowzxp) (*.net *.split)
- # [10:34] * Quits: rhiaro (~quassel@amy.so) (*.net *.split)
- # [10:34] * Quits: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net) (*.net *.split)
- # [10:34] * Quits: dawhite (~dawhite@74.118.22.223) (*.net *.split)
- # [10:34] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (*.net *.split)
- # [10:34] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
- # [10:34] * Quits: Ablu (~ablu@quassel.woboq.com) (*.net *.split)
- # [10:34] * Quits: Garbee (uid21171@gateway/web/irccloud.com/x-cwzueuoxfxpoafwg) (*.net *.split)
- # [10:34] * Quits: miketaylr (~miketaylr@192.241.222.35) (*.net *.split)
- # [10:34] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
- # [10:34] * Quits: danielfilho (~danielfil@208.68.39.233) (*.net *.split)
- # [10:34] * Quits: mrbkap (~mrbkap@63.245.214.133) (*.net *.split)
- # [10:34] * Quits: edsu (~edsu@pdpc/supporter/active/edsu) (*.net *.split)
- # [10:34] * diffalotmore is now known as diffalot
- # [10:35] * Quits: richt_ (~richt@83.218.67.123) (*.net *.split)
- # [10:35] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (*.net *.split)
- # [10:35] * Quits: ambv (~ambv@206.108.217.134) (*.net *.split)
- # [10:35] * Quits: daleharvey (sid513@gateway/web/irccloud.com/x-inwmvmzgyqgrckpf) (*.net *.split)
- # [10:35] * Quits: rektide (~rektide@eldergods.com) (*.net *.split)
- # [10:35] * Quits: ondras (~ondras@zarovi.cz) (*.net *.split)
- # [10:35] * Quits: birtles (sid16523@gateway/web/irccloud.com/x-rnlftjhnwaegjokj) (*.net *.split)
- # [10:35] * Quits: night199uk (~night199u@xbmc/staff/night199uk) (*.net *.split)
- # [10:35] * Quits: malcolmva (~malcolmva@c-67-180-198-144.hsd1.ca.comcast.net) (*.net *.split)
- # [10:35] * Quits: wakaba (~wakaba@98.22.102.121.dy.bbexcite.jp) (*.net *.split)
- # [10:35] * Quits: juliangruber (~juliangru@37.153.99.230) (*.net *.split)
- # [10:35] * juliangruber_ is now known as juliangruber
- # [10:35] * sicking_ is now known as sicking
- # [10:35] * night199uk_ is now known as night199uk
- # [10:35] * birtles_ is now known as birtles
- # [10:35] * Quits: Smylers (~smylers@94.117.201.44) (Ping timeout: 246 seconds)
- # [10:36] * Joins: rwaldron (rwaldron@gateway/shell/jquery.com/x-etgvhpjlrdxtovrv)
- # [10:36] * Joins: gavin_ (~gavin@76.14.87.162)
- # [10:36] * Quits: gavin___ (~gavin@76.14.87.162) (Write error: Broken pipe)
- # [10:37] * daleharvey_ is now known as daleharvey
- # [10:39] * Quits: night199uk (~night199u@xbmc/staff/night199uk) (Ping timeout: 240 seconds)
- # [10:40] * Joins: lilmonkey (~colin@5ED090B0.cm-7-1c.dynamic.ziggo.nl)
- # [10:40] * Quits: lilmonkey (~colin@5ED090B0.cm-7-1c.dynamic.ziggo.nl) (Changing host)
- # [10:40] * Joins: lilmonkey (~colin@pdpc/supporter/professional/riven)
- # [10:40] * Joins: danielfilho (~danielfil@208.68.39.233)
- # [10:45] * Joins: night199uk (~night199u@xbmc/staff/night199uk)
- # [10:45] * Joins: Smylers (~smylers@81.143.60.194)
- # [10:53] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [10:53] * Joins: xiinotulp (~plutoniix@node-53w.pool-125-25.dynamic.totbb.net)
- # [10:53] * Joins: dawhite (~dawhite@74.118.22.223)
- # [10:53] * Joins: globbot (~logbot@lump.glob.com.au)
- # [10:58] * Joins: Garbee (uid21171@gateway/web/irccloud.com/x-zcowaujswddbwumc)
- # [11:00] * Joins: threecreepio (~Adium@c83-249-147-126.bredband.comhem.se)
- # [11:09] * Joins: llkats (~llkats@c-69-181-45-245.hsd1.ca.comcast.net)
- # [11:13] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
- # [11:13] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
- # [11:14] * Quits: llkats (~llkats@c-69-181-45-245.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [11:23] * Joins: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod)
- # [11:28] * Quits: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod) (Ping timeout: 240 seconds)
- # [11:37] <zcorpan> anyone know what happened to hspace/vspace on table in gecko? http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2984 looks like it's not supported anymore but https://bugzilla.mozilla.org/show_bug.cgi?id=725646 is not FIXED yet
- # [11:44] <zcorpan> http://www.browserstack.com/screenshots/2b6be040b79a037b7d05c52f555295e5828762cf ...
- # [11:44] <zcorpan> oh only quirks mode
- # [11:50] * Joins: IZh (~IZh@83.220.237.201)
- # [11:51] <MikeSmith> I like the aggressive "Standardization plan" in https://docs.google.com/document/d/17jg1RRL3RI969cLwbKBIcoGDsPwqaEdBxafGNYGwiY4/edit#heading=h.tndapzbk8g3p
- # [11:52] * Joins: Ms2ger (~Ms2ger@91.182.74.156)
- # [11:52] * Joins: marcosc (~marcosc@66.207.208.102)
- # [11:57] * xiinotulp is now known as plutoniix
- # [11:57] * Quits: marcosc (~marcosc@66.207.208.102) (Ping timeout: 276 seconds)
- # [12:02] * Quits: Ms2ger (~Ms2ger@91.182.74.156) (Ping timeout: 250 seconds)
- # [12:05] * Quits: niloy (~niloy@106.221.129.91) (Ping timeout: 240 seconds)
- # [12:06] * Quits: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net) (Ping timeout: 240 seconds)
- # [12:08] * Quits: IZh (~IZh@83.220.237.201) (Remote host closed the connection)
- # [12:12] * Joins: Areks_home (~Areks@95-26-45-140.broadband.corbina.ru)
- # [12:13] * Krinkle|detached is now known as Krinkle
- # [12:22] * Joins: niloy (~niloy@106.221.133.226)
- # [12:55] * Joins: espadrine_ (~ttyl@AMontsouris-158-1-55-97.w92-128.abo.wanadoo.fr)
- # [12:58] * Quits: espadrine` (~ttyl@AMontsouris-158-1-27-206.w92-128.abo.wanadoo.fr) (Ping timeout: 245 seconds)
- # [13:10] * Quits: threecreepio (~Adium@c83-249-147-126.bredband.comhem.se) (Quit: Leaving.)
- # [13:11] * Joins: threecreepio1 (~Adium@c83-249-147-126.bredband.comhem.se)
- # [13:12] * Joins: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod)
- # [13:17] * Quits: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod) (Ping timeout: 276 seconds)
- # [13:33] * Quits: threecreepio1 (~Adium@c83-249-147-126.bredband.comhem.se) (Quit: Leaving.)
- # [13:33] * Joins: threecreepio (~Adium@c83-249-147-126.bredband.comhem.se)
- # [13:36] * Joins: barnabywalters (~barnabywa@46-239-239-203.tal.is)
- # [13:41] * Joins: marcosc (~marcosc@66.207.208.102)
- # [13:44] * Joins: yoav (~yoav@37.162.248.225)
- # [13:45] * Quits: marcosc (~marcosc@66.207.208.102) (Ping timeout: 240 seconds)
- # [13:53] * Quits: threecreepio (~Adium@c83-249-147-126.bredband.comhem.se) (Quit: Leaving.)
- # [13:56] * Quits: yoav (~yoav@37.162.248.225) (Ping timeout: 240 seconds)
- # [13:58] * Joins: Ms2ger (~Ms2ger@nata241.ugent.be)
- # [13:59] * Joins: jmason (~jmason@174.137.110.73)
- # [14:10] * Joins: yoav (~yoav@37.163.253.167)
- # [14:11] * Quits: davve (~user@83.218.67.123) (Remote host closed the connection)
- # [14:23] * Joins: tj_vantoll (~Adium@2601:4:5380:eba:61a5:e59c:cc8d:eac)
- # [14:28] * Joins: richt_ (~richt@83.218.67.123)
- # [14:31] * Quits: richt (~richt@83.218.67.123) (Ping timeout: 245 seconds)
- # [14:32] * Quits: Garbee (uid21171@gateway/web/irccloud.com/x-zcowaujswddbwumc) (Read error: Connection reset by peer)
- # [14:32] * Joins: Garbee (uid21171@gateway/web/irccloud.com/x-wzhehzszwfxokfhz)
- # [14:33] * Quits: Areks_home (~Areks@95-26-45-140.broadband.corbina.ru) (Ping timeout: 240 seconds)
- # [14:44] * Joins: newtron (~newtron@199.71.174.203)
- # [14:51] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [14:56] * falken_gardening is now known as falken
- # [14:56] * Quits: yoav (~yoav@37.163.253.167) (Ping timeout: 276 seconds)
- # [15:00] * Quits: Gege (gege@future.deferred.io) (Ping timeout: 246 seconds)
- # [15:01] * Joins: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod)
- # [15:05] * Joins: Gege (gege@future.deferred.io)
- # [15:05] * Quits: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod) (Ping timeout: 240 seconds)
- # [15:11] * Quits: niloy (~niloy@106.221.133.226) (Ping timeout: 252 seconds)
- # [15:12] * Quits: MutantMahesh (74ca05ec@gateway/web/freenode/ip.116.202.5.236) (Ping timeout: 240 seconds)
- # [15:19] * Joins: threecreepio (~Adium@h-132-74.a175.corp.bahnhof.se)
- # [15:22] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [15:24] * Joins: MutantMahesh (74ca05ec@gateway/web/freenode/ip.116.202.5.236)
- # [15:25] * Quits: MutantMahesh (74ca05ec@gateway/web/freenode/ip.116.202.5.236) (Changing host)
- # [15:25] * Joins: MutantMahesh (74ca05ec@unaffiliated/msankhala)
- # [15:25] * Quits: MutantMahesh (74ca05ec@unaffiliated/msankhala) (Changing host)
- # [15:25] * Joins: MutantMahesh (74ca05ec@gateway/web/freenode/ip.116.202.5.236)
- # [15:26] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 240 seconds)
- # [15:30] <Domenic_> MikeSmith: it was slightlyoff
- # [15:31] <annevk> https://twitter.com/PointedEars2/status/462218792576499714 o_O
- # [15:32] <darobin> annevk: never argue with trolls/idiots/etc — people might not know the difference
- # [15:34] <Ms2ger> They'll pull you down to their level and beat you on experience?
- # [15:34] <darobin> damn right
- # [15:35] <MikeSmith> heh
- # [15:35] <MikeSmith> Domenic_: yeah I know, it was more of rhetorical question :-)
- # [15:35] * Joins: davidsonfellipe (~davidsonf@186.192.87.76)
- # [15:35] <Domenic_> Haha OK, just woke up, rhetorical devices are too subtle for me right now...
- # [15:37] <MikeSmith> heh
- # [15:38] * Quits: threecreepio (~Adium@h-132-74.a175.corp.bahnhof.se) (Quit: Leaving.)
- # [15:38] <Domenic_> Interesting. Do they really think the only part of this that needs standardization is the rel types?
- # [15:40] * Quits: BigBangUDR (~Thunderbi@220.225.242.27) (Quit: BigBangUDR)
- # [15:40] * Joins: abinader (sid21713@gateway/web/irccloud.com/x-yedpfltaxvvuwamf)
- # [15:41] * Joins: BigBangUDR (~Thunderbi@220.225.242.27)
- # [15:42] <MikeSmith> Domenic_: I reckon they know better. I think they just need to add more detail to that section yet
- # [15:42] <MikeSmith> or I hope that's the case at least
- # [15:42] <Ms2ger> Ah, MikeSmith, the eternal optimist
- # [15:43] * Joins: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net)
- # [15:43] * Quits: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net) (Changing host)
- # [15:43] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [15:43] <MikeSmith> Ms2ger: that's me to a T
- # [15:43] <MikeSmith> photo of me being optimistic: http://goo.gl/5uUnK
- # [15:44] * Quits: charl_ (~charl@2001:67c:2564:524:8c2f:efdb:d992:3ccc) (Quit: leaving)
- # [15:50] <tobie__> darobin: these look like issues with the WebIDL parser rather than syntax issues, am I right?
- # [15:50] <tobie__> https://github.com/slightlyoff/ServiceWorker/issues/259
- # [15:53] <tobie__> ^ pointedears reminds of comp.lang.javascript. He was already trolling back then.
- # [15:56] * Quits: BigBangUDR (~Thunderbi@220.225.242.27) (Quit: BigBangUDR)
- # [15:56] <jgraham> tobie__: On an entirely different topic, I think to get the documentation for testharness and so on onto testthewebforward.org we will need to move away from using GitHub-Pages directly (but can still use Jekyll). This is because GHP doesn't support any kind of useful include mechanism. What we want is basically http://octopress.org/docs/plugins/render-partial/
- # [15:57] <jgraham> So we could do something like {% render_partial ../_resources/testharness.js/docs/api.md %}
- # [15:58] <tobie__> oh...
- # [15:58] <tobie__> includes don't let you do that/
- # [15:58] <tobie__> ?
- # [15:58] <tobie__> (I guess they're scoped to the include folder)
- # [15:59] <jgraham> Yeah, they seem to be scoped
- # [15:59] <tobie__> (sounds like a wise thing to do)
- # [15:59] <tobie__> yeah works for me.
- # [15:59] <tobie__> Can we still get auto-deploy?
- # [15:59] * Joins: TallTed (~Thud@63.119.36.36)
- # [16:01] <jgraham> I'm not sure. I think you will have to build locally, push, and it will deploy
- # [16:01] <jgraham> aiui Domenic_ uses this setup
- # [16:01] * Joins: threecreepio (~Adium@c83-249-147-126.bredband.comhem.se)
- # [16:01] <tobie__> mmm.
- # [16:02] <tobie__> that sucks.
- # [16:02] <darobin> tobie__: yes, and these are all easy fixes too
- # [16:02] <darobin> feel free to file
- # [16:02] <tobie__> darobin: ok
- # [16:02] <tobie__> happy to look over it if you have pointers.
- # [16:02] <tobie__> it's a blocker for me atm
- # [16:04] <tobie__> darobin: filed https://github.com/darobin/webidl2.js/issues/5
- # [16:05] * Joins: marcosc (~marcosc@66.207.208.102)
- # [16:05] <tobie__> jgraham: concerned about the lack of auto-deploy feature.
- # [16:05] <tobie__> jgraham: could we have a script or something to help?
- # [16:05] <tobie__> if not, please check with rhauck before you go ahead.
- # [16:06] <jgraham> tobie__: So I don't know exactly what the situation is, I haven't used either GitHub-Pages or Octopress before
- # [16:06] <tobie__> k
- # [16:06] <jgraham> But of course I don't plan to change anything without agreement that it's an improvement
- # [16:06] <tobie__> you can't have a special build of jekyll on gh-pages
- # [16:07] <tobie__> so if you want to add stuff, you;re effectively loosing the auto-deploy feature (you have to build locally and push the static files only)
- # [16:07] <jgraham> http://octopress.org/docs/deploying/github/
- # [16:08] <tobie__> that said, you can build a script that does it for you (listens to changes on master, builds, and pushes to gh-pages)
- # [16:08] * Joins: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net)
- # [16:08] <tobie__> jgraham: right
- # [16:08] * tobie__ running out. back later.
- # [16:09] <jgraham> Yeah, I think it's worth fixing the deploy issue to get the docs in sync with upstream
- # [16:13] * Quits: threecreepio (~Adium@c83-249-147-126.bredband.comhem.se) (Quit: Leaving.)
- # [16:23] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [16:23] <annevk> darobin: "Wants to keep the web in the Dark Ages" makes for a cool Twitter bio
- # [16:24] <darobin> annevk: heck yay! I'd totally go for it man
- # [16:24] <darobin> I'm almost jealous there
- # [16:25] <Ms2ger> Let's just drop that "almost"
- # [16:25] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 240 seconds)
- # [16:26] <darobin> hahaha
- # [16:27] * Quits: annevk (~annevk@207.218.72.65) (Remote host closed the connection)
- # [16:28] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 276 seconds)
- # [16:32] * Quits: MutantMahesh (74ca05ec@gateway/web/freenode/ip.116.202.5.236) (Quit: Page closed)
- # [16:35] * Joins: MutantMahesh (74ca05ec@gateway/web/freenode/ip.116.202.5.236)
- # [16:35] * Quits: MutantMahesh (74ca05ec@gateway/web/freenode/ip.116.202.5.236) (Changing host)
- # [16:35] * Joins: MutantMahesh (74ca05ec@unaffiliated/msankhala)
- # [16:35] * Quits: MutantMahesh (74ca05ec@unaffiliated/msankhala) (Changing host)
- # [16:35] * Joins: MutantMahesh (74ca05ec@gateway/web/freenode/ip.116.202.5.236)
- # [16:36] * Quits: lerc_ (~quassel@121-74-255-121.telstraclear.net) (Read error: Connection reset by peer)
- # [16:37] * Joins: lerc (~quassel@121-74-255-121.telstraclear.net)
- # [16:37] * miketaylr_ is now known as miketaylr
- # [16:40] <MikeSmith> "Wants to bomb the Web back into the Stone Age" would be even better
- # [16:40] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [16:47] <Ms2ger> He's not American
- # [16:47] * Quits: darobin (~darobin@78.109.80.74) (Remote host closed the connection)
- # [16:49] * Quits: marcosc (~marcosc@66.207.208.102) (Remote host closed the connection)
- # [16:49] * Joins: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod)
- # [16:50] * Joins: marcosc (~marcosc@66.207.208.102)
- # [16:51] * Joins: BigBangUDR (~Thunderbi@101.56.178.220)
- # [16:53] * Quits: BigBangUDR (~Thunderbi@101.56.178.220) (Client Quit)
- # [16:54] * Quits: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod) (Ping timeout: 240 seconds)
- # [16:54] * Quits: MutantMahesh (74ca05ec@gateway/web/freenode/ip.116.202.5.236) (Ping timeout: 240 seconds)
- # [16:55] * Quits: Ms2ger (~Ms2ger@nata241.ugent.be) (Ping timeout: 276 seconds)
- # [16:56] <Domenic_> jgraham: tobie__: you could also use travis CI to run the deploy
- # [16:56] <Domenic_> use it as a post-commit hook to run the appropriate script
- # [16:57] <Domenic_> use the encrypted credentials feature to include necessary keys for pushing to gh-pages
- # [16:59] * Quits: marcosc (~marcosc@66.207.208.102) (Remote host closed the connection)
- # [17:02] * Joins: marcosc_ (~marcosc@66.207.208.102)
- # [17:04] * Quits: LazerBeak (~Lazerbeak@unafffiliated/lazerbeak) (Ping timeout: 240 seconds)
- # [17:05] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [17:06] * Quits: richt_ (~richt@83.218.67.123) (Remote host closed the connection)
- # [17:07] * Joins: richt (~richt@83.218.67.123)
- # [17:10] * Quits: falken (uid20729@gateway/web/irccloud.com/x-hzbfutoehpxkzsek) (Quit: Connection closed for inactivity)
- # [17:11] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [17:11] * Quits: richt (~richt@83.218.67.123) (Ping timeout: 240 seconds)
- # [17:13] * Joins: mven (~mven@169.241.49.57)
- # [17:16] * Quits: davidsonfellipe (~davidsonf@186.192.87.76) (Remote host closed the connection)
- # [17:17] * Joins: BigBangUDR (~Thunderbi@101.56.178.220)
- # [17:17] * Quits: BigBangUDR (~Thunderbi@101.56.178.220) (Client Quit)
- # [17:17] * Joins: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com)
- # [17:30] * edsu_ is now known as edsu
- # [17:31] * Joins: scor (~scor@216.239.55.84)
- # [17:31] * Quits: scor (~scor@216.239.55.84) (Changing host)
- # [17:31] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [17:33] * Quits: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net) (Ping timeout: 252 seconds)
- # [17:34] * Joins: richt (~richt@c83-248-137-176.bredband.comhem.se)
- # [17:39] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [17:44] * Joins: llkats (~llkats@c-69-181-45-245.hsd1.ca.comcast.net)
- # [17:47] * Joins: Ms2ger (~Ms2ger@91.182.60.251)
- # [17:48] * Quits: llkats (~llkats@c-69-181-45-245.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [17:50] * Joins: BigBangUDR (~Thunderbi@101.56.178.220)
- # [17:50] * Quits: BigBangUDR (~Thunderbi@101.56.178.220) (Client Quit)
- # [17:52] * Joins: scor (~scor@216.239.55.84)
- # [17:52] * Quits: scor (~scor@216.239.55.84) (Changing host)
- # [17:52] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [17:53] * Joins: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod)
- # [17:53] * Joins: jernoble (~jernoble@76.74.153.41)
- # [17:54] * Joins: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net)
- # [18:01] * Joins: morbidlyobese (~morbidlyo@gateway/tor-sasl/morbidlyobese)
- # [18:07] * Joins: tj_vantoll1 (~Adium@c-98-250-130-237.hsd1.mi.comcast.net)
- # [18:07] * Joins: Streusel (~Anonymous@unaffiliated/streusel)
- # [18:08] * Quits: tj_vantoll (~Adium@2601:4:5380:eba:61a5:e59c:cc8d:eac) (Ping timeout: 240 seconds)
- # [18:12] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [18:14] * Joins: encryptd_fractal (~encryptd_@dyn-72-33-43-144.uwnet.wisc.edu)
- # [18:15] * Joins: LazerBeak (~Lazerbeak@unafffiliated/lazerbeak)
- # [18:15] * Quits: LazerBeak (~Lazerbeak@unafffiliated/lazerbeak) (Read error: Connection reset by peer)
- # [18:16] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 245 seconds)
- # [18:17] * Quits: jernoble (~jernoble@76.74.153.41) (Quit: Computer has gone to sleep.)
- # [18:19] * Joins: jeffreyatw (~jeffreyat@173.247.197.10)
- # [18:22] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [18:24] * Joins: Maurice` (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [18:25] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [18:26] * Quits: richt (~richt@c83-248-137-176.bredband.comhem.se) (Remote host closed the connection)
- # [18:27] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 240 seconds)
- # [18:28] * Quits: Smylers (~smylers@81.143.60.194) (Ping timeout: 250 seconds)
- # [18:28] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [18:32] * Joins: izhak (~izhak@92.248.142.152)
- # [18:35] * Joins: richt (~richt@c83-248-137-176.bredband.comhem.se)
- # [18:35] * Quits: tj_vantoll1 (~Adium@c-98-250-130-237.hsd1.mi.comcast.net) (Ping timeout: 240 seconds)
- # [18:38] * Joins: tj_vantoll (~Adium@2601:4:5380:eba:5585:872e:af6a:24a4)
- # [18:41] * Joins: lmclister (~lmclister@192.150.10.210)
- # [18:46] * Joins: ap (~ap@2620:149:4:304:d0aa:d0bd:8ee0:5ba3)
- # [18:47] * ambv_ is now known as ambv
- # [18:52] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [18:54] * Joins: jernoble (~jernoble@17.202.45.163)
- # [18:56] * Joins: xiinotulp (~plutoniix@node-mve.pool-101-108.dynamic.totbb.net)
- # [19:00] * Quits: plutoniix (~plutoniix@node-53w.pool-125-25.dynamic.totbb.net) (Ping timeout: 255 seconds)
- # [19:00] * Quits: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [19:02] * Joins: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net)
- # [19:03] * Quits: xiinotulp (~plutoniix@node-mve.pool-101-108.dynamic.totbb.net) (Quit: จรลี จรลา)
- # [19:04] * Quits: richt (~richt@c83-248-137-176.bredband.comhem.se) (Remote host closed the connection)
- # [19:04] * Joins: richt (~richt@c83-248-137-176.bredband.comhem.se)
- # [19:05] * Joins: plutoniix (~plutoniix@node-mve.pool-101-108.dynamic.totbb.net)
- # [19:08] * Quits: richt (~richt@c83-248-137-176.bredband.comhem.se) (Ping timeout: 240 seconds)
- # [19:09] * Joins: jernoble_ (~jernoble@17.202.46.221)
- # [19:11] * Joins: weinig (~weinig@17.114.216.47)
- # [19:17] * Joins: dbaron (~dbaron@50-0-248-164.dsl.dynamic.sonic.net)
- # [19:21] * Quits: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [19:21] * Quits: tj_vantoll (~Adium@2601:4:5380:eba:5585:872e:af6a:24a4) (Quit: Leaving.)
- # [19:23] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [19:24] * Quits: Streusel (~Anonymous@unaffiliated/streusel) (Quit: Computer has gone to sleep.)
- # [19:27] * Joins: Streusel (~Anonymous@unaffiliated/streusel)
- # [19:27] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 245 seconds)
- # [19:33] * Quits: mven (~mven@169.241.49.57) (Ping timeout: 252 seconds)
- # [19:34] * Joins: mven (~mven@169.241.49.57)
- # [19:36] * Quits: encryptd_fractal (~encryptd_@dyn-72-33-43-144.uwnet.wisc.edu) (Remote host closed the connection)
- # [19:36] * Quits: jernoble (~jernoble@17.202.45.163) (Quit: Textual IRC Client: www.textualapp.com)
- # [19:36] * paul_irish_ is now known as paul_irish
- # [19:37] * Joins: encryptd_fractal (~encryptd_@dyn-72-33-43-144.uwnet.wisc.edu)
- # [19:40] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Quit: ChatZilla 0.9.90.1 [Firefox 32.0a1/20140429030201])
- # [19:41] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [19:42] * Quits: encryptd_fractal (~encryptd_@dyn-72-33-43-144.uwnet.wisc.edu) (Ping timeout: 276 seconds)
- # [19:44] * Joins: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net)
- # [19:48] * Joins: richt (~richt@c83-248-137-176.bredband.comhem.se)
- # [19:48] * Joins: llkats (~llkats@c-69-181-45-245.hsd1.ca.comcast.net)
- # [19:49] * Joins: jsbell (jsbell@nat/google/x-mrwjehmooacknbgn)
- # [19:54] * Joins: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net)
- # [19:56] * Quits: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net) (Client Quit)
- # [19:58] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Quit: barnabywalters)
- # [19:58] * Quits: ap (~ap@2620:149:4:304:d0aa:d0bd:8ee0:5ba3) (Quit: ap)
- # [19:58] * Joins: benv (~benv@38.104.194.126)
- # [19:59] * Joins: ap (~ap@2620:149:4:304:d0aa:d0bd:8ee0:5ba3)
- # [20:01] * Quits: richt (~richt@c83-248-137-176.bredband.comhem.se) (Remote host closed the connection)
- # [20:01] * Joins: richt (~richt@c83-248-137-176.bredband.comhem.se)
- # [20:03] * Joins: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net)
- # [20:06] * Quits: richt (~richt@c83-248-137-176.bredband.comhem.se) (Ping timeout: 245 seconds)
- # [20:07] * Quits: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net) (Client Quit)
- # [20:14] * Joins: barnabywalters (~barnabywa@89.17.128.127)
- # [20:24] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [20:25] <Hixie> foolip: i'm surprised that browsers append attributes to elements as they're parsing the attributes, since that means that they are likely creating redundant elements.
- # [20:26] * Joins: sandorjanssen (~sandorjan@541ECDF3.cm-5-7d.dynamic.ziggo.nl)
- # [20:26] <Hixie> foolip: for example, if you're parsing <isindex foo=bar>, then you need to pass a token with {start tag, name:isindex, attirubtes: foo=bar} to the tree construction, which then doesn't create an "isindex" element
- # [20:26] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [20:28] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 252 seconds)
- # [20:31] * Joins: tav (~tav`@host109-154-0-7.range109-154.btcentralplus.com)
- # [20:31] * Joins: dawhite_ (~dawhite@74.118.22.223)
- # [20:32] * Quits: dawhite (~dawhite@74.118.22.223) (Ping timeout: 255 seconds)
- # [20:42] * Quits: llkats (~llkats@c-69-181-45-245.hsd1.ca.comcast.net)
- # [20:43] * Joins: jwalden (~waldo@c-50-168-55-219.hsd1.ca.comcast.net)
- # [20:45] * Quits: jeffreyatw (~jeffreyat@173.247.197.10) (Quit: jeffreyatw)
- # [20:52] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [20:56] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 240 seconds)
- # [21:07] * Joins: a-ja (~Instantbi@70.230.148.198)
- # [21:07] * Quits: dbaron (~dbaron@50-0-248-164.dsl.dynamic.sonic.net) (Ping timeout: 250 seconds)
- # [21:09] * Quits: barnabywalters (~barnabywa@89.17.128.127) (Quit: barnabywalters)
- # [21:09] * Ablu_ is now known as Ablu
- # [21:10] * Joins: Smylers (~smylers@host31-51-172-114.range31-51.btcentralplus.com)
- # [21:12] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [21:14] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Read error: Connection reset by peer)
- # [21:14] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [21:18] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 240 seconds)
- # [21:25] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (Ping timeout: 276 seconds)
- # [21:25] * Quits: izhak (~izhak@92.248.142.152) (Ping timeout: 240 seconds)
- # [21:33] * Quits: sandorjanssen (~sandorjan@541ECDF3.cm-5-7d.dynamic.ziggo.nl) (Quit: Leaving)
- # [21:37] * Joins: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com)
- # [21:37] * Quits: weinig (~weinig@17.114.216.47) (Quit: weinig)
- # [21:38] * Joins: yoav (~yoav@37.160.132.249)
- # [21:38] * Joins: yoav_ (~yoav@37.160.132.249)
- # [21:40] * Parts: a-ja (~Instantbi@70.230.148.198)
- # [21:43] * Joins: rxgx (uid22483@gateway/web/irccloud.com/x-nshkuoomakabppvr)
- # [21:53] <Hixie> does canPlayType() return a: state, kind, mode, reason, rule, or type
- # [21:54] <Hixie> maybe it's a new thing, a result
- # [21:59] * Joins: lubuntu (~chatzilla@151.244.243.105)
- # [21:59] * lubuntu is now known as Guest83009
- # [21:59] * Quits: mven (~mven@169.241.49.57) (Ping timeout: 252 seconds)
- # [22:00] * Joins: mven (~mven@169.241.49.57)
- # [22:04] * Quits: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [22:05] * Quits: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [22:06] * Joins: jeffreyatw (~jeffreyat@173.247.197.10)
- # [22:07] * Joins: morrita_ (uid16889@gateway/web/irccloud.com/x-buivwwrioommgybf)
- # [22:07] * Joins: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [22:09] * Quits: jmason (~jmason@174.137.110.73) (Remote host closed the connection)
- # [22:15] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [22:19] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 245 seconds)
- # [22:20] * Joins: rniwa (~rniwa@17.202.43.222)
- # [22:21] <Domenic_> can people actually use canPlayType()? Doesn't it return things like "maybe"?
- # [22:23] <Domenic_> vine.co uses mediaelement.js which uses it like so: https://github.com/johndyer/mediaelement/blob/master/src/js/me-featuredetection.js#L37-L44
- # [22:23] <zewt> an api that returns "maybe" and "probably" would have to be in the running for least usable api ever
- # [22:24] <jgraham> Well it's honest
- # [22:24] <zewt> (doesn't look like a very realistic api input, either--video files often have alternative data formats, so a list of codecs used by the file doesn't tell you much)
- # [22:24] <zewt> (no doubt that's a partial cause of the silly results...)
- # [22:25] <jgraham> The point is that the browser generally doesn't know if the media framework will actually be able to play the video without trying to play it
- # [22:25] <zewt> (i assume the main cause is that you also need to know things like the encoding profile, not just the codec)
- # [22:26] <zewt> my parenthetical quota has been exceeded
- # [22:26] <Domenic_> mediaelement's optional "source chooser" plugin uses it like so: https://github.com/johndyer/mediaelement/blob/666b6adaea247a5f7dd1b788190a100daa4f26a3/src/js/mep-feature-sourcechooser.js#L53-L55
- # [22:26] <Domenic_> vine.co doesn't use that
- # [22:27] <zewt> yeah the only meaningful result is the "definitely can't" one i guess
- # [22:27] * jgraham marks zewt down as "not a lisp programmer"
- # [22:27] <Hixie> there are far more useless APIs in the web platform than canPlayType
- # [22:28] <zewt> it's a competitive field
- # [22:28] <Hixie> in other news, i just typed "</dfn>" when trying to write "</span>"
- # [22:28] <Hixie> blimey
- # [22:28] <Domenic_> I remember a long time ago reading an interview with Hixie where he was talking about all the vestigial things. I think the useless pushState argument was near the top of his list? Anyway it was refreshing honesty for someone new to all this.
- # [22:29] <Domenic_> ("long time" ~ "a year"?)
- # [22:29] <zewt> the title argument?
- # [22:29] <zewt> (if I want to set the title too, I'll ... just set the title)
- # [22:30] <Domenic_> "... which leads to APIs that make no sense, like pushState(), which has a required argument that is ignored."
- # [22:30] <Domenic_> http://html5doctor.com/interview-with-ian-hickson-html-editor/
- # [22:31] <zewt> none of the arguments are ignored, right?
- # [22:33] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
- # [22:33] <Domenic_> Firefox ignores title
- # [22:33] <Domenic_> Spec says: "Note: The title is purely advisory. User agents might use the title in the user interface."
- # [22:33] <Hixie> the title argument is ignored by everyone
- # [22:34] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [22:34] <Hixie> it's the saddest thing
- # [22:34] <Domenic_> Do you think the spec should be more explicit about that?
- # [22:34] <Domenic_> I guess the argument is they could put it in some session history UI
- # [22:35] <Domenic_> But they definitely shouldn't change document.title
- # [22:38] <Hixie> they should put it in some session history UI
- # [22:38] <zewt> if it was guaranteed to be ignored, i could say pushState(null, null, url) instead of pushState(null, document.title, url) ... 95% of the time the URL is all I want to change anyway
- # [22:39] * Joins: weinig (~weinig@17.114.219.100)
- # [22:39] * Joins: weinig_ (~weinig@17.114.216.47)
- # [22:40] <zewt> that said, i'm sure i've used the title argument expecting it to change the title at some point, and if that works in some browsers and is ignored in others, that's obviously bad
- # [22:41] <Domenic_> i think it should be a normative requirement that it doesn't change the same things document.title changes
- # [22:41] <Domenic_> to avoid your overcaution
- # [22:42] <zewt> sorry, my what? :)
- # [22:43] <Ms2ger> Your caution
- # [22:45] * Quits: jwalden (~waldo@c-50-168-55-219.hsd1.ca.comcast.net) (Quit: inbound)
- # [22:50] * Quits: weinig (~weinig@17.114.219.100) (Ping timeout: 250 seconds)
- # [22:50] * weinig_ is now known as weinig
- # [22:50] * Joins: izhak (~izhak@92.248.142.152)
- # [22:53] * Joins: richt (~richt@c83-248-137-176.bredband.comhem.se)
- # [23:00] * Joins: weinig_ (~weinig@17.202.50.223)
- # [23:01] * Quits: weinig (~weinig@17.114.216.47) (Ping timeout: 250 seconds)
- # [23:01] * weinig_ is now known as weinig
- # [23:05] * Quits: zdobersek (~zan@109.201.154.152) (Quit: Leaving.)
- # [23:11] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Quit: Reconnecting…)
- # [23:11] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [23:13] * Joins: jwalden (~waldo@corp.mtv2.mozilla.com)
- # [23:13] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Client Quit)
- # [23:15] * Quits: TallTed (~Thud@63.119.36.36)
- # [23:15] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [23:15] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [23:17] <tobie__> Domenic_: smart suggestion re relying on Travis CI
- # [23:19] * Quits: richt (~richt@c83-248-137-176.bredband.comhem.se) (Quit: Leaving...)
- # [23:20] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 240 seconds)
- # [23:25] * Joins: weinig_ (~weinig@17.202.48.136)
- # [23:25] * Quits: yoav (~yoav@37.160.132.249) (Ping timeout: 240 seconds)
- # [23:26] * Quits: yoav_ (~yoav@37.160.132.249) (Ping timeout: 276 seconds)
- # [23:27] * Quits: jeremyj (~jeremyj@17.202.44.231) (Ping timeout: 250 seconds)
- # [23:27] * Quits: newtron (~newtron@199.71.174.203) (Remote host closed the connection)
- # [23:27] * Joins: newtron (~newtron@199.71.174.203)
- # [23:28] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [23:34] * Quits: weinig_ (~weinig@17.202.48.136) (Ping timeout: 240 seconds)
- # [23:34] * Joins: cuauhtemoc (~letrasviv@68.68.97.158)
- # [23:35] <cuauhtemoc> hey
- # [23:35] * Joins: weinig_ (~weinig@17.114.219.100)
- # [23:38] * Joins: llkats (~llkats@h-64-236-138-3.aoltw.net)
- # [23:38] * Joins: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon)
- # [23:40] * Quits: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon) (Client Quit)
- # [23:41] * Quits: Maurice` (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [23:42] * Joins: newtron_ (~newtron@199.71.174.204)
- # [23:43] * Quits: cuauhtemoc (~letrasviv@68.68.97.158) (Quit: leaving)
- # [23:43] * Joins: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon)
- # [23:45] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 240 seconds)
- # [23:47] * Quits: newtron_ (~newtron@199.71.174.204) (Ping timeout: 240 seconds)
- # [23:49] * Quits: weinig_ (~weinig@17.114.219.100) (Quit: weinig_)
- # [23:51] * Joins: weinig_ (~weinig@17.114.219.100)
- # [23:56] * Quits: weinig_ (~weinig@17.114.219.100) (Client Quit)
- # Session Close: Sat May 03 00:00:00 2014
The end :)