Options:
- # [0:00] <webben> gsnedders, yep
- # [0:00] <webben> http://dublincore.org/ ... look at the backing from museums and libraries
- # [0:00] <gsnedders> it's used in RSS feeds quite a lot, and most consumers make use of it. As in HTML, I don't know any thing that uses it there.
- # [0:01] <webben> http://www.zotero.org/ might
- # [0:01] <hsivonen> having worked in the Finnish National Archives thinking about metadata and having been assigned to maintain a metadata spec in the military, I am pretty confident that many people who talk about metadata don't understand processing it in software
- # [0:01] * Lachy *shrugs*
- # [0:01] <Lachy> DC is flawed because it's hidden metadata
- # [0:02] <hsivonen> Lachy: DC is flawed, because it is too fluffy for software processing in ways that solves important use cases
- # [0:02] <webben> yeah ... Zotero supports it http://www.zotero.org/documentation/compatible_standards_and_software
- # [0:02] <Lachy> which reminds me, why are we keeping the meta element for anything but setting the charset?
- # [0:02] <webben> it's not hidden --- just go to page info in FF
- # [0:02] <webben> and anyway that's because user agents seem to be designed without thinking about academic/educational uses much at all
- # [0:03] <Lachy> webben, that counts as hidden!
- # [0:04] * Lachy thinks the meta element should drop the name attribute and only allow a single meta element for setting the charset
- # [0:05] * mpt (n=mpt@121-72-128-96.dsl.telstraclear.net) Quit ("This computer has gone to sleep")
- # [0:05] <webben> And then people will add such citation information where?
- # [0:05] <webben> in the text?
- # [0:05] <Lachy> in the body of the page, where it's visible
- # [0:06] <webben> i suppose they can hide it with CSS
- # [0:06] <Lachy> why do you want it hidden?
- # [0:06] <webben> Lachy, because it's not important unless your searching or citing
- # [0:06] <webben> and thinking about it hiding with CSS isn't good enough because of text UAs
- # [0:07] <webben> i suppose they could push it down into the "footer"
- # [0:07] <webben> i think moving it out of meta will break existing DC tools
- # [0:07] <Lachy> but users need to be able to find the information easily. How many average users do you know that would actuallly look at the page info dialog to read the meta values?
- # [0:07] <Lachy> tough.
- # [0:07] <webben> Lachy, that's a UA problem
- # [0:07] <webben> it's not a problem with the specs
- # [0:07] <webben> (and it's solved with extensions/addons)
- # [0:07] <Lachy> no, it's an authoring problem. visible data is always better than invisible data
- # [0:08] <raspberry-lemon> O,o
- # [0:08] <webben> Title is visible.
- # [0:08] <webben> The feed links have been made visible
- # [0:08] <Lachy> yes, that's right. what's your point?
- # [0:08] <webben> those are UA decisions
- # [0:09] <Lachy> meta has been around for many years and UAs still don't do anything useful with it
- # [0:09] <Lachy> there's no incentive for authors to use it properly
- # [0:09] <webben> I don't see that page info is that bad a solution ... except you should be able to extract a citation.
- # [0:09] <webben> But then that's what Zotero is for.
- # [0:09] <Lachy> those that do think <meta name="description" ...> is actually useful for search engines!
- # [0:10] <Lachy> never heard of Zotero
- # [0:10] <Lachy> citation information should go on the page, probably in the footer or something
- # [0:10] <webben> I just linked to it above. I've never used. But that's because I tend not to have to write paper citations atm.
- # [0:11] <webben> hmm ... that will make for much bigger footers
- # [0:11] <webben> (the citation i tend to use is stuff to bring the print world into the digital rather than the other way round... e.g. citeulike
- # [0:15] <webben> how about a <link> for a page of citation xml or something?
- # [0:15] <Hixie> right
- # [0:15] * Hixie moves on
- # [0:16] <Hixie> scripting and threading.
- # [0:16] <Hixie> my prediction: nobody will have the slightest comment on this section
- # [0:16] <Lachy> why not?
- # [0:16] <Hixie> (except a few people who will say "scripting should be multithreaded" and have clue what they're asking for)
- # [0:16] <Hixie> because this section is topic to understand :-)
- # [0:16] <Hixie> er
- # [0:17] <Hixie> this topic is hard to understand
- # [0:17] <Hixie> even
- # [0:17] <Lachy> right.
- # [0:17] <hsivonen> (the xml-dev thread turned out not to be an endless rathole)
- # [0:17] <Hixie> uri?
- # [0:17] <raspberry-lemon> i'm going to say "scripting should *NOT* be multithreaded" because then i won't have to deal with threading -,-;;;
- # [0:17] <webben> what section number is this?
- # [0:17] <hsivonen> http://lists.xml.org/archives/xml-dev/200611/msg00253.html
- # [0:18] <Hixie> webben: 4.2 right now
- # [0:18] <Hixie> of course that can change at a moment's notice
- # [0:18] <Hixie> hsivonen: o_O
- # [0:18] <Hixie> hsivonen: "by 'processing model suitable for the Web' you mean something useful? if so, we can stop now, because i'm not interested in useful things" ???
- # [0:18] <Hixie> wtf
- # [0:19] <Hixie> what world do these people live in
- # [0:19] <webben> Does 4.2 imply that a select changes as you move an arrow-key down in the select box?
- # [0:20] <Hixie> ?
- # [0:20] <hsivonen> Hixie: in the ISO/IEC 19757 aka. DSDL world
- # [0:20] <webben> "for controls implemented with a non-editable stateful UI (e.g. select elements, checkboxes, or radio buttons as deployed in typical desktop Web browsers), the change event shall be fired when the selection is completed"
- # [0:20] <webben> even if the control does not lose focus.
- # [0:20] <hsivonen> ISO/IEC 19757 is good, btw
- # [0:21] <webben> what completes a selection in a select box?
- # [0:21] <webben> also, is there an event that /is/ triggered by scripted changes?
- # [0:22] <hsivonen> (of course, the original non-ISO specs are more readable...)
- # [0:22] <Hixie> hsivonen: ah.
- # [0:22] <Hixie> webben: 4.2 in web apps 1.0?
- # [0:22] <webben> yep
- # [0:22] * Hixie confused
- # [0:22] <webben> oh wait
- # [0:22] <Hixie> that's just a red box for me at the moment
- # [0:22] <webben> no
- # [0:22] <webben> sorry
- # [0:22] * webben the idiot looks at the wrong doc
- # [0:23] <Hixie> heh
- # [0:25] <webben> for your list of ways of running scripts, the spec presumably doesn't need to discuss user js/greasemonkey does it?
- # [0:25] <Hixie> dunno
- # [0:26] <webben> e.g. defining how such scripts might interact with chains of events or something
- # [0:26] * webben doesn't do much scripting
- # [0:26] <Hixie> probably not, since that's just a UA-specific concern
- # [0:26] <Hixie> not an interoperability concern
- # [0:26] <webben> are there plans for multithreading in JS 2.0 ?
- # [0:27] <Hixie> dunno
- # [0:28] <hsivonen> webben: doubt it
- # [0:28] <hsivonen> webben: considering the threading story of Gecko (lack thereof)
- # [0:31] <webben> what about freaky stuff like jscript and vbscript... do those have threads?
- # [0:32] <hsivonen> webben: my wild guess is that Trident is multithreaded but jscript achieves Web compatibility by locking
- # [0:33] <hsivonen> I wonder how Opera is threaded considering that it runs on esoteric and limited platforms
- # [0:33] <Hixie> scripting in opera is run per-instruction, so threading is irrelevant for opera
- # [0:34] <hsivonen> Hixie: wow. and still it performs better than Gecko on some things
- # [0:34] <webben> in 4.2.1 can we at least include a "UAs should not silently correct errors without user configuration"
- # [0:35] <webben> (indeed, given IE already doesn't silently correct errors, could that be a must)
- # [0:35] <hsivonen> I had thought that Gecko's suckiness in this area was to cater for the old Mac OS, but timeless explained that it is to deal with the suckiness of X11
- # [0:35] <webben> Doesn't Opera have to deal with the suckiness of X11 too?
- # [0:35] <hsivonen> webben: not on HP-UX
- # [0:36] <Hixie> webben: correct errors?
- # [0:36] <hsivonen> webben: only with XFree86, X.org and the Sun stuff
- # [0:36] <webben> Hixie, you know the TAG stuff.
- # [0:36] <Hixie> webben: ?
- # [0:37] <webben> http://www.w3.org/TR/webarch/#no-silent-recovery
- # [0:37] <Hixie> i don't understand what you want the spec to say
- # [0:38] <webben> oh i guess it does say that really
- # [0:38] <webben> what does "The error should be reported to the user." mean
- # [0:38] <webben> e.g. is that something the user can turn off?
- # [0:38] <webben> send to the status bar etc..?
- # [0:38] <webben> or does that mean give the user a big dialog warning every time?
- # [0:39] <Hixie> it means exactly what it says
- # [0:39] <Hixie> no more no less
- # [0:41] <webben> aren't there two r's in occurred?
- # [0:41] <Hixie> probably
- # [0:41] <Hixie> the spec is full of typos
- # [0:41] <webben> or is occured an Americanism?
- # [0:41] <Hixie> it's too early to worry about them
- # [0:43] <webben> "the first must give the message that the UA is considering reporting" ... in what form?
- # [0:43] <webben> an error number? a string?
- # [0:44] <Hixie> whatever it is the UA is considering reporting
- # [0:44] <Lachy> http://blog.whatwg.org/faq/#whattf
- # [0:45] <webben> why is Applications capitalized?
- # [0:46] <webben> "intersted"
- # [0:46] * webben is sorry for being pedantic
- # [0:46] <Lachy> cause I copied it from the whatwg.org home page and didn't change it
- # [0:47] <Lachy> fixed
- # [0:49] <webben> It would be good if "Headings and sections" included an example that showed where people should put fragment identifiers.
- # [0:49] <Hixie> i encourage you to send feedback to the list
- # [0:49] <Hixie> on irc it will get lost
- # [0:51] <webben> (I've have a vested interest in frag id's because i've been writing a firefox extension to try and make it easier to link to them.)
- # [0:52] <webben> the chaos of section id's in old-style html doesn't help
- # [0:53] <Lachy> webben, what chaos of section ids?
- # [0:54] <webben> there are at least three ways of doing it
- # [0:54] <webben> (and that's with people who do it sanely)
- # [0:54] <Hixie> i don't suppose anything defines how javascript: URIs work
- # [0:55] <Lachy> I don't know of anywhere that defines them
- # [0:55] <webben> e.g. <div id="foo"><h2> ... <div><h2 id="foo">... and <div><h2><a name="foo" />...
- # [0:56] <Hixie> all of those are reasonable IMHO
- # [0:56] <Hixie> the first two are probably preferred
- # [0:56] <Lachy> <a name> is no longer in HTML5
- # [0:56] <webben> oh and <div><h2><a name="foo">Foobar</a></h2>
- # [0:57] <Hixie> wow, i removed name=""? how radical of me.
- # [0:57] <Lachy> and you forgot <h2 xml:id="foo"> ;-)
- # [0:57] <Hixie> pff
- # [0:58] <webben> so i had some sort of xpath or something trying to pick between those things
- # [0:58] <webben> and then when it fails to find those running back up the document looking for them in each preceding "section"
- # [0:58] <webben> it makes for a pretty inefficient algorithm
- # [0:59] <webben> there's probably a good form for when you want the h2 to be a link
- # [0:59] <webben> and a good form for when you just want a "hidden" id
- # [1:00] <webben> i can't really see a need for more than two ways of doing it though
- # [1:00] <webben> but the fact that <section> can be implied makes things interesting
- # [1:02] <webben> hmm it would be good to be clear about whether <h1> should be unique
- # [1:02] <Hixie> it does not have to be unique
- # [1:02] <Hixie> i thought the spec was clear about that
- # [1:03] <jgraham> Do I need an actual gmail account to sign up for Google project hosting? My ordinary Google signin doesn't seem to work :(
- # [1:04] <webben> ah it is clear from the examples anyway
- # [1:04] <Hixie> webben: examples are not normative, so if the prose doesn't say it, the example could be wrong
- # [1:04] <Hixie> jgraham: yes, you need a gmail account (though you don't need to use gmail itself)
- # [1:05] * webben doesn't grok this headers thing yet
- # [1:06] <jgraham> Ah. OK. It would be really useful if there was some useful error message to tell you that
- # [1:06] <Hixie> it's in the faq, but i will convey your message to the team
- # [1:07] <webben> "header elements must have at least one h1, h2, h3, h4, h5, or h6 element as a descendant." ... is that supposed to mean you can jump from header to h3
- # [1:07] <webben> even though you can't have a header as a descendant of a header
- # [1:08] <jgraham> (to be fair it says "sign in with your gmail account" but it doesn't say that you failed to do so)
- # [1:08] <Hixie> jgraham: feedback conveyed
- # [1:08] <Hixie> and they agreed, so hopefully it'll be fixed :-)
- # [1:09] <jgraham> Great :)
- # [1:09] <Hixie> webben: <header> elements are ways of wrapping multiple <hx> elements into one header, so you can have tag lines, e.g.
- # [1:11] * webben can't understand why a tagline would want to be inside a <hx> element
- # [1:12] <webben> but that's not quite what I was asking ... is <header><h3>foo</h3></header> okay?
- # [1:12] <jgraham> webben It turns out that lots of people do that in the real world. It breaks any tool that tries to generate a document outline but they think it's "more semantic"
- # [1:13] <webben> jgraham, yeah but they're crazy
- # [1:13] <Hixie> <header><h3>foo</h3></header> is equivalent to <h3>foo</h3> iirc
- # [1:13] <Hixie> or maybe equivalent to <h1>foo</h1>
- # [1:13] <Hixie> i forget
- # [1:13] <Hixie> see the spec :-)
- # [1:13] <jgraham> Well, maybe. For subheadings what they are trying to do makes a lot of sense
- # [1:14] <webben> jgraham, ah you're talking about <header><h1>foo</h1><h2>bar</h2></header> not <header><h3>foo</h3></header> when you say "that"?
- # [1:14] <webben> why not just have a subhead
- # [1:14] <webben> element
- # [1:15] <Hixie> because you might have:
- # [1:15] <Hixie> <header><p>Welcome to...</p><h1>My home!</h1><h2>or what some people might call "my cube"</h2></header>
- # [1:15] <jgraham> But this is why the spec should be clear about what the use cases behind semantic constructs are so there is some hope people won't break well intentioned UAs by over broadening their element use
- # [1:15] <Hixie> yeah
- # [1:15] <Hixie> i thought the examples for <header> were clear
- # [1:16] <webben> Hixie, yeah ... I don't understand the use of <h2> there
- # [1:16] <jgraham> Although HTML4 did that with <hx> and it didn't help much
- # [1:16] <webben> http://www.w3.org/TR/html4/struct/global.html#h-7.5.5 was lousy
- # [1:17] <webben> doesn't even say MUST be used in order
- # [1:17] <webben> instead "Some people consider skipping heading levels to be bad practice."
- # [1:17] <webben> what a cop out
- # [1:17] <jgraham> So, could I trouble someone to invite me to join gmail?
- # [1:17] <webben> jgraham, sure
- # [1:17] * jgraham is the last person in the universe with no gmail account
- # [1:18] <Hixie> heh
- # [1:18] <jgraham> My email address is jg307@cam.ac.uk
- # [1:19] <webben> jgraham, there you go (hopefully)
- # [1:19] <jgraham> webben: thanks :)
- # [1:20] <webben> why can't one have a <heading> as a descendant of a <heading> ?
- # [1:21] <webben> e.g. if you have a long document with a bit-per-page view and an all-in-one view
- # [1:21] <webben> you might have subsections with headings with taglines
- # [1:23] <jgraham> Can we go with "because my head would explode trying to work out how to generate an outline for it"? ;)
- # [1:24] <webben> jgraham, not nearly as much as the author trying to revise programmatically said document for all-in-one viewing
- # [1:25] <webben> Of course if <heading> was simply one <hX> rather than as many as you want
- # [1:25] <webben> and if hX are in order
- # [1:25] <webben> then outlining would be unproblematic
- # [1:26] <Hixie> there's like an exact spec for how to create an outline
- # [1:26] <Hixie> just implement that
- # [1:26] <Hixie> and your life will be good
- # [1:28] <webben> why are headings inside blockquotes part of the TOC?
- # [1:28] <jgraham> Hixie: I know. But as I recall, it's pretty complicated
- # [1:29] <webben> ah i see
- # [1:29] <webben> they aren't
- # [1:29] * webben provides a demonstration.
- # [1:29] <Hixie> jgraham: yeah, but that shouldn't affect implementing it. he just has to follow the spec. :-)
- # [1:30] <hsivonen> FYI: http://www.intertwingly.net/blog/2006/12/01/The-White-Pebble#c1165015647
- # [1:30] <webben> Will authors understand it?
- # [1:30] * Kanashii (n=Kanashii@ppp108-141.lns2.bne4.internode.on.net) Quit ()
- # [1:36] <Hixie> "Breaking XML is too politically incorrect even for the WHATWG."
- # [1:36] <Hixie> haha
- # [1:36] <Hixie> nice
- # [1:36] <Hixie> we could try!
- # [1:36] <Hixie> XML5!
- # [1:37] <Hixie> maybe sometime after SVG5!
- # [1:40] <jgraham> Can we replace all the angle brackets with something more aesthetically pleasing? ;)
- # [1:40] * tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) Quit (Read error: 54 (Connection reset by peer))
- # [1:40] <Hixie> i'd love to
- # [1:40] <Hixie> but backwards compatibility forces us to keep them
- # [1:40] <Hixie> :-)
- # [1:40] * tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) has joined #whatwg
- # [1:42] <jgraham> I've put all the html5 python code I have written up on google code: http://code.google.com/p/html5lib/
- # [1:42] <hsivonen> Hixie: only the W3C gets to break XML
- # [1:42] <hsivonen> (I mean XML 1.1)
- # [1:42] <Hixie> heh
- # [1:42] <hsivonen> speaking of which
- # [1:43] <jgraham> (Note: nothing there works)
- # [1:43] <hsivonen> the spec should require XML 1.0--not "some version"
- # [1:43] <webben> why?
- # [1:43] <Hixie> i have no idea what thomas broyer is asking for
- # [1:43] <Hixie> i hate it when i can't work out what someone wants
- # [1:43] <jgraham> (but I don't want to end up with 3 different efforts to do the same thing)
- # [1:43] <hsivonen> webben: XML 1.1 is a huge compatibility problem and PITA
- # [1:44] <hsivonen> webben: and XHTML5 does not have Cambodian tags
- # [1:44] <hsivonen> Khmer tags, I should say
- # [1:44] <Hixie> i'm not requiring XML 1.1 for the same reason that I _am_ defining XHTML at all
- # [1:44] <Hixie> er 1.0
- # [1:44] <Hixie> namely, if i require xml 1.0, someone will have to define their own serialisation using 1.1.
- # [1:45] <hsivonen> good point
- # [1:45] <Hixie> (but i agree with you in principle)
- # [1:45] <hsivonen> I will enforce 1.0
- # [1:45] <Hixie> you can do that, just by being an XML 1.0 Conformant Processor :-)
- # [1:48] * webben is confused ... how can you both not require 1.0 and enforce 1.0 ?
- # [1:51] <hsivonen> webben: Hixie doesn't require but I do
- # [1:52] <webben> you mean with your validator?
- # [1:52] <hsivonen> webben: yes
- # [1:52] <webben> can XHTML 1.1 be in XML 1.1?
- # [1:53] <hsivonen> webben: it wouldn't be conforming, AFAIK
- # [1:53] <hsivonen> http://hsivonen.iki.fi/validator/html5/?doc=http%3A%2F%2Fhsivonen.iki.fi%2Ftest%2Fxml11.xhtml
- # [1:55] <Hixie> "IO Error: HTTP resource not retrievable." should probably be "The file you specified could not be downloaded. Are you sure you specified the right address? (You may also [validate the 404 document].)"
- # [1:55] <Hixie> or something
- # [1:55] <hsivonen> Hixie: do you see that on the URL I just pasted?
- # [1:55] <Hixie> no
- # [1:56] <Hixie> i see it on http://hsivonen.iki.fi/validator/html5/?doc=http%3A%2F%2Fhsivonen.iki.fi%2Ftest%2Fxml10.xhtml
- # [1:56] <Hixie> which is what i immediately tried :-)
- # [1:57] <hsivonen> Hixie: suggestion logged
- # [1:57] <hsivonen> the message comes from the bowels of Apache Commons HTTP Client
- # [1:57] <Hixie> ah
- # [1:59] <hsivonen> I should see if it has an IOException subclass with the http status code
- # [2:02] <hsivonen> oops. it comes from my code after all
- # [2:02] <hsivonen> if (m.getStatusCode() != 200) {
- # [2:02] <Hixie> heh
- # [2:02] <hsivonen> looks like I've been lazy
- # [2:03] <hsivonen> redirects are transparent to me
- # [2:03] <hsivonen> err opaque
- # [2:03] <hsivonen> I don't notice
- # [2:04] * hsivonen gets confused with transparent and opaque if the library hides it
- # [2:11] * Hixie tries to get the hang of the results of http://www.hixie.ch/tests/adhoc/dom/level0/window/open/
- # [2:12] <Hixie> (turn off tabs first)
- # [2:15] <Hixie> i don't understand what mozilla does
- # [2:15] <Hixie> on 002
- # [2:16] <Hixie> wow
- # [2:17] <Hixie> a window.alert() on safari blocks the entire browser
- # [2:19] <Hixie> and on IE it blocks UI interaction and JS for that tab
- # [2:19] <Hixie> and all the tabs that are involved in the test
- # [2:19] <Hixie> and the chrome for windows involved in the test, even though other tabs on that test are fine!
- # [2:19] <Hixie> wow, there's proof that the menu bar is per-tab if nothing else
- # [2:26] <Hixie> man, all the browsers act differently
- # [2:26] <Hixie> gah
- # [2:26] <Hixie> bbl
- # [3:32] * webben (n=benjamin@91.84.22.233) Quit ("Leaving")
- # [3:38] * whateley (n=whateley@S01060013463ece73.ed.shawcable.net) Quit (Read error: 110 (Connection timed out))
- # [3:56] * tantek_ (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) has joined #whatwg
- # [3:56] * tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) Quit (Read error: 131 (Connection reset by peer))
- # [4:36] * mpt (n=mpt@121-72-128-96.dsl.telstraclear.net) has joined #whatwg
- # [4:53] * mpt (n=mpt@121-72-128-96.dsl.telstraclear.net) Quit ("This computer has gone to sleep")
- # [6:12] <Lachy> Hixie, typo in 4.2.2: If the value is null - The error should not [be] reported to the user.
- # [6:24] * mpt (n=mpt@121-72-128-96.dsl.telstraclear.net) has joined #whatwg
- # [7:02] <Lachy> I've added several new questions to the FAQ
- # [7:02] <Lachy> http://blog.whatwg.org/faq/#mime-type
- # [7:02] <Lachy> http://blog.whatwg.org/faq/#tracking-changes
- # [7:02] <Lachy> http://blog.whatwg.org/faq/#namespaces
- # [7:09] * mpt (n=mpt@121-72-128-96.dsl.telstraclear.net) Quit ("Leaving")
- # [7:50] * csarven (i=nevrasc@modemcable081.169-202-24.mc.videotron.ca) Quit (Read error: 104 (Connection reset by peer))
- # [7:55] <Lachy> what the???? "I don't want to use namespaces. I want to use an xmlns attribute. " -- Robert Sayre.
- # [7:55] <Lachy> I think that's the quote of the day ;-)
- # [8:31] * Kanashii (n=Kanashii@ppp108-141.lns2.bne4.internode.on.net) has joined #whatwg
- # [11:06] * jgraham (n=jgraham@81.178.250.219) Quit (sterling.freenode.net irc.freenode.net)
- # [11:06] * gavin_s (n=gavin@63.245.208.169) Quit (sterling.freenode.net irc.freenode.net)
- # [11:07] * gavin_s (n=gavin@63.245.208.169) has joined #whatwg
- # [11:07] * jgraham (n=jgraham@81.178.250.219) has joined #whatwg
- # [11:13] * rhymes (n=rhymes@host221-72-dynamic.54-82-r.retail.telecomitalia.it) has joined #whatwg
- # [11:17] <hsivonen> Lachy: I think Robert has a good point
- # [12:32] <Lachy> hsivonen, I don't think so
- # [12:50] * rhymes (n=rhymes@host221-72-dynamic.54-82-r.retail.telecomitalia.it) Quit ()
- # [12:50] * Kanashii (n=Kanashii@ppp108-141.lns2.bne4.internode.on.net) Quit ()
- # [13:10] * ROBOd (n=robod@86.34.246.154) has joined #whatwg
- # [13:12] <Lachy> jgraham's idea of using a different attribute name from xmlns is better. It's similar to what I said here yesterday, but I'd rather avoid requiring authors to remember the full URI
- # [13:16] <Lachy> I'd just use <svg ns="svg">, where the attribute takes a set of predefined values, such as "svg", "mathml", "xhtml". But in most cases, it would be unnecessary to use it anyway.
- # [13:19] <Lachy> although I still think it's better to such things for use in XHTML. Browsers, especially IE, are much more likely to add support for XHTML, SVG and MathML, before a special html-based math/svg syntax.
- # [14:22] * rhymes (n=rhymes@host221-72-dynamic.54-82-r.retail.telecomitalia.it) has joined #whatwg
- # [14:26] <ROBOd> good eday to all
- # [14:27] <Lachy> hey ROBOd
- # [14:27] <ROBOd> Lachy: it seems attractive to use ns instead of xmlns, because it would cause less confusion, because people wouldn't mistake it with XHTML, etc. however... i am suspicious if in the grand scheme of things creating a "fork" of xmlns is that good
- # [14:27] <ROBOd> it would only give web developers more work in the future
- # [14:28] <ROBOd> my suggestion would be that no new ns attribute is added
- # [14:28] <Lachy> I agree and I don't think it is needed
- # [14:28] <ROBOd> if, and only if, something is to be done in regards to this, add xmlns.
- # [14:29] <ROBOd> personally i am not yet decided if xmlns should not be in HTML5
- # [14:29] <Lachy> but, if a namespace syntax is ever added to HTML, I think it should be at least that simple and must definately not use xmlns
- # [14:29] <ROBOd> at the moment, i don't see the big gripe, the big need for xmlns in HTML(4|5)
- # [14:30] <ROBOd> Lachy: yes, it should be *that* simple, but not another attribute
- # [14:30] <Lachy> are you saying you would rather reuse xmlns for that purpose?
- # [14:30] <ROBOd> yes
- # [14:30] <Lachy> which would also mean using the full URIs as well
- # [14:31] <ROBOd> yep
- # [14:31] <ROBOd> there's no need to reinvent the wheel, IMHO
- # [14:31] <Lachy> no, that would only serve to further encouage those with teh misconception that HTML can be treated as XML
- # [14:31] <ROBOd> as i said above, it's true, that happens
- # [14:31] <Lachy> and it would give the impression that any arbitrary namespace can be used in HTML
- # [14:32] <ROBOd> but another attribute would just add other troubles
- # [14:32] <Lachy> but, as Hixie's study showed, many people get the namespace wrong anyway
- # [14:32] <ROBOd> exactly
- # [14:32] <Lachy> which is why I don't think any namespaces should be added to HTML either.
- # [14:32] <ROBOd> and there's no UA with complete xmlns implementation
- # [14:33] <ROBOd> e.g. Opera had serious problems with xmlns last time i checked
- # [14:33] <Lachy> but my point is that xmlns is too difficult for the average HTML coder plus the other problems just mentioned
- # [14:33] <Lachy> doesn't Mozilla fully support xmlns in XML?
- # [14:34] <Lachy> what's Opera's bug with it?
- # [14:34] <ROBOd> iirc they have some problems as well
- # [14:34] <ROBOd> don't know the Mozilla bugs precisely, since I mostly work with Opera
- # [14:34] <ROBOd> well... for example, Opera with VoiceXML doesn't really care much about the XML namespace
- # [14:35] <ROBOd> it just detects the tag name, and that's pretty much all
- # [14:36] <ROBOd> e.g. if one wants to use something else than the default xmlns prefix (vxml)
- # [14:38] <ROBOd> at the end of that day ... i was pretty much sure XML namespace support was glued (read: not good) :)
- # [14:39] <Lachy> but those are bugs in the XML implementation, specifically relating to prefixes. There would be no prefixes in HTML, so any use of xmlns couldn't use prefixes and that difference would only cause problems
- # [14:40] <Lachy> besides, as Hixie has mentioned, Opera has tried to implement namespaces in HTML, but apparently had to back out of it because so many pages relied on MS Office namespaces being completely ignored by non-IE browsers.
- # [14:40] <ROBOd> the more i think of it, the more i'd recommend Hixie *not* to accept xmlns (or any derivate, for that matter) in html5
- # [14:41] <Lachy> that's another reason we couldn't reuse xmlns in HTML because MS office has broken it
- # [14:41] <Lachy> I fully agree!
- # [14:41] <ROBOd> thing is: use xhtml for svg and for other "advanced" stuff
- # [14:41] <Lachy> yep
- # [14:41] <raspberry-lemon> the newbie agrees too, just for the record
- # [14:42] <Lachy> raspberry-lemon, what's your real name? Have I seen on on the mailing list before?
- # [14:42] * rhymes (n=rhymes@host221-72-dynamic.54-82-r.retail.telecomitalia.it) Quit ()
- # [14:43] <raspberry-lemon> real name is chris svindseth, but if you've seen me on the mailing list it would be quite the miracle as i only read it sporadically :)
- # [14:43] <ROBOd> Lachy: i've read Sam's blog post (link posted yesterday here). i now believe he exaggerates with his wish to merge XHTML with HTML.
- # [14:44] <Lachy> ah, so you've never posted to the list.
- # [14:44] <raspberry-lemon> no
- # [14:45] <Lachy> yep, I agree. I think Sam's just taking it too far
- # [14:47] <ROBOd> gotta go now, bbl
- # [14:47] <Lachy> ok, cya
- # [15:21] * rhymes (n=rhymes@host221-72-dynamic.54-82-r.retail.telecomitalia.it) has joined #whatwg
- # [16:35] <annevk> hah
- # [16:36] <citoyen> oh look, it's awake
- # [16:36] <annevk> next time I go away for more than 24 hours I'll turn IRC off
- # [16:36] <Lachy> hi annevk
- # [16:36] <annevk> hi there
- # [16:36] * annevk just read through the entire backlog...
- # [16:36] * annevk hasn't yet read Sam Ruby's post
- # [16:36] <annevk> morning citoyen :)
- # [16:36] <Lachy> annevk, was it worth reading it all?
- # [16:36] <citoyen> mornin' :) how's the head? :)
- # [16:38] <annevk> better
- # [16:38] <annevk> Lachy, no, I skipped major parts
- # [16:39] <annevk> "HTML is tantalizingly close to well-formed XML." ...
- # [16:40] <Lachy> hah! :-D
- # [16:40] <citoyen> *blink*
- # [16:40] <Lachy> there's been several funny quotes on the list today
- # [16:46] <annevk> class AtheistParseError(ParseError): ...
- # [17:00] <annevk> "Breaking XML is too politically incorrect even for the WHATWG." We could try...
- # [17:00] <annevk> Introduce graceful error handling for XML
- # [17:01] * rhymes (n=rhymes@host221-72-dynamic.54-82-r.retail.telecomitalia.it) Quit ()
- # [17:08] <Lachy> it's too late for that
- # [17:10] <annevk> it's already happening
- # [17:11] <annevk> see feed parsers for instance
- # [17:11] <Lachy> ?
- # [17:11] <annevk> we better define how it should work...
- # [17:11] <Lachy> Oh, that's just crap. They should use draconian error handling
- # [17:11] <annevk> that doesn't make much sense to me
- # [17:12] <Lachy> and CMSs should use proper XML tools and ensure they output well-formed feeds
- # [17:12] <annevk> it seems better for their users to do the non draconian thing
- # [17:12] <annevk> right...
- # [17:12] <annevk> those CMSs have been promised for over the past ten years or so
- # [17:12] <Lachy> IE7 does draconian error handling for feeds, doesn't it?
- # [17:12] <hsivonen> Lachy: have fun trying to convince Mark P. not to do what he does. :-)
- # [17:12] <annevk> there's not really such a thing as bugfree software, I think we should try to learn from that
- # [17:13] <annevk> Lachy, only partially
- # [17:13] <hsivonen> annevk: TeX. The conclusion is that we should use .dvi for interchange. :-)
- # [17:14] <citoyen> Let's face it, people fail and tools fail, no matter how much we try. Given that, and that tools are meant to make our lives easier, not more annoying, I think error handling is the way to go.
- # [17:14] <annevk> hsivonen, I don't get that
- # [17:14] <annevk> as in, I'm not sure what you're saying :)
- # [17:15] <hsivonen> annevk: TeX is famous for being the non-trivial piece of software that is free of bugs
- # [17:15] <hsivonen> TeX outputs .dvi
- # [17:15] <annevk> oh
- # [17:17] <hsivonen> grr. I have to update my <t> test cases
- # [17:20] <annevk> s/t/time/
- # [17:21] <hsivonen> annevk: won't work
- # [17:21] <hsivonen> consider <title>
- # [17:22] <annevk> ok, do it a bit smarter :)
- # [17:22] <annevk> s/<t /
- # [17:22] <annevk> s/<t>/
- # [17:22] <annevk> etc.
- # [17:22] <hsivonen> yeah
- # [17:26] <annevk> Hixie, if you have nothing else to work, consider updating the parsing section a bit more to remove the last couple of red blocks and do the rewrite of the tree construction section...
- # [17:38] <annevk> http://therealcrisp.xs4all.nl/blog/ "Hell is where browsers come from"
- # [17:42] <hsivonen> Lachy: wp-comments-post.php is broken
- # [17:42] <hsivonen> "Error: This file cannot be used on its own."
- # [17:43] <Lachy> ok, let me see...
- # [17:44] <Lachy> Does that happen when you try to post a comment?
- # [17:44] <hsivonen> yos
- # [17:44] <hsivonen> yes
- # [17:44] <Lachy> when you're logged in or not?
- # [17:44] <hsivonen> logged in
- # [17:44] <Lachy> ok, it worked for me when not logged in
- # [17:45] * ROBOd (n=robod@86.34.246.154) Quit (Read error: 104 (Connection reset by peer))
- # [17:45] * ROBOd2 (n=robod@86.34.246.154) has joined #whatwg
- # [17:45] <Lachy> worked for me when logged in too
- # [17:45] <hsivonen> hmm. interesting
- # [17:45] <hsivonen> gotta run for dinner
- # [17:46] * csarven (i=nevrasc@modemcable081.169-202-24.mc.videotron.ca) has joined #whatwg
- # [17:46] <ROBOd2> bon appétit hsivonen
- # [17:46] <hsivonen> thanks
- # [17:46] <Lachy> I get that error when I visit http://blog.whatwg.org/wp-comments-post.php directly, rather than posting to it
- # [17:46] <annevk> isn't it a little early...
- # [17:47] <annevk> oh, wait, Finland
- # [17:47] <hsivonen> annevk: board game scheduled after dinner
- # [17:47] <hsivonen> hence, early dinner
- # [17:47] <hsivonen> really going now
- # [17:47] <annevk> bye
- # [17:48] <annevk> Lachy, you want http://c2.com/cgi/wiki?GeneratorsInPython
- # [17:51] <Lachy> I see. so we would implement a getChar() function that uses yield and returns the next character in the stream
- # [17:51] <annevk> I think that's the idea
- # [17:51] <Lachy> what about when we have to back up a few chars for error handling?
- # [17:52] <annevk> you store the characters somewhere I suppose
- # [17:52] <annevk> hmm
- # [17:52] <Lachy> ok, need to think about it.
- # [17:59] * gsnedders (n=gsnedder@host86-139-123-225.range86-139.btcentralplus.com) Quit ("Don't touch /dev/null…")
- # [18:00] <annevk> hmm yeah
- # [18:00] <annevk> for states like the entity state
- # [18:01] <Lachy> it might be easier to implement in it a stream object that handles walking forward and backward through the stream, even if it uses yield internally for some stuff
- # [18:01] <Lachy> and even supports inserting markup into the stream, which would be needed for document.write() support
- # [18:02] <annevk> yeah, didn't jgraham have something like that?
- # [18:02] * Lachy will check
- # [18:06] <Lachy> I think that's what his Tokeniser object does, but not sure. It seems to be structured in a very strange way.
- # [18:13] <annevk> when I source on google for "live dom viewer" i get your site Lachy ... some copy
- # [18:13] <jgraham> Lachy: what is strange
- # [18:13] <jgraham> ?
- # [18:14] <jgraham> Did you see that I started a google project for a python based html5 parser: http://code.google.com/p/html5lib/
- # [18:15] <annevk> cool
- # [18:15] <annevk> I'm willing to help out
- # [18:15] <jgraham> I'm really up for working with other people on this, soI'm quite happy to change the design if it's no good. And I seem to have a bit more python experience, which might help
- # [18:17] <Lachy> jgraham, write an article about it on the blog
- # [18:17] <Lachy> let a few more people know about it and ask for more contributors
- # [18:19] <jgraham> Yeah, that's a good idea. I might set up a wiki page for discussing the design as well
- # [18:19] <Lachy> Cool, I'm happy with the BSD licence for it
- # [18:19] <annevk> what does BSD imply?
- # [18:20] <annevk> what are the restrictions, basically
- # [18:20] <Lachy> it means that you retain copyright, but anyone is free to do whatever they like with it
- # [18:20] <jgraham> http://www.opensource.org/licenses/bsd-license.php
- # [18:21] <jgraham> I think it's about the most liberal license available
- # [18:21] <Lachy> http://en.wikipedia.org/wiki/BSD
- # [18:21] <jgraham> But if anyone has any good reasons to change it, I'm listening
- # [18:22] <annevk> I'd be happy with a license that doesn't require attribution
- # [18:23] <Lachy> http://en.wikipedia.org/wiki/Public_domain_equivalent_license
- # [18:23] <Lachy> BSD is near enough to public domain
- # [18:25] <jgraham> The options in google hosting are BSD, Apache 2.0, Artistic/GPLv2.0, GPL2.0, LGPL, MIT, MPL1.1
- # [18:25] <Lachy> This is what I usually do for copyright http://lachy.id.au/about/copyright
- # [18:26] <Lachy> of those, either MIT or BSD are the most permissive
- # [18:27] <jgraham> Do you think MIT would work better?
- # [18:29] <annevk> yes
- # [18:29] <jgraham> OK
- # [18:29] <annevk> per http://en.wikipedia.org/wiki/MIT_License that doesn't require attribution which may be a problem for some commercial entities
- # [18:29] <jgraham> OK, it's changed
- # [18:30] <annevk> if you want you can add annevankesteren@gmail.com though I wonder how to deal with such a project
- # [18:32] <jgraham> I added you as a project owner
- # [18:32] <annevk> hah
- # [18:32] * Lachy will register a new gmail account and join
- # [18:32] <jgraham> What do you mean "deal with such a project"? You mean how to actually design the code collaboratively?
- # [18:33] <Lachy> if only someone hadn't stolen my name! lachlan.hunt at gmail.com is taken :-(
- # [18:33] <jgraham> Heh. I ended up with jgraham.cantab since almost everything I could think of was gone...
- # [18:34] <annevk> jgraham, yes
- # [18:35] <annevk> I took the liberty to add more text to the frontpage
- # [18:35] <jgraham> Well I think a design document on a wiki would help. I don't know if the whatwg wiki is the right place though
- # [18:35] <Lachy> oh, no I forgot, I already have lachyhunt at gmail.com :-)
- # [18:36] <jgraham> Lachy: OK, I added you
- # [18:36] <Lachy> thanks
- # [18:39] <annevk> checkout is still going on...
- # [18:39] <annevk> hmm
- # [18:39] * Lachy is finishing off the blog entry for feed autodiscovery...
- # [18:40] <Lachy> are there any other issues with "alternate", besides a feed not necessarily being an alternate represntaion and the MIME type not always being a good indicator of a feed?
- # [18:40] <annevk> you should prolly post on monday
- # [18:40] <Lachy> why wait? It'll still be there on Monday
- # [18:41] <annevk> posts tend to get more attention throughout the week
- # [18:41] <annevk> at least, in my experience
- # [18:42] <Lachy> yeah, but what difference does it make if it's posted today or tomorrow? It'll still show up in peoples feed readers on monday morning
- # [18:42] <annevk> i've wondered about that myself
- # [18:43] <Lachy> but I can hold it off for a day if you like, it doesn't matter that much
- # [18:44] * whateley (n=whateley@S01060013463ece73.ed.shawcable.net) has joined #whatwg
- # [18:53] <Lachy> hehe... :-) The latest from elliot...
- # [18:53] <Lachy> "Secondly, anyone who actually tried to use an SGML parser to handle HTML rapidly hit a wall since most HTML documents were not even close to actually conformant to the SGML spec or the HTML DTD. "
- # [18:54] <Lachy> now if only he could figure the concept when s/SGML/XML
- # [18:55] <annevk> hmm, I can't seem to commit
- # [18:56] <annevk> jgraham, should we use a googlegroups for discussion?
- # [18:58] <jgraham> annevk: I guess googlegroups might be good. I'd still like a wiki page somewhere to hack out a design. Any ideas where? I could set something up on my desktop but it's unlikely to be very reliable...
- # [18:59] <annevk> lets use wiki.html5.org
- # [18:59] <Lachy> jgraham, wiki.whatwg.org
- # [18:59] <annevk> what Lachy said
- # [18:59] * gsnedders (n=gsnedder@host86-139-123-225.range86-139.btcentralplus.com) has joined #whatwg
- # [18:59] <annevk> PythonHTML5Lib ?
- # [19:00] <jgraham> OK, I just didn't want it to seem like an "official" implementation
- # [19:00] <annevk> lets make that clear in the first paragraph :)
- # [19:00] <jgraham> OK
- # [19:30] <jgraham> I've created http://wiki.whatwg.org/wiki/HTML5Lib I'll fill in some more of the details shortly
- # [19:38] <Lachy> You should use [Category:Implementations] instead so that the list is automatic
- # [19:42] <Lachy> done http://lachy.id.au/log/2005/12/xhtml-beginners
- # [19:42] <Lachy> oops, wrong like
- # [19:42] <Lachy> *link
- # [19:42] <Lachy> http://wiki.whatwg.org/wiki/Category:Implementations
- # [19:49] * Lachy has had enough of Elliot, the arguments are just going round and round in circles.
- # [19:52] <Lachy> I'm going to try to not respond to him again, no matter how tempting it gets.
- # [20:30] <jgraham> http://wiki.whatwg.org/wiki/HTML5Lib now has some description of the tokeniser Please go ahead and rip it to shreds :)
- # [20:47] * whateley (n=whateley@S01060013463ece73.ed.shawcable.net) has left #whatwg
- # [20:47] * whateley (n=whateley@S01060013463ece73.ed.shawcable.net) has joined #whatwg
- # [20:49] <annevk> hmm, seems to come down to yet aonther mime type debate
- # [20:49] <annevk> I love those! [pause] Not.
- # [20:49] * annevk reads the wiki
- # [20:49] * annevk just had some food
- # [20:52] * jgraham notices a mistake in the wiki page
- # [20:54] <annevk> We should use the word Tokenizer
- # [20:54] <annevk> or HTMLTokenizer
- # [20:54] <annevk> note the z
- # [20:56] <annevk> see Google if you don't believe me :)
- # [20:56] <annevk> jgraham, so how does the tokenizer integrate with the parser?
- # [20:56] <annevk> parser -> tree construction phase
- # [20:56] <annevk> the three construction phase directly affects the tokenizer
- # [20:56] <annevk> s/three/tree ...
- # [20:57] <jgraham> Tokeniser == english spelling, tokenizer == American spelling, no?
- # [20:57] <annevk> yes
- # [20:57] <jgraham> But we can go with "z", I'll just make more typos that way ;)
- # [20:57] <annevk> "Results 1 - 10 of about 40,100 for tokeniser."
- # [20:57] <annevk> "Results 1 - 10 of about 1,240,000 for tokenizer. "
- # [20:58] <annevk> Google also suggested that I search for tokenizer when I tried tokeniser :)
- # [20:58] <jgraham> annevk: The parser calls getToken every time it wants a token. But it also holds a reference to the tokeniser so it can change the tokeniser state when it needs to. Does it ever do more than change the content model flag?
- # [21:00] <annevk> I don't think so
- # [21:00] <annevk> but can't we work with functions then in the tokenizer that the parser implements?
- # [21:02] <jgraham> Could do, I guess. I'm not sure what the benefit is though?
- # [21:02] <annevk> I think it's cleaner than having temporary token objects...
- # [21:04] * annevk reads through the spec once again
- # [21:06] <jgraham> Well this way the seperation between tokeniser and parser is pretty clean. It also has the nice property of being a very literal implementation of the spec - when it says "create a token" you really do. But I see your point; maybe it adds lots of overhead
- # [21:09] <annevk> I might have mentioned this already, but it would be nice if the parser was fairly low-level so it can be ported to other languages as well.
- # [21:09] <annevk> In an easy way
- # [21:11] <annevk> I think having functions might also make it easier to add markup injection, if ever...
- # [21:12] <jgraham> document.write in python?!
- # [21:14] <annevk> well, the architecture should sort of take it into account
- # [21:17] <annevk> jgraham, why do the base classes inherit from object?
- # [21:18] <jgraham> Because that makes them "new style" python classes
- # [21:18] <jgraham> Which have several generally desirable properties compared to old style classes
- # [21:19] <jgraham> see e.g. http://www.geocities.com/foetsch/python/new_style_classes.htm
- # [21:20] <jgraham> It's a backwards compat. issue
- # [21:23] <jgraham> annevk: So in your proposal, what would the interface between the parser and the tokeniser look like? Would you start with the tokeniser and have it call parser.startTagToken(name, attrs) when it made a start tag token? Or something else?
- # [21:23] <annevk> And what does frozenset gives us? What it seems to imply?
- # [21:24] <annevk> jgraham, I suppose self.startTagToken() if the parser inherits from it...
- # [21:24] <annevk> but yeah
- # [21:24] <annevk> I'm updating the wiki as we chat
- # [21:25] <jgraham> Also I think document.write would work in my model, you'd have to append the extra markup to the characterQueue (mistakenly called characterStack in the svn code). The treebuilder side of that would be the hard part
- # [21:27] <annevk> perhaps we should call it "characters"
- # [21:27] <annevk> hmm
- # [21:27] <annevk> jgraham, yeah, I guess it would
- # [21:28] <jgraham> frozenset is just an immutable set. Sets are nice because it's easy to compute unions, etc - useful since there are definitions like "All other elements found while parsing an HTML document" which we need to test against. Also membership tests should be fast (I think).
- # [21:29] <annevk> is it ok that they are global variables though?
- # [21:31] <annevk> hmm, I suppose you don't want to pass them around all the time
- # [21:31] <jgraham> They're only global in the current file
- # [21:31] <annevk> okay
- # [21:32] <annevk> that's what I expected
- # [21:33] <annevk> hmm, I've got referrers from example.com ...
- # [21:33] <jgraham> I don't understand why the parser would inherit from the tokeniser? I can see that the parser and tokeniser would call each other somehow but I don't see why they'd inherit?
- # [21:33] <jgraham> heh
- # [21:33] <jgraham> spammers?
- # [21:34] <annevk> think so
- # [21:35] <annevk> hmm, you're right
- # [21:36] <annevk> so you'd have x = HTMLParser("docRef"); HTMLParser invokes HTMLTokenizer(self, "docRef") and there you go
- # [21:36] <annevk> would that work?
- # [21:37] * gsnedders (n=gsnedder@host86-139-123-225.range86-139.btcentralplus.com) Quit ("Don't touch /dev/null…")
- # [21:38] <jgraham> Yeah. That's basically what I have at the moment. Only I have a "parse" function in the parser which creates the tokeniser.
- # [21:38] <jgraham> As well as starting parsing obviously
- # [21:43] <annevk> this is what I just added to the wiki: "There's an HTMLParser class you can invoke with an object. What this object is can be decided later. File object, string, URI, etc. The newly created HTMLParser object then instantiates an HTMLTokenizer with itself as argument and the object. The HTMLTokenizer then invokes does things like parser.emitStartTagToken(name, ...) etc."
- # [21:51] * gsnedders (n=gsnedder@host86-139-123-225.range86-139.btcentralplus.com) has joined #whatwg
- # [22:03] <gsnedders> what HTML5 parsers are there in existence already?
- # [22:04] <gsnedders> (and are bug-free enough to use as a reference implementation)
- # [22:04] <annevk> there are none
- # [22:04] <annevk> there's a project
- # [22:06] <jgraham> annevk: I've created a "callback" branch in svn to try your approach.
- # [22:06] <gsnedders> annevk: right. I knew there were several, but I didn't know how far they were in terms of development
- # [22:07] * jgraham wishes he knew enough computer science to make an informed argument one way or the other
- # [22:07] <annevk> several, even?
- # [22:09] * ROBOd2 (n=robod@86.34.246.154) Quit (Read error: 104 (Connection reset by peer))
- # [22:10] * ROBOd2 (n=robod@86.34.246.154) has joined #whatwg
- # [22:53] * annevk (n=annevk@pat-tdc.opera.com) Quit (Read error: 110 (Connection timed out))
- # [23:07] * Kanashii (n=Kanashii@ppp108-141.lns2.bne4.internode.on.net) has joined #whatwg
- # [23:09] * annevk (n=annevk@89.10.19.124) has joined #whatwg
- # [23:11] * ROBOd2 (n=robod@86.34.246.154) Quit ("http://www.robodesign.ro")
- # [23:22] * annevk (n=annevk@89.10.19.124) Quit (Read error: 148 (No route to host))
The end :)