Options:
- # Session Start: Wed Sep 26 00:00:00 2012
- # Session Ident: #whatwg
- # [00:03] <dsheets> Hixie: zewt gave you your use case for un-resolved refs
- # [00:04] * Joins: gavinc (~gavin@50.0.77.3)
- # [00:04] <Hixie> dsheets: anne's the one who needs the use cases
- # [00:04] <Hixie> i'm just an interested observer
- # [00:04] <Hixie> zewt: btw, HFS+ supports directory hardlinks
- # [00:05] <zewt> Hixie: weird
- # [00:05] <Hixie> Time Machine uses it to good effect
- # [00:05] <zewt> anyway simply discarding hardlink loops seems sane (very rare, and rarer within user data since you need to be root to create them)
- # [00:05] <Hixie> you can treat each incremental backup as a full backup
- # [00:05] <Hixie> they just hardlink the common bits
- # [00:06] <zewt> (i'm assuming hard linked directories work like file hard links, eg. you can detect them by comparing inodes, but I haven't played with it)
- # [00:06] <Hixie> yeah i dunno either
- # [00:06] <dsheets> Hixie: you were interested enough to inquire about use cases previously going so far as to tell me to draft mail
- # [00:06] <dsheets> annevk: zewt gave you your use case for un-resolved refs
- # [00:06] <zewt> someone also said that OSX somehow prevents hard links from creating loops (no idea if true or how)
- # [00:07] <zewt> (i'm pretty sure I didn't, but feel free to be more specific :)
- # [00:07] <Hixie> dsheets: well presumably once anne gets to zewt's e-mail, he will make sure it's handled
- # [00:07] <Hixie> dsheets: i was interested in helping you get your use case explained so that anne could make sure it was handled
- # [00:07] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
- # [00:07] * Quits: danielfilho (~danielfil@200-158-125-170.dsl.telesp.net.br) (Remote host closed the connection)
- # [00:08] <zewt> (the case you're probably thinking of is where I want to use the parser for queries for entirely unrelated things--portions of the hash--which isn't what you were talking about)
- # [00:08] <dsheets> zewt: it was one of the many things I was talking about
- # [00:10] <dsheets> zewt: using only the query part of the parser without a dummy base requires the ability to parse without resolving
- # [00:10] <Hixie> anne's asleep now so really if you want to affect the url spec your best bet is e-mail
- # [00:11] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [00:13] <jamesr_> othermaciej, with sandboxed local storage area systems in general, is there any way to share resources with multiple origins? maybe with CORS or something? use case is having multiple (say) image editing applications on different domains and wanting to edit the same image offline
- # [00:14] <othermaciej> jamesr_: hadn't thought about that as a use case
- # [00:14] <othermaciej> jamesr_: if the persistent URL for a file is loadable from any origin, then you could share that way, for reading
- # [00:14] * Quits: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3) (Read error: Connection reset by peer)
- # [00:14] <othermaciej> jamesr_: that would require the URL format to have an unguessable unique token for each file
- # [00:14] * Joins: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3)
- # [00:15] <othermaciej> jamesr_: I do not know what would be a reasonable approach to shared write access
- # [00:15] * Quits: timeless (uid4015@gateway/web/irccloud.com/x-lacnjxssremxznis) (Remote host closed the connection)
- # [00:15] * Joins: ap_ (~ap@17.245.107.141)
- # [00:15] <othermaciej> jamesr_: I could imagine creating shareable storage areas (not per-origin) that have an unguessable unique token identifier which can be shared between webapps
- # [00:15] <othermaciej> jamesr_: that would be the "capabilities" approach to it
- # [00:15] <jamesr_> would that require explicit cooperation between the webapps?
- # [00:15] * Quits: JohnAlbin (~JohnAlbin@111-250-144-93.dynamic.hinet.net) (Quit: JohnAlbin)
- # [00:15] <jamesr_> or would a user have some way to say "give this guy access to that space" in some fashion? i.e. let gimp.org access my local pictures?
- # [00:15] * Joins: timeless_ (uid4015@gateway/web/irccloud.com/x-yguqsfghpiywooaj)
- # [00:16] <othermaciej> jamesr_: I could imagine shared storage areas as described having a way to grant access
- # [00:16] <othermaciej> jamesr_: I have to go to meetings
- # [00:16] <othermaciej> jamesr_: happy to follow up on this on public-webapps
- # [00:16] <TabAtkins> Clearly a use-case for Web Intents!
- # [00:16] <jamesr_> ok. i'm not very caught up on these discussions
- # [00:16] * Joins: JohnAlbin (~JohnAlbin@111-250-144-93.dynamic.hinet.net)
- # [00:16] <TabAtkins> /kidding
- # [00:16] <othermaciej> I do think the non-shared case can be handled with IndexedDB, from what I can tell currently
- # [00:17] <othermaciej> just give IndexedDB a way to vend persistent URLs to a keypath
- # [00:17] <Hixie> hmm
- # [00:17] <othermaciej> and if you want a more filesystem-like API, that can be layered on top
- # [00:17] * Quits: ap (~ap@2620:149:4:1b01:545a:c718:739d:b4ca) (Ping timeout: 245 seconds)
- # [00:17] * ap_ is now known as ap
- # [00:17] <Hixie> i wonder if i should reorder the sections in the Sections section
- # [00:17] <Hixie> so that <section> comes after <aside>
- # [00:17] <TabAtkins> I say yes, purely because I liked that sentence.
- # [00:17] <Hixie> or maybe have it body, article, section, nav, aside
- # [00:18] <Hixie> heh
- # [00:18] <TabAtkins> Your second ordering seems nice.
- # [00:18] <jamesr_> you should put that in <maincontent>, right?
- # [00:18] <Hixie> that's <body>
- # [00:19] <Hixie> tantek: k, will do that one
- # [00:19] <nessy> you should put nav ahead of article - it's header-type content
- # [00:19] * nessy should have slept in
- # [00:19] <Hixie> <header> is much later :-)
- # [00:19] <TabAtkins> nessy: I think the ordering he suggested was roughly in terms of decreasing inclusiveness.
- # [00:19] * Quits: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3) (Read error: Connection reset by peer)
- # [00:19] <nessy> fair enough
- # [00:20] * Joins: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3)
- # [00:21] * ojan is now known as ojan_away
- # [00:21] * Joins: snowfox (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net)
- # [00:24] * Quits: snowfox_ben (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net) (Ping timeout: 265 seconds)
- # [00:25] * Quits: snowfox (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net) (Ping timeout: 244 seconds)
- # [00:26] * Joins: eric_carlson_ (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [00:27] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [00:27] <JonathanNeal> hello
- # [00:29] * Quits: garciawebdev (~garciaweb@190.244.76.14) (Remote host closed the connection)
- # [00:30] <TabAtkins> Yo, JN.
- # [00:36] * Quits: jamesr (jamesr@nat/google/x-tdmswwgynocjaurq) (Quit: jamesr)
- # [00:39] * Quits: sedovsek (~robert@89.142.255.129) (Quit: sedovsek)
- # [00:46] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (Quit: Leaving.)
- # [00:48] * Joins: PalleZingmark1 (~Adium@90-229-139-33-no195.tbcn.telia.com)
- # [00:48] * Quits: PalleZingmark (~Adium@90-229-139-33-no195.tbcn.telia.com) (Ping timeout: 252 seconds)
- # [00:49] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
- # [00:51] * Quits: jernoble (~jernoble@17.212.152.13) (Read error: Connection reset by peer)
- # [00:52] * Quits: eric_carlson_ (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Quit: eric_carlson_)
- # [00:52] * Quits: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com) (Ping timeout: 252 seconds)
- # [00:53] * Quits: drublic (~drublic@frbg-4d028f07.pool.mediaWays.net) (Remote host closed the connection)
- # [00:53] * Joins: drublic (~drublic@frbg-4d028f07.pool.mediaWays.net)
- # [00:54] * Quits: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net) (Quit: linclark)
- # [00:58] * Quits: drublic (~drublic@frbg-4d028f07.pool.mediaWays.net) (Ping timeout: 276 seconds)
- # [00:59] * Quits: rwaldron (~rwaldron@pool-100-2-31-210.nycmny.fios.verizon.net) (Quit: Leaving...)
- # [01:02] * Quits: tomasf (~tom@c-44dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Quit: tomasf)
- # [01:04] * Quits: isherman-book (Adium@nat/google/x-wigsnwqkhovtyswf) (Quit: Leaving.)
- # [01:07] * Quits: scottjehl__ (u3055@gateway/web/irccloud.com/x-tvlttjzxfdmadpjf) (Read error: Operation timed out)
- # [01:08] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-gfdlfcagpvryrvtw) (Read error: Operation timed out)
- # [01:08] * Quits: Phae (u455@gateway/web/irccloud.com/x-vkjccrwfdxibdhes) (Write error: Broken pipe)
- # [01:08] * Quits: krijn (u2319@gateway/web/irccloud.com/x-gkzyxtfmcobrscny) (Read error: Operation timed out)
- # [01:08] * Quits: othermaciej (~mjs@17.245.111.37) (Quit: othermaciej)
- # [01:09] * Quits: Raynos_ (u3611@gateway/web/irccloud.com/x-nvuhpkxhshqchwqf) (Excess Flood)
- # [01:09] <JonathanNeal> I dig this new DOM stuff making its way into Chrome.
- # [01:09] <JonathanNeal> Is anyone maintaining a repo for the polyfills?
- # [01:09] * abstractj is now known as abstractj|away
- # [01:10] * Quits: Obvious (tachikoma@188.226.74.2) (Read error: Connection reset by peer)
- # [01:10] * Joins: othermaciej (~mjs@17.245.111.37)
- # [01:11] * Joins: Obvious (tachikoma@188.226.74.2)
- # [01:11] * Quits: matjas (u2247@gateway/web/irccloud.com/x-azhpdlkmhmfiejua) (Ping timeout: 245 seconds)
- # [01:11] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-piyxtxfjqaokwvaa) (Ping timeout: 252 seconds)
- # [01:12] * Joins: Phae (u455@gateway/web/irccloud.com/x-bdhsfazqlwtbkjdb)
- # [01:12] * Quits: othermaciej (~mjs@17.245.111.37) (Client Quit)
- # [01:13] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-jbipdzbqaurydwrr)
- # [01:13] * Joins: jacobolu_ (~jacobolus@76.91.212.21)
- # [01:14] * Quits: jacobolus (~jacobolus@76.91.212.21) (Read error: Connection reset by peer)
- # [01:14] <TabAtkins> JonathanNeal: Dunno!
- # [01:14] * Quits: PalleZingmark1 (~Adium@90-229-139-33-no195.tbcn.telia.com) (Quit: Leaving.)
- # [01:14] <TabAtkins> Though a snarky answer would be "jQuery".
- # [01:14] <zewt> email formatting in mail from BRIAN is making my head hurt
- # [01:14] * Joins: matjas (u2247@gateway/web/irccloud.com/x-ssbzowlnjhvvvfwq)
- # [01:14] <zewt> er, BRYAN
- # [01:15] <zewt> (as someone with a more-often-misspelled-than-not name, i guess I should get at least that right)
- # [01:16] * Joins: krijn (u2319@gateway/web/irccloud.com/x-xdhbnlwdgkzhunjv)
- # [01:17] * Joins: dgrogan (dgrogan@nat/google/x-yyhbsfihjotfquwi)
- # [01:18] * Quits: danbri (~danbri@cable-146-255-148-108.dynamic.telemach.ba) (Remote host closed the connection)
- # [01:18] * Joins: danbri (~danbri@cable-146-255-148-108.dynamic.telemach.ba)
- # [01:19] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-jbipdzbqaurydwrr) (Remote host closed the connection)
- # [01:19] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-swgkrmhqsfwazxcs) (Remote host closed the connection)
- # [01:19] * Quits: wycats (u79@gateway/web/irccloud.com/x-irjzcgnjaepskbwq) (Remote host closed the connection)
- # [01:19] * Quits: twisted` (u6794@gateway/web/irccloud.com/x-xekfaiwbfgoyijoc) (Remote host closed the connection)
- # [01:19] * Quits: Phae (u455@gateway/web/irccloud.com/x-bdhsfazqlwtbkjdb) (Remote host closed the connection)
- # [01:19] * Quits: Wilto (u2821@gateway/web/irccloud.com/x-qchjwumsfcwnaxhn) (Remote host closed the connection)
- # [01:19] * Quits: toddmparker_ (u3054@gateway/web/irccloud.com/x-sbfctzsrceomolsu) (Remote host closed the connection)
- # [01:19] * Quits: matjas (u2247@gateway/web/irccloud.com/x-ssbzowlnjhvvvfwq) (Remote host closed the connection)
- # [01:19] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-tcselorunhkxeqtf) (Remote host closed the connection)
- # [01:19] * Quits: hdv (u2376@gateway/web/irccloud.com/x-tpaahoftktkvdqwc) (Remote host closed the connection)
- # [01:19] * Quits: scheib (u4467@gateway/web/irccloud.com/x-mzyqpdatydzxwglk) (Remote host closed the connection)
- # [01:19] * Quits: tobie (u5692@gateway/web/irccloud.com/x-waxdxzlxdfkcnlig) (Remote host closed the connection)
- # [01:19] * Quits: divya (u1924@gateway/web/irccloud.com/x-nlglpliyhaerfiyz) (Remote host closed the connection)
- # [01:19] * Quits: abarth (u5294@gateway/web/irccloud.com/x-kfdcgcjajigumtub) (Remote host closed the connection)
- # [01:19] * Quits: JonathanNeal (u5831@gateway/web/irccloud.com/x-nqkkefedvcivbhux) (Remote host closed the connection)
- # [01:19] * Quits: ojan_away (u5519@gateway/web/irccloud.com/x-lydnplsvwzdtujqe) (Remote host closed the connection)
- # [01:19] * Quits: arv (u4269@gateway/web/irccloud.com/x-qlyhizfctjhfdork) (Remote host closed the connection)
- # [01:19] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (Remote host closed the connection)
- # [01:19] * Quits: dglazkov (u4270@gateway/web/irccloud.com/x-cqaasasslgfuyalq) (Remote host closed the connection)
- # [01:19] * Quits: krijn (u2319@gateway/web/irccloud.com/x-xdhbnlwdgkzhunjv) (Remote host closed the connection)
- # [01:19] * Quits: vidu (u5404@gateway/web/irccloud.com/x-khxsffaqgcyduaab) (Remote host closed the connection)
- # [01:19] * Quits: oal (u4126@gateway/web/irccloud.com/x-kjkiawpkyrfqrpgl) (Remote host closed the connection)
- # [01:19] * Quits: Scorchin (u1242@gateway/web/irccloud.com/x-yveemwsdfnvpbwyy) (Remote host closed the connection)
- # [01:19] * Quits: sawrubh (u6719@gateway/web/irccloud.com/x-vmopogvbptrzmeyu) (Remote host closed the connection)
- # [01:19] * Quits: slightlyoff (u1768@gateway/web/irccloud.com/x-hguhqixxepiltgej) (Remote host closed the connection)
- # [01:19] * Quits: akamike (u5089@gateway/web/irccloud.com/x-qunhccnxcxuzfehc) (Remote host closed the connection)
- # [01:20] <TabAtkins> "and since the Invited Expert route didn't work out" is a good euphemism for "because we were asshats".
- # [01:21] <gavinc> Hey, where exactly can I learn more about the URL living standard and the use cases being considered?
- # [01:21] <TabAtkins> From annevk, when he's awake.
- # [01:22] <TabAtkins> Or from the standard itself, maybe? I haven't read it yet.
- # [01:22] * Joins: jernoble (~jernoble@17.212.152.13)
- # [01:22] * Joins: sawrubh (u6719@gateway/web/irccloud.com/x-fkirhkaivgjvakhd)
- # [01:23] * Quits: danbri (~danbri@cable-146-255-148-108.dynamic.telemach.ba) (Ping timeout: 246 seconds)
- # [01:24] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
- # [01:24] * Quits: Smylers (~smylers@host86-167-76-92.range86-167.btcentralplus.com) (Quit: Leaving.)
- # [01:24] <gavinc> well, it seems to be claiming to want to replace RFC 3986 and RFC 3987... and doesn't seem to explain how relative urls work with their base very clearly yet
- # [01:24] <Hixie> yeah, it's a work in progress
- # [01:25] <Hixie> i expect it will eventually completely define everything those rfcs define
- # [01:25] * Joins: JonathanNeal (u5831@gateway/web/irccloud.com/x-lkrsqsbwriindoxd)
- # [01:25] <Hixie> (plus everything they're missing)
- # [01:25] * Joins: wycats (u79@gateway/web/irccloud.com/x-xvtmkfccxfgclgkf)
- # [01:25] * Joins: toddmparker_ (u3054@gateway/web/irccloud.com/x-frkdhobcrojfwntr)
- # [01:25] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-tvbanqbpnotaaeyh)
- # [01:25] * Quits: nephyrin (~nephyrin@nat/mozilla/x-bhvoseoexnudmmtc) (Read error: Connection reset by peer)
- # [01:26] <gavinc> ... is starting over REALLY necessary?
- # [01:26] <Hixie> no
- # [01:26] <Hixie> not even slightly
- # [01:27] <Hixie> for years we have been asking for the ietf to fix their rfcs
- # [01:27] <gavinc> is there a list of the issues some where?
- # [01:27] * Joins: Scorchin (u1242@gateway/web/irccloud.com/x-kqfiexcxczupjnfb)
- # [01:27] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-uzhhueucslvdruok)
- # [01:27] <Hixie> the url specs don't define error handling
- # [01:27] <Hixie> that's the big one
- # [01:28] <Hixie> and what they do define doesn't match implementations (e.g. implementations handle javascript: URLs differently than http: URLs, but the RFCs don't really define them differently)
- # [01:28] * Joins: nephyrin (~nephyrin@nat/mozilla/x-xebdarntexfddtrl)
- # [01:28] * Joins: arv (u4269@gateway/web/irccloud.com/x-aokzvcfacnkvpjhv)
- # [01:28] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-enflcvldtqljlswk)
- # [01:28] <gavinc> and working with IETF...?
- # [01:28] <gavinc> 'cause uh...
- # [01:28] <zewt> hahahahahahahahaha
- # [01:29] <zewt> sorry :)
- # [01:29] <Hixie> the IETF was, how you say, not receptive
- # [01:29] <Hixie> nor very responsive
- # [01:30] <gavinc> perhaps, but throwing out the whole of both RFCs seems a bit... extreme?
- # [01:30] * Quits: smus (smus@nat/google/x-ncgrzilydnwrstpe) (Remote host closed the connection)
- # [01:32] * Quits: a-ja (~chatzilla@70.230.163.14) (Read error: Connection reset by peer)
- # [01:33] * Joins: a-ja (~chatzilla@70.230.163.14)
- # [01:33] * Joins: krijn (u2319@gateway/web/irccloud.com/x-cgbssdrjvdbadwno)
- # [01:33] * Joins: oal (u4126@gateway/web/irccloud.com/x-fqtomsetbtfgbusa)
- # [01:33] <zewt> from the results i've seen so far of anne's work vs. the legacy specs he's replaced, and if he's willing to do the work, i think it's just fine
- # [01:34] <Hixie> gavinc: there's not really that much of value in the RFCs when you get right down to it, to be honest
- # [01:35] <Hixie> gavinc: so as zewt says, if anne is willing to do the work...
- # [01:35] <Hixie> gavinc: it's very similar to the new HTML spec vs HTML4
- # [01:35] <gavinc> Hixie: I've found Normalization and Comparison from 3987 rather reasonable
- # [01:35] * paul_irish is now known as paul_irish_
- # [01:36] <Hixie> gavinc: if there are specific use cases that you want to make sure anne takes into account, i recommend e-mailing him (or the list, or filing a bug)
- # [01:37] <Hixie> that section in particular seems to use a lot of words to not say that much :-)
- # [01:37] <zewt> Hixie: sounds like just about every pre-HTML5 spec ever written :)
- # [01:37] <Hixie> gavinc: i expect anne's canonicalisation algorithm will actually end up doing a way cleaner job of that section, actually
- # [01:37] <Hixie> gavinc: but we'll see
- # [01:39] <gavinc> zewt: being less dismissive of other peoples work would go a long way
- # [01:39] <gavinc> gavin: okay, as a work in progress it's reasonable
- # [01:39] * Quits: Scorchin (u1242@gateway/web/irccloud.com/x-kqfiexcxczupjnfb) (Remote host closed the connection)
- # [01:39] <gavinc> got a bit lost just from total change of language
- # [01:39] <zewt> i'm dismissive of things that i believe should be dismissed
- # [01:39] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-niqunycezebttcvc)
- # [01:40] <gavinc> it seems resolving relative urls, is now hierarchical
- # [01:40] * Joins: divya (u1924@gateway/web/irccloud.com/x-fotizejfdxzfojjs)
- # [01:40] <gavinc> and yes, I do in fact agree that the hierarchical section is a great deal easier to understand then the RFC
- # [01:40] * Joins: ojan_away (u5519@gateway/web/irccloud.com/x-holjngqkadwdadiq)
- # [01:40] <zewt> fyi <annevk> maybe I'll rename "hierarchical" to "relative"
- # [01:40] * gavinc snorts
- # [01:40] <gavinc> heh
- # [01:40] <gavinc> yeah, that would do it
- # [01:41] * Joins: beowulf (u116@gateway/web/irccloud.com/x-dwtcazgfanwuplyc)
- # [01:41] * Quits: beowulf (u116@gateway/web/irccloud.com/x-dwtcazgfanwuplyc) (Changing host)
- # [01:41] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
- # [01:41] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-tvbanqbpnotaaeyh) (Remote host closed the connection)
- # [01:41] * Quits: JonathanNeal (u5831@gateway/web/irccloud.com/x-lkrsqsbwriindoxd) (Remote host closed the connection)
- # [01:41] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-niqunycezebttcvc) (Remote host closed the connection)
- # [01:41] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-enflcvldtqljlswk) (Read error: Connection reset by peer)
- # [01:41] * Quits: ojan_away (u5519@gateway/web/irccloud.com/x-holjngqkadwdadiq) (Remote host closed the connection)
- # [01:41] * Quits: divya (u1924@gateway/web/irccloud.com/x-fotizejfdxzfojjs) (Remote host closed the connection)
- # [01:41] * Quits: toddmparker_ (u3054@gateway/web/irccloud.com/x-frkdhobcrojfwntr) (Remote host closed the connection)
- # [01:41] * Quits: sawrubh (u6719@gateway/web/irccloud.com/x-fkirhkaivgjvakhd) (Remote host closed the connection)
- # [01:41] * Quits: arv (u4269@gateway/web/irccloud.com/x-aokzvcfacnkvpjhv) (Remote host closed the connection)
- # [01:41] * Quits: oal (u4126@gateway/web/irccloud.com/x-fqtomsetbtfgbusa) (Remote host closed the connection)
- # [01:41] * Quits: krijn (u2319@gateway/web/irccloud.com/x-cgbssdrjvdbadwno) (Remote host closed the connection)
- # [01:41] * Quits: wycats (u79@gateway/web/irccloud.com/x-xvtmkfccxfgclgkf) (Write error: Broken pipe)
- # [01:41] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-uzhhueucslvdruok) (Remote host closed the connection)
- # [01:41] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (Remote host closed the connection)
- # [01:41] <zewt> it's quite a freenode day
- # [01:41] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-rxpannudgpcpmocs)
- # [01:42] * Joins: Scorchin (u1242@gateway/web/irccloud.com/x-ilcytahqxzblsbjg)
- # [01:43] <TabAtkins> zewt: Yeah, they're maintaining some of the servers that a lot of us connect through.
- # [01:45] * Joins: arv (u4269@gateway/web/irccloud.com/x-akdwtkjisaofimab)
- # [01:46] * Joins: sawrubh (u6719@gateway/web/irccloud.com/x-edoztaaoqtwohxbx)
- # [01:46] * heycam|away is now known as heycam
- # [01:46] <Hixie> man, coming up with examples is hard
- # [01:46] <Hixie> heycam: you following this Location thread on whatwg?
- # [01:46] <heycam> Hixie, I had not been, I'll take a look
- # [01:47] * Joins: divya (u1924@gateway/web/irccloud.com/x-mpgqitldovrfsvvy)
- # [01:47] <Hixie> thanks
- # [01:49] * Quits: Scorchin (u1242@gateway/web/irccloud.com/x-ilcytahqxzblsbjg) (Remote host closed the connection)
- # [01:50] * Joins: jondong (~jondong@123.126.22.58)
- # [01:50] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-rxpannudgpcpmocs) (Remote host closed the connection)
- # [01:50] * Quits: sawrubh (u6719@gateway/web/irccloud.com/x-edoztaaoqtwohxbx) (Remote host closed the connection)
- # [01:50] * Quits: arv (u4269@gateway/web/irccloud.com/x-akdwtkjisaofimab) (Remote host closed the connection)
- # [01:50] * Quits: divya (u1924@gateway/web/irccloud.com/x-mpgqitldovrfsvvy) (Read error: Connection reset by peer)
- # [01:50] * Joins: sawrubh (u6719@gateway/web/irccloud.com/x-oanxdmaxbzzoxcuo)
- # [01:50] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-zeamcskwzsadodof)
- # [01:50] * jondong is now known as Guest27451
- # [01:50] * Joins: divya (u1924@gateway/web/irccloud.com/x-ichxgrqmawpoxizd)
- # [01:52] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
- # [01:52] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
- # [01:52] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [01:53] * Joins: JonathanNeal (u5831@gateway/web/irccloud.com/x-vpsmnncjtqhskzcn)
- # [01:54] * Joins: wycats (u79@gateway/web/irccloud.com/x-txxttwrodbvxptup)
- # [01:56] * Quits: mkanat (mkanat@nat/google/x-iolyhqislniykzrq) (Quit: Ex-Chat)
- # [01:57] * Joins: vidu (u5404@gateway/web/irccloud.com/x-sqygytikipjhxgee)
- # [01:58] * Joins: hdv (u2376@gateway/web/irccloud.com/x-llirknuukxytomfm)
- # [01:58] * Joins: arv (u4269@gateway/web/irccloud.com/x-qtbppkefzmpkcogc)
- # [01:58] * Joins: twisted` (u6794@gateway/web/irccloud.com/x-vydroisgcqkhgjif)
- # [01:58] * Joins: abarth (u5294@gateway/web/irccloud.com/x-avtkuroneqpiaybx)
- # [01:59] * Quits: smaug____ (~chatzilla@cs181151161.pp.htv.fi) (Remote host closed the connection)
- # [02:00] * Joins: smaug____ (~chatzilla@cs181151161.pp.htv.fi)
- # [02:00] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-cxqaycumkfyhmhqw)
- # [02:00] * Quits: Obvious (tachikoma@188.226.74.2) (Ping timeout: 252 seconds)
- # [02:02] * Joins: Obvious (tachikoma@188.226.74.2)
- # [02:02] * Joins: oal (u4126@gateway/web/irccloud.com/x-biyvrokxieanfkdm)
- # [02:02] * Quits: smaug____ (~chatzilla@cs181151161.pp.htv.fi) (Remote host closed the connection)
- # [02:04] * Joins: smaug____ (~chatzilla@cs181151161.pp.htv.fi)
- # [02:06] * Quits: smaug____ (~chatzilla@cs181151161.pp.htv.fi) (Remote host closed the connection)
- # [02:06] * Joins: smaug____ (~chatzilla@cs181151161.pp.htv.fi)
- # [02:08] * Joins: tobie (u5692@gateway/web/irccloud.com/x-edjdpuzjuxcjdhhr)
- # [02:09] * Joins: Phae (u455@gateway/web/irccloud.com/x-zlyvqglvyuuhbiff)
- # [02:09] <Hixie> any opinions on http://www.whatwg.org/specs/web-apps/current-work/#usage-summary-0 ?
- # [02:10] * Joins: beowulf (u116@gateway/web/irccloud.com/x-kielzougdogjuhfo)
- # [02:10] * Quits: beowulf (u116@gateway/web/irccloud.com/x-kielzougdogjuhfo) (Changing host)
- # [02:10] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
- # [02:11] * Joins: ojan_away (u5519@gateway/web/irccloud.com/x-yjruuxrsvfatwdqt)
- # [02:11] <TabAtkins> The styling leave something to be desired, but seems okay.
- # [02:12] <Hixie> yeah, too many lines
- # [02:12] <TabAtkins> Yeah, and I think the yellow is too much. Just bolding would probably be enough.
- # [02:13] <TabAtkins> Also: whoops, forgot to never ever open up the Inspector on the single-page spec.
- # [02:13] * Quits: sicking (~chatzilla@nat/mozilla/x-qgwlfmvmtivkwzqg) (Ping timeout: 256 seconds)
- # [02:13] <Hixie> heh
- # [02:13] <Hixie> i make that mistake regularly
- # [02:13] <Hixie> in dev builds it's not too bad
- # [02:13] <Hixie> it just doesn't do anything useful until you've done it three or four times
- # [02:13] <TabAtkins> Yeah, plus my new machine helps out.
- # [02:13] <TabAtkins> Woo z620!
- # [02:14] <Hixie> i think i'll keep the yellow, for some of the other examples it's really necessary to have more than bold
- # [02:14] <Hixie> and it'd be weird to be inconsistent
- # [02:14] <TabAtkins> Could you slightly reduce the brightness, then? I don't like bright yellow against off-white backgrounds.
- # [02:14] <Hixie> yeah, could do that
- # [02:14] <Hixie> paste a hex code?
- # [02:15] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
- # [02:16] <TabAtkins> Maybe #e6e600?
- # [02:16] <TabAtkins> hsl(60, 100%, 45%)
- # [02:16] <Hixie> reload?
- # [02:16] <TabAtkins> Ah, better!
- # [02:17] <TabAtkins> It's an ugly color, but it doesn't strain my eyes.
- # [02:17] * Quits: jernoble (~jernoble@17.212.152.13) (Remote host closed the connection)
- # [02:19] <Hixie> hah
- # [02:19] <Hixie> yikes that is ugly
- # [02:19] <Hixie> i'll poke at it some more :-P
- # [02:20] <Hixie> how about http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#usage-summary-0 ?
- # [02:20] <Hixie> too bright again?
- # [02:21] <TabAtkins> Yeah. It's just something about a light, bright color against gray or near-gray that causes eye-strain for me.
- # [02:21] <TabAtkins> I think it's because I can't clearly make out the boundary.
- # [02:21] <Hixie> oh i guess the examples _are_ gray, aren't they
- # [02:21] <Hixie> they're so light that i forget
- # [02:21] <Hixie> hmm
- # [02:21] * Joins: Wilto (u2821@gateway/web/irccloud.com/x-mpqxtwlvxbyrxayt)
- # [02:22] <TabAtkins> Not a huge fan of it against white either, but I'm used to that.
- # [02:24] <Hixie> how about it now
- # [02:28] * Quits: jsbell (jsbell@nat/google/x-aliuxhwhwbcrlhxh) (Quit: There's no place like home...)
- # [02:30] <Hixie> also, can we please make the right hand side of attribute selectors accept unquoted numbers
- # [02:30] <TabAtkins> Sigh, I've messed that up so often.
- # [02:31] <Hixie> glad it's not just me
- # [02:31] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-qokufqiobjdrrnlc)
- # [02:31] <TabAtkins> The colors are great, thanks.
- # [02:31] <Hixie> cool
- # [02:31] <Hixie> (every time, i spend minutes trying to work out what's wrong)
- # [02:31] * Joins: toddmparker_ (u3054@gateway/web/irccloud.com/x-spfmdlparsrmcach)
- # [02:31] <Hixie> reload for an attempt at cleaning up at least some of those lines
- # [02:31] <Hixie> wait
- # [02:31] <Hixie> not done yet
- # [02:31] <TabAtkins> Problem with accepting numbers, of course, is that it's not exact. <foo x=05> won't match foo[x=05]
- # [02:31] * Hixie twiddles thumbs
- # [02:32] <Hixie> yeah, maybe if it's numbers = should do a numeric comparison
- # [02:32] * Joins: eric_carlson_ (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [02:32] <Hixie> i proposed <= >= < > and so on years ago
- # [02:32] <Hixie> [rowspan>5]
- # [02:32] <TabAtkins> Makes sense to me.
- # [02:32] <Hixie> ok reload now
- # [02:32] <Hixie> http://www.whatwg.org/specs/web-apps/current-work/#usage-summary-0
- # [02:32] <TabAtkins> Yeah, better.
- # [02:33] <Hixie> cool.
- # [02:33] <Hixie> ok
- # [02:33] <Hixie> well
- # [02:33] <Hixie> that was an entire afternoon spent on one editorial bug that asked for something slightly different than what i provided, so clearly my time was well spent here
- # [02:33] <Hixie> home!
- # [02:33] <Hixie> bbl
- # [02:33] * Joins: scheib (u4467@gateway/web/irccloud.com/x-psvhosptaihwiysi)
- # [02:37] * Quits: a-ja (~chatzilla@70.230.163.14) (Read error: Connection reset by peer)
- # [02:37] * Quits: say2joe (~say2joe@204.56.108.2) (Quit: Leaving.)
- # [02:38] * Joins: a-ja (~chatzilla@70.230.163.14)
- # [02:41] * Joins: smus (smus@nat/google/x-kwqnahrobornrytv)
- # [02:43] * Quits: ap (~ap@17.245.107.141) (Quit: ap)
- # [02:44] * Joins: teear (teear@80-186-154-109.elisa-mobile.fi)
- # [02:45] * Quits: smaug____ (~chatzilla@cs181151161.pp.htv.fi) (Quit: ChatZilla 0.9.89 [Firefox 18.0a1/20120925030547])
- # [02:46] * Quits: smus (smus@nat/google/x-kwqnahrobornrytv) (Ping timeout: 268 seconds)
- # [02:48] * Joins: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net)
- # [02:50] * Quits: eric_carlson_ (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Quit: eric_carlson_)
- # [02:58] * Joins: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [02:58] * Quits: jwalden (~waldo@2620:101:8003:200:f562:597b:7d05:ecf8) (Quit: bbiab, office environment not conducive to work now)
- # [02:59] * Quits: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Remote host closed the connection)
- # [03:06] * Quits: tantek (~tantek@nat/mozilla/x-gzgomwlzidwrmnpc) (Quit: tantek)
- # [03:10] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
- # [03:10] * Quits: fishd_ (darin@nat/google/x-gvwxdzwhguoiqegn) (Quit: Leaving)
- # [03:12] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [03:22] * Quits: pablof (~pablof@144.189.150.130) (Quit: ^z)
- # [03:23] * Joins: jwalden (~waldo@50-193-26-161-static.hfc.comcastbusiness.net)
- # [03:24] * Quits: thisgeek (~chris@ool-45757782.dyn.optonline.net) (Quit: thisgeek)
- # [03:30] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [03:34] * Joins: dbaron (~dbaron@173.243.46.194)
- # [03:42] * Joins: danielfilho (~danielfil@201.52.236.78)
- # [03:50] * Joins: smus (smus@nat/google/x-bbxlnkgxalmdftni)
- # [03:59] * Quits: a-ja (~chatzilla@70.230.163.14) (Read error: Connection reset by peer)
- # [04:03] * Joins: a-ja (~chatzilla@70.230.163.14)
- # [04:08] * heycam is now known as heycam|away
- # [04:08] * Quits: a-ja (~chatzilla@70.230.163.14) (Quit: ...finish well)
- # [04:18] * Quits: jacobolu_ (~jacobolus@76.91.212.21) (Ping timeout: 252 seconds)
- # [04:21] * Quits: smus (smus@nat/google/x-bbxlnkgxalmdftni) (Remote host closed the connection)
- # [04:35] * Joins: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net)
- # [04:39] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [04:41] * Quits: jwalden (~waldo@50-193-26-161-static.hfc.comcastbusiness.net) (Quit: brb, moving to plug in)
- # [04:45] * Joins: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net)
- # [04:48] * Quits: dbaron (~dbaron@173.243.46.194) (Ping timeout: 244 seconds)
- # [04:58] * heycam|away is now known as heycam
- # [05:00] * Joins: Raynos_ (u3611@gateway/web/irccloud.com/x-maifvhucirqxknrs)
- # [05:00] * Quits: rniwa (rniwa@nat/google/x-neszosacgypvrujj) (Quit: rniwa)
- # [05:04] <Hixie> cabanier: canvas has always used web idl, ever since, in fact since before, web idl existed...
- # [05:04] <Hixie> cabanier: (as has the rest of HTML, since it's just one spec really)
- # [05:05] <cabanier> hixie: I agree
- # [05:06] <Hixie> what i just says contradicts what you said in http://www.w3.org/mid/83F37C1A4497B54589EAEDC750D03A9473B4B551@nambx09.corp.adobe.com
- # [05:06] <cabanier> hixie: I just didn't see any bug on the recent changes
- # [05:06] <cabanier> hixie: oops
- # [05:06] <Hixie> :-)
- # [05:07] <cabanier> hixie: yeah. the spec always referred to webIDL
- # [05:07] <cabanier> hixie: I should have proofread that email
- # [05:09] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: Leaving...)
- # [05:09] * Joins: thisgeek (~chris@cpe-204-210-135-55.hvc.res.rr.com)
- # [05:09] * Quits: thisgeek (~chris@cpe-204-210-135-55.hvc.res.rr.com) (Client Quit)
- # [05:11] <cabanier> hixie: If that is so, were there bugs logged on WebIDL or did you just fix the interface?
- # [05:11] <Hixie> how do you mean?
- # [05:12] <cabanier> the old interface didn't match the behavior so you fixed it so it does.
- # [05:12] <cabanier> was that in response to a bug report?
- # [05:12] <cabanier> It's not in the change log...
- # [05:12] <Hixie> either a bug report, an e-mail, me seeing it while going through the spec proofreading, or any number of other things
- # [05:12] <cabanier> :-)
- # [05:12] <Hixie> which revision in particular are you talking about?
- # [05:13] <cabanier> http://svn.whatwg.org/webapps@7129 340c8d12-0b0e-0410-8428-c7bf67bfef74
- # [05:14] <Hixie> oh ages ago
- # [05:14] <cabanier> June 11: [giow] (2) Update to take into account WebIDL's 'double' vs 'unrestricted double' change.
- # [05:14] <Hixie> probably just did that because i saw an e-mail go by about the changes to webidl
- # [05:16] <cabanier> OK. I sent out a correction.
- # [05:17] <cabanier> thanks for letting me know!
- # [05:17] <Hixie> no worries, just got confused :-)
- # [05:17] * Joins: bGriz (~quassel@vpn.space150.com)
- # [05:19] * Quits: griswold (~quassel@blackhole.space150.com) (Ping timeout: 246 seconds)
- # [05:25] * Joins: smus (~smus@199.189.96.87)
- # [05:26] * SamB_MacG5 wonders why the CSSWG can't manage to style their ToC links like links
- # [05:27] <Hixie> i imagine they don't want to
- # [05:27] <SamB_MacG5> is it spite?
- # [05:27] <Hixie> unlikely
- # [05:28] <Hixie> probably just a different sense of aesthetics
- # [05:28] * SamB_MacG5 continues to believe it is done to confuse him
- # [05:29] * SamB_MacG5 sorta wishes there was a way to specify userstyle based on what stylesheets a document used ...
- # [05:29] * Quits: smus (~smus@199.189.96.87) (Ping timeout: 240 seconds)
- # [05:31] * SamB_MacG5 would make one to override http://dev.w3.org/csswg/default.css
- # [05:38] * Joins: jacobolus (~jacobolus@76.91.212.21)
- # [05:39] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [05:39] * Joins: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com)
- # [05:56] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [06:00] <Hixie> jgraham: dude, you need to indent your test cases. :-P (e.g. http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=1562 )
- # [06:02] * Quits: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net) (Quit: linclark)
- # [06:03] * Joins: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [06:05] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [06:07] * Quits: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net) (Quit: Leaving)
- # [06:08] * Joins: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net)
- # [06:10] * Quits: jacobolus (~jacobolus@76.91.212.21) (Remote host closed the connection)
- # [06:20] * Joins: xjiujiu (~quassel@218.77.14.202)
- # [06:24] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [06:24] * Quits: xjiujiu (~quassel@218.77.14.202) (Read error: Connection reset by peer)
- # [06:30] * Joins: kennyluck (~kennyluck@119.161.158.96)
- # [06:31] * Joins: jacobolus (~jacobolus@76.91.212.21)
- # [06:32] * Joins: isherman-book (Adium@nat/google/x-hczzupcerhhsvcur)
- # [06:33] * Quits: isherman-book (Adium@nat/google/x-hczzupcerhhsvcur) (Client Quit)
- # [06:36] * Joins: isherman-book (Adium@nat/google/x-qqckkdvllakxbaso)
- # [06:36] * Joins: fishd (darin@nat/google/x-lvrxwqwzdklnzlwp)
- # [06:37] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [06:40] * Quits: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 15.0.1/20120911153917])
- # [06:40] * Quits: isherman-book (Adium@nat/google/x-qqckkdvllakxbaso) (Client Quit)
- # [06:41] * Joins: isherman-book (Adium@nat/google/x-gnaiqsjhxmnmixcn)
- # [06:41] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: Leaving...)
- # [06:42] * Quits: isherman-book (Adium@nat/google/x-gnaiqsjhxmnmixcn) (Client Quit)
- # [06:43] * Joins: isherman-book (Adium@nat/google/x-tgjjbtqyhgkrdofm)
- # [06:44] * Joins: drdt (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net)
- # [06:45] * Quits: isherman-book (Adium@nat/google/x-tgjjbtqyhgkrdofm) (Client Quit)
- # [06:46] * Joins: isherman-book (Adium@nat/google/x-ngrpzsyzibemhvdq)
- # [06:47] * Quits: isherman-book (Adium@nat/google/x-ngrpzsyzibemhvdq) (Client Quit)
- # [06:48] * Joins: isherman-book (Adium@nat/google/x-qyfomxdtxhnfrueg)
- # [06:49] * Quits: isherman-book (Adium@nat/google/x-qyfomxdtxhnfrueg) (Client Quit)
- # [06:51] * Joins: rwaldron (~rwaldron@146-115-41-31.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
- # [07:11] * Joins: niloy (~niloy@61.12.96.242)
- # [07:14] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [07:15] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [07:19] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 252 seconds)
- # [07:26] * Quits: danzik17 (~danzik17@ool-435606a9.dyn.optonline.net) (Ping timeout: 245 seconds)
- # [07:34] * Quits: rwaldron (~rwaldron@146-115-41-31.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com) (Quit: Leaving...)
- # [07:51] * Joins: Smylers (~smylers@host86-167-76-92.range86-167.btcentralplus.com)
- # [08:02] * Joins: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de)
- # [08:07] * Joins: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net)
- # [08:08] * Joins: silverroots (~silverroo@144.187.148.27)
- # [08:23] * Quits: j_wright (~jwright@ip70-180-205-15.lv.lv.cox.net) (Quit: [A] mirror, mirror on the wall ... true hope lies beyond the coast ...)
- # [08:28] * Quits: espadrine (~thaddee_t@85-218-9-34.dclient.lsne.ch) (Ping timeout: 260 seconds)
- # [08:30] * Joins: j_wright (~jwright@ip70-180-205-15.lv.lv.cox.net)
- # [08:31] * Quits: JohnAlbin (~JohnAlbin@111-250-144-93.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
- # [08:35] * Joins: Ducki (~Ducki@pD9E397AC.dip0.t-ipconnect.de)
- # [08:37] * Joins: PalleZingmark (~Adium@90-229-139-33-no195.tbcn.telia.com)
- # [08:38] * Joins: zcorpan (~zcorpan@81-231-170-159-no135.tbcn.telia.com)
- # [08:38] * Quits: Smylers (~smylers@host86-167-76-92.range86-167.btcentralplus.com) (Quit: Leaving.)
- # [08:47] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
- # [08:47] <zcorpan> TabAtkins: apparently ed isn't on board, at least
- # [08:48] * Joins: krijn (u2319@gateway/web/irccloud.com/x-ypwofphysdlckagm)
- # [08:48] * Quits: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3) (Quit: Leaving)
- # [08:49] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [09:02] <annevk> oh lol, whether the ? or # is included matters for the terminology?
- # [09:02] <hsivonen> annevk: thanks. email sent to www-style about window.screen
- # [09:05] * Joins: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3)
- # [09:09] * Joins: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com)
- # [09:15] * Quits: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Quit: snowfox_ben)
- # [09:15] * Joins: jochen__ (jochen@nat/google/x-rtapmqhhandfagtc)
- # [09:22] * Quits: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
- # [09:22] * Quits: nessy (silviapf@nat/google/x-dnzeyrxhknxebqvt) (Quit: Leaving.)
- # [09:23] * Joins: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net)
- # [09:23] <zcorpan> annevk: why call it .isInvalid rather than simply .valid or .invalid (depending on which case is more likely to check for truthness in an if statement)?
- # [09:24] * Joins: sedovsek (~robert@89.143.12.238)
- # [09:24] <annevk> But Klaasen, the Dutch national coordinator for counterterrorism and security: "Why can’t I trust people?"
- # [09:24] <annevk> hahahaha
- # [09:24] <zcorpan> (i'd think .valid since it seems more useful to do stuff with a valid url than with an invalid one)
- # [09:24] <annevk> -- http://arstechnica.com/tech-policy/2012/09/proposed-eu-plan-to-stop-terrorist-sites-even-more-ridiculous-than-thought/
- # [09:24] * Joins: auchenberg (~auchenber@176.222.239.226)
- # [09:25] <annevk> mkay
- # [09:25] <annevk> looks like ValidityState has that too
- # [09:26] <zcorpan> ah yeah
- # [09:26] <annevk> zcorpan: you have the same nick on github?
- # [09:26] <zcorpan> yes
- # [09:27] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [09:28] * Joins: nessy (silviapf@nat/google/x-ftdyrdnjepqlfrhn)
- # [09:29] <annevk> zewt: I think I'm going to leave relative URLs to libraries for now (in the manner you proposed on the list)
- # [09:29] * Joins: danbri (~danbri@92.36.237.205)
- # [09:29] <annevk> zewt: afaict there's no native code in browsers for those things at the moment
- # [09:30] * Quits: auchenberg (~auchenber@176.222.239.226) (Remote host closed the connection)
- # [09:35] * Quits: j_wright (~jwright@ip70-180-205-15.lv.lv.cox.net) (Ping timeout: 245 seconds)
- # [09:35] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
- # [09:39] * Joins: yoshiaki (~yoshiaki@netDHCP-174.keio.w3.org)
- # [09:42] * Joins: henrikkok (~henrikkok@81.27.221.193)
- # [09:44] <annevk> tantek: basically, I considered aligning the terminology with the API, but kept them different for now since a) names as scheme/query/fragment are quite widespread and understood (I think) and b) it makes it somewhat clearer there's an API on top of some internal concepts
- # [09:45] <annevk> tantek: this is in particular true for "scheme", which is the name exclusively used when defining new types of URLs
- # [09:51] * Quits: drdt (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net) (Quit: drdt)
- # [09:54] <zcorpan> http://lists.w3.org/Archives/Public/public-webapps/2012JulSep/0835.html looks like an excellent example of how we want people to go about proposing a new feature
- # [09:56] <zcorpan> (asking people to come up with a solution and detailed processing model as in http://blog.whatwg.org/proposing-features has proven to be unhelpful for the forums since it makes people focus on a particular solution instead of focusing on use cases and requirements)
- # [09:57] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (Remote host closed the connection)
- # [09:58] * Joins: dydx (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net)
- # [09:59] * Quits: dcheng (dcheng@nat/google/x-qfkrcnvoryzouhqz) (Ping timeout: 240 seconds)
- # [09:59] * Joins: Smylers (~smylers@94.116.160.81)
- # [10:01] * Joins: dcheng (dcheng@nat/google/x-jrznwifzvgffvwzr)
- # [10:01] <annevk> write an updated blog post ;)
- # [10:01] <annevk> and maybe update the FAQ
- # [10:04] * Quits: nessy (silviapf@nat/google/x-ftdyrdnjepqlfrhn) (Quit: Leaving.)
- # [10:05] * Joins: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net)
- # [10:05] <zcorpan> i edited http://forums.whatwg.org/bb3/viewtopic.php?f=3&t=41&p=159
- # [10:05] <zcorpan> but maybe the faq should say that directly and the forums post just point to the faq
- # [10:07] <zcorpan> for the faq, the step discussing with implementors i think puts people off and isn't really a requirement
- # [10:07] <zcorpan> i mean, not as a first step
- # [10:08] * Quits: dydx (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net) (Quit: dydx)
- # [10:08] <zcorpan> i think step one should be "forget about your solution" :-P
- # [10:09] <annevk> yeah, I think you're right
- # [10:10] <annevk> the people typically directed to these things just need to know it's about "use cases"
- # [10:10] * heycam is now known as heycam|away
- # [10:12] * Joins: Druide_ (~Druid@p5B05CB6F.dip.t-dialin.net)
- # [10:14] * Quits: Druide__ (~Druid@p5B135C26.dip.t-dialin.net) (Ping timeout: 265 seconds)
- # [10:18] * Joins: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net)
- # [10:18] * Quits: Smylers (~smylers@94.116.160.81) (Ping timeout: 256 seconds)
- # [10:28] * Joins: Ms2ger (~Ms2ger@vpnh201.ugent.be)
- # [10:34] * Quits: yoshiaki (~yoshiaki@netDHCP-174.keio.w3.org) (Remote host closed the connection)
- # [10:34] * Joins: nessy (~silviapf@49.176.66.46)
- # [10:34] * Joins: yoshiaki (~yoshiaki@netDHCP-174.keio.w3.org)
- # [10:35] * Joins: victor2 (~Adium@AMontsouris-652-1-174-216.w92-163.abo.wanadoo.fr)
- # [10:38] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (Quit: Leaving.)
- # [10:39] * Quits: yoshiaki (~yoshiaki@netDHCP-174.keio.w3.org) (Ping timeout: 248 seconds)
- # [10:40] * Joins: yoshiaki (~yoshiaki@2001:200:1c0:3602:90f1:2801:ebd4:1c6)
- # [10:41] * Quits: nessy (~silviapf@49.176.66.46) (Quit: Leaving.)
- # [10:48] * Joins: nonge__ (~nonge@p5B3269B6.dip.t-dialin.net)
- # [10:50] * Quits: nonge_ (~nonge@p5082A372.dip.t-dialin.net) (Read error: Operation timed out)
- # [10:51] * Joins: Smylers (~smylers@62.249.246.74)
- # [10:54] * Joins: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de)
- # [10:56] * Joins: j_wright (~jwright@ip70-180-205-15.lv.lv.cox.net)
- # [10:59] * Quits: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
- # [11:02] <zcorpan> i edited http://wiki.whatwg.org/wiki/FAQ#Is_there_a_process_for_adding_new_features_to_a_specification.3F to what i think works better in practice
- # [11:08] * Quits: yoshiaki (~yoshiaki@2001:200:1c0:3602:90f1:2801:ebd4:1c6) (Remote host closed the connection)
- # [11:09] * Joins: yoshiaki (~yoshiaki@2001:200:1c0:3602:90f1:2801:ebd4:1c6)
- # [11:12] * Joins: WolfieZero (~WolfieZer@87.124.34.32)
- # [11:13] * Quits: yoshiaki (~yoshiaki@2001:200:1c0:3602:90f1:2801:ebd4:1c6) (Ping timeout: 245 seconds)
- # [11:13] * Quits: Smylers (~smylers@62.249.246.74) (Quit: Leaving.)
- # [11:13] * Joins: SimonSapin (~simon@2a01:e35:2e8d:b5f0:242a:8fcb:2fb1:33d9)
- # [11:28] * Quits: Ms2ger (~Ms2ger@vpnh201.ugent.be) (Quit: bbl)
- # [11:28] * Joins: pyrsmk (~pyrsmk@225.220.75.86.rev.sfr.net)
- # [11:30] * Joins: auchenberg (~auchenber@176.222.239.226)
- # [11:35] * Quits: auchenberg (~auchenber@176.222.239.226) (Ping timeout: 252 seconds)
- # [11:36] <zcorpan> Hixie: with the frameset change, don't you need to apply display:block on the frameset element?
- # [11:50] * Joins: Ducki_ (~Ducki@pD9E39C9E.dip0.t-ipconnect.de)
- # [11:51] * Quits: Ducki (~Ducki@pD9E397AC.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
- # [11:59] * Quits: dcheng (dcheng@nat/google/x-jrznwifzvgffvwzr) (Ping timeout: 244 seconds)
- # [11:59] * Joins: dcheng (dcheng@nat/google/x-qzpujchfdeklrbwz)
- # [12:12] * Quits: WolfieZero (~WolfieZer@87.124.34.32) (Remote host closed the connection)
- # [12:13] * Joins: WolfieZero (~WolfieZer@87.124.34.32)
- # [12:16] <jgraham> http://www.cs.washington.edu/research/constraints/web/ccss-uwtr.pdf is mildly interesting is something of a historical curio at this point
- # [12:16] <jgraham> *if something
- # [12:17] * Quits: jahman (~woops@129.175.204.73) (Quit: Quitte)
- # [12:20] * Joins: smaug____ (~chatzilla@cs181151161.pp.htv.fi)
- # [12:20] * Quits: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net) (Quit: Leaving.)
- # [12:21] * Joins: jahman (~woops@129.175.204.73)
- # [12:23] * Joins: richt (~richt@office.oslo.opera.com)
- # [12:28] * Joins: darobin (~darobin@spintank2-160-134.cnt.nerim.net)
- # [12:36] <zcorpan> hmm, document.all is undefined in standards mode in webkit now?
- # [12:47] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [12:50] * attiks is now known as attiks|away
- # [12:53] * Quits: Guest27451 (~jondong@123.126.22.58) (Remote host closed the connection)
- # [13:00] * Joins: nessy (~silviapf@124-168-3-236.dyn.iinet.net.au)
- # [13:01] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [13:02] * Joins: mpt (~mpt@faun.canonical.com)
- # [13:02] * Quits: mpt (~mpt@faun.canonical.com) (Changing host)
- # [13:02] * Joins: mpt (~mpt@canonical/mpt)
- # [13:05] * Joins: Smylers (~smylers@62.249.246.74)
- # [13:13] * Joins: [[zzz]] (~q@node-n20.pool-101-108.dynamic.totbb.net)
- # [13:16] * Quits: [[zz]] (~q@node-rrx.pool-180-180.dynamic.totbb.net) (Ping timeout: 246 seconds)
- # [13:17] * Joins: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp)
- # [13:20] * Joins: danbri_ (~danbri@cable-146-255-148-108.dynamic.telemach.ba)
- # [13:22] * Quits: danbri (~danbri@92.36.237.205) (Ping timeout: 244 seconds)
- # [13:25] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Ping timeout: 264 seconds)
- # [13:26] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [13:26] * Quits: hdv (u2376@gateway/web/irccloud.com/x-llirknuukxytomfm) (Ping timeout: 264 seconds)
- # [13:26] * Quits: Smylers (~smylers@62.249.246.74) (Ping timeout: 246 seconds)
- # [13:38] * Joins: hdv (u2376@gateway/web/irccloud.com/x-xhvklintsjeqonkj)
- # [13:42] * Quits: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp) (Remote host closed the connection)
- # [13:42] * Joins: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp)
- # [13:43] * Quits: kennyluck (~kennyluck@119.161.158.96) (Quit: kennyluck)
- # [13:43] * Quits: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp) (Read error: Connection reset by peer)
- # [13:44] * Joins: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp)
- # [13:46] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [13:49] <zcorpan> will "why can't i trust people" be the next meme?
- # [13:49] * Joins: dbaron (~dbaron@173.243.46.194)
- # [13:55] * Joins: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net)
- # [13:58] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 268 seconds)
- # [13:58] * Quits: WolfieZero (~WolfieZer@87.124.34.32) (Quit: WolfieZero)
- # [14:01] * attiks|away is now known as attiks
- # [14:02] * Joins: WolfieZero (~WolfieZer@87.124.34.32)
- # [14:04] * Quits: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp) (Remote host closed the connection)
- # [14:05] * Joins: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp)
- # [14:08] * Joins: auchenberg (~auchenber@176.222.239.226)
- # [14:10] * Quits: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp) (Ping timeout: 264 seconds)
- # [14:16] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 248 seconds)
- # [14:18] * Joins: JohnAlbin (~JohnAlbin@114-24-49-173.dynamic.hinet.net)
- # [14:18] * Quits: dbaron (~dbaron@173.243.46.194) (Read error: Operation timed out)
- # [14:30] * Joins: mpt (~mpt@faun.canonical.com)
- # [14:30] * Quits: mpt (~mpt@faun.canonical.com) (Changing host)
- # [14:30] * Joins: mpt (~mpt@canonical/mpt)
- # [14:33] * Joins: erichynds (~ehynds@64.206.121.41)
- # [14:37] * Joins: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp)
- # [14:46] * Joins: Smylers (~smylers@62.249.246.74)
- # [14:47] * Quits: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp) (Remote host closed the connection)
- # [14:47] * Joins: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp)
- # [14:48] * danbri_ is now known as danbri
- # [14:49] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [14:50] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [14:51] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Read error: Connection reset by peer)
- # [14:51] * Joins: miketayl_r (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [14:51] * miketayl_r is now known as miketaylr
- # [14:52] * Quits: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp) (Ping timeout: 256 seconds)
- # [14:55] * Joins: danbri_ (~danbri@cable-146-255-148-108.dynamic.telemach.ba)
- # [14:56] * Joins: danbri__ (~danbri@cable-146-255-148-108.dynamic.telemach.ba)
- # [14:58] * Quits: danbri (~danbri@cable-146-255-148-108.dynamic.telemach.ba) (Ping timeout: 244 seconds)
- # [15:00] * Quits: danbri_ (~danbri@cable-146-255-148-108.dynamic.telemach.ba) (Ping timeout: 252 seconds)
- # [15:00] * Joins: krawchyk (~krawchyk@65.220.49.251)
- # [15:02] * abstractj|away is now known as abstractj
- # [15:03] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 255 seconds)
- # [15:12] * Quits: silverroots (~silverroo@144.187.148.27) (Quit: Leaving...!)
- # [15:17] * Quits: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net) (Quit: tomasf)
- # [15:22] * Quits: WolfieZero (~WolfieZer@87.124.34.32) (Quit: WolfieZero)
- # [15:23] * Joins: danielfilho|w (~danielfil@187.31.77.7)
- # [15:25] * Quits: Smylers (~smylers@62.249.246.74) (Quit: Leaving.)
- # [15:25] * Joins: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp)
- # [15:27] * Joins: MacTed (~Thud@63.119.36.36)
- # [15:29] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [15:30] * Joins: Martin_L (~Martin_L@194.18.12.26)
- # [15:33] * Quits: danielfilho|w (~danielfil@187.31.77.7) (Read error: Connection reset by peer)
- # [15:34] * Joins: danielfilho|w (~danielfil@2804:13c:2:c117:f966:6ad4:3fa8:9849)
- # [15:34] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 265 seconds)
- # [15:36] * [[zzz]] is now known as [[zz]]
- # [15:36] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [15:39] * Quits: smaug____ (~chatzilla@cs181151161.pp.htv.fi) (Ping timeout: 256 seconds)
- # [15:39] * Joins: yod (~ot@gatec.kw.bbc.co.uk)
- # [15:39] * Joins: danzik17 (~danzik17@164.55.254.106)
- # [15:40] * Quits: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp) (Remote host closed the connection)
- # [15:40] * Joins: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp)
- # [15:41] * Joins: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie)
- # [15:44] * Joins: Areks (~Areks@rs.gridnine.com)
- # [15:44] * abstractj is now known as abstractj|coffee
- # [15:45] * Quits: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp) (Ping timeout: 256 seconds)
- # [15:48] * Joins: tomasf (~tomasf@static-88.131.62.36.addr.tdcsong.se)
- # [15:59] * Quits: danbri__ (~danbri@cable-146-255-148-108.dynamic.telemach.ba) (Remote host closed the connection)
- # [16:01] * abstractj|coffee is now known as abstractj
- # [16:03] * Quits: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com) (Remote host closed the connection)
- # [16:07] * Joins: WolfieZero (~WolfieZer@87.124.34.32)
- # [16:10] * Joins: Ms2ger (~Ms2ger@91.181.95.180)
- # [16:10] * Quits: WolfieZero (~WolfieZer@87.124.34.32) (Client Quit)
- # [16:11] * Joins: WolfieZero (~WolfieZer@87.124.34.32)
- # [16:12] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [16:13] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Read error: Connection reset by peer)
- # [16:14] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [16:15] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [16:15] * Joins: scor (~scor@132.183.243.214)
- # [16:15] * Quits: scor (~scor@132.183.243.214) (Changing host)
- # [16:15] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [16:16] <zcorpan> [tm]: you know the status of the publishing in html wg?
- # [16:16] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Read error: Connection reset by peer)
- # [16:16] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [16:17] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [16:18] <SamB_MacG5> zcorpan: how are you checking for document.all ?
- # [16:19] <SamB_MacG5> you know that it's specified to pretend to be undefined, right?
- # [16:19] * Joins: garciawebdev (~garciaweb@190.244.76.14)
- # [16:20] * Joins: mattgiff_ (~mattgiffo@108.161.20.199)
- # [16:20] <jgraham> zcorpan: I heard that [tm] is unavaliable
- # [16:20] <jgraham> Maybe ask plh
- # [16:20] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Read error: Connection reset by peer)
- # [16:21] <zcorpan> SamB_MacG5: yeah i know. i got an exception when using it and removing the doctype made it work, but now when i test again it works in standards mode. dunno what happened last time
- # [16:22] <SamB_MacG5> typo or something?
- # [16:22] <zcorpan> SamB_MacG5: the test i had was http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=1801
- # [16:23] <Ms2ger> zcorpan, throws in Gecko, as expected
- # [16:23] <zcorpan> (it saying 'undefined' in the log means document.all is available; it saying an exception was thrown means it wasn't)
- # [16:23] <zcorpan> (opera returns the param)
- # [16:23] <SamB_MacG5> ah
- # [16:24] <zcorpan> maybe i looked at firefox and thought i was looking at chrome? dunno :-)
- # [16:24] <SamB_MacG5> yeah, that's throwing in TenFourFox for me as well
- # [16:25] <zcorpan> browsers look much the same these days
- # [16:27] * Quits: nessy (~silviapf@124-168-3-236.dyn.iinet.net.au) (Quit: Leaving.)
- # [16:28] * SamB_MacG5 is a *bit* surprised that Gecko conditionalizes document.all on standards mode
- # [16:28] * Joins: nessy (~silviapf@124-168-3-236.dyn.iinet.net.au)
- # [16:28] <Ms2ger> It's terrible, terrible code
- # [16:28] <SamB_MacG5> what does this "rendering mode: CSS1Compat" part mean?
- # [16:29] <Ms2ger> No quirks/limited quirks mode
- # [16:29] <Ms2ger> Also known as standards/almost standards
- # [16:29] * Quits: nessy (~silviapf@124-168-3-236.dyn.iinet.net.au) (Client Quit)
- # [16:29] <zcorpan> SamB_MacG5: http://dom.spec.whatwg.org/#dom-document-compatmode
- # [16:30] <zcorpan> Ms2ger: any change you're gonna make document.all available in standards mode? :-)
- # [16:30] <Ms2ger> No :)
- # [16:30] * SamB_MacG5 sees it in both Safari (WebKit 534.49.0) and TenFourFox 15
- # [16:31] <Ms2ger> zcorpan, we are planning to make doc.all emulate undefined rather than the mess we have now, though
- # [16:31] * SamB_MacG5 wonders how you're *supposed* to find out what version of WebKit Safari is using
- # [16:32] <zcorpan> Ms2ger: what does that mean?
- # [16:32] <jgraham> SamB_MacG5: Never, ever ask about how document.all works in Gecko. Trust me on this.
- # [16:32] <SamB_MacG5> okay
- # [16:33] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [16:33] <Ms2ger> jgraham, indeed so :)
- # [16:33] <jgraham> It's not so much "here be dragons" as "here be dragons guarding a minefield around a black hole"
- # [16:33] * Quits: WolfieZero (~WolfieZer@87.124.34.32) (Quit: WolfieZero)
- # [16:34] * Joins: WolfieZero (~WolfieZer@87.124.34.32)
- # [16:34] * Joins: ehsan (~ehsan@66.207.208.98)
- # [16:35] <Ms2ger> Try http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1803 for example
- # [16:37] <zcorpan> jgraham: ok, i'll email plh
- # [16:40] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
- # [16:42] * Quits: zcorpan (~zcorpan@81-231-170-159-no135.tbcn.telia.com) (Remote host closed the connection)
- # [16:42] * Quits: Ducki_ (~Ducki@pD9E39C9E.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
- # [16:44] * Joins: thisgeek (~chris@ool-45757d25.dyn.optonline.net)
- # [16:49] * Quits: auchenberg (~auchenber@176.222.239.226) (Remote host closed the connection)
- # [16:50] * Quits: nielsle (~nielsle@3239149-cl69.boa.fiberby.dk) (Quit: Ex-Chat)
- # [16:50] * Joins: rwaldron (~rwaldron@75-150-66-249-NewEngland.hfc.comcastbusiness.net)
- # [17:01] * Quits: wycats (u79@gateway/web/irccloud.com/x-txxttwrodbvxptup) (Remote host closed the connection)
- # [17:01] * Quits: oal (u4126@gateway/web/irccloud.com/x-biyvrokxieanfkdm) (Remote host closed the connection)
- # [17:01] * Quits: Raynos_ (u3611@gateway/web/irccloud.com/x-maifvhucirqxknrs) (Remote host closed the connection)
- # [17:01] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-cxqaycumkfyhmhqw) (Remote host closed the connection)
- # [17:01] * Quits: krijn (u2319@gateway/web/irccloud.com/x-ypwofphysdlckagm) (Remote host closed the connection)
- # [17:01] * Quits: hdv (u2376@gateway/web/irccloud.com/x-xhvklintsjeqonkj) (Remote host closed the connection)
- # [17:01] * Quits: sawrubh (u6719@gateway/web/irccloud.com/x-oanxdmaxbzzoxcuo) (Remote host closed the connection)
- # [17:01] * Quits: abarth (u5294@gateway/web/irccloud.com/x-avtkuroneqpiaybx) (Remote host closed the connection)
- # [17:01] * Quits: JonathanNeal (u5831@gateway/web/irccloud.com/x-vpsmnncjtqhskzcn) (Remote host closed the connection)
- # [17:01] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-zeamcskwzsadodof) (Remote host closed the connection)
- # [17:01] * Quits: divya (u1924@gateway/web/irccloud.com/x-ichxgrqmawpoxizd) (Remote host closed the connection)
- # [17:01] * Quits: toddmparker_ (u3054@gateway/web/irccloud.com/x-spfmdlparsrmcach) (Remote host closed the connection)
- # [17:01] * Quits: tobie (u5692@gateway/web/irccloud.com/x-edjdpuzjuxcjdhhr) (Read error: Connection reset by peer)
- # [17:01] * Quits: twisted` (u6794@gateway/web/irccloud.com/x-vydroisgcqkhgjif) (Remote host closed the connection)
- # [17:01] * Quits: scheib (u4467@gateway/web/irccloud.com/x-psvhosptaihwiysi) (Read error: Connection reset by peer)
- # [17:01] * Quits: Wilto (u2821@gateway/web/irccloud.com/x-mpqxtwlvxbyrxayt) (Remote host closed the connection)
- # [17:01] * Quits: Phae (u455@gateway/web/irccloud.com/x-zlyvqglvyuuhbiff) (Remote host closed the connection)
- # [17:01] * Quits: arv (u4269@gateway/web/irccloud.com/x-qtbppkefzmpkcogc) (Remote host closed the connection)
- # [17:01] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-qokufqiobjdrrnlc) (Remote host closed the connection)
- # [17:01] * Quits: vidu (u5404@gateway/web/irccloud.com/x-sqygytikipjhxgee) (Read error: Connection reset by peer)
- # [17:01] * Quits: ojan_away (u5519@gateway/web/irccloud.com/x-yjruuxrsvfatwdqt) (Write error: Connection reset by peer)
- # [17:01] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (Read error: Connection reset by peer)
- # [17:02] * Joins: hdv (u2376@gateway/web/irccloud.com/x-jqfsgywkogvjdypj)
- # [17:03] * Quits: bGriz (~quassel@vpn.space150.com) (Remote host closed the connection)
- # [17:04] * attiks is now known as attiks|away
- # [17:04] * Joins: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp)
- # [17:05] * Joins: sawrubh (u6719@gateway/web/irccloud.com/x-kiuqpnunzjlcrtrr)
- # [17:05] * Joins: krijn (u2319@gateway/web/irccloud.com/x-uhuptqrskbzodkbx)
- # [17:06] <jgraham> Hixie: Browsers need to work out that I am editing mixed javascript/html and give me a keybinding that indents nicely, like tab in emacs (except that doesn't work so well in mixed documents)
- # [17:08] * Joins: oal (u4126@gateway/web/irccloud.com/x-ktrxobyivfexxews)
- # [17:08] * Joins: divya (u1924@gateway/web/irccloud.com/x-wvpezamlgpmbwsnz)
- # [17:08] * Joins: tobie (u5692@gateway/web/irccloud.com/x-jyifcmcspaosufrq)
- # [17:11] * Quits: yoshiaki (~yoshiaki@p2028-ipngn3201marunouchi.tokyo.ocn.ne.jp) (Ping timeout: 252 seconds)
- # [17:14] * Joins: twisted` (u6794@gateway/web/irccloud.com/x-qrqxxhkffeaioekr)
- # [17:14] * Joins: sicking (~chatzilla@nat/mozilla/x-ihxjufndedsfrmvg)
- # [17:14] * Joins: wycats (u79@gateway/web/irccloud.com/x-nbrighlmkfucsrkt)
- # [17:15] * Joins: JonathanNeal (u5831@gateway/web/irccloud.com/x-sscqcquonsxjekxt)
- # [17:16] * Joins: vidu (u5404@gateway/web/irccloud.com/x-lnollyckypqzufvw)
- # [17:16] * Quits: wycats (u79@gateway/web/irccloud.com/x-nbrighlmkfucsrkt) (Remote host closed the connection)
- # [17:16] * Quits: divya (u1924@gateway/web/irccloud.com/x-wvpezamlgpmbwsnz) (Read error: Connection reset by peer)
- # [17:16] * Quits: twisted` (u6794@gateway/web/irccloud.com/x-qrqxxhkffeaioekr) (Remote host closed the connection)
- # [17:16] * Quits: hdv (u2376@gateway/web/irccloud.com/x-jqfsgywkogvjdypj) (Remote host closed the connection)
- # [17:16] * Quits: tobie (u5692@gateway/web/irccloud.com/x-jyifcmcspaosufrq) (Read error: Connection reset by peer)
- # [17:16] * Quits: JonathanNeal (u5831@gateway/web/irccloud.com/x-sscqcquonsxjekxt) (Remote host closed the connection)
- # [17:16] * Quits: oal (u4126@gateway/web/irccloud.com/x-ktrxobyivfexxews) (Remote host closed the connection)
- # [17:16] * Quits: krijn (u2319@gateway/web/irccloud.com/x-uhuptqrskbzodkbx) (Remote host closed the connection)
- # [17:16] * Quits: vidu (u5404@gateway/web/irccloud.com/x-lnollyckypqzufvw) (Write error: Broken pipe)
- # [17:16] * Quits: sawrubh (u6719@gateway/web/irccloud.com/x-kiuqpnunzjlcrtrr) (Remote host closed the connection)
- # [17:17] * Quits: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de) (Remote host closed the connection)
- # [17:17] * Joins: tobie (u5692@gateway/web/irccloud.com/x-ngkbhwguhcdihyaa)
- # [17:22] * Quits: PalleZingmark (~Adium@90-229-139-33-no195.tbcn.telia.com) (Quit: Leaving.)
- # [17:22] * Joins: hdv (u2376@gateway/web/irccloud.com/x-ilgcquzmmpjtjsvw)
- # [17:23] * Joins: wycats (u79@gateway/web/irccloud.com/x-bhsmseavxciyqhea)
- # [17:25] * Quits: mattgiff_ (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [17:25] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [17:27] * Joins: beowulf (u116@gateway/web/irccloud.com/x-kxvkljiemsnkfhoa)
- # [17:27] * Quits: beowulf (u116@gateway/web/irccloud.com/x-kxvkljiemsnkfhoa) (Changing host)
- # [17:27] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
- # [17:28] * Joins: toddmparker_ (u3054@gateway/web/irccloud.com/x-azkrdoeogptyzmkn)
- # [17:28] * Quits: henrikkok (~henrikkok@81.27.221.193) (Quit: Leaving.)
- # [17:29] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-yhcwtwgwubljwikr)
- # [17:30] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 265 seconds)
- # [17:30] * Joins: danbri (~danbri@cable-146-255-148-108.dynamic.telemach.ba)
- # [17:31] * Quits: niloy (~niloy@61.12.96.242) (Ping timeout: 245 seconds)
- # [17:32] * Joins: Raynos_ (u3611@gateway/web/irccloud.com/x-cedjvgjnbwzvqknq)
- # [17:32] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-dcuzouskwktxkyda)
- # [17:35] * Joins: JonathanNeal (u5831@gateway/web/irccloud.com/x-ffajduawgjnueonq)
- # [17:36] * Joins: griswold (~quassel@vpn.space150.com)
- # [17:38] * Joins: oal (u4126@gateway/web/irccloud.com/x-mcjekvkbefrpswub)
- # [17:39] * Joins: smaug____ (~chatzilla@212-226-65-122-nat.elisa-mobile.fi)
- # [17:39] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-uqjtgtftwripyaiv)
- # [17:42] * Joins: scheib (u4467@gateway/web/irccloud.com/x-waxmdshowpzlowpf)
- # [17:42] * Joins: abarth (u5294@gateway/web/irccloud.com/x-payawaeqsuorvrnk)
- # [17:42] * Joins: Phae (u455@gateway/web/irccloud.com/x-armnhuuszcllmcpb)
- # [17:42] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-uqjtgtftwripyaiv) (Remote host closed the connection)
- # [17:42] * Quits: Raynos_ (u3611@gateway/web/irccloud.com/x-cedjvgjnbwzvqknq) (Remote host closed the connection)
- # [17:42] * Quits: JonathanNeal (u5831@gateway/web/irccloud.com/x-ffajduawgjnueonq) (Remote host closed the connection)
- # [17:42] * Quits: wycats (u79@gateway/web/irccloud.com/x-bhsmseavxciyqhea) (Remote host closed the connection)
- # [17:42] * Quits: tobie (u5692@gateway/web/irccloud.com/x-ngkbhwguhcdihyaa) (Remote host closed the connection)
- # [17:42] * Quits: abarth (u5294@gateway/web/irccloud.com/x-payawaeqsuorvrnk) (Remote host closed the connection)
- # [17:42] * Quits: hdv (u2376@gateway/web/irccloud.com/x-ilgcquzmmpjtjsvw) (Remote host closed the connection)
- # [17:42] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (Remote host closed the connection)
- # [17:42] * Quits: toddmparker_ (u3054@gateway/web/irccloud.com/x-azkrdoeogptyzmkn) (Remote host closed the connection)
- # [17:42] * Quits: scheib (u4467@gateway/web/irccloud.com/x-waxmdshowpzlowpf) (Remote host closed the connection)
- # [17:42] * Quits: Phae (u455@gateway/web/irccloud.com/x-armnhuuszcllmcpb) (Remote host closed the connection)
- # [17:42] * Quits: oal (u4126@gateway/web/irccloud.com/x-mcjekvkbefrpswub) (Write error: Broken pipe)
- # [17:42] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-yhcwtwgwubljwikr) (Remote host closed the connection)
- # [17:42] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-dcuzouskwktxkyda) (Remote host closed the connection)
- # [17:42] * Joins: scheib (u4467@gateway/web/irccloud.com/x-htauotfojdbvwaeq)
- # [17:45] * Joins: divya (u1924@gateway/web/irccloud.com/x-beluerzlbephfipi)
- # [17:46] * Joins: vidu (u5404@gateway/web/irccloud.com/x-ivjasplyggqskzex)
- # [17:47] * Joins: twisted` (u6794@gateway/web/irccloud.com/x-seypcuuirkqivdms)
- # [17:47] * Quits: darobin (~darobin@spintank2-160-134.cnt.nerim.net) (Ping timeout: 244 seconds)
- # [17:48] * Joins: JonathanNeal (u5831@gateway/web/irccloud.com/x-iuunpzhqeelyhwmh)
- # [17:48] * Joins: Phae (u455@gateway/web/irccloud.com/x-xwcqtwnuooxmxrhg)
- # [17:49] * Joins: oal (u4126@gateway/web/irccloud.com/x-pgytgbvuxqzmadou)
- # [17:49] * Joins: Raynos_ (u3611@gateway/web/irccloud.com/x-jafzcycblwvdnhcc)
- # [17:54] * Joins: Smylers (~smylers@62.249.246.74)
- # [17:54] * Quits: scott_gonzalez (~gonzasi0@205.186.165.147) (Excess Flood)
- # [17:54] * Joins: espadrine (~thaddee_t@85-218-9-34.dclient.lsne.ch)
- # [17:55] * Joins: darobin (~darobin@spintank2-160-134.cnt.nerim.net)
- # [17:55] * Joins: toddmparker_ (u3054@gateway/web/irccloud.com/x-jezcqicwkfgwroli)
- # [17:55] * Joins: scott_gonzalez (~gonzasi0@205.186.165.147)
- # [17:57] * Joins: cabanier (~cabanier@192.150.22.55)
- # [17:59] * Quits: manu-db (~msporny@216.252.204.51) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.1.16/20120421075130])
- # [17:59] * Quits: smaug____ (~chatzilla@212-226-65-122-nat.elisa-mobile.fi) (Read error: Connection reset by peer)
- # [17:59] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [18:00] * Joins: manu-db (~msporny@216.252.204.51)
- # [18:03] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-upafhdapgfqfanao)
- # [18:03] * Quits: jacobolus (~jacobolus@76.91.212.21) (Ping timeout: 246 seconds)
- # [18:03] * Quits: Adawerk (~ada@169.241.49.57) (Quit: Leaving)
- # [18:04] * Joins: ojan_away (u5519@gateway/web/irccloud.com/x-guqrckaoipckgpnu)
- # [18:05] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-lhaakbmlvekacwmp)
- # [18:06] * Quits: SimonSapin (~simon@2a01:e35:2e8d:b5f0:242a:8fcb:2fb1:33d9) (Quit: Leaving.)
- # [18:06] <Ms2ger> krijnh, still not updating
- # [18:07] * odinho pats his ~/irclogs folder
- # [18:07] * Quits: tomasf (~tomasf@static-88.131.62.36.addr.tdcsong.se) (Quit: tomasf)
- # [18:09] * Joins: SimonSapin (~simon@2a01:e35:2e8d:b5f0:ea9d:87ff:fe22:e221)
- # [18:09] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [18:11] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-zixsejoeglbsevch)
- # [18:11] * Joins: abarth (u5294@gateway/web/irccloud.com/x-agozgprimflkzuvf)
- # [18:11] * Joins: tobie (u5692@gateway/web/irccloud.com/x-nuperimonhophpsc)
- # [18:12] * Joins: wycats (u79@gateway/web/irccloud.com/x-apopevtbppibetlb)
- # [18:13] * Quits: Martin_L (~Martin_L@194.18.12.26) (Ping timeout: 244 seconds)
- # [18:13] * Quits: Smylers (~smylers@62.249.246.74) (Quit: Leaving.)
- # [18:13] * Joins: dglazkov (u4270@gateway/web/irccloud.com/x-pgdwrsiydzgycmmj)
- # [18:14] * Quits: rwaldron (~rwaldron@75-150-66-249-NewEngland.hfc.comcastbusiness.net) (Quit: Leaving...)
- # [18:17] <Ms2ger> zewt++
- # [18:17] * Quits: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de) (Remote host closed the connection)
- # [18:19] * Quits: sicking (~chatzilla@nat/mozilla/x-ihxjufndedsfrmvg) (Ping timeout: 248 seconds)
- # [18:22] * Joins: beowulf (u116@gateway/web/irccloud.com/x-nptfpuxudzayolis)
- # [18:22] * Quits: beowulf (u116@gateway/web/irccloud.com/x-nptfpuxudzayolis) (Changing host)
- # [18:22] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
- # [18:22] * Joins: smaug____ (~chatzilla@cs181151161.pp.htv.fi)
- # [18:26] * Quits: WolfieZero (~WolfieZer@87.124.34.32) (Quit: WolfieZero)
- # [18:26] * Joins: jernoble (~jernoble@17.212.152.13)
- # [18:32] * Joins: hdv (u2376@gateway/web/irccloud.com/x-wolgdshhzerkliwc)
- # [18:34] * Joins: Wilto (u2821@gateway/web/irccloud.com/x-ppqredffermjoqtf)
- # [18:35] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Read error: Connection reset by peer)
- # [18:36] * Joins: sicking (~chatzilla@nat/mozilla/x-ecppbdcxcjxulvek)
- # [18:39] * Joins: ap_ (~ap@17.245.107.141)
- # [18:39] * Quits: ap_ (~ap@17.245.107.141) (Remote host closed the connection)
- # [18:39] * Joins: ap_ (~ap@2620:149:4:1b01:5d81:7077:a78e:ea1c)
- # [18:40] * Joins: mattgifford (~mattgiffo@70.102.199.158)
- # [18:40] * Parts: Wilto (u2821@gateway/web/irccloud.com/x-ppqredffermjoqtf)
- # [18:41] * Joins: sedovsek (~robert@BSN-176-196-126.dial-up.dsl.siol.net)
- # [18:42] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:43] * Joins: zcorpan (~zcorpan@81-231-170-159-no135.tbcn.telia.com)
- # [18:44] * Joins: zcorpan_ (~zcorpan@81-231-170-159-no135.tbcn.telia.com)
- # [18:44] * Quits: zcorpan (~zcorpan@81-231-170-159-no135.tbcn.telia.com) (Read error: Connection reset by peer)
- # [18:46] * Joins: Wilto (u2821@gateway/web/irccloud.com/x-ppqredffermjoqtf)
- # [18:48] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Remote host closed the connection)
- # [18:49] * Joins: mp3jeep01 (~mp3jeep01@50-0-204-47.dsl.static.sonic.net)
- # [18:50] * Joins: auchenberg (~auchenber@176.222.239.226)
- # [18:51] * Quits: auchenberg (~auchenber@176.222.239.226) (Read error: Operation timed out)
- # [18:51] * Joins: drublic (~drublic@frbg-5d84fde9.pool.mediaWays.net)
- # [18:52] * Joins: rwaldron (~rwaldron@75-150-66-249-NewEngland.hfc.comcastbusiness.net)
- # [18:54] * Quits: pyrsmk (~pyrsmk@225.220.75.86.rev.sfr.net) (Remote host closed the connection)
- # [18:59] * Quits: darobin (~darobin@spintank2-160-134.cnt.nerim.net) (Ping timeout: 252 seconds)
- # [19:00] * Joins: othermaciej (~mjs@17.245.111.37)
- # [19:00] * Quits: mbatle (mbatle@pasanda.collabora.co.uk) (Ping timeout: 246 seconds)
- # [19:00] <Hixie> zcorpan_: thanks for updating the faq, that's way better
- # [19:00] <zcorpan_> Hixie: cool, thanks
- # [19:00] * Joins: izhak (~izhak@188.244.176.232)
- # [19:00] <Hixie> zcorpan_: i might change it to say that you can stop after sending the use cases to the list, since at that point if the use cases are good it'll get added regardless, and if they're bad it doesn't matter how good the solutions are
- # [19:01] <Hixie> zcorpan_: and some people get attached to their solutions and get upset when others are picked
- # [19:01] <zcorpan_> Hixie: yeah i considered the same thing
- # [19:02] <Hixie> see also the bottom section of http://wiki.whatwg.org/wiki/What_you_can_do
- # [19:02] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [19:03] * Quits: victor2 (~Adium@AMontsouris-652-1-174-216.w92-163.abo.wanadoo.fr) (Quit: Leaving.)
- # [19:03] * Quits: mp3jeep01 (~mp3jeep01@50-0-204-47.dsl.static.sonic.net) (Read error: Connection reset by peer)
- # [19:03] * Joins: jacobolus (~jacobolus@76.91.212.21)
- # [19:04] * Joins: mbatle (mbatle@pasanda.collabora.co.uk)
- # [19:05] * Joins: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net)
- # [19:05] * Quits: othermaciej (~mjs@17.245.111.37) (Quit: othermaciej)
- # [19:05] * Quits: SimonSapin (~simon@2a01:e35:2e8d:b5f0:ea9d:87ff:fe22:e221) (Read error: Connection reset by peer)
- # [19:05] * Joins: SimonSapin1 (~simon@2a01:e35:2e8d:b5f0:ea9d:87ff:fe22:e221)
- # [19:07] * Joins: othermaciej (~mjs@17.245.111.37)
- # [19:09] * Quits: jacobolus (~jacobolus@76.91.212.21) (Remote host closed the connection)
- # [19:12] * Joins: pablof (~pablof@144.189.150.130)
- # [19:13] * Joins: mp3jeep01 (~mp3jeep01@50-0-204-47.dsl.static.sonic.net)
- # [19:14] * Quits: mp3jeep01 (~mp3jeep01@50-0-204-47.dsl.static.sonic.net) (Remote host closed the connection)
- # [19:14] * Joins: WeirdAl (~chatzilla@g2spf.ask.info)
- # [19:23] * jernoble is now known as jernoble|afk
- # [19:23] * jernoble|afk is now known as jernoble
- # [19:23] * Quits: jernoble (~jernoble@17.212.152.13) (Remote host closed the connection)
- # [19:23] * Joins: say2joe (~say2joe@204.56.108.2)
- # [19:44] * Quits: danbri (~danbri@cable-146-255-148-108.dynamic.telemach.ba) (Remote host closed the connection)
- # [19:44] * Quits: SimonSapin1 (~simon@2a01:e35:2e8d:b5f0:ea9d:87ff:fe22:e221) (Ping timeout: 246 seconds)
- # [19:45] * Quits: ben_alman (~cowboy@awesome.benalman.com) (Excess Flood)
- # [19:47] * Joins: tomasf (~tom@c-44dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [19:51] * Joins: ben_alman (~cowboy@awesome.benalman.com)
- # [19:52] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
- # [19:56] * Quits: yod (~ot@gatec.kw.bbc.co.uk) (Quit: Leaving.)
- # [19:56] * Quits: othermaciej (~mjs@17.245.111.37) (Quit: othermaciej)
- # [19:57] * Joins: othermaciej (~mjs@17.245.111.37)
- # [20:07] * Joins: jsbell (jsbell@nat/google/x-vhlxzbamqabtxnjo)
- # [20:07] * abstractj is now known as abstractj|lunch
- # [20:08] * Quits: jochen__ (jochen@nat/google/x-rtapmqhhandfagtc) (Read error: Connection reset by peer)
- # [20:08] * Joins: Adawerk (~ada@169.241.49.57)
- # [20:08] * Quits: sicking (~chatzilla@nat/mozilla/x-ecppbdcxcjxulvek) (Ping timeout: 240 seconds)
- # [20:09] * Joins: sicking (~chatzilla@nat/mozilla/x-mnqzyvwcqepihcbp)
- # [20:11] * Quits: rwaldron (~rwaldron@75-150-66-249-NewEngland.hfc.comcastbusiness.net) (Quit: Leaving...)
- # [20:13] * Quits: dcheng (dcheng@nat/google/x-qzpujchfdeklrbwz) (Remote host closed the connection)
- # [20:16] * Joins: jsbell_ (jsbell@nat/google/x-xajqkluzaulfdeup)
- # [20:16] * Quits: jsbell_ (jsbell@nat/google/x-xajqkluzaulfdeup) (Client Quit)
- # [20:19] * Quits: sedovsek (~robert@BSN-176-196-126.dial-up.dsl.siol.net) (Ping timeout: 246 seconds)
- # [20:23] * Quits: WeirdAl (~chatzilla@g2spf.ask.info) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120905151427])
- # [20:23] * Joins: danbri (~danbri@cable-146-255-148-108.dynamic.telemach.ba)
- # [20:25] * Joins: dgathright (~dgathrigh@nat/yahoo/x-duuilociriafkbuj)
- # [20:27] * Joins: vikash (~vikash@1.186.9.182)
- # [20:27] * Quits: vikash (~vikash@1.186.9.182) (Changing host)
- # [20:27] * Joins: vikash (~vikash@unaffiliated/vikash)
- # [20:27] * Joins: sawrubh (u6719@gateway/web/irccloud.com/x-nyrhmxdnupageifa)
- # [20:28] * Joins: auchenberg (~auchenber@176.222.239.226)
- # [20:29] * Joins: mp3jeep01 (~mp3jeep01@50-0-204-47.dsl.static.sonic.net)
- # [20:33] * Joins: Smylers (~smylers@host86-167-76-92.range86-167.btcentralplus.com)
- # [20:33] * Quits: mp3jeep01 (~mp3jeep01@50-0-204-47.dsl.static.sonic.net) (Ping timeout: 240 seconds)
- # [20:50] * Joins: JohnAlbin_ (~JohnAlbin@114-24-49-173.dynamic.hinet.net)
- # [20:51] * Joins: Martin_L (~Martin_L@81-233-190-9-no212.tbcn.telia.com)
- # [20:53] * Quits: JohnAlbin (~JohnAlbin@114-24-49-173.dynamic.hinet.net) (Ping timeout: 252 seconds)
- # [20:57] * Quits: vikash (~vikash@unaffiliated/vikash) (Quit: Leaving)
- # [20:58] * Quits: Adawerk (~ada@169.241.49.57) (Ping timeout: 252 seconds)
- # [21:03] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
- # [21:05] * Joins: jwalden (~waldo@2620:101:8003:200:2d7f:2cf1:f8c9:829c)
- # [21:06] * JohnAlbin_ is now known as JohnAlbin
- # [21:06] * Quits: danbri (~danbri@cable-146-255-148-108.dynamic.telemach.ba) (Remote host closed the connection)
- # [21:07] * abstractj|lunch is now known as abstractj
- # [21:13] * Joins: danzik171 (~danzik17@164.55.254.106)
- # [21:16] * Quits: danzik17 (~danzik17@164.55.254.106) (Ping timeout: 245 seconds)
- # [21:17] * Joins: rniwa (rniwa@nat/google/x-uvpasvprfnoapedb)
- # [21:17] * Joins: danbri (~danbri@cable-146-255-148-108.dynamic.telemach.ba)
- # [21:18] * Quits: izhak (~izhak@188.244.176.232) (Ping timeout: 245 seconds)
- # [21:21] * Quits: ben_alman (~cowboy@awesome.benalman.com) (Excess Flood)
- # [21:27] * Joins: ben_alman (~cowboy@awesome.benalman.com)
- # [21:28] * Quits: othermaciej (~mjs@17.245.111.37) (Quit: othermaciej)
- # [21:29] * Joins: othermaciej (~mjs@17.245.111.37)
- # [21:29] * Joins: tantek (~tantek@66-87-7-245.pools.spcsdns.net)
- # [21:32] * Quits: othermaciej (~mjs@17.245.111.37) (Client Quit)
- # [21:35] * Joins: mp3jeep01 (~mp3jeep01@c-67-170-235-108.hsd1.ca.comcast.net)
- # [21:36] * Joins: rworth (~rworth@pool-72-66-13-241.washdc.fios.verizon.net)
- # [21:42] * Quits: tantek (~tantek@66-87-7-245.pools.spcsdns.net) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
- # [21:44] * Joins: pablof_ (~pablof@144.189.150.130)
- # [21:44] * Quits: pablof (~pablof@144.189.150.130) (Read error: Connection reset by peer)
- # [21:44] * pablof_ is now known as pablof
- # [21:45] * Joins: tantek (~tantek@nat/mozilla/x-ohhnqwysyzyyiedg)
- # [21:45] * Quits: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net) (Quit: Leaving.)
- # [21:47] * Quits: sicking (~chatzilla@nat/mozilla/x-mnqzyvwcqepihcbp) (Ping timeout: 246 seconds)
- # [21:48] * Joins: Adawerk (~ada@169.241.49.57)
- # [21:50] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [21:52] * Joins: scor (~scor@132.183.243.214)
- # [21:52] * Quits: scor (~scor@132.183.243.214) (Changing host)
- # [21:52] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [21:52] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [21:55] <Hixie> abarth: do you know what https://bugs.webkit.org/show_bug.cgi?id=85778 was about and whether i resolved it?
- # [21:55] <Hixie> abarth: i don't see e-mail pending on the topic
- # [22:05] * Joins: mattgiff_ (~mattgiffo@70.102.199.158)
- # [22:05] * Joins: dcheng (dcheng@nat/google/x-ijhxuxosajttxtds)
- # [22:05] * Joins: yod (~ot@cpc4-dals17-2-0-cust120.hari.cable.virginmedia.com)
- # [22:06] * Quits: mattgifford (~mattgiffo@70.102.199.158) (Read error: Connection reset by peer)
- # [22:08] * Quits: jahman (~woops@129.175.204.73) (Ping timeout: 264 seconds)
- # [22:09] * Quits: erichynds (~ehynds@64.206.121.41)
- # [22:13] * Joins: erichynds (~ehynds@64.206.121.41)
- # [22:13] * Quits: danbri (~danbri@cable-146-255-148-108.dynamic.telemach.ba) (Remote host closed the connection)
- # [22:16] * Joins: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net)
- # [22:16] <krijnh> Ms2ger: sorry, missed a line :/ Should be fixed now and auto-update again
- # [22:16] <abarth> Hixie: we had a thread about it on whatwg
- # [22:17] <Ms2ger> Yay :)
- # [22:17] * Quits: zcorpan_ (~zcorpan@81-231-170-159-no135.tbcn.telia.com) (Remote host closed the connection)
- # [22:17] <abarth> Hixie: i think we decided to put the requirement in the CSP spec rather than the HTML spec
- # [22:18] <abarth> Hixie: May 7
- # [22:18] <abarth> Subject: <iframe srcdoc> and Content-Security-Policy
- # [22:19] <abarth> on june 22 you said "Fair enough. I think this belongs in the CSP spec, though."
- # [22:20] * Joins: jahman (~woops@129.175.204.73)
- # [22:23] * Joins: sicking (~chatzilla@nat/mozilla/x-ttmrbanxubdgwqek)
- # [22:34] * Quits: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net) (Quit: Leaving.)
- # [22:35] * Quits: thisgeek (~chris@ool-45757d25.dyn.optonline.net) (Quit: thisgeek)
- # [22:36] * Quits: Smylers (~smylers@host86-167-76-92.range86-167.btcentralplus.com) (Ping timeout: 256 seconds)
- # [22:36] * Quits: Jedi_ (~Jedi@jedi.org) (Ping timeout: 256 seconds)
- # [22:36] * Joins: Jedi_ (~Jedi@jedi.org)
- # [22:37] * Joins: Smylers (~smylers@host86-167-76-92.range86-167.btcentralplus.com)
- # [22:39] * Quits: dgathright (~dgathrigh@nat/yahoo/x-duuilociriafkbuj) (Ping timeout: 240 seconds)
- # [22:39] * SamB_MacG5 wonders wtf happened to the "media" tab in tenfourfox's "Page Info" window
- # [22:40] * SamB_MacG5 thinks maybe tenfourfox needs a restart or something ...
- # [22:40] * Quits: erichynds (~ehynds@64.206.121.41)
- # [22:42] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (Remote host closed the connection)
- # [22:42] * Joins: danbri (~danbri@cable-146-255-148-108.dynamic.telemach.ba)
- # [22:45] * Quits: mp3jeep01 (~mp3jeep01@c-67-170-235-108.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [22:46] * Quits: Ms2ger (~Ms2ger@91.181.95.180) (Quit: nn)
- # [22:51] * Quits: rworth (~rworth@pool-72-66-13-241.washdc.fios.verizon.net) (Read error: Connection reset by peer)
- # [22:51] * Joins: othermaciej (~mjs@17.244.26.75)
- # [22:51] * Joins: rworth (~rworth@pool-72-66-13-241.washdc.fios.verizon.net)
- # [22:54] * Joins: isherman-book (Adium@nat/google/x-vlzirexnddixgobp)
- # [22:56] * Quits: krawchyk (~krawchyk@65.220.49.251) (Remote host closed the connection)
- # [22:57] * Quits: drublic (~drublic@frbg-5d84fde9.pool.mediaWays.net) (Remote host closed the connection)
- # [22:57] * Joins: drublic (~drublic@frbg-5d84fde9.pool.mediaWays.net)
- # [22:59] * Joins: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [23:01] * Quits: MacTed (~Thud@63.119.36.36)
- # [23:02] * Quits: drublic (~drublic@frbg-5d84fde9.pool.mediaWays.net) (Ping timeout: 276 seconds)
- # [23:03] * Quits: othermaciej (~mjs@17.244.26.75) (Quit: othermaciej)
- # [23:05] * Joins: jernoble (~jernoble@17.212.152.13)
- # [23:06] * paul_irish_ is now known as paul_irish
- # [23:07] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:07] * Joins: othermaciej (~mjs@17.244.26.75)
- # [23:09] * abstractj is now known as abstractj|brb
- # [23:10] * mattgiff_ is now known as mattgifford
- # [23:11] * Quits: isherman-book (Adium@nat/google/x-vlzirexnddixgobp) (Quit: Leaving.)
- # [23:11] * Quits: ehsan (~ehsan@66.207.208.98) (Ping timeout: 256 seconds)
- # [23:16] * Quits: garciawebdev (~garciaweb@190.244.76.14) (Remote host closed the connection)
- # [23:19] * Joins: dgathright (~dgathrigh@nat/yahoo/x-dzwvuuyorgadmixu)
- # [23:20] * Quits: danbri (~danbri@cable-146-255-148-108.dynamic.telemach.ba) (Remote host closed the connection)
- # [23:21] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:27] <Hixie> abarth: k, so i don't have to do anything here?
- # [23:27] <abarth> correct
- # [23:28] <Hixie> excellent
- # [23:29] * Quits: othermaciej (~mjs@17.244.26.75) (Quit: othermaciej)
- # [23:32] * Quits: dgathright (~dgathrigh@nat/yahoo/x-dzwvuuyorgadmixu) (Remote host closed the connection)
- # [23:33] * Joins: dgathright (~dgathrigh@nat/yahoo/x-sumtydfktlthvppj)
- # [23:36] * Quits: Martin_L (~Martin_L@81-233-190-9-no212.tbcn.telia.com) (Remote host closed the connection)
- # [23:36] * Joins: othermaciej (~mjs@17.244.26.75)
- # [23:39] * Quits: smaug____ (~chatzilla@cs181151161.pp.htv.fi) (Ping timeout: 246 seconds)
- # [23:42] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
- # [23:42] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
- # [23:42] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [23:44] * Joins: ehsan (~ehsan@66.207.208.98)
- # [23:46] * Joins: thisgeek (~chris@ool-45757d25.dyn.optonline.net)
- # [23:46] * abstractj|brb is now known as abstractj
- # [23:46] * Quits: danzik171 (~danzik17@164.55.254.106) (Read error: Connection reset by peer)
- # [23:46] * Joins: danzik17 (~danzik17@164.55.254.106)
- # [23:47] * Quits: danzik17 (~danzik17@164.55.254.106) (Read error: Connection reset by peer)
- # [23:47] * Quits: thisgeek (~chris@ool-45757d25.dyn.optonline.net) (Client Quit)
- # [23:47] * Quits: teear (teear@80-186-154-109.elisa-mobile.fi) (Ping timeout: 248 seconds)
- # [23:48] * Joins: danzik17 (~danzik17@164.55.254.106)
- # [23:49] * Joins: teear (teear@80-186-159-69.elisa-mobile.fi)
- # [23:50] * Quits: othermaciej (~mjs@17.244.26.75) (Quit: othermaciej)
- # [23:50] * Quits: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Quit: jamesr)
- # [23:51] * Quits: danzik17 (~danzik17@164.55.254.106) (Read error: Connection reset by peer)
- # [23:51] * Joins: danzik17 (~danzik17@164.55.254.106)
- # [23:52] * Joins: danbri (~danbri@cable-146-255-148-108.dynamic.telemach.ba)
- # [23:52] * Quits: fkm (~fkm@unaffiliated/fkm) (Ping timeout: 256 seconds)
- # [23:53] * Joins: fkm (~fkm@unaffiliated/fkm)
- # [23:54] * Joins: smaug____ (~chatzilla@cs181151161.pp.htv.fi)
- # [23:55] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # Session Close: Thu Sep 27 00:00:00 2012
The end :)