Options:
- # Session Start: Sun May 18 00:00:00 2008
- # Session Ident: #whatwg
- # [00:00] <Hixie> yeah, for example
- # [00:00] <Hixie> and the wiki pages themselves have about 50% boilerplate
- # [00:01] <Hixie> so it's like wading through generic material to get to the actual data
- # [00:01] <BenMillard> Hixie, they use <th> for the normal headers and <td colspan><strong> for spanned ones, annoyingly :(
- # [00:02] <BenMillard> I see ordered lists written using (1) foo (2) bar rather than <ol>
- # [00:02] <BenMillard> I always find that hard to read
- # [00:02] <mcarter> are those artifacts of mediawiki, or are they deliberately putting those in?
- # [00:02] <Hixie> yeah
- # [00:03] <BenMillard> oh, just realised the entire 2nd column in that table just says "coming later" :D :D
- # [00:03] <BenMillard> so really, it's just a set of <h3><ul> and not a table at all (yet)
- # [00:04] <BenMillard> Hixie, you aren't going mad. that site has made unhelpful choices for presenting its content
- # [00:04] <Hixie> glad to hear it's not just me :-)
- # [00:04] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [00:06] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [00:07] <BenMillard> Hixie, I like how it talks about "heroic JavaScript" in contrast to the "vastly insufficient" CSS: http://www.openajax.org/runtime/wiki/Better_UI_Layout
- # [00:07] * BenMillard imagines Superman's outfit with a J prefixed to the S
- # [00:08] * Parts: BenMillard (i=cerbera@cpc1-flee1-0-0-cust285.glfd.cable.ntl.com)
- # [00:14] <Hixie> heh
- # [00:35] * Quits: sverrej__ (n=sverrej@89.10.27.86) (Remote closed the connection)
- # [00:36] * Joins: sverrej (n=sverrej@89.10.27.86)
- # [01:00] <Hixie> i think <title> should be made optional for documents intended to be used inside iframes
- # [01:04] * Joins: Camaban (n=alee@85-211-102-199.dyn.gotadsl.co.uk)
- # [01:07] <takkaria> sounds sensible
- # [01:09] <Philip`> What's wrong with using <title></title>? That'd allow validators to still tell you when you forgot to put a title in a normal page
- # [01:10] * Quits: Lachy (n=Lachlan@ti200710a340-1519.bb.online.no) ("This computer has gone to sleep")
- # [01:11] <hasather> Philip`: agreed
- # [01:19] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [01:19] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [01:21] * Joins: dbaron (n=dbaron@c-71-204-153-3.hsd1.ca.comcast.net)
- # [01:21] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [01:22] <Hixie> Philip`: well would <title></title> be acceptable on a normal page?
- # [01:22] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [01:22] <Hixie> maybe i should only allow it to be omitted in documents written in data: URIs in <iframe>s
- # [01:26] <Philip`> Hixie: It would be no less acceptable than <title>----</title> or anything else that doesn't make sense, and the spec shouldn't require pages to make sense, so it shouldn't require against <title></title>
- # [01:28] * Joins: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [01:28] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [01:28] <Philip`> (Actually, I don't think I believe that)
- # [01:29] <Philip`> (but still I don't think the spec can require that you don't write <title></title>, because then people will just write <title> </title> instead, so the effect is the same)
- # [01:29] <Dashiva> I don't see how <title></title> can be any worse than <title> </title>
- # [01:30] <Dashiva> ... right
- # [01:30] <Hixie> and i don't see how omitting it altogether is any worse than either of those
- # [01:31] <Hixie> :-)
- # [01:31] <Philip`> The practical effect if it's allowed to be omitted is that validators won't tell you when it's omitted, which is bad since usually you don't want to omit it
- # [01:31] * Dashiva sees ugly parallels to @alt on the horizon
- # [01:31] <Hixie> you also don't want to leave it blank :-)
- # [01:31] <Hixie> but what do you think of my other suggestion?
- # [01:32] <Philip`> and if validators do complain, and you really don't want a title, it's not at all harmful to enter <title></title>
- # [01:32] <Hixie> that is, only allowing it to be omitted in documents written in data: URIs in <iframe>s
- # [01:32] <Philip`> Making conformance depend on the context of a document seems like a really bad idea
- # [01:32] <Hixie> aww
- # [01:32] <Dashiva> Hixie: I'm crazy enough to say that nobody is going to validate an iframe data:URI anyhow :)
- # [01:32] <Hixie> i would hope that hsivonen will make his validator check any data: URIs for conformance
- # [01:32] * Quits: mcarter (n=mcarter@pool-72-87-174-214.lsanca.btas.verizon.net) (Read error: 110 (Connection timed out))
- # [01:32] <Hixie> including nested ones :-)
- # [01:32] <Philip`> hsivonen was complaining about conformance depending on resources that the document links to, so I don't imagine he'd be happy if it depended on resources linking to the document :-)
- # [01:32] <Hixie> in due course eventually of course
- # [01:33] <Hixie> you know, when he adds CSS support, etc
- # [01:33] <Dashiva> I just don't think the use case is worth the special casing
- # [01:33] <Hixie> so the use case here is making it easy to use <iframe>s to sandbox blog comments
- # [01:34] <Dashiva> And I posit that such comments are autogenerated, and therefore can autogenerate <title>Comment by DudeMan</title>
- # [01:34] <Hixie> I want to allow, e.g.: <iframe seamless sandbox src="data:text/html,I don't like you!"></iframe>
- # [01:34] <Philip`> Including non-quirks mode stuff?
- # [01:34] <Hixie> and <iframe seamless sandbox src="data:text/html,Please buy our <a href='http://example.com/'>porn</a>."></iframe>
- # [01:34] <Dashiva> haha
- # [01:34] <Hixie> i guess we would require <!DOCTYPE HTML>
- # [01:35] <Dashiva> I don't think I ever saw porn spam that didn't claim to be free
- # [01:35] <Philip`> If you're already requiring at least the "data:text/html,<!DOCTYPE HTML>' boilerplate, it doesn't seem hard to add '<title></title>' too
- # [01:35] <Hixie> i was just showing the embedded markup, don't bikeshed my example :-P
- # [01:36] <Hixie> Philip`: yeah, i guess
- # [01:36] <Dashiva> data:text/bikeshed;blue
- # [01:36] <Hixie> Philip`: but that's sad
- # [01:36] <Philip`> and everybody would want to write 'data:text/html,<!DOCTYPE HTML><html><head><title></title></head><body>...</body></html>' anyway because they don't like optional tags
- # [01:36] * Joins: jgraham_ (n=jgraham@81-86-215-230.dsl.pipex.com)
- # [01:37] <Hixie> Philip`: i could get away with making the doctype optional too, and making "sandbox" force strict mode maybe
- # [01:39] <Dashiva> You're trying to make poor henry cry, aren't you
- # [01:40] <Hixie> people aren't going to like boilerplate before every comment
- # [01:40] <Hixie> hm
- # [01:40] <Hixie> actually
- # [01:41] <Hixie> i'm going to have to make the quirks mode inherit anyway
- # [01:41] <Hixie> because the style sheets will be mixed in from the parent
- # [01:41] <Philip`> I wouldn't mind boilerplate - that's what programming languages have variables for, so I'll only ever have to write it once
- # [01:42] <Dashiva> I wouldn't put it past authors to add stylesheets to the data uri too
- # [01:43] <Hixie> that's fine i guess
- # [01:43] <Philip`> Is it an Opera bug that data:text/html,a#b results in "a"?
- # [01:43] <takkaria> the prospect of data urls inside data urls inside data urls terrifies me
- # [01:44] <Hixie> Philip`: i believe not
- # [01:44] <Hixie> takkaria: i've used them often
- # [01:44] <takkaria> "often"? :)
- # [01:44] <Hixie> e.g. for graphics in style sheets in html documents
- # [01:44] <Hixie> well, you know
- # [01:44] <Philip`> Hixie: Oh; then doesn't that mean you'll needs lots of fiddly escaping to make sure the constructed data: URIs work right?
- # [01:44] <Hixie> sometimes
- # [01:44] <Philip`> and then they won't be human-readable any more, so you might as well use base-64
- # [01:45] <Hixie> Philip`: you'll need to escape two characters, #, and the character used for quoting the attribute
- # [01:45] * Quits: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [01:45] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [01:46] <Hixie> Philip`: if people forget to quote the ", then it'll be quickly obvious (long before security problems, probably)
- # [01:46] <Hixie> oh and %s i guess
- # [01:46] <Philip`> Hixie: And &
- # [01:46] <Hixie> and &
- # [01:46] <Hixie> hm
- # [01:46] <Hixie> crap
- # [01:46] <Hixie> four characters is a problem
- # [01:46] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [01:47] <Hixie> we could introduce a brand new way of embedding data, but then it'll not be backwards compatible...
- # [01:47] * Parts: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [01:47] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [01:48] <Philip`> Hmm, isn't non-backward-compatibility a good thing here? Otherwise a site using <iframe sandbox src="data:..."> will expose users in old browsers to all sorts of security issues that the sandbox was meant to prevent
- # [01:48] <Hixie> well, the sandbox is an extra level of security
- # [01:49] <Hixie> in the transition period it doesn't add much
- # [01:49] <Philip`> and anyway data:text/html,... won't be compatible with IE6/7, and maybe not with IE8 either, so in practical terms there's no backward compatibility
- # [01:49] <Hixie> oh, true
- # [01:49] <Hixie> i keep forgetting how much IE sucks
- # [01:49] <Dashiva> <sandbox> here we go
- # [01:50] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [01:50] <Hixie> we're using <iframe>s for many other reasons
- # [01:50] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [01:50] <Hixie> but we don't have to use src="" on <iframe> for embedding data inline
- # [01:51] <Philip`> Hixie: If the feature adds any security, some authors will start relying on that security (perhaps without considering all the implications in legacy/buggy UAs), and then some users (of legacy/buggy UAs) will suffer because of that
- # [01:52] <Philip`> which doesn't seem like good security design
- # [01:52] <Dashiva> So like @safesrc then
- # [01:52] <Philip`> Dashiva: I thought the point was that the source was *un*safe, hence needing all this protection around it :-)
- # [01:52] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [01:52] * Quits: jgraham (n=jgraham@81-86-222-155.dsl.pipex.com) (Read error: 110 (Connection timed out))
- # [01:53] <Hixie> Philip`: yeah well
- # [01:54] <Hixie> Philip`: good security design in this case is somewhat mutually exclusive with what people actually want
- # [01:54] <Dashiva> Philip`: It's a safe you put the src in
- # [01:54] * Quits: KevinMarks (n=KevinMar@c-98-207-134-151.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [01:54] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [01:54] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [01:55] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [01:55] <Hixie> but what i was actually thinking of is a custom parse mode for an iframe "attribute"
- # [01:55] <Philip`> <iframe src=<<EOF>
- # [01:56] <Hixie> <iframe data=", and then anything but " will be treated literally, "" will be treated as a single ", and a single " will close it
- # [01:56] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [01:56] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [01:56] <Philip`> (Yay here-docs)
- # [01:56] <Hixie> heredocs are hard to escape
- # [01:57] <Hixie> you have to be able to guarentee that you have a non-predictable random number generator
- # [01:58] <Philip`> What's the problem with using base64? These comment systems are always going to be generated dynamically, and all languages have a trivial way to base64-encode some data, and then it's easy to see that you've got it right (rather than having to worry about whether there's a character you forgot to escape)
- # [01:58] <Hixie> people were not happy with stuff you couldn't look at in view source
- # [01:59] <Hixie> when i suggested that
- # [01:59] * Quits: jwalden (n=waldo@RANDOM-THREE-O-EIGHT.MIT.EDU) (Remote closed the connection)
- # [01:59] <Philip`> Browser developers need to make 'view source' cleverer so it auto-expands base64
- # [02:00] <Hixie> browser developers have bigger fish to fry
- # [02:00] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [02:00] <Dashiva> Fancy encodings are a pickle
- # [02:00] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [02:00] <Dashiva> Take percent-encoding in URLs when displaying the URL in the status bar
- # [02:01] <Philip`> <iframe data="normal HTML attributes with escaped & and " and not % or #"> seems easier to understand, and is compatible with all existing HTML parsers and editors and syntax highlighters and libraries and everything
- # [02:01] <Hixie> that might work
- # [02:02] * Joins: KevinMarks (n=KevinMar@c-98-207-134-151.hsd1.ca.comcast.net)
- # [02:02] <Hixie> though the failure mode for not doign & isn't obvious
- # [02:02] <Philip`> It's only two characters to escape, or $cgi->escapeHTML(...) or [% ... | html %] or whatever
- # [02:03] <Hixie> yeah
- # [02:03] <Philip`> The failure mode for not doing & is not a security issue
- # [02:04] <Philip`> ...so it's still annoying but not fatally so
- # [02:04] <Hixie> sure it is
- # [02:04] <Philip`> Not doing " is a more severe problem but it's also pretty much impossible to miss when you get it wrong
- # [02:05] <Hixie> oh hm actually no it isn't, you're right
- # [02:05] * Joins: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [02:05] <Hixie> yeah forgetting to quote " is no issue
- # [02:05] <Hixie> othermaciej_ needs to do something about his network
- # [02:05] * Quits: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Connection reset by peer)
- # [02:05] <Hixie> i'd go insane if i had a network like that
- # [02:06] * Joins: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [02:06] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Connection reset by peer)
- # [02:06] * Joins: qwert666 (n=qwert666@acbj138.neoplus.adsl.tpnet.pl)
- # [02:08] <Philip`> Hixie: Perhaps he *has* gone insane
- # [02:08] <Hixie> true
- # [02:10] <Hixie> an attribute might work... hmm...
- # [02:10] <Hixie> what should we call it
- # [02:10] <Hixie> data="" is bad due to <object data> being a URI
- # [02:10] <Philip`> <iframe src2="...">
- # [02:10] <Hixie> <iframe markup=""> ?
- # [02:11] <Hixie> and markup="" can override src=""
- # [02:11] <Philip`> content
- # [02:11] <Hixie> that way you can set both for legacy UAs
- # [02:11] <Hixie> content="" is good
- # [02:11] <Hixie> but it takes markup
- # [02:11] <Hixie> and <meta content> doesn't
- # [02:11] <Dashiva> Is there anything that takes markup at the moment?
- # [02:11] <Hixie> no
- # [02:11] <Philip`> Yes
- # [02:11] <Hixie> other than href="" and src="" and data=""
- # [02:12] <Philip`> The contents of most elements takes markup
- # [02:12] <Hixie> element markup
- # [02:12] * Joins: Lachy (n=Lachlan@ti200710a340-1519.bb.online.no)
- # [02:12] <Hixie> in attributes
- # [02:12] <Hixie> is what i assume Dashiva meant
- # [02:12] <Dashiva> Yes
- # [02:13] <Hixie> i wish we could use the actual content of <iframe>s but the <!-- parsing behaviour is just inane
- # [02:13] <Philip`> What's the fallback behaviour in current UAs for <iframe not-src-attribute>text</iframe>?
- # [02:14] <Hixie> same as src=about:blank
- # [02:14] <Philip`> like, could you put a stripped plain-text version of the comment in there, to have it work (though uglier) for all users?
- # [02:14] <Philip`> Oh
- # [02:15] * Philip` doesn't like the attribute name "markup" because it doesn't make him realise that it's giving the content of the iframe
- # [02:15] <Hixie> yeah
- # [02:15] <Hixie> i don't like it either
- # [02:16] <Hixie> <iframe data value content> are all taken already for other uses and would be confusing
- # [02:16] <Hixie> <iframe source> is too much like src
- # [02:16] <Dashiva> src2 is too much like http? ;)
- # [02:16] * Quits: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [02:16] <Hixie> src2 doesn't convey why it s different from src
- # [02:17] <Hixie> <iframe subdocument=""> ?
- # [02:17] <Hixie> <iframe doc=""> ?
- # [02:17] <Philip`> Leave it unspecified for now and then use implementation experience to determine what name to settle on
- # [02:17] <Dashiva> That sounds like something
- # [02:17] <Hixie> Philip`: :-)
- # [02:17] <Hixie> Philip`: that doesn't work so well for things like this
- # [02:18] <Hixie> <iframe html=""> ?
- # [02:18] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [02:18] <Hixie> i wonder how to deal with this xhtml vs html issue here
- # [02:18] <Philip`> What about XHTML?
- # [02:18] <Philip`> Good point!
- # [02:19] * Hixie would be happy to not deal with it :-D
- # [02:20] <Lachy> what's the purpose of this new attribute for iframe??
- # [02:20] <Hixie> Lachy: a way of including arbitrary blog comments sandboxed
- # [02:21] <Dashiva> srcml?
- # [02:21] <Lachy> ok, I'll go read the irc logs...
- # [02:22] <Hixie> heh, not sure it'll help :-)
- # [02:22] <Hixie> doc="" and html="" are the main contenders i think
- # [02:23] <Lachy> regarding this: <Hixie> i think <title> should be made optional for documents intended to be used inside iframes
- # [02:24] <Lachy> doesn't assistive technology read out the title of documents in frames?
- # [02:24] <Hixie> not when the seamless="" attribute is specified
- # [02:24] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [02:24] <Philip`> Lachy: It's not too late to pretend you never mentioned accessibility here
- # [02:24] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [02:24] <Lachy> what's the seamless attr?
- # [02:25] <Dashiva> Probably to make it not look like an iframe
- # [02:25] <Hixie> Lachy: an attribute to make iframes work like client-side includes
- # [02:27] <takkaria> Dmitry would be happy
- # [02:29] <Philip`> Can you do <!doctype html><iframe seamless src=header.html></iframe>blah blah<iframe seamless src=footer.html></iframe>?
- # [02:29] <Hixie> yup
- # [02:29] <Hixie> and clicking on links in header.html will navigate the parent frame
- # [02:30] * Philip` can't decide whether that's a good thing or a bad thing
- # [02:30] <Hixie> why would it be bad?
- # [02:30] <Hixie> people have been asking for it for decades
- # [02:30] <Hixie> even in the 70s people were saying html should support it
- # [02:30] <Dashiva> The idea is to have in-document content with outside-document security, isn't it?
- # [02:31] <Hixie> though i think that may have just been some poor research on the behalf of time travellers
- # [02:31] <Philip`> People have been asking for flying cars for decades and it'd still be a terrible idea because it'd be abused far too much
- # [02:31] <Hixie> ground cars are a bad idea too, but we still have those :-)
- # [02:31] * Quits: qwert666 (n=qwert666@acbj138.neoplus.adsl.tpnet.pl) ("Leaving")
- # [02:31] <Hixie> Dashiva: that's another part of the current work i'm doing, but it's not seamless=""
- # [02:31] <Hixie> Dashiva: that's the sandbox="" part
- # [02:32] <Philip`> We're stuck with the legacy of ground cars, but that's no reason to make things worse by making cars that far harder to drive
- # [02:32] <Philip`> s/ / are/
- # [02:34] <Hixie> flying cars don't have to be manual-drive
- # [02:34] <Hixie> they could be automated
- # [02:35] <Dashiva> Flying cars are better than people strapping jet engines on their ground cars
- # [02:35] <Hixie> (actually that would be easier than making ground cars automated)
- # [02:35] <Philip`> I think there's more problems in a flying car than the manual gearbox :-p
- # [02:36] <Philip`> I wouldn't like to be stuck in rush hour on a windy day
- # [02:36] <Hixie> (first, flying automated vehicles are far easier than ground vehicles, and the AI is far more advanced today; and second, there's little legacy to deal with)
- # [02:36] <Hixie> gotta go
- # [02:36] <Hixie> bbl
- # [02:37] <Philip`> Also, automated cars always lock you in and kill you
- # [02:37] <Dashiva> Is that a rule?
- # [02:37] <Philip`> Yes
- # [02:37] <Philip`> Just watch TV
- # [02:37] <Dashiva> I remember the cab I took in Japan locked the doors
- # [02:37] <Dashiva> But it wasn't automated
- # [02:37] <Dashiva> And it took me to the dentist instead of killing me
- # [02:37] <Philip`> Did poison gas start hissing out of the dashboard?
- # [02:38] <Dashiva> No, and it was cheap too
- # [02:38] <Philip`> Oh
- # [02:38] <Philip`> I guess real life doesn't live up to the expectations provided by TV :-(
- # [02:38] <Dashiva> The driver could have been an android, though.
- # [02:41] * Quits: dbaron (n=dbaron@c-71-204-153-3.hsd1.ca.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [02:47] <takkaria> Doctor Who had the automated-car-locks-in-and-kills-people thing recently
- # [02:48] <Dashiva> I don't think it's really limited to cars. Automated houses tend to do the same, don't they?
- # [02:49] <takkaria> not had as much experience with them
- # [02:53] * Quits: deane (n=dean@121.98.128.155) (Read error: 110 (Connection timed out))
- # [02:54] * Quits: KevinMarks (n=KevinMar@c-98-207-134-151.hsd1.ca.comcast.net) ("The computer fell asleep")
- # [02:56] <Philip`> takkaria: That's the one I was thinking of :-)
- # [02:58] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [02:58] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [02:59] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [03:00] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [03:03] * Quits: Camaban (n=alee@85-211-102-199.dyn.gotadsl.co.uk) ("Ex-Chat")
- # [03:16] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [03:17] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [03:50] * Joins: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [03:50] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [03:56] * othermaciej_ is now known as othermaciej
- # [04:27] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [04:27] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [04:28] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [04:28] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [04:30] * Joins: dbaron (n=dbaron@c-71-204-153-3.hsd1.ca.comcast.net)
- # [04:46] * Joins: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [04:46] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [04:51] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [04:51] * Quits: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [05:39] * Joins: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [05:39] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [05:39] * Quits: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [05:40] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [05:50] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [06:30] * Quits: weinig (n=weinig@17.203.15.172)
- # [06:58] * Joins: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [07:26] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [07:30] * Joins: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [07:30] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [07:36] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [07:36] * Quits: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [07:45] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [07:47] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [07:48] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [07:49] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [07:51] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [07:51] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [08:44] * Quits: csarven (n=csarven@modemcable130.251-202-24.mc.videotron.ca) ("http://www.csarven.ca/")
- # [08:44] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 110 (Connection timed out))
- # [09:42] * Quits: dbaron (n=dbaron@c-71-204-153-3.hsd1.ca.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [10:10] * Joins: tndH_ (i=Rob@adsl-87-102-89-138.karoo.KCOM.COM)
- # [10:10] * tndH_ is now known as tndH
- # [10:12] * Joins: mcarter (n=mcarter@pool-72-87-174-83.lsanca.btas.verizon.net)
- # [10:19] * Joins: ROBOd (n=robod@89.122.216.38)
- # [10:27] * Joins: qwert666 (n=qwert666@etr195.neoplus.adsl.tpnet.pl)
- # [10:30] * Joins: tndH_ (i=Rob@adsl-87-102-83-250.karoo.KCOM.COM)
- # [10:56] * Quits: tndH (i=Rob@adsl-87-102-89-138.karoo.KCOM.COM) (Read error: 110 (Connection timed out))
- # [11:11] * Joins: maikmerten (n=maikmert@Laa35.l.pppool.de)
- # [11:16] * Quits: virtuelv (n=virtuelv@46.80-203-100.nextgentel.com) ("Ex-Chat")
- # [11:17] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [11:24] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [11:25] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [11:32] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [11:32] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [11:40] * Joins: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [12:00] * Quits: Lachy (n=Lachlan@ti200710a340-1519.bb.online.no) ("This computer has gone to sleep")
- # [12:17] * Joins: Lachy (n=Lachlan@213.236.208.247)
- # [12:32] * Joins: htmlfivedotnet (n=dcostali@c-67-162-99-121.hsd1.il.comcast.net)
- # [12:33] * Parts: htmlfivedotnet (n=dcostali@c-67-162-99-121.hsd1.il.comcast.net)
- # [12:39] <annevk> http://lists.w3.org/Archives/Public/public-xhtml2/2008May/0049.html ...
- # [13:08] * Joins: virtuelv (n=virtuelv@46.80-203-100.nextgentel.com)
- # [13:08] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [13:09] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [13:15] * Parts: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [13:15] * Parts: annevk (n=annevk@pat-tdc.opera.com)
- # [13:16] <hsivonen> Hixie: Validator.nu should check data URIs for conformance but not nested ones
- # [13:17] <hsivonen> (and, yes, Hixie's data URIs are non-conforming for having spaces)
- # [13:20] <hsivonen> Hixie: "should" as in "I think it already does, if it doesn't, it's a bug"
- # [13:20] <hsivonen> that is, data URIs are checked for data URI level conformance
- # [13:20] <hsivonen> the payload is not checked
- # [13:35] * Quits: Lachy (n=Lachlan@213.236.208.247) ("This computer has gone to sleep")
- # [13:49] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [13:50] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [13:54] * Joins: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [13:54] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [13:58] * Joins: Lachy (n=Lachlan@ti200710a340-1519.bb.online.no)
- # [15:06] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [15:06] * Quits: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [15:06] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [15:07] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [15:12] <MikeSmith> http://blog.whatwg.org/vim-checker
- # [15:12] <MikeSmith> just published
- # [15:14] <Lachy> wow! Do people still use vim?
- # [15:20] <MikeSmith> Lachy: only smart people :)
- # [15:37] <MikeSmith> the term "Grouping content" doesn't seem to be defined anywhere is the spec
- # [15:37] <MikeSmith> only as the title of what used to be the "Prose" elements section
- # [15:39] <MikeSmith> but since what was called "prose content" is now "flow content", maybe the "Grouping content" section should be titled "Flow content" ..
- # [15:42] <MikeSmith> hmm, no
- # [15:42] <MikeSmith> I see that all "phrasing content" is also by definition "flow content"
- # [15:44] <MikeSmith> maybe "Grouping content elements are those used to group together runs of phrasing content into logical structures such as paragraphs and lists."
- # [16:09] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [16:11] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [16:47] * Quits: maikmerten (n=maikmert@Laa35.l.pppool.de) (Remote closed the connection)
- # [16:56] <hendry> MikeSmith: did you see http://natalian.org/archives/2008/05/17/vim-web-ide/
- # [16:56] <hendry> i should have cut the screencast into 3 parts. as the validator.nu part I screwed up.
- # [16:57] <hendry> Lachy: if you're in London we could meet up. I won't be going to @media mind
- # [16:57] * Joins: maikmerten (n=maikmert@Laa35.l.pppool.de)
- # [17:02] * Joins: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [17:03] <MikeSmith> hendry: saw it but dint watch the video yet
- # [17:05] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [17:05] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [17:05] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [17:06] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [17:07] <hendry> MikeSmith: video editing is such a pain in Debian. Cinerella does not work for me.
- # [17:08] <MikeSmith> I have long ago given up on trying to do much with video or audio under Linux
- # [17:08] <MikeSmith> even playing
- # [17:08] <Philip`> I used Blender for video editing once
- # [17:08] <hendry> heh, well... there must be some good video editing web application
- # [17:08] <Philip`> It actually sort of worked, once I learned what actions would crash it
- # [17:08] <hendry> (flash application mind)
- # [17:09] <hendry> Philip`: heh
- # [17:09] <Philip`> and also I had to compress my input videos because it didn't like 2GB files, if I remember correctly
- # [17:10] <MikeSmith> avoiding video and audio problems under Linux was one of the best side of effects for me of moving away from Linux-only laptop to a MacBook and running Debian and Windows on it under VMs
- # [17:11] <Philip`> and it was a bit akward to use for a minute-long video with only about eight video tracks, so I wouldn't want to use it for anything more complex
- # [17:12] <hendry> MikeSmith: i have no problems with playback
- # [17:21] <Philip`> Should <a href="1.2.3.4:5"> be interpreted as an absolute or relative URI?
- # [17:22] <Philip`> (Firefox thinks relative; Opera thinks absolute, which breaks a link on http://ms.aybab2u.com:8080/ )
- # [17:23] <takkaria> relative, blatantly
- # [17:23] * Quits: jgraham_ (n=jgraham@81-86-215-230.dsl.pipex.com) (Remote closed the connection)
- # [17:24] <Philip`> IE thinks "invalid syntax error"
- # [17:26] <Dashiva> Philip`: It's the old ": means schema", isn't it?
- # [17:27] <Dashiva> No, port
- # [17:28] <Philip`> I don't know what it is, except that it's annoying that it breaks :-)
- # [17:29] <Dashiva> Probably isn't relevant, actually, since it dealt with manually entering an address
- # [17:30] * Joins: hdh (n=hdh@58.187.205.211)
- # [17:37] <MikeSmith> hendry: got your mail, changes made
- # [17:39] <hendry> MikeSmith: thanks
- # [17:40] * hendry wonders if it's possible to link 2mins into a video /myvid.ogg?min=2
- # [17:42] <hdh> alternate video/audio streams too
- # [17:45] <hendry> can't find anything on youtube. i think it was possible on google video.
- # [17:48] * MikeSmith looks around for kfish
- # [17:48] * Quits: hdh (n=hdh@58.187.205.211) (Read error: 104 (Connection reset by peer))
- # [17:48] <MikeSmith> this is what annodex is for, I guess
- # [17:48] * Joins: hdh (n=hdh@58.187.205.211)
- # [17:49] <MikeSmith> Xiph
- # [17:49] <hdh> henry: looks like it broke sometime ago http://groups.google.com/group/google-video-general/browse_thread/thread/f7645bab2595ce8c
- # [17:51] <hendry> hdh: good hunting
- # [17:51] <hdh> thx, I searched the help center
- # [17:58] <hdh> is there a google custom search (or similar) for all html5 sources (mailing-list, irc, the spec)?
- # [18:02] <hendry> hdh: not that I know of. good idea. start it and invite me :)
- # [18:04] <hdh> whatwg.org, html5.org, krijnhoetmer.nl/irc-logs/*, *.w3.org/html/wg/html5/*; any more to add?
- # [18:05] <hdh> lists.w3.org/Archives/Public/www-html/*, lists.w3.org/Archives/Public/www-html-testsuite/*
- # [18:06] <MikeSmith> hdh: http://www.w3.org/html/
- # [18:11] <hdh> http://www.google.com/coop/cse?cx=012969598209138263813:exzxsykptac
- # [18:14] * Joins: dbaron (n=dbaron@c-71-204-153-3.hsd1.ca.comcast.net)
- # [18:17] <hendry> hdh: I would prefer it only searched http://www.whatwg.org/specs/web-apps/current-work/multipage/ not http://www.whatwg.org/specs/web-apps/current-work/
- # [18:18] * Quits: myakura (n=myakura@p5047-ipbf1403marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [18:18] <Philip`> Does Google index whatwg.org/issues?
- # [18:19] <hdh> heh, I can't change any setting (the page says "Save failed")
- # [18:19] <Dashiva> Philip`: You mean if it indexes the contents of the script? :)
- # [18:19] <Philip`> Looks like it probably doesn't, in which case there's http://canvex.lazyilluminati.com/misc/cgi/issues.cgi/ , though that shouldn't actually have anything that's not on the mailing lists
- # [18:20] <Philip`> Dashiva: I mean indexing the data that script gets from its custom API via XHR :-)
- # [18:20] <Dashiva> I'm pretty sure we'll know very soon if the google spider starts executing scripts :)
- # [18:21] <Philip`> It does statically follow link-like strings in scripts
- # [18:21] <Philip`> but it's very dumb about it
- # [18:22] <Philip`> so it's not quite at the level of embedding a JS interpreter and DOM implementation
- # [18:26] <hendry> hdh: i had the same problems in firefox. switch to webkit.
- # [18:26] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [18:27] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [18:27] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [18:29] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [18:29] * hsivonen is mildly amused to see <tt> instead of <code> on the WHATWG wiki
- # [18:31] * Joins: jgraham (n=jgraham@81-86-215-230.dsl.pipex.com)
- # [18:31] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [18:32] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [18:35] <hsivonen> hmm. I wonder if I should just implement the SVG stuff now that I'm looking at the MathML stuff anyway...
- # [18:38] <hsivonen> yeah, I should
- # [18:40] <hsivonen> we need to extend the tree builder test format to cover SVG and MathML
- # [18:50] <hdh> I have set the CSE to allow volunteers
- # [18:52] * Quits: ROBOd (n=robod@89.122.216.38) (Read error: 110 (Connection timed out))
- # [19:00] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [19:01] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [19:03] <hdh> "Status: Error: OK (403)." <-- the error message when login to annotate system fails, that OK looks weird
- # [19:09] * Joins: ROBOd (n=robod@89.122.216.38)
- # [19:30] * Joins: csarven (n=csarven@modemcable130.251-202-24.mc.videotron.ca)
- # [19:31] * Joins: mcarter_ (n=mcarter@pool-72-87-174-133.lsanca.btas.verizon.net)
- # [19:33] * Quits: mcarter (n=mcarter@pool-72-87-174-83.lsanca.btas.verizon.net) (Read error: 110 (Connection timed out))
- # [19:36] * Quits: maikmerten (n=maikmert@Laa35.l.pppool.de) (Remote closed the connection)
- # [19:37] * Quits: hdh (n=hdh@58.187.205.211) ("Leaving.")
- # [19:38] * Joins: hdh (n=hdh@58.187.205.211)
- # [19:39] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [19:39] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [20:01] <Philip`> hsivonen: "Validator.nu should check data URIs for conformance but not nested ones (and, yes, Hixie's data URIs are non-conforming for having spaces)" - should it be checking that in http://validator.nu/?doc=data%3Atext%2Fhtml%2Ca+b too?
- # [20:01] <Philip`> (Sadly WF2 causes functional regressions when implemented, so you can't test the validator like that in Opera)
- # [20:04] <hsivonen> Philip`: what's your opinion? should I make it whine about the URI in that case?
- # [20:04] <hsivonen> Philip`: when I wrote the code, I figured that in this case Validator.nu is acting as a general app accepting data URIs rather than as a checker
- # [20:05] <Philip`> hsivonen: That sounds sensible - it's more useful if the validator works than if it doesn't work
- # [20:06] <Philip`> Then again, it's a validator so it's useful if it tells you when you're doing something invalid
- # [20:07] <Philip`> So, uh, I don't know
- # [20:08] * Joins: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [20:08] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [20:12] * Philip` discovers that a todo list which he's never going to read in the future is actually still useful - when the effort of writing the todo entry is comparable to the effort of actually doing the task, it encourages him to just do the task
- # [20:14] * Quits: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [20:37] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [20:37] * Quits: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [20:38] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [20:39] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [20:41] * Joins: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [20:41] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [20:41] * Quits: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [20:42] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [20:44] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [20:44] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [20:45] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [20:45] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [20:46] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [20:52] * Joins: weinig (n=weinig@17.203.15.172)
- # [20:53] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [20:53] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [20:58] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [20:59] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [21:15] * Joins: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [21:15] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [21:18] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [21:18] * Quits: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [21:21] * Joins: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [21:21] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [21:24] * Quits: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [21:24] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [21:28] * Quits: hdh (n=hdh@58.187.205.211) ("Leaving.")
- # [21:30] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [21:30] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [21:38] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [21:38] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [21:40] * Quits: jruderman (n=jruderma@ip68-5-179-249.oc.oc.cox.net)
- # [21:41] * Joins: zcorpan_ (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [21:46] * Joins: Dashimon (i=Dashiva@30.80-202-223.nextgentel.com)
- # [21:47] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [21:48] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [21:49] * Quits: Dashiva (i=Dashiva@wikia/Dashiva) (Nick collision from services.)
- # [21:49] * Dashimon is now known as Dashiva
- # [21:51] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Connection reset by peer)
- # [21:52] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [21:57] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [21:58] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [22:07] * Quits: virtuelv (n=virtuelv@46.80-203-100.nextgentel.com) ("Ex-Chat")
- # [22:29] * Joins: aaronlev (n=chatzill@g226198058.adsl.alicedsl.de)
- # [22:35] * Joins: svl (n=me@190.42.72.137)
- # [22:42] * Quits: zcorpan_ (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Read error: 110 (Connection timed out))
- # [22:45] * Joins: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [22:45] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [22:47] * Quits: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [22:47] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [22:47] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [22:49] * Joins: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [22:50] * Quits: svl (n=me@190.42.72.137) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [22:57] <Hixie> hsivonen: i meant check the payload. i was thinking of making spaces legal, but a new attribute is a better idea.
- # [22:58] * Joins: othermaciej_ (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [22:59] * Quits: othermaciej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [23:00] * Quits: Hixie (i=ianh@trivini.no) ("brb")
- # [23:00] * Quits: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com) (Remote closed the connection)
- # [23:00] * Joins: Hixie (i=ianh@trivini.no)
- # [23:00] * Joins: hdh (n=hdh@58.187.200.233)
- # [23:00] * Quits: Hixie (i=ianh@trivini.no) (Client Quit)
- # [23:00] * Joins: Hixie (i=ianh@trivini.no)
- # [23:00] * Joins: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [23:01] * Quits: JohnResig_ (n=jresig@c-76-118-158-44.hsd1.ma.comcast.net) (Read error: 110 (Connection timed out))
- # [23:01] * othermaciej_ is now known as othermacej
- # [23:07] * Joins: aaronlev_ (n=chatzill@e176243007.adsl.alicedsl.de)
- # [23:24] * Joins: svl (n=me@190.42.72.137)
- # [23:25] * Quits: aaronlev (n=chatzill@g226198058.adsl.alicedsl.de) (Read error: 110 (Connection timed out))
- # [23:25] <Philip`> Does anyone happen to know what license the Creative Commons licenses themselves are under?
- # [23:25] <Philip`> (e.g. is it allowed to take the CC license text and modify it a bit?)
- # [23:33] * Quits: othermacej (n=mjs@dsl027-178-204.sfo1.dsl.speakeasy.net)
- # [23:34] * Joins: JohnResig (n=jresig@c-76-118-158-44.hsd1.ma.comcast.net)
- # [23:34] <bradee-oh> Hixie: around?
- # [23:40] <Dashiva> Philip`: I don't see how a licence would need licensing. Patents, maybe, but copyright?
- # [23:47] * Quits: dbaron (n=dbaron@c-71-204-153-3.hsd1.ca.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [23:52] * Joins: annevk (n=annevk@77.163.243.203)
- # [23:59] <Philip`> Dashiva: It needs copyright licensing as much as any other textual document needs it
- # [23:59] * Joins: dbaron (n=dbaron@c-71-204-153-3.hsd1.ca.comcast.net)
- # Session Close: Mon May 19 00:00:00 2008
The end :)