Options:
- # Session Start: Sun Aug 02 00:00:00 2009
- # Session Ident: #whatwg
- # [00:03] * Quits: gsnedders_ (n=gsnedder@c83-252-196-86.bredband.comhem.se)
- # [00:05] * Quits: dolske (n=dolske@c-76-103-40-203.hsd1.ca.comcast.net)
- # [00:13] * Quits: ttepass- (n=ttepas--@p5B016046.dip.t-dialin.net) (Read error: 110 (Connection timed out))
- # [00:22] * Quits: Maurice (i=copyman@5ED548D4.cable.ziggo.nl) ("Disconnected...")
- # [00:24] * Joins: annevk2 (n=annevk@5355732C.cable.casema.nl)
- # [00:36] * Joins: nessy (n=nessy@124-170-2-64.dyn.iinet.net.au)
- # [00:41] * Joins: olliej (n=oliver@76.14.73.3)
- # [00:41] * Quits: tndH (n=Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com) ("ChatZilla 0.9.85-rdmsoft [XULRunner 1.9.0.1/2008072406]")
- # [00:52] <Darxus> A noscript element is allowed to be a child of a body element, right?
- # [00:53] <Darxus> It's phrasing content, which is flow content, and a body contains flow content?
- # [00:53] <Darxus> If this is correct, the validator has a bug: http://html5.validator.nu/?doc=http://www.chaosreigns.com/test/noscript.html
- # [00:58] <Darxus> If I'm *not* correct, then my validator has a bug.
- # [01:02] * Quits: poe (n=poe@unaffiliated/xerox)
- # [01:05] * Quits: annevk2 (n=annevk@5355732C.cable.casema.nl)
- # [01:17] * Quits: archtech (n=stanv@83.228.56.37) (No route to host)
- # [01:19] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [01:24] * Joins: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [01:26] * Joins: dolske (n=dolske@nat/mozilla/x-pbfhqcjzugrlrdut)
- # [01:30] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [02:00] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [02:35] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [02:44] <Dashiva> gsnedders: Yes I do
- # [02:54] <Dashiva> Darxus: It shows the wrong error text, but the document is erroneous still
- # [02:54] <Dashiva> "The noscript element must not be used in XML documents."
- # [02:55] <Darxus> Dashiva: Huh. Is there an alternative for XML?
- # [02:56] <Dashiva> The usual methods. Make the document as it should be without script, then use script to change it after loading
- # [02:57] <Darxus> Ahh, thanks.
- # [03:02] * Quits: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Read error: 104 (Connection reset by peer))
- # [03:03] * Joins: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [03:23] * Joins: rubys (n=rubys@cpe-098-027-052-152.nc.res.rr.com)
- # [03:30] * Quits: sebmarkbage (n=miranda@h-6-72.A146.priv.bahnhof.se) (Read error: 110 (Connection timed out))
- # [03:38] * Parts: rubys (n=rubys@cpe-098-027-052-152.nc.res.rr.com)
- # [03:42] * Quits: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Read error: 113 (No route to host))
- # [03:45] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [03:51] * Joins: Darxus_ (n=darxus@panic.chaosreigns.com)
- # [03:51] * Darxus_ is now known as test
- # [03:52] * Quits: test (n=darxus@panic.chaosreigns.com) (Client Quit)
- # [03:57] <Dashiva> Maybe someone (not me) should clarify that "obsolete" in HTML5 still requires implementation support
- # [04:06] * Parts: thelinx (n=thelinx@shell.etttretresju.net)
- # [04:06] <Hixie> othermaciej: yt?
- # [04:06] <othermaciej> Hixie: yep
- # [04:06] <othermaciej> Dashiva: I thought that was really clear - I'm trying to help explain it to John and Shelley now
- # [04:07] <Hixie> so i was looking at the summary="" feedback you sent a while back, saying that we should tell authors not to use summary="" in the <table> section
- # [04:08] <Hixie> the reason i hadn't mentioned summary="" there (except for implementation-specific text) is that there doesn't seem to be a need to tell authors to not do anything, because authors by and large have never heard of it
- # [04:09] <othermaciej> Hixie: I think my main feedback was to describe what it does and explain why using it is a problem
- # [04:09] <othermaciej> Hixie: looking at the current spec, it looks like the obsolete features section describes what it does, and says authors should not use it
- # [04:09] <Hixie> yeah i was going to add text saying what the problems were into the obsolete features section
- # [04:09] <Dashiva> othermaciej: It's clear to me, in light of the "support existing content" idea. But if you view language obsoletion independent of use, maybe it's confusing.
- # [04:09] <othermaciej> Hixie: but it doesn't explain why, which might seem mysterious
- # [04:10] <Hixie> on a completely different front, do you have an opinion on whether the event loop should pump while the UA is blocked on a <script> element waiting for style sheets to load?
- # [04:11] <Hixie> (i.e. should setTimeout()s fire, user interaction events fire, etc)
- # [04:12] <Hixie> (i guess it should be like blocking on <script>, which doesn't pump the event loop)
- # [04:12] <Hixie> (at least per spec it doesn't currently)
- # [04:12] <othermaciej> it should be like blocking on <script>, yes
- # [04:13] <othermaciej> Hixie: I think giving the reasoning in the obsolete elements section would be sufficient to address my concern, particularly if the <table> element section has a clear cross-reference
- # [04:13] <Hixie> it has a cross-reference from the one mention of summary="" in the implementation requirement
- # [04:14] <Hixie> in that you can click on the word "summary"
- # [04:14] <othermaciej> that seems fine
- # [04:14] <othermaciej> (to me)
- # [04:15] <Hixie> k
- # [04:26] * Quits: olliej (n=oliver@76.14.73.3)
- # [04:33] * Quits: ttepasse (n=ttepas--@p5B014833.dip.t-dialin.net) ("?Q")
- # [04:39] <Hixie> http://www.w3.org/mid/8618F212-C191-4CCC-9F27-6BF7829622FE@w3.org is a surprisingly interesting e-mail from Tim if you care about the "resource" vs "resource representation" nonsense
- # [04:43] * Joins: Rik` (n=Rik`@78.251.170.88)
- # [05:00] * Quits: mlpug (n=mlpug@a91-156-62-135.elisa-laajakaista.fi) (Remote closed the connection)
- # [05:07] * Quits: Rik` (n=Rik`@78.251.170.88) (Read error: 110 (Connection timed out))
- # [05:09] * Quits: atwilson (n=atwilson@q-static-149-82.avvanta.com)
- # [05:27] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [05:29] <othermaciej> Hixie: that is kind of interesting
- # [05:30] <othermaciej> using fragments to refer to non-document entities would have indeed made more sense
- # [05:35] <Hixie> using a whole new scheme would have been better, imho
- # [05:35] * Quits: aboodman3 (n=aboodman@72.14.229.81) (Nick collision from services.)
- # [05:35] * aboodman2 is now known as aboodman
- # [05:36] * Joins: aboodman3 (n=aboodman@72.14.229.81)
- # [05:43] * Joins: atwilson (n=atwilson@q-static-149-82.avvanta.com)
- # [05:49] * Quits: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [05:50] * Quits: dolske (n=dolske@nat/mozilla/x-pbfhqcjzugrlrdut)
- # [06:03] <Dashiva> Hmm...
- # [06:04] <Dashiva> Shelley seems to talk about a model where features are marked as deprecated, usage drops, deprecated becomes obsolete, and finally support is dropped
- # [06:05] <Dashiva> As I recall, that model works fine when there is no (unmaintained) legacy content, not so well when legacy rears its ugly head.
- # [06:06] <Dashiva> I wonder if there is a significant body of legacy @summary use
- # [06:11] * Joins: dolske (n=dolske@nat/mozilla/x-apsqcxioyaluulvp)
- # [06:12] * Quits: dolske (n=dolske@nat/mozilla/x-apsqcxioyaluulvp) (Client Quit)
- # [06:26] <othermaciej> does WCAG 2 explicitly mention the summary="" attribute anywhere?
- # [06:27] <othermaciej> I couldn't find the reference
- # [06:30] <othermaciej> I see, it's in a separate Note
- # [06:51] * gavin_ finds handicap parking slots to be limiting to those not physically impaired
- # [06:51] <gavin_> means they need to park farther from the entrance
- # [06:52] <gavin_> society has generally agreed that the tradeoff there (ease of access to those with disabilities) was worth it, though
- # [06:52] <gavin_> and that concludes today's Irrelevant Analogy Nitpick
- # [06:56] * Quits: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [06:57] * Joins: dolske (n=dolske@c-76-103-40-203.hsd1.ca.comcast.net)
- # [07:05] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [07:07] * Joins: nathanhammond (n=nathanha@cpe-075-191-163-052.carolina.res.rr.com)
- # [07:20] * Parts: nathanhammond (n=nathanha@cpe-075-191-163-052.carolina.res.rr.com)
- # [07:40] * Joins: primal1 (n=primal1@pool-173-58-233-12.lsanca.fios.verizon.net)
- # [08:00] * Joins: erikvvold (n=erikvvol@96.49.192.204)
- # [09:12] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [09:56] * Quits: wakaba (n=wakaba@58.138.63.217) ("Leaving...")
- # [09:58] * Joins: wakaba (n=wakaba@217.63.138.58.dy.bbexcite.jp)
- # [10:06] <Hixie> MikeSmith: i would suggest File
- # [10:07] <Hixie> though i guess that excludes streams
- # [10:07] <MikeSmith> Hixie: yeah, File is simpler and unambiguous
- # [10:08] * Joins: annevk2 (n=annevk@5355732C.cable.casema.nl)
- # [10:09] * Joins: Maurice (i=copyman@5ED548D4.cable.ziggo.nl)
- # [10:10] <MikeSmith> but I guess it does mean serialized content and not a stream
- # [10:23] <annevk> so RDF fucked up both XML and HTTP?
- # [10:23] <annevk> fun
- # [10:24] <annevk> (though HTTP only in the theoretical sense so I suppose that doesn't really matter)
- # [10:29] * Joins: olliej (n=oliver@76.14.73.3)
- # [10:30] <MikeSmith> collateral damage
- # [10:30] <MikeSmith> and civilian casualties
- # [10:33] * Joins: archtech (n=stanv@83.228.56.37)
- # [10:44] <annevk> Lachy, you around?
- # [10:45] * Joins: ROBOd (n=robod@89.122.216.38)
- # [10:54] * Quits: olliej (n=oliver@76.14.73.3)
- # [11:00] * Joins: hdh (n=hdh@hdh-1-pt.tunnel.tserv20.hkg1.ipv6.he.net)
- # [11:02] * Quits: annevk (n=annevk@5355732C.cable.casema.nl) (Remote closed the connection)
- # [11:02] * Joins: annevk (n=annevk@5355732C.cable.casema.nl)
- # [11:09] * Joins: maikmerten (n=maikmert@Z397d.z.pppool.de)
- # [11:11] <Hixie> gotta love how john completely ignored the points i made about the pfwg ignoring me, and then said i should talk to the pfwg.
- # [11:12] <annevk> yeah, I thought that was weird
- # [11:25] <Lachy> annevk, yes
- # [11:25] * Joins: gsnedders_ (n=gsnedder@c83-252-196-86.bredband.comhem.se)
- # [11:26] <tantek> Hixie, it seems like Sam Ruby is getting increasingly impatient with those on the list that are either repeating themselves or making apparent logically flawed statements (and he's pointing them out).
- # [11:26] <tantek> apparently
- # [11:30] <Lachy> I'm thinking that since the arguments from the pro-summary attribute advocates largely stem from the advice in WCAG2 Techniques and the apparent contradiction, we should instead be pushing for the PFWG to amend WCAG2 with better solutions
- # [11:33] <annevk> Lachy, should I have you the public key on my local machine?
- # [11:34] <gsnedders_> Lachy: What better solution that is conforming in HTML 4.01?
- # [11:34] <Hixie> several of the ones in html5 are conforming in html4
- # [11:34] <annevk> Lachy, I haven't worked a lot with this before; in fact, only for the W3C
- # [11:35] <annevk> Lachy, btw, it seems you did not restore the original template with the author names visible
- # [11:36] <Lachy> annevk, I need to put a copy of your ssh-rsa key into the authorized_keys file on the server
- # [11:37] <annevk> is to your @opera.com address ok?
- # [11:38] <Lachy> sure, either address is fine
- # [11:39] <annevk> and then I can login through ssh?
- # [11:39] <Lachy> annevk, yes
- # [11:39] <Lachy> using: ssh lhunt@blog.whatwg.org
- # [11:40] <Lachy> gsnedders_, some of the alternative solutions listed in HTML5 are also conforming HTML4
- # [11:41] <Hixie> i just said that :-P
- # [11:41] <Lachy> Hixie, oh. I didn't read your message
- # [11:42] <Hixie> hey go figure, webkit only pauses to wait for styles for _external_ scripts
- # [11:42] <Hixie> gecko doesn't seem to discriminate
- # [11:43] <annevk> so worky?
- # [11:43] <annevk> it asks me for a password...
- # [11:43] <Lachy> annevk, I haven't added it yet
- # [11:43] <Lachy> give me a minute, I only just received your mail
- # [11:44] <annevk> Hixie, what happened to the weekly updates from markp?
- # [11:44] <Hixie> no idea, ask markp
- # [11:45] <Lachy> annevk, now try
- # [11:45] <annevk> I'm in
- # [11:46] <Lachy> annevk, btw, it was an rsa key you sent, so the file should have been called id_rsa not id_dsa, but it doesn't matter too much
- # [11:47] <Philip`> It should have been called id_rsa.pub, I hope
- # [11:47] <Lachy> Philip`, yes
- # [11:47] <Philip`> since you're really not meant to email your private key to people :-p
- # [11:48] <Lachy> he emailed the id_dsa.pub file
- # [11:49] <annevk> now it asks for the password again
- # [11:49] <Lachy> what?
- # [11:49] <annevk> hmm, only when I use sshfs
- # [11:50] <Lachy> it shouldn't. If you have the private key in ~/.ssh/id_rsa or ~/.ssh/identity it should work
- # [11:51] <annevk> nope
- # [11:53] <annevk> I'll use some other means to do things
- # [12:00] <Lachy> annevk, are you going to replace the stylesheet with that one from Ben?
- # [12:01] <annevk> I'm currently duplicating the default theme
- # [12:01] <annevk> it's take ages to make a cp of a folder on that server
- # [12:02] <annevk> then I'll put the style sheet in the "new theme" and maybe make some other adjustments
- # [12:04] <Lachy> annevk, if you want authors to show up on the index page as well, uncomment the appropriate line in index.php
- # [12:05] <Lachy> actually, copy the line from single.php, as it also adds a link to the authors URL
- # [12:07] <Lachy> heh, nice theme name: org.whatwg.awesome :-)
- # [12:16] <Philip`> I think someone needs to make the font half the size it currently is
- # [12:17] <annevk> it was actually smaller but I wanted it larger
- # [12:17] <annevk> I'll make it a bit smaller then
- # [12:18] <Philip`> It seems sensible to make it comparable to text sizes on all other sites, and then if somebody personally prefers large fonts they can configure their browser to increase them all
- # [12:18] <Lachy> annevk, just make it the default font-size
- # [12:19] <annevk> done
- # [12:19] <annevk> Philip`, sensible is boring
- # [12:20] <Philip`> It looks alright now if I zoom out to 90%
- # [12:20] <Lachy> Philip`, no, copying the mistakes of other sites is not a good idea
- # [12:21] <Hixie> Lachy: we lost that fight, deal with it
- # [12:21] <Hixie> font-size:medium means 16px
- # [12:22] <Lachy> font-size: small is somewhat acceptable, though I think medium is best
- # [12:24] <Lachy> damn, a recent nightly minefield update appears to have killed my entire history and bookmarks
- # [12:29] * Quits: hdh (n=hdh@hdh-1-pt.tunnel.tserv20.hkg1.ipv6.he.net) (Remote closed the connection)
- # [12:30] <MikeSmith> Lachy: if you were a Minefield user, that should make you mad. But since there's no such thing as Minefield users, only Minefield testers, you should be happy!
- # [12:30] <MikeSmith> exclamation point
- # [12:30] <gsnedders_> Lachy: See, if you used Opera…
- # [12:30] <Lachy> gsnedders_, I use both
- # [12:30] <Lachy> I even have opera set as my default, but there are still some things that Minefield is better for
- # [12:33] <Lachy> yay, it looks like it's just Minefield failing to load them. Using FIrefox 3.5.1 with the same profile restores everything :-)
- # [12:33] * gsnedders_ tries to resist the temptation to say: "BREAKING: Opera employee has Opera set as default browser"
- # [12:33] <annevk> Chromium seems to cache HTML for a long time for some reason
- # [12:33] <annevk> content that is long gone does not disappear on refreshes?!
- # [12:34] <gsnedders_> That's the same for anything using WebKit, AFAIK
- # [12:35] <annevk> posts from hsivonen to blog.whatwg.org might need to be modified to use the proper heading level
- # [12:35] <annevk> s/might//
- # [12:46] <annevk> if someone could start a wiki page with things to fix on the blog (markup, etc.) or somewhere else I'll try to do some more stuff tonight
- # [12:48] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [12:49] * Joins: mlpug (n=mlpug@a91-156-62-135.elisa-laajakaista.fi)
- # [13:02] * Quits: annevk2 (n=annevk@5355732C.cable.casema.nl)
- # [13:08] * Joins: ZombieLoffe (n=e@unaffiliated/zombieloffe)
- # [13:37] * Joins: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [13:42] * Philip` wonders what the difference is between 'obsolete' and 'deprecated'
- # [13:43] <takkaria> you deprecate something that's still perfectly functional that you have a vendetta against, but obsoleted stuff is genuinely outdated
- # [13:43] * takkaria makes it up
- # [13:44] <MikeSmith> gsnedders_: about the caching thing, if so, I think that's coincidental, because Webkit/Webcore itself doesn't have any caching code. it's all platform code
- # [13:44] <Philip`> I suppose 'obsolete' has the advantage that nobody will misread/misspell it as 'obsoliete'
- # [13:44] <MikeSmith> Philip`: or obnoxiouselete either
- # [13:45] <gsnedders_> MikeSmith: Stop assuming I know stuff.
- # [13:45] <gsnedders_> MikeSmith: Also, I'm not going home on Friday.
- # [13:47] <MikeSmith> gsnedders_: I guess you'll have to find a way to enjoy yourself in Sweden in the summertime. poor you.
- # [13:48] <MikeSmith> maybe instead of obsolete and deprecated we need a third term without their connotations
- # [13:48] <MikeSmith> e.g., "Conforming but FUBAR"
- # [13:48] <gsnedders_> "we-don't-like-this"
- # [13:49] <gsnedders_> Cool. Facebook has crashed Opera.
- # [13:49] <Philip`> Or: Opera has crashed Facebook
- # [13:49] <Philip`> to assign blame in the right place
- # [13:50] * Philip` awaits a day when crashing is obsolete rather than just deprecated
- # [13:52] * gsnedders_ notes with mild amusement nobody apart from MikeSmith here has a clue about his former plans to go home
- # [13:52] * Philip` finally reaches the email where Hixie already queried the obsolete vs deprecated thing
- # [13:52] * krijnh wants some obsol33t stuff in the spec as well
- # [13:53] <Philip`> I think the spec section status markers should be extended, so that as well as showing the stability of each section they also show its awesomeness
- # [13:54] <gsnedders_> +1
- # [13:56] * Joins: gunderwonder (n=gunderwo@200.84-49-121.nextgentel.com)
- # [13:57] <MikeSmith> Philip`: you're onto something there
- # [13:57] <MikeSmith> but it should be two awesomeness fields, not one
- # [13:58] <gsnedders_> What's the scale?
- # [13:58] <gsnedders_> Awesomeness units?
- # [13:58] <MikeSmith> gsnedders_: binary - "This part rocks!" and "This part blows."
- # [13:58] <gsnedders_> MikeSmith: And the other field?
- # [14:01] <Philip`> I was thinking more of a continuous linear scale from "this is like so lame" to "this r0x0rz my s0x0rz"
- # [14:01] * Quits: jacobolus (n=jacobolu@c-98-248-43-68.hsd1.ca.comcast.net) (Remote closed the connection)
- # [14:02] <gsnedders_> Philip`: Yeah, I was thinking of that
- # [14:02] * Joins: jacobolus (n=jacobolu@c-98-248-43-68.hsd1.ca.comcast.net)
- # [14:37] * Joins: myakura (n=myakura@p2232-ipbf5704marunouchi.tokyo.ocn.ne.jp)
- # [14:58] * Quits: jacobolus (n=jacobolu@c-98-248-43-68.hsd1.ca.comcast.net) (Remote closed the connection)
- # [15:12] <MikeSmith> is the value of the iframe "name" attribute allowed to be empty?
- # [15:14] <MikeSmith> v.nu doesn't require to be
- # [15:15] <MikeSmith> and in HTML4, it was defined as CDATA, with no constraints on its length
- # [15:18] <MikeSmith> http://dev.w3.org/html5/spec/browsers.html#valid-browsing-context-name
- # [15:19] <MikeSmith> "A valid browsing context name is any string with at least one character that does not start with a U+005F LOW LINE character."
- # [15:19] <MikeSmith> seems to require that it not be empty
- # [15:19] * Joins: maikmerten_ (n=maikmert@BAE23bd.bae.pppool.de)
- # [15:32] * Joins: jacobolus (n=jacobolu@adsl-75-36-158-29.dsl.pltn13.sbcglobal.net)
- # [15:33] * Quits: maikmerten_ (n=maikmert@BAE23bd.bae.pppool.de) (Read error: 60 (Operation timed out))
- # [15:34] * Quits: maikmerten (n=maikmert@Z397d.z.pppool.de) (Read error: 110 (Connection timed out))
- # [15:36] * Joins: maikmerten_ (n=maikmert@U376d.u.pppool.de)
- # [15:44] * Joins: jacobolu_ (n=jacobolu@adsl-75-36-152-235.dsl.pltn13.sbcglobal.net)
- # [15:51] * Quits: gunderwonder (n=gunderwo@200.84-49-121.nextgentel.com)
- # [15:54] * Quits: karlcow (n=karl@nerval.la-grange.net) ("This computer has gone to sleep")
- # [15:54] * Joins: karlcow (n=karl@nerval.la-grange.net)
- # [15:57] * Quits: jacobolus (n=jacobolu@adsl-75-36-158-29.dsl.pltn13.sbcglobal.net) (Read error: 110 (Connection timed out))
- # [16:10] <gsnedders_> Is there any dfn of OMG IDL -> ES mapping?
- # [16:13] * Joins: Josso (n=Josso@0x5da51806.cpe.ge-0-2-0-1104.roennqu2.customer.tele.dk)
- # [16:33] * Joins: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [16:40] * Quits: nessy (n=nessy@124-170-2-64.dyn.iinet.net.au) ("This computer has gone to sleep")
- # [16:42] * Joins: nessy (n=nessy@124-170-2-64.dyn.iinet.net.au)
- # [16:42] * Quits: nessy (n=nessy@124-170-2-64.dyn.iinet.net.au) (Client Quit)
- # [16:43] * Joins: tndH (n=Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com)
- # [16:51] * Joins: sebmarkbage (n=miranda@h-6-72.A146.priv.bahnhof.se)
- # [16:58] <MikeSmith> annevk: venus instance for planet html5 consistently gets a 500 from your site when trying to get your feed
- # [16:59] <MikeSmith> for quite a while now (many weeks)
- # [17:01] <gsnedders_> Why should ~0 give -1 in ES?
- # [17:01] * gsnedders_ realize
- # [17:01] * Quits: sebmarkbage (n=miranda@h-6-72.A146.priv.bahnhof.se) ("http://calyptus.eu/")
- # [17:01] <gsnedders_> *realizes
- # [17:02] <takkaria> if ~ is bitwise NOT, then it's because integers are signed
- # [17:02] <gsnedders_> Right, and because with two's compliment all bits as 1 is -1
- # [17:04] * gsnedders_ is for some reason thinking of sign bits, and hence being confused
- # [17:16] * Joins: maikmerten (n=maikmert@U2424.u.pppool.de)
- # [17:16] * Joins: ttepasse (n=ttepas--@p5B0143B2.dip.t-dialin.net)
- # [17:18] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [17:32] <Lachy> Can anyone explain why this particular example of a summary attribute is actually useful for anyone? http://source.sakaiproject.org/viewsvn/content/trunk/content-bundles/content.properties?p2=%2Fcontent%2Ftrunk%2Fcontent-bundles%2Fcontent.properties&p1=%2Fcontent%2Ftrunk%2Fcontent-bundles%2Fcontent.properties&r1=39898&r2=39897&view=diff&pathrev=39898
- # [17:32] <Lachy> that's from that bug report that Shelly referred to.
- # [17:33] <Lachy> http://jira.sakaiproject.org/browse/SAK-11668
- # [17:33] * Quits: maikmerten_ (n=maikmert@U376d.u.pppool.de) (Read error: 113 (No route to host))
- # [17:33] <Lachy> It looks to me like it's just a list describing what each column is, but that info could almost certainly be derived from the column headings
- # [17:34] <Lachy> (if it couldn't, then even sighted users would have difficulty)
- # [17:34] <takkaria> or with a title="" attribute on the header table cells so that if you're in a column you can find oiut what it does rather than having to remember a paragraph of text
- # [17:34] <Lachy> takkaria, yeah, I was thinking that too
- # [17:34] <Lachy> and was about to write it :-)
- # [17:35] * takkaria grins
- # [17:35] <Lachy> except I was going to suggest putting the title attribute on the col element, but I'm not sure how much support that would have in practice compared with it being on the th element
- # [17:36] <Philip`> Lachy: It couldn't be derived from the column heading textContent - e.g. "Column 2 has checkboxes to select whether an item should be moved, copied or removed" is usually implemented as a headingless column of checkboxes, and a sighted user can easily see there's buttons at the bottom of the page for "move selected", "delete selected" etc
- # [17:36] <Lachy> Philip`, it's hard to say without actually seeing the table, and I couldn't find a link to an example table from that bug report
- # [17:37] <Lachy> but I reckon there would be alternative ways to convey that information
- # [17:37] <Philip`> Lachy: Most webmail systems have the same kind of checkbox thing
- # [17:37] <Lachy> I know
- # [17:38] <Philip`> so it doesn't seem that hard to say without actually seeing the table, because you can see the same thing in lots of other tables
- # [17:39] <Philip`> (The description could still go in a <th abbr> or something, so <table summary> isn't necessarily the best way of doing it, but it can't be done with visible text)
- # [17:41] <Lachy> there is no abbr attribute in HTML5
- # [17:41] * Joins: mpt (n=mpt@canonical/launchpad/mpt)
- # [17:41] <Lachy> although, the abbr attribute in HTML4 wasn't intended for that purpose either
- # [17:42] * Quits: tndH (n=Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com) (Read error: 110 (Connection timed out))
- # [17:43] <Lachy> It could be done with the title attribute, which is sometimes visible, though it does suffer from some problems like being inaccessible to keyboard users without assistive technology
- # [17:44] <takkaria> not with a visible indicator, it doesn't
- # [17:44] <takkaria> oh
- # [17:44] <takkaria> keyboard users
- # [17:44] * Parts: Josso (n=Josso@0x5da51806.cpe.ge-0-2-0-1104.roennqu2.customer.tele.dk)
- # [17:45] * Joins: tndH (n=Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com)
- # [17:46] * Joins: hdh (n=hdh@2001:470:18:88:0:0:0:2)
- # [17:56] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [18:07] * Quits: hdh (n=hdh@2001:470:18:88:0:0:0:2) (Read error: 54 (Connection reset by peer))
- # [18:10] * Joins: hallvors (n=hallvord@cm-84.208.127.109.getinternet.no)
- # [18:12] * Quits: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Read error: 113 (No route to host))
- # [18:16] * Joins: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [18:18] * Quits: jacobolu_ (n=jacobolu@adsl-75-36-152-235.dsl.pltn13.sbcglobal.net) (Remote closed the connection)
- # [18:42] <MikeSmith> an HTML5 datatype-checking library in python or c++ or other would be a nice thing to have
- # [18:42] <MikeSmith> were someone so inclined to write one
- # [18:44] * Quits: mpt (n=mpt@canonical/launchpad/mpt) (Read error: 60 (Operation timed out))
- # [18:47] * Quits: tndH (n=Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com) ("ChatZilla 0.9.85-rdmsoft [XULRunner 1.9.0.1/2008072406]")
- # [18:54] <Lachy> apparently JF has produced an alternative draft. I wonder if and when the draft will be made available publicly? http://lists.w3.org/Archives/Public/public-html/2009Aug/0071.html
- # [18:54] <Lachy> or if MikeSmith could post a pointer, since he was apparently CC'd on the mail
- # [18:56] <MikeSmith> Lachy: I guess John will announce it when it's available
- # [18:57] * Parts: hallvors (n=hallvord@cm-84.208.127.109.getinternet.no)
- # [19:05] * Joins: vasilisvg (n=Adium@a80-126-18-34.adsl.xs4all.nl)
- # [19:10] * Quits: myakura (n=myakura@p2232-ipbf5704marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [19:30] * gsnedders_ rings up his sister, and doesn't get her
- # [19:31] <gsnedders_> Does that mean she's giving birth or something?
- # [19:37] * Philip` wonders if anyone happens to know how to change the screen resolution in Windows 2000, when you can't see the screen
- # [19:40] <Darxus> Philip`: How can you do anything in windows when you can't see the screen?
- # [19:41] <Dashiva> Well, you can run services. But I don't see why the resolution would matter
- # [19:41] <gsnedders_> Philip`: You reboot to a unix-clone CD
- # [19:42] <Philip`> Darxus: I'll be able to see the screen once I change the resolution to something the monitor can handle without desyncing
- # [19:46] <Darxus> Heh.
- # [19:46] <Darxus> Philip`: Reboot to safe mode?
- # [19:47] * Philip` manages to guess the right key combinations to change the display settings
- # [19:49] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [19:53] <gsnedders_> hehe
- # [19:54] <gsnedders_> fun :P
- # [20:00] <Dashiva> This is why voice control is great
- # [20:02] <Philip`> At least until you need to reconfigure your microphone
- # [20:02] * Quits: Lachy (n=Lachlan@85.196.122.246) ("This computer has gone to sleep")
- # [20:11] * Quits: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [20:20] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [20:26] * Joins: nathanhammond (n=nathanha@cpe-075-191-163-052.carolina.res.rr.com)
- # [20:27] * Joins: jacobolus (n=jacobolu@c-67-180-85-237.hsd1.ca.comcast.net)
- # [20:37] * Joins: Chris_Wilson (n=cwilso@nat/microsoft/x-uldvopimccoqywnb)
- # [20:41] * Parts: nathanhammond (n=nathanha@cpe-075-191-163-052.carolina.res.rr.com)
- # [20:45] * Quits: ChrisWilson (n=cwilso@nat/microsoft/x-xfrlpfmaekdogewk) (Read error: 110 (Connection timed out))
- # [20:53] * Joins: jacobolu_ (n=jacobolu@adsl-76-202-196-235.dsl.pltn13.sbcglobal.net)
- # [21:03] * Quits: jacobolus (n=jacobolu@c-67-180-85-237.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [21:05] * Joins: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [21:28] * Joins: taf2 (n=taf2@static-71-127-149-10.bltmmd.fios.verizon.net)
- # [21:34] * Parts: vasilisvg (n=Adium@a80-126-18-34.adsl.xs4all.nl)
- # [21:57] * Quits: maikmerten (n=maikmert@U2424.u.pppool.de) (Remote closed the connection)
- # [21:57] * Quits: taf2 (n=taf2@static-71-127-149-10.bltmmd.fios.verizon.net) (Connection timed out)
- # [22:02] * Joins: taf2 (n=taf2@static-71-127-149-10.bltmmd.fios.verizon.net)
- # [22:13] <annevk> MikeSmith, I've no idea how that can be
- # [22:13] <annevk> :/
- # [22:21] * Joins: mpt (n=mpt@canonical/launchpad/mpt)
- # [22:28] * Joins: Lachy (n=Lachlan@85.196.122.246)
- # [22:31] * Joins: svl_ (n=me@ip565744a7.direct-adsl.nl)
- # [22:33] * svl_ is now known as svl
- # [22:35] * Joins: olliej (n=oliver@76.14.73.3)
- # [22:37] <Lachy> watching tonights episode of Top Gear, lovin' how they're reviewing two Aussie cars :-)
- # [22:38] <Lachy> but I can't get over they're totally incorrect pronunciation of "Bathurst"
- # [22:38] <Lachy> s/they're/their/
- # [22:38] * gsnedders_ can't get over Lachy being unable to pronounce "Lachlan"
- # [22:38] <Philip`> I hope they're not propounding any unfounded stereotypes about Australians
- # [22:39] <Lachy> gsnedders_, I do say my name correctly
- # [22:39] <gsnedders_> Lachy: I think most people who have any clue about Gaelic or Scots pronunciation, the two languages in which your name exists, would say you don't :)
- # [22:40] * Quits: taf2 (n=taf2@static-71-127-149-10.bltmmd.fios.verizon.net)
- # [22:40] * Joins: poe (n=poe@unaffiliated/xerox)
- # [22:45] * Quits: mlpug (n=mlpug@a91-156-62-135.elisa-laajakaista.fi) (Remote closed the connection)
- # [22:47] * Joins: weinig (n=weinig@nat/apple/x-acprwozogvidxmoe)
- # [22:53] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [22:54] * Quits: olliej (n=oliver@76.14.73.3)
- # [22:55] * Quits: mpt (n=mpt@canonical/launchpad/mpt) (Read error: 113 (No route to host))
- # [22:57] <annevk> should we use HTML5 on the blog?
- # [22:57] <annevk> I already put some form stuff in
- # [22:58] <gsnedders_> Yes
- # [22:58] <annevk> wondering about <aside> and such
- # [22:58] <Philip`> No
- # [22:58] <annevk> reasoning?
- # [22:59] <gsnedders_> Because I'm crazy.
- # [22:59] * Philip` wasn't intending to provide any more reasoning than gsnedders_
- # [22:59] * Joins: olliej (n=oliver@76.14.73.3)
- # [23:03] * annevk was also considering dropping the html/head/body tags
- # [23:03] <gsnedders_> +1
- # [23:03] <gsnedders_> (No reasoning given)
- # [23:05] * Quits: gsnedders_ (n=gsnedder@c83-252-196-86.bredband.comhem.se)
- # [23:08] * jacobolu_ is now known as jacobouls
- # [23:08] * jacobouls is now known as jacobolus
- # [23:09] <jacobolus> annevk: do it! drop it all!
- # [23:09] <jacobolus> then write up a blog post about how it's the new "best practice", and let the flames dance
- # [23:11] <jacobolus> btw, if anyone wants input into python-based servers' mime types, now is the time: http://bugs.python.org/issue6626
- # [23:12] * Quits: atwilson (n=atwilson@q-static-149-82.avvanta.com)
- # [23:13] <annevk> jacobolus, ah yeah
- # [23:13] <annevk> the good old days
- # [23:14] <jacobolus> annevk: I mean, google does it, right?
- # [23:14] <jacobolus> so it has to be good
- # [23:15] <jacobolus> actually, google seems to include html/head/body tags, and just drop the close of body. hmm.
- # [23:16] <jacobolus> that's too bad. you can't use them as evidence
- # [23:16] <annevk> jacobolus, maybe add .xht and .xhtml?
- # [23:17] <annevk> .svg ?
- # [23:17] <jacobolus> annevk: oh, I'm going to add most or all of apache's defaults
- # [23:17] <jacobolus> the main questions are about what to use when there are multiple acceptable choices
- # [23:17] <annevk> .ogv oga etc.
- # [23:17] <annevk> oh ok
- # [23:17] <jacobolus> e.g. text/javascript, application/javascript, text/ecmascript, etc.
- # [23:18] <jacobolus> for the moment I've just tried to make the code snae
- # [23:18] <jacobolus> *sane
- # [23:18] * Quits: olliej (n=oliver@76.14.73.3) (Read error: 110 (Connection timed out))
- # [23:18] <jacobolus> I don't know if you've ever looked at the mimetypes module, but somewhere around 2001 it went from being a nice little script to being a nightmare
- # [23:19] <jacobolus> I'm hard pressed to think of a worse bit of python code I've seen
- # [23:19] <annevk> html5lib? :p
- # [23:19] <jacobolus> haven't seen it ;)
- # [23:26] <jacobolus> it manages to confuse the syntax highlighter for google code, anyway
- # [23:26] <jacobolus> http://code.google.com/p/html5lib/source/browse/python/src/html5lib/html5parser.py
- # [23:26] <jacobolus> around line 204
- # [23:32] <Dashiva> jacobolus: Will you add the types apache refuses to include?
- # [23:32] <jacobolus> Dashiva: I wouldn't mind.. someone else presumably has to read/approve whatever patches I submit
- # [23:33] <jacobolus> Dashiva: I don't actually know much about it though; have a link or quick summary?
- # [23:33] <jacobolus> Dashiva: all I know is that it was previously completely awful. It would be good to do things "right" though, and I'd be happy to hear what that means to various ppl.
- # [23:35] <annevk> well for e.g. JavaScript it does not matter at all
- # [23:36] <annevk> so "right" could be text/awesome-donkey+xml
- # [23:36] <annevk> for image resources other than SVG it does not really matter either
- # [23:37] <Dashiva> jacobolus: https://issues.apache.org/bugzilla/show_bug.cgi?id=22580
- # [23:37] <annevk> (having said that, I believe even the sniffing spec states that you should specify the correct media type)
- # [23:38] * Quits: Maurice (i=copyman@5ED548D4.cable.ziggo.nl) ("Disconnected...")
- # [23:38] <jacobolus> Dashiva: the way the python mimetypes module currently works is to have a 'strict' mode and a 'lenient' mode; I personally think this is stupid
- # [23:39] <jacobolus> the 'strict' mode is supposed to stick to IANA registered types
- # [23:39] <jacobolus> but in practice it doesn't of course because anything in a mime.types file it finds is considered 'strict'
- # [23:40] <annevk> IANA / IETF just doesn't work well for these things
- # [23:41] <annevk> media types, URI schemes, HTTP headers, ...
- # [23:41] <jacobolus> anything?
- # [23:41] <jacobolus> ;)
- # [23:41] <jacobolus> annevk: I'm not convinced IETF is great for protocols either
- # [23:41] <annevk> character encodings is another disaster
- # [23:42] <Dashiva> Great case for decentralized extensibility :P
- # [23:44] <Hixie> so does anyone know where hsivonen is?
- # [23:44] <Hixie> he's been off the grid since july 17th and i don't recall him saying he was going to be on vacation
- # [23:45] <jacobolus> Dashiva: here's apache's current mappings extension -> type http://pastie.textmate.org/569011
- # [23:46] <jacobolus> I'd just as soon include all of those in Python's standard library, though I'm not sure everyone would be on board with that
- # [23:49] <annevk> Hixie, no idea
- # [23:50] <annevk> Hixie, I'd imagine someone at Mozilla knows, but maybe not
- # [23:50] * Quits: archtech (n=stanv@83.228.56.37) (Broken pipe)
- # [23:50] * Quits: heycam (n=cam@124-168-112-102.dyn.iinet.net.au) ("bye")
- # [23:56] * Joins: annevk2 (n=annevk@5355732C.cable.casema.nl)
- # Session Close: Mon Aug 03 00:00:00 2009
The end :)