Options:
- # Session Start: Fri Jun 18 00:00:00 2010
- # Session Ident: #whatwg
- # [00:00] * Joins: jlebar (~jlebar@nat/mozilla/x-wxhuynoknyyszulb)
- # [00:04] * Quits: Anonameless (~Nameless@cm218-252-156-82.hkcable.com.hk) (Read error: Connection reset by peer)
- # [00:06] * Joins: starjive (beos@m90-130-233-255.cust.tele2.se)
- # [00:06] <jgraham> <b><button>foo</b> should reopen the <b> inside the button these days, right?
- # [00:08] <fagan> jgraham: well the button itself isnt going to be bold the text is so it should be inside the button tag
- # [00:08] <jgraham> fagan: Indeed, but not quite the point
- # [00:08] <jgraham> The point is how the error recovery is supposed to work
- # [00:09] <jgraham> button used to insert a marker on the list of active formatting elements so that the <b> would never apply inside the <button>. That seems to have changed
- # [00:09] <fagan> jgraham: just tested it in chrome and <b> outside the button tag doesnt work
- # [00:10] <jgraham> fagan: That could be why it changed :)
- # [00:10] <fagan> true
- # [00:10] <jgraham> Although I guess it is more likely to be IE compat
- # [00:10] <jgraham> Er, wait
- # [00:10] * Quits: nessy (~Adium@203-158-36-251.dyn.iinet.net.au) (Quit: Leaving.)
- # [00:11] <jgraham> The chrome behaviour is the old behaviour, obviously
- # [00:11] <fagan> lol
- # [00:14] <jgraham> Hmm, I am clearly too tired for this
- # [00:14] <jgraham> Hixie: If you fancy looking at parser bugs relatively soon it would be appreciated
- # [00:16] <fagan> jgraham: which browser ?
- # [00:17] <zcorpan_> fagan: jgraham is tearing apart the html5 parsing algorithm
- # [00:17] <fagan> ah ok
- # [00:18] * fagan knows the engine side of things but not the algorithm stuff
- # [00:19] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [00:21] <fagan> I wonder how up to date the html checker is on the w3 site for html5
- # [00:22] * Joins: mmn (~mmn@129-97-225-230.uwaterloo.ca)
- # [00:22] <fagan> Im doing a few websites in it at the moment and they are passing fine but id hate for them to not be valid later on
- # [00:22] <fagan> no matter anyway
- # [00:22] <Hixie> use validator.nu, that's probably the most up to date
- # [00:23] <Hixie> validators will catch more and more errors as they get better though
- # [00:23] <Hixie> so it's normal to see new errors be caught over time :-)
- # [00:23] <zcorpan_> not to mention that html5 can still change out from under you
- # [00:24] <fagan> isnt it last call for changes now?
- # [00:24] <zcorpan_> sure
- # [00:24] <Hixie> last call doesn't mean no changes :-)
- # [00:24] <zcorpan_> it can still change
- # [00:24] <Hixie> the spec will continue changing its whole life, as people find new problems
- # [00:24] <Hixie> when it stops changing is when it's dead
- # [00:25] <fagan> true but still I would have thought that the biggest changes have already happened
- # [00:26] <Hixie> the biggest ones probably have, yeah
- # [00:28] <fagan> I just love the video and audio if nothing else was done but that I would have been very very very happy
- # [00:28] <fagan> but thats not the only thing I know
- # [00:30] * Joins: aho (~nya@f052029058.adsl.alicedsl.de)
- # [00:35] * Quits: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl) (Quit: Necrathex)
- # [00:37] * Joins: roc (~roc@203-97-204-82.dsl.clear.net.nz)
- # [00:41] <AryehGregor> Where's the big combined Web Apps 1.0 spec?
- # [00:41] * Joins: nessy (~Adium@203-158-36-251.dyn.iinet.net.au)
- # [00:41] * AryehGregor is trying to determine how the size of Hixie-edited specs compares to the total output of the CSSWG across its entire existence
- # [00:42] <AryehGregor> Oh, drat, not all the W3C specs are single-page.
- # [00:42] <zcorpan_> http://www.whatwg.org/specs/web-apps/current-work/complete.html
- # [00:42] <AryehGregor> Thanks.
- # [00:43] <AryehGregor> I didn't see a link anywhere on the website.
- # [00:43] <Hixie> it's there, but i try not to scare people off too much
- # [00:43] <fagan> I would be nice if it was split up a little
- # [00:43] <Hixie> fagan: http://www.whatwg.org/specs/web-apps/current-work/complete/
- # [00:43] <AryehGregor> Web Apps 1.0: ~5.3 MB
- # [00:43] <AryehGregor> All of the stuff I could easily get from the CSS WG without looking at every spec: <3 MB
- # [00:44] <Hixie> AryehGregor: you really want to compare the source documents, the post-processor adds a ton of cross-reference stuff
- # [00:44] <AryehGregor> Are the source documents for all the CSS specs readily available?
- # [00:44] <Hixie> i use way more hyperlinks in my specs than most people
- # [00:44] <Hixie> AryehGregor: no idea
- # [00:44] <fagan> Hixie: that is a huge page :)
- # [00:44] <AryehGregor> The CSS specs have a lot of repeated boilerplate, though, from the headers on every one.
- # [00:45] <AryehGregor> Source is almost as large.
- # [00:45] <AryehGregor> >4 MB.
- # [00:45] <Hixie> fagan: complete/ is a split up version of complete.html
- # [00:47] * Quits: boaz (~boaz@137.sub-75-193-208.myvzw.com) (Ping timeout: 276 seconds)
- # [00:48] * Quits: d33z (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0) (Read error: Operation timed out)
- # [00:50] <fagan> Hixie: but still its about a 2 day read start to finish
- # [00:50] <fagan> Oh and I love the joke in the how to read this document part :D
- # [00:50] <Hixie> splitting it up doesn't make it smaller, no :-)
- # [00:50] <Hixie> just makes it have multiple pages
- # [00:51] <fagan> true but most people would be interested in specific parts
- # [00:51] <fagan> but I suppose they could just look at the index and jump around
- # [00:52] * fagan understands
- # [00:53] * Joins: d33z (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0)
- # [00:54] <zcorpan_> fagan: what joke?
- # [00:54] <fagan> zcorpan_: read it the entire way through, read it again, read it backwards then jump around to the bits you are interested in
- # [00:55] <zcorpan_> fagan: i think that's not a joke
- # [00:55] <fagan> has to be joking
- # [00:55] <Hixie> it's one of those "it's funny because it's true" things
- # [00:55] <fagan> reading stuff backwards makes my head hurt
- # [00:56] <fagan> words stop making sense
- # [00:56] <fagan> :)
- # [00:56] <annevk> it just means you have to read it a lot
- # [00:56] <annevk> which not many people do, so there may be some issue
- # [00:57] <fagan> annevk: I just like to keep up with it :)
- # [00:58] <annevk> for that all you need is http://html5.org/tools/web-apps-tracker
- # [00:58] <annevk> :)
- # [00:58] <zcorpan_> in my experience just reading a spec doesn't give you a useful understanding of it, no matter how many times you read it
- # [00:58] <fagan> annevk: true but I hate that page
- # [00:59] <zcorpan_> you have to do something actively with it to properly understand it, like implement it or write a testsuite for it
- # [00:59] <fagan> dont ask me why
- # [00:59] <zcorpan_> and you're better off focusing on one part at a time instead of reading cover to cover
- # [01:00] <fagan> zcorpan_: I focus on the bits im interested in and the bits I would use most
- # [01:00] <annevk> zcorpan_, I can answer quite a lot of questions within seconds/minutes by having read most bits of the specification a few times
- # [01:00] <fagan> (and just skip the rest)
- # [01:00] <fagan> I read all the common stuff too though
- # [01:00] <zcorpan_> annevk: sure, but you can't find fundamental spec bugs by just reading it, or can you?
- # [01:00] <zcorpan_> i can't
- # [01:02] <zcorpan_> bedtime, nn
- # [01:02] <annevk> oh yeah, finding the real big issues requires implementation experience
- # [01:04] * Quits: zcorpan_ (~zcorpan@c-1799e355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan_)
- # [01:18] * Quits: jorlow_ (~jorlow@nat/google/x-medhjajvurekvwsw) (Quit: jorlow_)
- # [01:24] * Joins: davidb (~davidb@bas1-toronto06-2925210541.dsl.bell.ca)
- # [01:31] * Quits: micheil (~micheil@124-170-47-127.dyn.iinet.net.au) (Quit: micheil)
- # [01:39] * Quits: dglazkov (~dglazkov@nat/google/x-pacipxxdemgyomjd) (Quit: dglazkov)
- # [01:44] * Quits: deepthawtz (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [01:54] * Joins: shepazu (~schepers@dsl-217-155-168-222.zen.co.uk)
- # [01:55] <AryehGregor> It's amazing how much smoother to use Gmail is on my tiny Nexus One than on my desktop.
- # [01:55] <AryehGregor> I wonder: is this some deficiency in the web platform, or just Gmail not caching things locally aggressively enough?
- # [01:56] * AryehGregor bets the latter, wonders why
- # [01:58] <AryehGregor> Local Storage size on disk for mail.google.com: 3 KB for http, 3 KB for https. :/
- # [02:06] * Quits: jlebar (~jlebar@nat/mozilla/x-wxhuynoknyyszulb) (Ping timeout: 260 seconds)
- # [02:12] * Quits: ojan (~ojan@nat/google/x-eafewpgdnvtjlzkm) (Quit: ojan)
- # [02:13] * Quits: JonathanNeal (~JonathanN@76.79.114.210) (Ping timeout: 258 seconds)
- # [02:15] * Joins: deepthawtz (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net)
- # [02:21] * Joins: jlebar (~jlebar@nat/mozilla/x-zcpuupjklzohroec)
- # [02:26] * d33z is now known as mdelaney_
- # [02:31] * Quits: erlehmann (~erlehmann@89.204.153.97) (Quit: Ex-Chat)
- # [02:34] * Quits: ap (~ap@17.246.19.110) (Quit: ap)
- # [02:34] * Joins: boblet (~boblet@p1201-ipbf709osakakita.osaka.ocn.ne.jp)
- # [02:40] <karlcow> hmm the discussions about editors drafts, working drafts, etc. is argueing if it's bad or not
- # [02:40] <karlcow> INSTEAD of trying to list the issues/needs and how we solve them.
- # [02:42] <Dashiva> Issue: working drafts are always out of date
- # [02:42] <karlcow> Dashiva: I would add a "for [here an audience]"
- # [02:42] * Quits: jlebar (~jlebar@nat/mozilla/x-zcpuupjklzohroec) (Quit: Leaving)
- # [02:42] <karlcow> for example in your sentence.
- # [02:43] <AryehGregor> Why would anyone want to use an out-of-date draft?
- # [02:43] <AryehGregor> For any purpose?
- # [02:43] <AryehGregor> It's obsolete.
- # [02:43] <karlcow> Issue: last drafts of a specification is useful for some implementers.
- # [02:43] <Hixie> the only audience for which out of date drafts is useful is spec archeologists, like when henri and i try to work out why something was done
- # [02:43] <Hixie> but with HTML5, the whatwg svn repo is far more useful for that now
- # [02:44] <karlcow> How do we solve it? What is needed in the document, etc. Editor drafts could be retitled Developers Edition
- # [02:44] <Dashiva> Resolution: Stop issuing working drafts
- # [02:44] <Dashiva> Editor's draft covers all the use cases
- # [02:45] <karlcow> AryehGregor: People who need stability: Book writers, documentation writers, etc. A lot easier to update your work big by big step than because on a moving target with micro-edits
- # [02:45] <Hixie> Dashiva: that's what i did at the whatwg when i realised this problem existed
- # [02:45] <Dashiva> Should we really be encouraging people to write outdated documentation?
- # [02:45] * Quits: davidb (~davidb@bas1-toronto06-2925210541.dsl.bell.ca) (Quit: davidb)
- # [02:45] <AryehGregor> karlcow, why would you want to write a book based on a snapshot that's months out of date? If you really want that, you can pick a specific revision from SVN and only use that.
- # [02:46] <AryehGregor> At least that will be up-to-date as of the time you start writing.
- # [02:46] <AryehGregor> But I'll stick to stuff written by people who actually follow spec changes, for my part.
- # [02:46] <karlcow> AryehGregor: because not everyone is a geek aka pick up a version in SVN
- # [02:46] <AryehGregor> Then why the heck are they writing documentation for a spec?
- # [02:46] <Dashiva> People who write books and documentation should be competent enough to do so
- # [02:47] <karlcow> Dashiva: why do you hate freedom? ;)
- # [02:47] <Hixie> nobody's stopping someone from taking a snapshot of the PDF or HTML versions of the spec
- # [02:47] <Dashiva> I don't hate freedom, I hate freedumb
- # [02:47] <Hixie> doesn't mean we need to make explicit copies
- # [02:48] * AryehGregor just wrote a 1377-word blog comment about HTML5
- # [02:48] <karlcow> It is usually wiser for the peace of each community to give tools that these communities need. (if they need it :) )
- # [02:48] <othermaciej> AryehGregor: 40 words too many!
- # [02:48] <othermaciej> which blog?
- # [02:48] <AryehGregor> othermaciej, <http://www.cssquirrel.com/2010/06/15/693comic-update-html5-unicorn-heuristics/comment-page-1/#comment-32000>, but it has to pass moderation because of the links I put in for references.
- # [02:48] <Dashiva> (People are free to be dumb, but we are not obligated to help them)
- # [02:49] <othermaciej> there's been some interesting discussion in those comments
- # [02:49] <AryehGregor> karlcow, so people who actually want a snapshot can just save the page to their hard disk. What's the problem with that?
- # [02:49] <AryehGregor> WD would make sense if there were some meaningful procedure for approving it, so it were actually more likely to be correct than an ED, but that's not the case.
- # [02:49] <AryehGregor> othermaciej, I have hopes of converting Kyle Weems to the Light Side.
- # [02:50] <karlcow> AryehGregor: I have no issue with people saving a copy, they can do it already :)
- # [02:50] <AryehGregor> I think he's just misinformed.
- # [02:50] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [02:51] * Quits: sicking (~chatzilla@nat/mozilla/x-wgjtynnynzomqewp) (Ping timeout: 272 seconds)
- # [02:51] * karlcow wishes that people could accept diversity in opinions ;)
- # [02:51] <Dashiva> Diversity in opinions is fine
- # [02:51] <Dashiva> Diversity in facts is not
- # [02:51] <karlcow> religious statement
- # [02:52] <karlcow> too far for me
- # [02:52] <karlcow> :)
- # [02:52] <othermaciej> AryehGregor: I think your messages in those comments come across as fairly rational and balanced
- # [02:52] <Dashiva> I should probably cite properly
- # [02:52] <AryehGregor> othermaciej, hope so!
- # [02:52] <othermaciej> AryehGregor: even though you are kind of questioning the quality of my service as chair :-p
- # [02:52] <AryehGregor> The last sentence of my new one is "If the W3C is unwilling to accept that, it will become a victim of natural selection, like it or not", but I think I supported it fairly well.
- # [02:53] <Dashiva> "You’re entitled to your own opinions. You’re not entitled to your own facts." - Daniel Patrick Moynihan
- # [02:53] <AryehGregor> othermaciej, don't worry, I'm only comparing you unfavorably to Hixie. That's not an insult in absolute terms.
- # [02:54] <AryehGregor> Dashiva, can I be entitled to my own facts if I write a suitably advanced virtual reality program that implements them?
- # [02:56] <karlcow> AryehGregor: that is a lot more reasonable and basically what every society does.
- # [02:56] <AryehGregor> What, writing suitably advanced virtual reality programs?
- # [02:56] <Dashiva> No, you have to pass a Trial of Philosophy to justify why a virtual reality should be considered factual first
- # [02:57] <Dashiva> How come these discussions always start hours past midnight
- # [02:57] <Dashiva> Time to sleep
- # [02:57] * Quits: deepthawtz (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net) (Read error: Operation timed out)
- # [02:57] <karlcow> hehe
- # [02:57] <AryehGregor> Because you live in the wrong time zone?
- # [02:57] <karlcow> Dashiva: because you are living in your own reality
- # [02:58] <Dashiva> CET is the best time zone ever
- # [02:59] <AryehGregor> Dashiva, reality is indistinguishable from a sufficiently good illusion. Ergo, there is no difference according to any empirical worldview, and empirical worldviews are the only ones that count because all others are stupid. QED.
- # [02:59] <Dashiva> Then you have to prove that your virtual reality is sufficiently good
- # [02:59] <Dashiva> A sort of a turing test, if you will
- # [02:59] <AryehGregor> That was postulated.
- # [02:59] <AryehGregor> "suitably advanced"
- # [03:00] <karlcow> http://en.wikipedia.org/wiki/Allegory_of_the_Cave
- # [03:00] <Dashiva> Besides, people outside would be able to notice those on the inside, and thereby be able to reject their statements about the warped reality
- # [03:01] <AryehGregor> Dashiva, yes, but that's exactly what we were talking about: everyone gets their own version of the facts.
- # [03:01] <Dashiva> No, some people get a warped reality and other people get facts
- # [03:02] <Dashiva> Surely you do not consider the worldview of a lunatic to be factual?
- # [03:02] <Dashiva> "There will have to be a couple of implementations before CR of HTML5, anyway."
- # [03:03] <Dashiva> It's like nobody even cares what the process really says anymore
- # [03:03] <AryehGregor> Dashiva, but if everyone uses VR adjusted to taste, then everyone's reality will be equally accurate.
- # [03:03] * Joins: titacgs (~titacgs@190.2.33.49)
- # [03:04] <Dashiva> You postulate a world in which a) everyone is in a virtual reality and b) nobody realizes they are in a virtual reality
- # [03:04] <AryehGregor> Sure. Maybe we're in one already. Can't say.
- # [03:04] <AryehGregor> Just as good as actual reality.
- # [03:04] <karlcow> hehe
- # [03:04] <Dashiva> Not quite
- # [03:04] * Quits: yutak_home (~kee@U017209.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [03:04] <Dashiva> Even if we cannot say for sure if our reality is indeed reality, we can say for sure that virtual realities inside our own reality are not reality
- # [03:05] <karlcow> Dashiva: and it is not an issue
- # [03:05] <AryehGregor> Also, a lunatic's worldview is indistinguishable from a factual worldview, from the lunatic's perspective. Other people think the opposite, but in principle, that can be a perfectly symmetric disagreement, and we only win by majority vote.
- # [03:05] <karlcow> as long as you have developed a coherent system for you and maybe your social groups.
- # [03:05] <AryehGregor> We don't know that virtual realities inside our own reality are not reality if we make ourselves all forget.
- # [03:06] <karlcow> Physics (science) is all about *creating* a reality.
- # [03:06] <AryehGregor> I'm speaking from the viewpoint of us after we all go into the VR and forget everything.
- # [03:06] <Dashiva> If everyone in reality forgets about reality in favor of a virtual reality, then the reality is no longer part of their conceptual universe
- # [03:06] <AryehGregor> In that situation, it would be fair to say that everyone gets to have their own version of reality.
- # [03:07] <AryehGregor> Right, exactly.
- # [03:07] <Hixie> as a physicist by training, i have to take objection ot the idea that physics _creates_ reality
- # [03:07] <AryehGregor> Me too, as a physics minor!
- # [03:07] <AryehGregor> Although it would be cool if it did.
- # [03:07] <Hixie> unless you have a very odd definition of "reality"
- # [03:07] <AryehGregor> I always play wizards in fantasy games. :(
- # [03:07] * Quits: rektide (rektide@voodoowarez.com) (Ping timeout: 240 seconds)
- # [03:07] <Dashiva> That's not very physicsy of you
- # [03:08] <karlcow> http://www.w3.org/2010/09/web-on-tv/
- # [03:08] <AryehGregor> No, it's perfectly physicsy. I'm just utilizing the laws of physics that are present in a hypothetical alternate reality where they allow me to, say, cause you to spontaneously catch fire when I get annoyed at you.
- # [03:08] <karlcow> :D
- # [03:08] <Dashiva> Also known as wish fulfillment
- # [03:09] <AryehGregor> Exactly!
- # [03:09] <karlcow> Dashiva: and you are still not in bed.
- # [03:09] <Dashiva> I actually have both feet in bed
- # [03:09] <karlcow> TMI
- # [03:09] <Dashiva> The bed is my foot stool
- # [03:10] <Dashiva> The bookshelf is my monitor stand
- # [03:15] <AryehGregor> Awesome, this is how web PDF support should have always been done: http://blog.chromium.org/2010/06/bringing-improved-pdf-support-to-google.html
- # [03:18] <karlcow> hmmm, if I can still download the pdf locally or save the generated html on my computer I'm ok.
- # [03:18] <karlcow> Browser is not the best tool for me to read a pdf.
- # [03:18] <karlcow> I have seen this today too http://simonwillison.net/2010/Jun/17/pdfjs/
- # [03:19] <AryehGregor> I'd way prefer to get a good PDF reader implementation in a browser than to have to use external programs.
- # [03:19] <karlcow> AryehGregor: and me the opposite. every taste in nature ;)
- # [03:20] <AryehGregor> Anyway, things I was supposed to do tonight: file health insurance claim, buy several things, study some religious texts, pack for trip, go to bed early. Things I actually did: chat on IRC.
- # [03:20] <AryehGregor> Sigh.
- # [03:20] <AryehGregor> Good night.
- # [03:20] <roc> roc
- # [03:21] <AryehGregor> o_O
- # [03:22] <karlcow> AryehGregor: nite nite
- # [03:22] * Joins: kennyluck (~kennyluck@EM114-48-199-132.pool.e-mobile.ne.jp)
- # [03:24] <roc> oops
- # [03:27] * Joins: m_W (~mwilcox56@c-69-141-106-205.hsd1.nj.comcast.net)
- # [03:30] <karlcow> http://lists.w3.org/Archives/Public/public-web-perf/ Web Browser Performance mailing List
- # [03:42] * Joins: mmn1 (~mmn@129-97-225-230.uwaterloo.ca)
- # [03:42] * Quits: mmn (~mmn@129-97-225-230.uwaterloo.ca) (Read error: Connection reset by peer)
- # [03:42] * Quits: shepazu (~schepers@dsl-217-155-168-222.zen.co.uk) (Quit: Core Breach)
- # [03:43] * Joins: wakaba_0 (~wakaba_@203-140-90-184.eonet.ne.jp)
- # [03:43] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [03:44] * Joins: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [03:49] * Quits: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Client Quit)
- # [03:53] * Joins: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [03:53] * Quits: wakaba_0 (~wakaba_@203-140-90-184.eonet.ne.jp) (Ping timeout: 240 seconds)
- # [04:07] * Quits: kennyluck (~kennyluck@EM114-48-199-132.pool.e-mobile.ne.jp) (Quit: kennyluck)
- # [04:22] * Quits: guy (~g.kuizina@78.60.174.149) (Ping timeout: 276 seconds)
- # [04:29] * Quits: jwalden (~waldo@nat/mozilla/x-asfplftnmkigfpgv) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2/20100122095031])
- # [04:45] * Joins: MikeSmith (~MikeSmith@EM114-48-91-77.pool.e-mobile.ne.jp)
- # [04:45] * Quits: gregw (~gregwilki@60-242-119-126.tpgi.com.au) (Ping timeout: 245 seconds)
- # [04:46] * Joins: abarth (~abarth@c-98-210-108-185.hsd1.ca.comcast.net)
- # [04:46] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [04:55] * Joins: MikeSmithX (~MikeSmith@EM114-48-169-244.pool.e-mobile.ne.jp)
- # [04:58] * Quits: MikeSmith (~MikeSmith@EM114-48-91-77.pool.e-mobile.ne.jp) (Ping timeout: 276 seconds)
- # [05:00] * Quits: MikeSmithX (~MikeSmith@EM114-48-169-244.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [05:01] * Quits: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 245 seconds)
- # [05:01] * Joins: gregw (~gregwilki@60-242-119-126.tpgi.com.au)
- # [05:01] * Quits: johnst (~johnst@x1-6-00-07-95-57-08-bb.k123.webspeed.dk) (Quit: Leaving)
- # [05:05] * Joins: MikeSmithX (~MikeSmith@EM111-188-6-173.pool.e-mobile.ne.jp)
- # [05:07] <abarth> Hixie: no complaints from day 1 of the HTML5 tokenizer in WebKit nightly
- # [05:08] <abarth> Hixie: that's pretty good :)
- # [05:09] * Quits: dave_levin (~dave_levi@nat/google/x-cmqbhhksdvfrkbgr) (Quit: dave_levin)
- # [05:09] * Joins: dave_levin (~dave_levi@nat/google/x-tsyvoxjqwyynsxmw)
- # [05:10] * Quits: starjive (beos@m90-130-233-255.cust.tele2.se) (Ping timeout: 260 seconds)
- # [05:13] * Quits: MikeSmithX (~MikeSmith@EM111-188-6-173.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [05:21] <roc> karlcow: what is that mailing list actually for?
- # [05:31] <karlcow> roc: I guess what it says, but we might see soon.
- # [05:31] <roc> it doesn't say anything
- # [05:32] <roc> why do we need a mailing list to discuss browser performance?
- # [05:33] <karlcow> roc: I think you should ask plh. I found out through twitter
- # [05:33] <roc> oh, I thought you W3C people had some sort of cabal
- # [05:33] * karlcow notes to roc that he is not working at W3C
- # [05:33] <roc> hum
- # [05:34] <roc> oh well
- # [05:35] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [05:35] <karlcow> roc: http://twitter.com/w3c/statuses/16421966743
- # [05:35] <karlcow> and the page says "Discussion related to Web browser performance "
- # [05:38] * Quits: othermaciej (~mjs@17.246.17.240) (Quit: othermaciej)
- # [05:48] * Joins: MikeSmith (~MikeSmith@EM111-188-98-108.pool.e-mobile.ne.jp)
- # [05:49] * Quits: aho (~nya@f052029058.adsl.alicedsl.de) (Quit: EXEC_over.METHOD_SUBLIMATION)
- # [05:49] <MikeSmith> I forget -- is there a way to express negation with CSS selectors?
- # [05:49] <MikeSmith> e.g., to express "the first child that is not [something]"?
- # [05:49] * Quits: borismus (~borismus@S0106001b63f462cc.vc.shawcable.net) (Quit: http://www.borismus.com)
- # [05:56] * Joins: MikeSmithX (~MikeSmith@EM114-48-164-169.pool.e-mobile.ne.jp)
- # [05:56] * Quits: knowtheory (~knowtheor@bas5-london14-1242452413.dsl.bell.ca) (Quit: There are lives at stake here!)
- # [05:57] * Quits: MikeSmith (~MikeSmith@EM111-188-98-108.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [06:00] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Ping timeout: 260 seconds)
- # [06:02] * MikeSmithX is now known as MikeSmith
- # [06:03] <MikeSmith> roc, karlcow - that list is essentially just for discussion of the Web Timing spec
- # [06:03] <MikeSmith> at this point
- # [06:03] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [06:04] <karlcow> ah
- # [06:04] <karlcow> MikeSmith: thanks. We always need a Mike in one's pocket… hmmm did I write that. I guess so ;)
- # [06:05] * Joins: kennyluck (~kennyluck@EM114-48-81-240.pool.e-mobile.ne.jp)
- # [06:05] * Joins: MikeSmithX (~MikeSmith@EM114-48-65-224.pool.e-mobile.ne.jp)
- # [06:05] * Quits: mdelaney_ (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0) (Quit: mdelaney_)
- # [06:06] * Quits: MikeSmith (~MikeSmith@EM114-48-164-169.pool.e-mobile.ne.jp) (Disconnected by services)
- # [06:06] * MikeSmithX is now known as MikeSmith
- # [06:06] * mmn1 is now known as mmn
- # [06:06] <MikeSmith> http://dev.w3.org/2006/webapi/WebTiming/
- # [06:07] * Joins: MikeSmithX (~MikeSmith@EM111-188-94-78.pool.e-mobile.ne.jp)
- # [06:07] * Joins: drunknbass (~drunknbas@76.91.255.83)
- # [06:08] * Quits: MikeSmith (~MikeSmith@EM114-48-65-224.pool.e-mobile.ne.jp) (Disconnected by services)
- # [06:08] * MikeSmithX is now known as MikeSmith
- # [06:09] <MikeSmith> riding on a bus from Tokyo to Nagano is not the best way to get stable Internet connectivity
- # [06:09] <wirepair> i love nagano
- # [06:10] <MikeSmith> karlcow: btw, have you been following the current problems with the W3C markup validator
- # [06:10] <MikeSmith> wirepair: I never been there
- # [06:10] <MikeSmith> this will be my first visit
- # [06:10] <wirepair> ah nice, it's very very clean air
- # [06:10] <MikeSmith> to Matsumoto, actually
- # [06:10] <wirepair> ahh...
- # [06:10] <wirepair> i was out in the woods hehe
- # [06:10] <karlcow> MikeSmith: about LibXML? I agree with your suggestion
- # [06:13] <karlcow> checking the page served as text/html with an html validator. The issue is to give the possibility for people who are working with local document. Upload of an XHTML document. You do not know how it will be served. So in the UI it has to be super clear what is happening
- # [06:14] * Quits: mmn (~mmn@129-97-225-230.uwaterloo.ca) (Quit: Leaving.)
- # [06:14] * Quits: MikeSmith (~MikeSmith@EM111-188-94-78.pool.e-mobile.ne.jp) (Ping timeout: 248 seconds)
- # [06:15] * Quits: titacgs (~titacgs@190.2.33.49) (Ping timeout: 260 seconds)
- # [06:22] * Joins: MikeSmith (~MikeSmith@EM114-48-4-79.pool.e-mobile.ne.jp)
- # [06:24] <MikeSmith> karlcow: I suppose I would not object to having it do XML WF-ness checking on file uploads by default
- # [06:25] * karlcow replied
- # [06:25] <karlcow> MikeSmith: have you seen Iwate's Matsuo. Quite impressive. http://www.michaeljohngrist.com/2009/08/the-mist-wreathed-apartments-of-matsuo-mine/
- # [06:25] <karlcow> never seen it myself
- # [06:25] <MikeSmith> but I really don't think it's productive for it to be doing XML WF checking on remote docs served as text/html
- # [06:26] <MikeSmith> and iirc the performance problem is for checking of remote docs
- # [06:26] <karlcow> yep agreed
- # [06:28] * Quits: kennyluck (~kennyluck@EM114-48-81-240.pool.e-mobile.ne.jp) (Quit: kennyluck)
- # [06:28] <MikeSmith> I seem to remembers somebody commenting on the validator list that they had no problems if they checked files by upload instead of by HTTP
- # [06:28] <MikeSmith> have not seen
- # [06:28] <MikeSmith> wow, looks great
- # [06:29] <MikeSmith> beautiful decay
- # [06:29] <karlcow> yep
- # [06:29] <MikeSmith> "dilapidation's progresses are organized decays"
- # [06:41] * Quits: MikeSmith (~MikeSmith@EM114-48-4-79.pool.e-mobile.ne.jp) (Ping timeout: 276 seconds)
- # [06:44] * Joins: mmn (~mmn@129-97-225-230.uwaterloo.ca)
- # [06:46] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 276 seconds)
- # [06:46] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [06:55] * Joins: mmn1 (~mmn@129-97-225-230.uwaterloo.ca)
- # [06:56] * Joins: wakaba_ (~wakaba_@203-140-90-184.eonet.ne.jp)
- # [06:58] * Quits: mmn (~mmn@129-97-225-230.uwaterloo.ca) (Ping timeout: 265 seconds)
- # [07:00] * Joins: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [07:05] <hsivonen> what's the web on tv workshop trying too accomplish?
- # [07:05] <othermaciej> hello all
- # [07:05] <hsivonen> hi
- # [07:06] <hsivonen> s/too/to/
- # [07:06] <othermaciej> there's a "web on tv" workshop?
- # [07:07] <hsivonen> according to the scrollback
- # [07:09] <hsivonen> what pdf implementation does chrome use?
- # [07:09] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [07:10] <hsivonen> and will it be in chromium, too?
- # [07:12] <hsivonen> I wish Gecko came with Poppler built-in, but probably not gonna happen due to licensing
- # [07:13] * Joins: mmn (~mmn@129-97-208-83.uwaterloo.ca)
- # [07:14] * Joins: SamerZ (~SamerZ@CPE0024369ef3ab-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [07:14] * Quits: mmn1 (~mmn@129-97-225-230.uwaterloo.ca) (Ping timeout: 240 seconds)
- # [07:14] * Quits: SamerZ (~SamerZ@CPE0024369ef3ab-CM00222d5410b5.cpe.net.cable.rogers.com) (Client Quit)
- # [07:15] * Joins: SamerZ (~SamerZ@CPE0024369ef3ab-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [07:15] * Quits: SamerZ (~SamerZ@CPE0024369ef3ab-CM00222d5410b5.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [07:15] * Joins: SamerZ (~SamerZ@CPE0024369ef3ab-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [07:15] * Quits: SamerZ (~SamerZ@CPE0024369ef3ab-CM00222d5410b5.cpe.net.cable.rogers.com) (Client Quit)
- # [07:15] * Joins: boaz (~boaz@24.239.163.170)
- # [07:15] * Joins: SamerZ (~SamerZ@CPE0024369ef3ab-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [07:16] * Quits: SamerZ (~SamerZ@CPE0024369ef3ab-CM00222d5410b5.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [07:16] * Joins: SamerZ (~SamerZ@CPE0024369ef3ab-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [07:16] * Parts: SamerZ (~SamerZ@CPE0024369ef3ab-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [07:16] * Joins: SamerZ (~SamerZ@CPE0024369ef3ab-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [07:20] * Joins: tyoshino (~tyoshino@220.109.219.244)
- # [07:20] <hsivonen> AryehGregor: when you say "Firefox currently", do you mean 3.6 and not the trunk?
- # [07:20] <hsivonen> my notion of current is the trunk
- # [07:21] * Quits: wakaba_ (~wakaba_@203-140-90-184.eonet.ne.jp) (Ping timeout: 260 seconds)
- # [07:33] * Quits: smaug (~chatzilla@cs181150024.pp.htv.fi) (Ping timeout: 258 seconds)
- # [07:35] * Joins: kennyluck (~kennyluck@EM114-48-204-95.pool.e-mobile.ne.jp)
- # [07:35] * Joins: smaug (~chatzilla@cs181150024.pp.htv.fi)
- # [07:48] * Joins: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de)
- # [07:51] * Joins: roc_ (~roc@203-97-204-82.dsl.clear.net.nz)
- # [07:53] * Quits: roc (~roc@203-97-204-82.dsl.clear.net.nz) (Ping timeout: 258 seconds)
- # [07:53] * roc_ is now known as roc
- # [07:55] * Quits: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [08:00] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
- # [08:01] * Quits: roc (~roc@203-97-204-82.dsl.clear.net.nz) (Quit: roc)
- # [08:05] * Joins: slartsa (~Lari@adsl-215-234-204.kymp.net)
- # [08:05] * Joins: zalan (~zalan@192.100.124.156)
- # [08:06] * Quits: SamerZ (~SamerZ@CPE0024369ef3ab-CM00222d5410b5.cpe.net.cable.rogers.com) (Quit: SamerZ)
- # [08:08] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 248 seconds)
- # [08:10] * Joins: eighty4 (~eighty4@h-112-7.A163.corp.bahnhof.se)
- # [08:23] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [08:25] * Joins: deepthawtz (~deepthawt@c-67-180-92-66.hsd1.ca.comcast.net)
- # [08:25] * Quits: boaz (~boaz@24.239.163.170) (Quit: boaz)
- # [08:27] * Joins: cedric_ (~cedric@175.156.108.122)
- # [08:28] * Joins: boaz (~boaz@24.239.163.170)
- # [08:29] * Quits: dave_levin (~dave_levi@nat/google/x-tsyvoxjqwyynsxmw) (Quit: dave_levin)
- # [08:38] * Joins: pesla (~pesla@188.202.125.121)
- # [08:53] * Joins: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie)
- # [08:55] * Joins: Anonameless (~Nameless@cm218-252-156-82.hkcable.com.hk)
- # [09:15] * Quits: deepthawtz (~deepthawt@c-67-180-92-66.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [09:19] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [09:19] * Joins: tndH (~Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com)
- # [09:24] * Quits: boaz (~boaz@24.239.163.170) (Quit: boaz)
- # [09:25] * Joins: boaz (~boaz@24.239.163.170)
- # [09:28] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [09:30] * Joins: nielsle (~nielsle@1503032406.dhcp.dbnet.dk)
- # [09:36] <annevk> sigh
- # [09:36] <annevk> PFWG persists in their thinking that having three value syntaxes for WAI-ARIA is better than one
- # [09:37] <annevk> that seems like something an overarching body like the TAG could tackle
- # [09:37] <annevk> instead of all this polyglot bullshit
- # [09:38] <annevk> (and with three I mean potentially infinite)
- # [09:40] * Joins: henrikbjorn (~hb@80.199.116.190.static.peytz.dk)
- # [09:56] * Quits: slartsa (~Lari@adsl-215-234-204.kymp.net) (Ping timeout: 260 seconds)
- # [09:57] * Joins: davidhund (~davidhund@78-27-27-74.dsl.alice.nl)
- # [10:05] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [10:10] * Quits: kennyluck (~kennyluck@EM114-48-204-95.pool.e-mobile.ne.jp) (Quit: kennyluck)
- # [10:22] * Joins: AnthonyCat (~AnthonyCa@2002:3aaf:19c2:0:21f:5bff:feb6:f0e1)
- # [10:24] <Dashiva> http://twitter.com/simonstl/status/16439272227
- # [10:25] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: This computer has gone to sleep)
- # [10:26] * Quits: boaz (~boaz@24.239.163.170) (Quit: boaz)
- # [10:27] <annevk> yeah, and some part doesn't work in Chrome, and some not in Opera, and some not in Firefox... ooh
- # [10:27] <Dashiva> And some parts do work in IE6 :P
- # [10:28] <annevk> heh
- # [10:28] * Parts: AnthonyCat (~AnthonyCa@2002:3aaf:19c2:0:21f:5bff:feb6:f0e1)
- # [10:31] * Quits: Thezilch (~fuz007@cpe-76-90-63-19.socal.res.rr.com) (Read error: Connection reset by peer)
- # [10:32] * jgraham is disturbed that he seems to have had a dream about breaking and entering Hixie's house
- # [10:32] * Joins: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk)
- # [10:33] <jgraham> Although I think I was looking for him at the time rather than wanting to steal all his stuff
- # [10:34] <jgraham> And I think (although this part is really hazy) I eventually found him but he looked a lot older than in real life
- # [10:35] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Quit: Rik`)
- # [10:38] * Joins: mat_t (~mattomasz@91.189.88.12)
- # [10:40] * Quits: mmn (~mmn@129-97-208-83.uwaterloo.ca) (Quit: Leaving.)
- # [10:43] * Joins: ROBOd (~robod@109.96.225.98)
- # [10:44] <annevk> sounds like vacation time :)
- # [10:46] <annevk> also that the PFWG puts DAISY on equal footing with HTML and SVG ... oh well
- # [10:47] <annevk> maybe we should just define the "host blah blah" mapping in HTML5 and use that everywhere and fix the specification to match reality later
- # [10:47] <annevk> that's probably the easier way to fix this
- # [10:48] * Joins: Phae (~Phae@gatekeeper.macmillan.co.uk)
- # [10:48] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
- # [10:51] <hsivonen> annevk: I think the PF really should focus on Web languages
- # [10:53] <annevk> meanwhile the WOFF people have not read the CORS specification which clearly says the API (@font-face in their case) is in charge of the request semantics whereas they make it dependent on the format
- # [10:54] <annevk> it is becoming quite clear that the reason the web platform is so inconsistent is because nobody really knows how it works but is extending it in their own vision anyway without regards to precedence and design patterns that came before
- # [10:55] <annevk> and in this case not even with regards to things that came before, as CORS is being developed pretty much in line with @font-face / WOFF and is pretty clear on how CORS API specifications ought to work and all
- # [10:55] * Joins: danbri (~danbri@unaffiliated/danbri)
- # [10:56] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [10:57] * Quits: ROBOd (~robod@109.96.225.98) (Read error: Connection reset by peer)
- # [10:58] <annevk> (not that I think it is at all justified that something like @font-face would use CORS, but that is a different matter)
- # [10:58] * Joins: ROBOd (~robod@109.96.225.98)
- # [11:02] * Joins: Rik` (~Rik`@144.119.193-77.rev.gaoland.net)
- # [11:05] * Parts: davidhund (~davidhund@78-27-27-74.dsl.alice.nl)
- # [11:05] * Joins: davidhund (~davidhund@78-27-27-74.dsl.alice.nl)
- # [11:14] <hsivonen> annevk: indeed.
- # [11:14] * Joins: Smylers (~Smylers@leeds01-fw.internal.pipex.net)
- # [11:15] <hsivonen> annevk: There's some old stuff that came about by Netscape Netcenter or Bugzilla devs just asking for something and Gecko developers simply said "OK".
- # [11:16] * hsivonen wonders if Apple and Opera are taking action on fingerprinting. (see https://panopticlick.eff.org/ )
- # [11:17] * Joins: likelion (~likelion@dhcp115.verkstad.net)
- # [11:17] * Quits: likelion (~likelion@dhcp115.verkstad.net) (Client Quit)
- # [11:18] <abarth> hsivonen: that's a hard problem
- # [11:19] * Quits: nessy (~Adium@203-158-36-251.dyn.iinet.net.au) (Quit: Leaving.)
- # [11:20] <hsivonen> abarth: I think there are easier parts and harder parts.
- # [11:20] <hsivonen> there are 4 zones: HTTP request, CSS, JS and plug-ins
- # [11:20] <abarth> does it help to do some but not all of them?
- # [11:21] <hsivonen> abarth: I think it does
- # [11:21] * Joins: AnthonyCat (~AnthonyCa@2002:3aaf:19c2:0:21f:5bff:feb6:f0e1)
- # [11:21] <jgraham> presumably that depends on how much information you need to make reliable guesses about identity
- # [11:21] <hsivonen> abarth: if you do HTTP, you force fingerprinters to expose evidence of their activities to the client
- # [11:21] <abarth> ic
- # [11:22] <hsivonen> abarth: which means that big players with the widest ability to track people across the Web would be exposed to regulatory solutions
- # [11:22] <abarth> i have a link to the Fingerprint moz wiki page
- # [11:22] <abarth> but i haven't read it yet
- # [11:23] <hsivonen> my wishful thinking is that the plug-in part can be mitigated by treating everything but Flash as obsolete and by having .swf as click-to-play by default
- # [11:23] <hsivonen> but I realize this is wishful thinking
- # [11:24] <hsivonen> also, I have a naive Mac/Linux user POV
- # [11:25] <hsivonen> I'm saddened to see what kind of NPAPI cruft gets installed on Windows machines
- # [11:26] * Joins: Martijnc (~Martijnc@91.176.150.225)
- # [11:27] * Joins: portenkirchner (~portenkir@p4FFC8DDA.dip.t-dialin.net)
- # [11:28] * Joins: jochen__ (~jochen@nat/google/x-zdcmzmvsqbqactaf)
- # [11:30] * Quits: AnthonyCat (~AnthonyCa@2002:3aaf:19c2:0:21f:5bff:feb6:f0e1) (Quit: ⌘Q)
- # [11:30] <hsivonen> whoa! after a couple of days of having Windows 7 installed and only installing other browsers, security patches, virus scanner and trying to install XP Mode but failing, IE8 running in full screen is already unique
- # [11:31] <hsivonen> maybe that's because I haven't installed Flash or Java, and not having those is rare
- # [11:31] <jochen__> hsivonen: i heard you think about reducing fingerprinting possibilities with http?
- # [11:31] <jochen__> hsivonen: any plan what to do there without making half of the webpages unusable? :)
- # [11:32] <hsivonen> jochen__: well, I filed all the obvious pieces of the HTTP part of the puzzle as bugs yesterday, but I'm not sure where it's going to go
- # [11:32] <hsivonen> jochen__: as far as I can tell, the only hard part about HTTP request is Accept-Language
- # [11:32] <jochen__> mind linking them from wiki.mozzila.org/Fingerprinting?
- # [11:33] * Joins: roc (~roc@121.98.230.221)
- # [11:33] <hsivonen> jochen__: the tracking bug is https://bugzilla.mozilla.org/show_bug.cgi?id=http-fingerprint
- # [11:33] <jochen__> ta
- # [11:33] <hsivonen> jochen__: I'll add it to teh wiki
- # [11:34] * Quits: fagan (~fagan@ubuntu/member/shanefagan) (Remote host closed the connection)
- # [11:34] * Joins: fagan (~fagan@ubuntu/member/shanefagan)
- # [11:35] * Quits: portenkirchner (~portenkir@p4FFC8DDA.dip.t-dialin.net) (Quit: portenkirchner)
- # [11:36] <hsivonen> oh yeah, OS/CPU is probably politically hard, even though is terms of actual Web compat you get far without them
- # [11:38] <volkmar> i see some css selectors are defined in html5 specs, does that mean a request/issues related to that should be expressed in whatwg ml?
- # [11:38] <volkmar> or i should use www-style
- # [11:39] * Joins: Matjas (d988e84f@gateway/web/freenode/ip.217.136.232.79)
- # [11:39] * Quits: eighty4 (~eighty4@h-112-7.A163.corp.bahnhof.se) (Quit: Leaving...)
- # [11:41] <Matjas> tabindex=0 enables keyboard navigation for any element. However, I would expect the click event to fire for those elements when pressing Enter/Space while they’re focused. Any reason why that’s not the case?
- # [11:42] <Matjas> Enter/Space fires click for every element that’s keyboard-focusable by default
- # [11:44] <annevk> I argued that we should do that
- # [11:44] <annevk> and make onclick="" elements focusable
- # [11:44] <annevk> but not enough browsers did it to begin with so they would first have to be changed as the reasoning, I believe
- # [11:45] <hsivonen> annevk: Hixie's reasoning, PF reasoning or someone else's reasoning?
- # [11:51] <annevk> Hixie; he just wanted to match reality for now
- # [11:51] <annevk> (though Opera has the nicer behavior afaik)
- # [11:53] * Quits: micheil (~micheil@124-170-47-127.dyn.iinet.net.au) (Quit: micheil)
- # [11:54] <jgraham> hsivonen: <b><button></b>. AFAICT that should reopen the <b> element inside the <button>, but it seems that gecko does not
- # [11:55] * Quits: Peter` (~peter@170-116.citynet.ftth.internl.net) (Ping timeout: 276 seconds)
- # [11:56] <jgraham> hsivonen: Am I missing something?
- # [11:56] * Joins: Peter` (~peter@170-116.citynet.ftth.internl.net)
- # [12:05] <Matjas> annevk: Exactly. What Opera does feels like "the right thing"
- # [12:08] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
- # [12:09] <annevk> hsivonen, interesting work on fingerprinting
- # [12:10] <annevk> hsivonen, I think I'll copy some of your bugs and file them on Opera; see what happens
- # [12:15] <annevk> nuking Accept-Charset makes a lot of sense
- # [12:15] * Joins: mpt (~mpt@canonical/mpt)
- # [12:25] <hsivonen> annevk: the sad part is that there's so much fear of making Firefox lead on this issue. The parts that are the easiest to argue are the ones where IE is already leading... Like Accept-Charset.
- # [12:26] <hsivonen> jgraham: the <button> situation sucks. I haven't properly though about <b><button></b>.
- # [12:26] <hsivonen> one option is to just revert it into scoping and let the German Figure Collector site break
- # [12:26] <daedb> woah, .Net framework adds itself to Firefox's ua string now too, not just IE :O
- # [12:27] * Joins: slartsa (~Lari@adsl-215-234-204.kymp.net)
- # [12:28] <hsivonen> daedb: using what mechanism? Whatever ships with Windows 7 doesn't tamper with the UA string of Minefield
- # [12:28] <hsivonen> everyone wants to add their mark to the UA string :-(
- # [12:28] <daedb> I don't know, but I have "(.NET CLR 3.5.30729)" at the end of my Firefox ua string right now (and Firefox was installed long after .Net 3.5)
- # [12:29] <hsivonen> daedb: do you see a .Net-specific add-on?
- # [12:29] <daedb> The :net framework assistant, yes, but it's disabled.
- # [12:30] <annevk> hsivonen, the others are more tricky I guess, yes
- # [12:31] <hsivonen> speaking of HTTP request headers, Opera Mobile on Maemo sure has a long Accept header
- # [12:33] * Quits: pesla (~pesla@188.202.125.121) (Quit: pesla)
- # [12:39] <karlcow> hsivonen: worse than everyone wants to add their mark, nobody wants to remove the old ones. the pile is going up, up, up. :) I wonder if there is a physical limit to the size of UA string (characters number)
- # [12:40] <annevk> we cleaned it up a little bit
- # [12:40] <annevk> but then it exploded again ffs
- # [12:41] <hsivonen> annevk: Opera has cruft in the various Accept headers that clearly isn't critical for Web compat
- # [12:41] <hsivonen> Accept-Encoding is longer than in IE and Gecko, for example
- # [12:41] <hsivonen> Accept-Charset advertises UTF-16!!!!
- # [12:42] <hsivonen> those aren't fingerprinting-relevant, but just saying
- # [12:42] <karlcow> hehe
- # [12:42] <annevk> hsivonen, bug on accept-charset is filed
- # [12:43] <hsivonen> Mozilla has a "guardian of the Accept header", but clearly, there should be "guardian of the UA string, too"
- # [12:43] <hsivonen> s/, too"/", too/
- # [12:43] <annevk> what is "identity" in A-E? or "sdch" (Chrome has that)
- # [12:44] <annevk> we even have spaces between the values
- # [12:44] <annevk> very generous
- # [12:45] <hsivonen> annevk: Shared Dictionary Compression over HTTP says the first hit on Google
- # [12:45] <hsivonen> IIRC, identity is just sending the plain bytes
- # [12:45] <hsivonen> without compression
- # [12:45] <annevk> http://groups.google.com/group/SDCH
- # [12:47] <karlcow> http://www.w3.org/TR/ct-guidelines/#sec-Mobile-DOCTYPES
- # [12:48] <hsivonen> karlcow: that's sad
- # [12:48] <karlcow> reality is sad ;)
- # [12:49] <annevk> filed a bug on Accept-Encoding
- # [12:49] <annevk> "This list is not exhaustive and is likely to change." jaja
- # [12:49] <hsivonen> karlcow: fortunately, Fennec, Opera Mobile, Opera Mini and Mobile Safari work despite "reality"
- # [12:50] <annevk> 2.0 of "Web Content Transformation Proxies" will say they realize now the whole thing is sort of dead
- # [12:50] <karlcow> hsivonen: do you mean they are happy? :)
- # [12:50] <annevk> (I'm making that up, but that appears to be reality)
- # [12:50] <hsivonen> karlcow: they seem happy to me :-)
- # [12:51] * karlcow is making apologizes for his morning syllogism :) still only one eye opened. :)
- # [12:52] <annevk> another thing that is sad is that Accept: is still not */*
- # [12:53] <hsivonen> annevk: yeah, though it might be wise to wait for IE9 to have been in the market for a while before trying to change that
- # [12:53] * Joins: Necrathex (~bleptop@g199099.upc-g.chello.nl)
- # [12:53] <annevk> I thought IE had that since IE6 or so
- # [12:54] <hsivonen> annevk: I meant the reason not to have Accept: */* is negotiating application/xhtml+xml
- # [12:54] <annevk> but we don't want that :)
- # [12:55] <hsivonen> if IE9 says */* but support XHTML+SVG *maybe* it'll make Accept-based negotiation less popular
- # [12:55] <annevk> more often than not XML does harm to our end users
- # [12:57] <karlcow> what would be the benefit of Accept: */*, because I had a use case in the past where a precise Accept would have helped filtering a DDOS
- # [12:58] <hsivonen> karlcow: fewer bytes to send, fewer problems for non-IE browsers when webmasters goof
- # [12:58] <annevk> omitting it entirely breaks
- # [12:59] <karlcow> my issue was the Accept for GET /blabla resulting from an IMG
- # [12:59] <hsivonen> karlcow: you should just fix your site :-)
- # [12:59] <karlcow> I had no control on it
- # [13:00] <karlcow> the ddos was generated by a site with a very high trafic and a bad link.
- # [13:00] <hsivonen> karlcow: 99.99999% of webmasters wouldn't apply your mitigation method anyway, so it's not useful to support your mitigation method on the browser side
- # [13:00] <annevk> karlcow, you could have done something based on Referer
- # [13:01] * Joins: zcorpan_ (~zcorpan@c-1799e355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [13:01] <hsivonen> karlcow: if it was cross-origin, the Origin header will save us
- # [13:02] <karlcow> annevk: nope. because it would have removed valid request too :) but I'm more sympathetic to the argument of hsivonen. In the end, we just block the query on that page until we found out where the problem was :)
- # [13:03] <karlcow> s/block/blocked/
- # [13:03] <annevk> no it wouldn't
- # [13:03] <annevk> if you just blocked that specific referer for that resource it would've been fine
- # [13:15] <Dashiva> karlcow: I don't see how it makes sense to talk about a stable snapshot or milestone of an incomplete in-development specification
- # [13:15] * Quits: Peter` (~peter@170-116.citynet.ftth.internl.net) (Quit: reboot)
- # [13:15] * Quits: gormer (~ghe@132.150.173.51)
- # [13:15] <Dashiva> You can make snapshots and you can assign milestones, but they are arbitrary, not stable
- # [13:16] * Quits: Anonameless (~Nameless@cm218-252-156-82.hkcable.com.hk) (Quit: Leaving)
- # [13:16] <jgraham> My pet example of why /TR is evil is WebIDL
- # [13:16] * Joins: kennyluck (~kennyluck@EM114-48-190-230.pool.e-mobile.ne.jp)
- # [13:16] * Quits: Necrathex (~bleptop@g199099.upc-g.chello.nl) (Remote host closed the connection)
- # [13:17] <jgraham> I have eventually learnt that you can find the actual latest version by being careful about whether you insert a space between Web and IDL in google
- # [13:17] <Dashiva> karlcow: If you agree about the stable part, wouldn't a permalink in each editor's draft satisfy the snapshot use case?
- # [13:17] * Joins: Necrathex (~bleptop@g199099.upc-g.chello.nl)
- # [13:18] <annevk> great, Jonny was already on Accept-Encoding simplification
- # [13:19] * Joins: davidhund_ (~davidhund@78-27-27-74.dsl.alice.nl)
- # [13:19] * Quits: davidhund (~davidhund@78-27-27-74.dsl.alice.nl) (Read error: Connection reset by peer)
- # [13:19] * davidhund_ is now known as davidhund
- # [13:21] * Joins: Peter` (~peter@170-116.citynet.ftth.internl.net)
- # [13:24] * Quits: Peter` (~peter@170-116.citynet.ftth.internl.net) (Client Quit)
- # [13:26] * Joins: Peter` (~peter@170-116.citynet.ftth.internl.net)
- # [13:29] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Quit: ⌘Q)
- # [13:30] * Quits: slartsa (~Lari@adsl-215-234-204.kymp.net) (Ping timeout: 276 seconds)
- # [13:31] <zcorpan_> shouldn't the web timing spec put its stuff on the navigator object?
- # [13:32] * zcorpan_ imagines window.performance is already taken by web authors
- # [13:34] <annevk> yeah, you should say that
- # [13:34] <annevk> putting new stuff on navigator when it is somewhat sensible is better than bloating window even more
- # [13:37] * Quits: ROBOd (~robod@109.96.225.98) (Remote host closed the connection)
- # [13:38] <hsivonen> there should be a standing memo for spec editors about that
- # [13:38] <jgraham> But everyone loves everything being in the global scope, right?
- # [13:39] * Joins: SamerZ (~SamerZ@CPE0024369ef3ab-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [13:42] <Dashiva> Maybe we need a new parent object for stuff that doesn't really fit on navigator :)
- # [13:44] <jgraham> Personally I want more properties on the window object that just refer to the window object
- # [13:45] * Joins: titacgs (~titacgs@190.2.33.49)
- # [13:45] <jgraham> window.Hofstadter for example
- # [13:46] <annevk> Dashiva, the bar for navigator is low enough
- # [13:48] * Quits: SamerZ (~SamerZ@CPE0024369ef3ab-CM00222d5410b5.cpe.net.cable.rogers.com) (Quit: SamerZ)
- # [13:49] * Joins: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [14:09] * Joins: ROBOd (~robod@89.123.142.18)
- # [14:21] * Quits: micheil (~micheil@124-170-47-127.dyn.iinet.net.au) (Read error: Connection reset by peer)
- # [14:21] <annevk> god
- # [14:21] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
- # [14:21] <annevk> why would http://html5.org/tools/web-apps-tracker?from=5105&to=5106 fail but http://html5.org/tools/web-apps-tracker?from=5104&to=5105 would work?
- # [14:21] * Joins: workmad3 (~workmad3@cspool12.cs.man.ac.uk)
- # [14:22] * Quits: micheil (~micheil@124-170-47-127.dyn.iinet.net.au) (Client Quit)
- # [14:24] * Joins: knowtheory (~knowtheor@bas5-london14-1242452413.dsl.bell.ca)
- # [14:26] * hsivonen wonders why Opera still ships with both the "Opera Standard" and "Windows Native" skins when the "Opera Standard" skin is *more* Windows 7 -like of the two very similar skins
- # [14:32] * Quits: zcorpan_ (~zcorpan@c-1799e355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan_)
- # [14:35] * Joins: slartsa (~Lari@adsl-215-234-204.kymp.net)
- # [14:37] <annevk> hsivonen, we'll soonish no longer do Accept-Language
- # [14:38] <annevk> maybe I should file some more bugs on our network module; he's being pretty active :)
- # [14:38] <annevk> euh, Accept-Charset
- # [14:38] <annevk> my bad
- # [14:38] <hsivonen> annevk: cool anyway
- # [14:45] <hsivonen> aargh. Radiance and Ambiance are FAIL with Eclipse
- # [14:46] <hsivonen> still wondering how Canonical didn't have some kind of organizational function to stop the Lucid default theme
- # [14:46] <annevk> btw, I'm not really part of Opera QA, but then I don't really have a better description available either :)
- # [14:46] <jgraham> It is pretty awful
- # [14:46] <hsivonen> annevk: sorry
- # [14:46] <jgraham> Not anne's job, the Lucid theme
- # [14:47] <annevk> heh
- # [14:47] <annevk> how do you know? :p
- # [14:47] <hsivonen> jgraham: they should hire whoever is developing Elemental
- # [14:48] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
- # [14:48] <hsivonen> (but having him/her/they make a theme that doesn't feel like too much of an Apple rip-opp)
- # [14:48] <hsivonen> *off
- # [14:49] <hsivonen> also, Radiance could be tweaked not to suck
- # [14:49] <hsivonen> Ambiance is just massive FAIL
- # [14:50] <jgraham> It's hard to believe that the people who designed it actually use it
- # [14:56] <hsivonen> s/Elemental/Elementary/
- # [15:02] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [15:07] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 258 seconds)
- # [15:09] * Quits: smaug (~chatzilla@cs181150024.pp.htv.fi) (Ping timeout: 259 seconds)
- # [15:11] * Quits: fagan (~fagan@ubuntu/member/shanefagan) (Remote host closed the connection)
- # [15:11] * Joins: fagan (~fagan@ubuntu/member/shanefagan)
- # [15:12] * Quits: kennyluck (~kennyluck@EM114-48-190-230.pool.e-mobile.ne.jp) (Ping timeout: 248 seconds)
- # [15:22] * Joins: mpt (~mpt@canonical/mpt)
- # [15:24] * Quits: henrikbjorn (~hb@80.199.116.190.static.peytz.dk) (Remote host closed the connection)
- # [15:30] * Quits: micheil (~micheil@124-170-47-127.dyn.iinet.net.au) (Quit: micheil)
- # [15:38] * Joins: henrikbjorn (~hb@80.199.116.190.static.peytz.dk)
- # [15:52] <karlushi> Dashiva, it could be. :) we just have to find a model which makes it usable for different types of communities and not too burdensome to manage. Often we know our current burden, it's rare we understand the issues we create when changing. But yes it could be a good idea.
- # [15:53] * Joins: davidb (~davidb@mozca02.ca.mozilla.com)
- # [15:56] * Quits: Phae (~Phae@gatekeeper.macmillan.co.uk) (Quit: Leaving.)
- # [15:58] * Joins: nessy (~Adium@203-158-36-251.dyn.iinet.net.au)
- # [15:59] <jgraham> karlushi: I am really not sure who the community is that wants a version of the spec with fewer bugfixes in than the current version
- # [16:00] <jgraham> I think the stable/editor's draft model is designed around an idea of spec development that doesn't really match reality, at least for the way HTML5 is developed
- # [16:02] * hsivonen observes that when document.write() implies a call to document.open() in Gecko, the call is always to the built-in open() and not to whatever the page has replaced open() with
- # [16:02] <karlushi> I do not claim reality. ;) Just trying to identify use cases.
- # [16:03] <hsivonen> karlushi: so what's the use case of reading a spec you know is an already-obsolete draft when you know you could read the latest draft?
- # [16:04] <jgraham> That is, if you have stable versions, N, N+1, etc. and unstable drafts at all times t, it only makes sense to promote version N if, on averge, version N is closer to version N+1 than unstable version at time t(N)<t<t(N+1)
- # [16:04] * Quits: slartsa (~Lari@adsl-215-234-204.kymp.net) (Ping timeout: 240 seconds)
- # [16:04] <karlushi> hsivonen, will there be at a point a stable version?
- # [16:05] <hsivonen> karlushi: I expect there will be, but not one that's useful to read
- # [16:05] <karlushi> hsivonen, for you and implementers, not useful indeed.
- # [16:05] * Joins: AnthonyCat (~AnthonyCa@2002:3aaf:19c2:0:21f:5bff:feb6:f0e1)
- # [16:06] <Lachy> hsivonen, the use case for snapshots is so you can compare what was written at the time of the snapshot with what is now written, which is easier than digging through CVS/SVN logs.
- # [16:07] <jgraham> karlushi: It is possible to be unstable, but to be convering on a stable point
- # [16:07] <hsivonen> Lachy: that's a reasonable use case
- # [16:07] <karlushi> translation is another use case. Translating a document which is changing all the time is hell.
- # [16:08] <hsivonen> karlushi: you just pick the draft that's the most current when you start translating
- # [16:08] <karlushi> s/you/one/ who's not necessary a geek.
- # [16:10] * gsnedders likes what jgraham is typing now
- # [16:10] <jgraham> Heh, putting <plaintext> in <table> so it gets foster parented is amusing
- # [16:10] * Quits: henrikbjorn (~hb@80.199.116.190.static.peytz.dk) (Remote host closed the connection)
- # [16:10] <jgraham> gsnedders: tinfb
- # [16:10] * gsnedders is psycic
- # [16:18] * Quits: Smylers (~Smylers@leeds01-fw.internal.pipex.net) (Quit: Leaving.)
- # [16:18] * Joins: Smylers (~Smylers@leeds01-fw.internal.pipex.net)
- # [16:18] * Joins: boaz (~boaz@60.sub-75-193-92.myvzw.com)
- # [16:20] * Joins: Phae (~Phae@chimera.macmillan.com)
- # [16:22] * Joins: Smylers1 (~Smylers@212.183.140.5)
- # [16:22] * Quits: Smylers (~Smylers@leeds01-fw.internal.pipex.net) (Ping timeout: 258 seconds)
- # [16:23] * Joins: Smylers (~Smylers@leeds01-fw.internal.pipex.net)
- # [16:26] * Quits: Smylers1 (~Smylers@212.183.140.5) (Ping timeout: 258 seconds)
- # [16:28] * Joins: yutak_home (~kee@U017209.ppp.dion.ne.jp)
- # [16:29] * Quits: zalan (~zalan@192.100.124.156)
- # [16:37] * Quits: nessy (~Adium@203-158-36-251.dyn.iinet.net.au) (Quit: Leaving.)
- # [16:52] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [16:52] * Quits: Matjas (d988e84f@gateway/web/freenode/ip.217.136.232.79) (Ping timeout: 252 seconds)
- # [16:54] * Quits: nielsle (~nielsle@1503032406.dhcp.dbnet.dk) (Quit: Ex-Chat)
- # [17:00] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
- # [17:01] * Quits: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de) (Remote host closed the connection)
- # [17:08] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [17:09] * Joins: nielsle (~nielsle@1503032406.dhcp.dbnet.dk)
- # [17:15] * Quits: boblet (~boblet@p1201-ipbf709osakakita.osaka.ocn.ne.jp) (Quit: boblet)
- # [17:16] * Quits: davidhund (~davidhund@78-27-27-74.dsl.alice.nl) (Quit: ... succes ermee! :-))
- # [17:20] <annevk> hmm, guess I'll look into the html5.org issue tomorrow or so
- # [17:20] <annevk> not gonna happen now
- # [17:21] * Quits: nielsle (~nielsle@1503032406.dhcp.dbnet.dk) (Quit: Ex-Chat)
- # [17:27] * Joins: dglazkov (~dglazkov@nat/google/x-wlfzpromdbfnluju)
- # [17:36] * Quits: yutak_home (~kee@U017209.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [17:39] * Joins: mmn (~mmn@129-97-225-230.uwaterloo.ca)
- # [17:46] * Quits: Smylers (~Smylers@leeds01-fw.internal.pipex.net) (Ping timeout: 258 seconds)
- # [17:48] * Quits: micheil (~micheil@124-170-47-127.dyn.iinet.net.au) (Read error: Connection reset by peer)
- # [17:48] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
- # [17:48] * Quits: workmad3 (~workmad3@cspool12.cs.man.ac.uk) (Remote host closed the connection)
- # [17:49] * Quits: micheil (~micheil@124-170-47-127.dyn.iinet.net.au) (Read error: Connection reset by peer)
- # [17:49] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
- # [17:51] * Joins: mpt_ (~mpt@canonical/mpt)
- # [17:52] * Quits: mpt_ (~mpt@canonical/mpt) (Client Quit)
- # [18:05] * Quits: micheil (~micheil@124-170-47-127.dyn.iinet.net.au) (Read error: Connection reset by peer)
- # [18:05] * Quits: Necrathex (~bleptop@g199099.upc-g.chello.nl) (Read error: Connection reset by peer)
- # [18:05] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
- # [18:05] * Joins: Necrathex (~bleptop@g199099.upc-g.chello.nl)
- # [18:06] * Quits: davidb (~davidb@mozca02.ca.mozilla.com) (Quit: davidb)
- # [18:07] * Joins: slartsa (~Lari@adsl-215-234-204.kymp.net)
- # [18:08] * Joins: remysharp (~remysharp@vinov2.gotadsl.co.uk)
- # [18:09] * Joins: jlebar (~jlebar@nat/mozilla/x-yuahcubhnrjabkyu)
- # [18:10] * Joins: Anonameless (Nameless@cm218-252-156-82.hkcable.com.hk)
- # [18:12] * Quits: mmn (~mmn@129-97-225-230.uwaterloo.ca) (Quit: Leaving.)
- # [18:22] <AryehGregor> hsivonen, my notion of "current" for most software is "current version I'm using", which might be current stable or trunk or something in between or maybe slightly older than current stable. In this case, 3.6; didn't bother to test on trunk because it didn't matter. I should have specified, though, since it's ambiguous.
- # [18:27] * Joins: ap (~ap@17.203.15.186)
- # [18:28] * Joins: henrikbjorn (~hb@c83-249-67-192.bredband.comhem.se)
- # [18:29] * Quits: remysharp (~remysharp@vinov2.gotadsl.co.uk) (Quit: Leaving...)
- # [18:31] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 260 seconds)
- # [18:36] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [18:39] * Joins: dave_levin (~dave_levi@nat/google/x-sbkrbhdepnpsmygc)
- # [18:41] * Joins: remysharp (~remysharp@vinov2.gotadsl.co.uk)
- # [18:41] * Joins: mmn (~mmn@129-97-225-230.uwaterloo.ca)
- # [18:43] * Quits: remysharp (~remysharp@vinov2.gotadsl.co.uk) (Remote host closed the connection)
- # [18:44] * Quits: Phae (~Phae@chimera.macmillan.com) (Quit: Leaving.)
- # [18:45] * Joins: JonathanNeal (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com)
- # [18:47] * Joins: deepthawtz (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net)
- # [18:47] * Quits: henrikbjorn (~hb@c83-249-67-192.bredband.comhem.se) (Quit: henrikbjorn)
- # [18:48] * Joins: maikmerten (~maikmerte@port-92-201-104-253.dynamic.qsc.de)
- # [18:51] * Quits: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk) (Quit: akamike)
- # [18:55] * Joins: ojan (~ojan@nat/google/x-hkqrrvwmntqnzmfs)
- # [18:55] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [19:01] * Quits: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk) (Quit: Leaving)
- # [19:04] * Joins: henrikbjorn (~hb@c83-249-67-192.bredband.comhem.se)
- # [19:04] * Quits: slartsa (~Lari@adsl-215-234-204.kymp.net) (Ping timeout: 248 seconds)
- # [19:05] * Joins: mlpug (~mlpug@a88-115-164-40.elisa-laajakaista.fi)
- # [19:06] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Quit: Leaving)
- # [19:08] * Joins: sebmarkbage (~miranda@h-70-237.A146.priv.bahnhof.se)
- # [19:09] * Quits: mat_t (~mattomasz@91.189.88.12) (Ping timeout: 240 seconds)
- # [19:10] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [19:12] * Quits: micheil (~micheil@124-170-47-127.dyn.iinet.net.au) (Read error: Connection reset by peer)
- # [19:12] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
- # [19:17] * Quits: boaz (~boaz@60.sub-75-193-92.myvzw.com) (Ping timeout: 240 seconds)
- # [19:17] * Quits: henrikbjorn (~hb@c83-249-67-192.bredband.comhem.se) (Quit: henrikbjorn)
- # [19:20] * Quits: dglazkov (~dglazkov@nat/google/x-wlfzpromdbfnluju) (Quit: dglazkov)
- # [19:24] * Joins: boaz (~boaz@84.sub-75-193-178.myvzw.com)
- # [19:25] * Quits: Anonameless (Nameless@cm218-252-156-82.hkcable.com.hk) (Read error: Connection reset by peer)
- # [19:30] * Quits: micheil (~micheil@124-170-47-127.dyn.iinet.net.au) (Read error: Connection reset by peer)
- # [19:30] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
- # [19:34] * Joins: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com)
- # [19:39] * Joins: smaug (~chatzilla@a91-154-40-222.elisa-laajakaista.fi)
- # [19:46] * Joins: davidb (~davidb@mozca02.ca.mozilla.com)
- # [19:47] * Quits: deepthawtz (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net) (Read error: Operation timed out)
- # [19:48] * Joins: deepthawtz (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net)
- # [19:51] * Quits: Rik` (~Rik`@144.119.193-77.rev.gaoland.net) (Quit: Rik`)
- # [19:52] * Joins: sicking (~chatzilla@nat/mozilla/x-zrwqyfuzitkkamok)
- # [19:53] * Joins: aroben (~aroben@unaffiliated/aroben)
- # [19:57] * Quits: AnthonyCat (~AnthonyCa@2002:3aaf:19c2:0:21f:5bff:feb6:f0e1) (Quit: ⌘Q)
- # [20:01] * Joins: erlehmann (~erlehmann@89.204.137.72)
- # [20:11] * Quits: titacgs (~titacgs@190.2.33.49) (Read error: Connection reset by peer)
- # [20:12] * Joins: mdelaney_ (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0)
- # [20:20] * Quits: abarth (~abarth@c-98-210-108-185.hsd1.ca.comcast.net) (Quit: abarth)
- # [20:20] * Quits: ojan (~ojan@nat/google/x-hkqrrvwmntqnzmfs) (Quit: ojan)
- # [20:21] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Quit: brb)
- # [20:25] * Quits: erlehmann (~erlehmann@89.204.137.72) (Ping timeout: 265 seconds)
- # [20:28] * Quits: fagan (~fagan@ubuntu/member/shanefagan) (Remote host closed the connection)
- # [20:28] * Joins: slartsa (~Lari@adsl-215-234-204.kymp.net)
- # [20:28] * Joins: fagan (~fagan@ubuntu/member/shanefagan)
- # [20:29] * Joins: erlehmann (~erlehmann@89.204.153.66)
- # [20:32] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:38] * Joins: jrgarrison (~garrison@wikiotics/jrgarrison)
- # [20:42] * Quits: mdelaney_ (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0) (Quit: mdelaney_)
- # [20:51] * Joins: KaOSoFt (~webmaster@unaffiliated/kaosoft)
- # [20:54] * Joins: dbaron (~dbaron@nat/mozilla/x-dqqlvqxipmbknipe)
- # [20:59] <Gurpartap> HTML6 http://www.artisopensource.net/hacks/deliciouspoetry.php?cshow=5217210
- # [21:02] * Quits: sicking (~chatzilla@nat/mozilla/x-zrwqyfuzitkkamok) (Ping timeout: 245 seconds)
- # [21:05] * Joins: jwalden (~waldo@nat/mozilla/x-mwmhbvnhyikhqneq)
- # [21:12] * Quits: erlehmann (~erlehmann@89.204.153.66) (Quit: Ex-Chat)
- # [21:19] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [21:22] * Quits: TabAtkins (~tabatkins@nat/google/x-qfdaeeyjgjnppkjm) (Ping timeout: 276 seconds)
- # [21:24] * Quits: KaOSoFt (~webmaster@unaffiliated/kaosoft) (Quit: Leaving)
- # [21:25] * Quits: smaug (~chatzilla@a91-154-40-222.elisa-laajakaista.fi) (Remote host closed the connection)
- # [21:30] <jrgarrison> I'm confused about something mentioned in the last paragraph of the message at http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-June/026728.html
- # [21:30] <jrgarrison> "I should have written input type=file accept='audio/x-speex;quality=(0-10);bitrate=...;source=microphone' to reflect the newly-announced Android/Firefox placement of the source= parameter."
- # [21:31] <jrgarrison> does anybody know what announcement this refers to?
- # [21:31] * Quits: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [21:34] * Quits: boaz (~boaz@84.sub-75-193-178.myvzw.com) (Remote host closed the connection)
- # [21:34] * Joins: boaz (~boaz@84.sub-75-193-178.myvzw.com)
- # [21:35] * Joins: johnst (~johnst@x1-6-00-07-95-57-08-bb.k123.webspeed.dk)
- # [21:39] * Joins: smaug (~chatzilla@a91-154-40-222.elisa-laajakaista.fi)
- # [21:40] * Joins: JusticeFries (~fries@c-98-245-71-126.hsd1.co.comcast.net)
- # [21:40] * Joins: variable (~variable@unaffiliated/variable)
- # [21:46] * AryehGregor has no idea.
- # [21:46] * Quits: maikmerten (~maikmerte@port-92-201-104-253.dynamic.qsc.de) (Remote host closed the connection)
- # [21:56] <variable> question: is there a slightly more offical method of tracking proposals than the mailing list? I know about the bug list for the W3C. Does the WHATWG have anything similar?
- # [22:01] * Parts: fagan (~fagan@ubuntu/member/shanefagan)
- # [22:07] * Quits: tndH (~Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [22:09] * Joins: titacgs (~titacgs@190.2.33.49)
- # [22:16] <Dashiva> The issue tracker
- # [22:17] <Dashiva> http://www.whatwg.org/issues/
- # [22:18] * Quits: mlpug (~mlpug@a88-115-164-40.elisa-laajakaista.fi) (Remote host closed the connection)
- # [22:19] <variable> Dashiva, thank
- # [22:20] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [22:23] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [22:24] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [22:40] * Quits: davidb (~davidb@mozca02.ca.mozilla.com) (Quit: davidb)
- # [22:41] <AryehGregor> My giant comment got accepted. Everyone feel free to complain about how terribly wrong I am, particularly since I don't have such a good grasp on the history here. http://www.cssquirrel.com/2010/06/15/693comic-update-html5-unicorn-heuristics/comment-page-1/#comment-32000
- # [22:45] * Quits: aroben (~aroben@unaffiliated/aroben) (Quit: aroben)
- # [22:48] * Quits: ROBOd (~robod@89.123.142.18) (Quit: http://www.robodesign.ro)
- # [22:48] * Quits: jrgarrison (~garrison@wikiotics/jrgarrison) (Ping timeout: 240 seconds)
- # [22:48] * Joins: dglazkov (~dglazkov@nat/google/x-lbsenhqozhrcwgav)
- # [22:52] <johnst> tl;dr
- # [22:52] <AryehGregor> :)
- # [22:55] * Joins: TabAtkins (~tabatkins@nat/google/x-uyzlswhgdynzfihr)
- # [23:00] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 264 seconds)
- # [23:03] * Quits: jlebar (~jlebar@nat/mozilla/x-yuahcubhnrjabkyu) (Read error: Operation timed out)
- # [23:07] * Joins: jlebar (~jlebar@nat/mozilla/x-tcpbcitjsqqbfauv)
- # [23:07] * Joins: mdelaney (~mattyd@2620:0:1b00:1191:d69a:20ff:febf:89a0)
- # [23:08] * mdelaney is now known as mattyd
- # [23:11] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [23:11] * Quits: jlebar (~jlebar@nat/mozilla/x-tcpbcitjsqqbfauv) (Ping timeout: 252 seconds)
- # [23:18] * Quits: dbaron (~dbaron@nat/mozilla/x-dqqlvqxipmbknipe) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [23:25] * Joins: jlebar (~jlebar@nat/mozilla/x-lnsxslrzccuqkrul)
- # [23:26] * Quits: Martijnc (~Martijnc@91.176.150.225)
- # [23:31] * Joins: jon_ (~jon@athedsl-250342.home.otenet.gr)
- # [23:35] * Quits: slartsa (~Lari@adsl-215-234-204.kymp.net) (Ping timeout: 258 seconds)
- # [23:35] * Quits: jon_ (~jon@athedsl-250342.home.otenet.gr) (Client Quit)
- # [23:43] * Joins: sicking (~chatzilla@nat/mozilla/x-xaymoexjcwfslaij)
- # [23:52] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 252 seconds)
- # [23:52] * Quits: mmn (~mmn@129-97-225-230.uwaterloo.ca) (Quit: Leaving.)
- # [23:53] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [23:56] * Quits: Necrathex (~bleptop@g199099.upc-g.chello.nl) (Quit: Necrathex)
- # Session Close: Sat Jun 19 00:00:00 2010
The end :)