Options:
- # Session Start: Thu Oct 22 00:00:00 2009
- # Session Ident: #whatwg
- # [00:01] * Quits: dimich (n=dimich@nat/google/x-kwssrnisabzeqedg)
- # [00:09] * Joins: fishd (n=darin@nat/google/x-pyypslhkgfbstndd)
- # [00:10] * Quits: jdouglas (n=jason@nat11.metaweb.com)
- # [00:11] * Joins: jdouglas (n=jason@nat09.metaweb.com)
- # [00:17] * aroben is now known as arobenaway
- # [00:17] * arobenaway is now known as aroben|away
- # [00:27] * Joins: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [00:28] * Joins: JoePeck (n=JoePeck@jpecoraro.rit.edu)
- # [00:28] * Quits: JoePeck (n=JoePeck@jpecoraro.rit.edu) (Client Quit)
- # [00:37] * Joins: JoePeck (n=JoePeck@jpecoraro.rit.edu)
- # [00:37] * Quits: JoePeck (n=JoePeck@jpecoraro.rit.edu) (Client Quit)
- # [00:41] <TabAtkins> I've got a friend who wants to know what character of text is under the mouse during a mouseDown event. There's not any way to determine that currently, right (without horrible hacks like wrapping every character in a span)? Where would be an appropriate place to tell him to suggest an offsetText property or similar?
- # [00:44] <Hixie> anne's already looking at that for cssom iirc
- # [00:45] <TabAtkins> Ah, cool.
- # [00:46] * Quits: yatil (n=Adium@78.104.102.186) ("Leaving.")
- # [00:50] * Quits: dave_levin (n=dave_lev@nat/google/x-nnaayhokfykjboio)
- # [01:05] * Joins: dave_levin (n=dave_lev@nat/google/x-vliqntmuasexotwh)
- # [01:05] <othermaciej> TabAtkins: there was a proposed caretRangeFromPoint() API
- # [01:06] <othermaciej> TabAtkins: there's the slight complication right now that people want it to work for plaintext controls like <textarea> and <input type="text">, but a DOM Range can't represent a text range inside a form control
- # [01:07] <TabAtkins> My friend wasn't wanting that - just the character in a normal text node.
- # [01:07] <othermaciej> well, caretRangeFromPoint() will do that in WebKit, but like I said the API is likely to change incompatibly
- # [01:08] <othermaciej> Mozilla also has some nonstandard extensions right in the mouse event - caretRangeFromPoint() lets you do the hit testing at any time though, you don't need an event
- # [01:09] * Quits: roc (n=roc@121.72.198.60) (Read error: 131 (Connection reset by peer))
- # [01:10] * Quits: taf2 (n=taf2@pool-98-117-216-229.bltmmd.fios.verizon.net)
- # [01:11] * Quits: aroben|away (n=aroben@unaffiliated/aroben) (Read error: 104 (Connection reset by peer))
- # [01:12] <TabAtkins> Thanks, othermaciej. I've passed the info along.
- # [01:17] * Quits: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [01:19] * Joins: roc (n=roc@121.72.215.10)
- # [01:20] <othermaciej> so I hear Web Fonts is going to define not one but two new font formats
- # [01:20] * othermaciej is not sure what to think of this
- # [01:20] <Rik`> WOFF and ?
- # [01:21] * Joins: MikeSmith (n=MikeSmit@EM114-48-128-109.pool.e-mobile.ne.jp)
- # [01:21] <TabAtkins> CWT.
- # [01:21] <TabAtkins> Which is a fancy name for version 1 EOT.
- # [01:21] <TabAtkins> With some of the header cruft ignored.
- # [01:21] <othermaciej> and then it will also recommend regular OTF and SVG fonts, and require browsers to implement at least 2
- # [01:21] <othermaciej> call me crazy, but isn't this even worse for interop than the status quo?
- # [01:22] <TabAtkins> I don't see how it can possibly be worse.
- # [01:22] <TabAtkins> But it's likely that everyone will end up supporting WOFF.
- # [01:22] <Rik`> othermaciej: my understanding is that the goal is not interop but font makers pleasure
- # [01:22] <othermaciej> I'm trying to figure out if I should ask our AC Rep to oppose this or just close my eyes and think of england
- # [01:24] <TabAtkins> What would you propose if you opposed it?
- # [01:25] <othermaciej> not having a Fonts working group at all
- # [01:25] <TabAtkins> And then do what about font interop? Hope it all works out?
- # [01:27] <othermaciej> wait for one side or the other to capitulate
- # [01:28] <othermaciej> another alternative would be to pursue only one new font format and get everybody on board with implementing it, instead of the weird "pick 2 of 4" thing
- # [01:28] <TabAtkins> Sylvain appears to be hinting that WOFF is his expected consensus solution.
- # [01:29] <TabAtkins> (Though I'm still gunning for CWT.)
- # [01:29] <othermaciej> that being said, WOFF seems DRM-free
- # [01:29] <TabAtkins> None of the 4 formats are DRMed in any way, shape, or form.
- # [01:29] <othermaciej> it just seems like implementing it is a giant waste of effort
- # [01:30] <TabAtkins> Yeah, but MS hasn't given up and implemented TTF yet, and hasn't given any indications that they'd like to, either.
- # [01:31] <Rik`> TabAtkins: MS hasn't implemented addEventListener but no one has invented yet another way to add handlers because of that
- # [01:32] <TabAtkins> Yeah, but has MS consistently openly refused to implement it, and had strong statements from people in the organization that they don't expect to?
- # [01:33] <Rik`> that's not the point
- # [01:33] <TabAtkins> It is. There's a difference between "hasn't done it yet" and "has refused to do it".
- # [01:33] <Rik`> developers know how to use different code paths for stupid browsers
- # [01:35] <Rik`> if MS doesn't want to play ball and developers have a cross browser solution, why would you invent something else ?
- # [01:35] <TabAtkins> But JS differences can be papered over trivially in libraries so you never have to think about it again. This isn't the same thing.
- # [01:35] <TabAtkins> ...we *don't* have a cross-browser solution. We have two separate solutions that we have to weld together manually every single time we want to use them.
- # [01:36] <Rik`> they are ttf2eot tools, it's a one line fix
- # [01:36] <TabAtkins> And you have to store both and link both every time.
- # [01:37] <Rik`> "store" a < 1mo file ?
- # [01:37] * Quits: dave_levin (n=dave_lev@nat/google/x-vliqntmuasexotwh)
- # [01:38] <Rik`> people already have a lot of CSS path for IE
- # [01:38] <TabAtkins> It's still a hassle. Imagine if you had to duplicate every image you used on your site and link both of them.
- # [01:38] <Rik`> isn't that what people do for PNG alpha transparency ?
- # [01:38] <TabAtkins> No. They either link a non-PNG, or they use one of the pngFix libraries, or they just ignore ie6.
- # [01:39] <Rik`> and fwiw, people can just treat IE as one of the non supporting browsers
- # [01:40] <TabAtkins> Yeah, not actually possible when the marketing department wants a special headline font.
- # [01:41] <Rik`> or you can create a JS library that reads your font-face rules and create a new rule for IE
- # [01:41] * Joins: dave_levin (n=dave_lev@nat/google/x-qcuoqyrjbxtcxgoq)
- # [01:42] <TabAtkins> That then ties to you js (which is okay if you're doing purely visual tweaks, but not if you're linking in a font for your uncommon language), and still requires two font files to be created (not much of a hassle by itself, but still more than should be necessary).
- # [01:43] * Quits: dglazkov (n=dglazkov@nat/google/x-sqmkolrsvoykpvxf)
- # [01:43] <Rik`> what about the hassle of waiting three years before seeing a version of IE supporting those new formats
- # [01:44] <TabAtkins> That's why I support CWT.
- # [01:44] <TabAtkins> Then IE6+ will all work, and I only have to wait for the other browsers to update, which is much faster.
- # [01:44] <Rik`> and the user base ?
- # [01:44] <TabAtkins> The userbase of non-IE browsers updates *much* faster.
- # [01:45] <TabAtkins> I imagine mostly because the browsers are actually willing to auto-update.
- # [01:45] <Rik`> still need around one year after release
- # [01:45] <TabAtkins> Yup, that's not so bad. It is the fastest path to interop among all the options.
- # [01:45] <TabAtkins> I mean, even if IE promised TTF support in IE9, it'd still be 5+ years before it's usable.
- # [01:46] <Rik`> or use ttf + eot right now
- # [01:46] <Rik`> (or in one year for a solid userbase)
- # [01:46] <TabAtkins> Yeah, that's still a crappy option though.
- # [01:48] <AryehGregor> How does CWT handle origin control?
- # [01:49] <AryehGregor> I recall that being a sticking point for an EOT-based solution before I stopped following www-font.
- # [01:49] <TabAtkins> AryehGregor: The same way TTF does - through same-origin controls.
- # [01:49] <Rik`> anyway, off to bed
- # [01:50] <TabAtkins> Later, Rik`.
- # [01:50] <AryehGregor> If the rootstring is nonempty, is it ignored, or do non-IE browsers refuse to process the file?
- # [01:51] <TabAtkins> CWT has no rootstring - it's current based on eot version 1.
- # [01:51] <AryehGregor> So IE <= 8 (i.e., large majority of users' browsers) won't implement origin restrictions at all, then?
- # [01:51] <TabAtkins> Even when it was based on version 2, cwt itself had no rootstring, it just had meaningless padding. Whether or not legacy nonconforming clients interpreted that padding as a rootstring was up to them.
- # [01:51] <TabAtkins> (Which I preferred, but people bitched about it.)
- # [01:51] <AryehGregor> Are font foundries actually willing to license anything in this format?
- # [01:51] <TabAtkins> And yes.
- # [01:52] <TabAtkins> Anyone who's licensing in TTF would obviously license in CWT.
- # [01:52] <AryehGregor> Right, but the point is a lot of foundries don't want to license in TTF, I thought?
- # [01:52] <AryehGregor> Or have a lot of them cracked by now?
- # [01:53] * Quits: dbaron (n=dbaron@c-69-140-1-234.hsd1.va.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [01:53] <TabAtkins> There's still plenty that don't.
- # [01:53] <TabAtkins> ;_;
- # [01:54] <TabAtkins> But that's why I thought the whole uproar over basing CWT on EOTv2 was stupid. It would let us make an end-run around that crap without bringing rootstring baggage into future browsers.
- # [01:54] <AryehGregor> Has any foundry said they'll license EOT but not WOFF, or is everyone as okay with WOFF as they're going to get?
- # [01:54] <TabAtkins> I dunno. I know Ascender's cool with CWT, but I dunno if anyone's outright said that they're cool with WOFF.
- # [01:55] * TabAtkins is heading to dinner now.
- # [01:55] <AryehGregor> Oh well. We'll see.
- # [02:02] * Quits: ray (i=ray@drong.notacat.org) (Read error: 60 (Operation timed out))
- # [02:03] * Quits: fishd (n=darin@nat/google/x-pyypslhkgfbstndd) (Read error: 110 (Connection timed out))
- # [02:03] * Joins: ray (i=ray@drong.notacat.org)
- # [02:06] * Quits: dave_levin (n=dave_lev@nat/google/x-qcuoqyrjbxtcxgoq)
- # [02:08] * Quits: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Read error: 113 (No route to host))
- # [02:09] * Quits: ap (n=ap@17.246.19.174)
- # [02:10] * Quits: MikeSmith (n=MikeSmit@EM114-48-128-109.pool.e-mobile.ne.jp) ("Tomorrow to fresh woods, and pastures new.")
- # [02:10] * Joins: jacobolus (n=jacobolu@dhcp-0059871802-99-6d.client.student.HARVARD.EDU)
- # [02:26] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [02:31] * Quits: ojan (n=ojan@72.14.229.81)
- # [02:31] * Quits: jdouglas (n=jason@nat09.metaweb.com)
- # [02:34] * Quits: jacobolus (n=jacobolu@dhcp-0059871802-99-6d.client.student.HARVARD.EDU) ("Leaving...")
- # [02:36] <roc> TabAtkins: CWT really isn't appealing as currently specified, see my email. You would have to use Referer checking. Easier to just produce and serve two (or more) font files.
- # [02:36] <roc> othermaciej: WOFF is trivial. At worst, implementing it is a *tiny* waste of effort
- # [02:37] <othermaciej> the font guys at Apple were not at all enthusiastic about supporting a new font format
- # [02:37] <othermaciej> if WOFF can easily and efficiently be converted to OTF or TTF then I guess it's somewhat less of a waste of time
- # [02:37] * Quits: cying (n=cying@70.90.171.153)
- # [02:39] <roc> it really is the thinnest possible wrapper around OTF+TTF, plus per-table zlib compression
- # [02:39] <othermaciej> I'm wary that the "plus" is what will make it nontrivial to implement efficiently (at least given only a blackbox OTF/TTF implementation)
- # [02:40] <roc> you have to decompress the tables
- # [02:40] <roc> but you already have to mangle tables
- # [02:40] <othermaciej> I do?
- # [02:40] <roc> to work around Windows bugs etc
- # [02:40] <roc> yep
- # [02:40] <roc> you do
- # [02:40] <roc> and the zlib decompression is easier than that
- # [02:42] <roc> OTF/TTF implementations are more of a black box to us than to you, remember
- # [02:42] <roc> at least until we ship Harfbuzz
- # [02:42] <othermaciej> I don't think we do any mangling of tables
- # [02:43] <othermaciej> (that's either due to my ignorance, or due to the fact that we use Apple's font implementation on Windows)
- # [02:43] <othermaciej> still seems like a waste of time to me
- # [02:43] <roc> I'm pretty sure you do
- # [02:44] <othermaciej> pursuing both WOFF and CWT (but then effectively not mandating either) seems even more wasteful
- # [02:44] <roc> yeah, we're not interested in that
- # [02:46] <othermaciej> if everyone else implements WOFF then we'll probably have to, but I can't say the prospect fills me with any enthusiasm
- # [02:47] * Joins: wakaba_ (n=wakaba_@122.221.184.68)
- # [02:47] <roc> you implemented SVG fonts, which are considerably more useless IMHO
- # [02:47] <othermaciej> incidentally - am I wrong to be concerned about the idea of a Microsoft-edited Canvas spec? Can't tell if I'm being too paranoid or not paranoid enough
- # [02:47] <roc> I thought that was weird too
- # [02:47] <jcranmer> roc: I think Hixie disagrees... it's in Acid3, after all
- # [02:48] <othermaciej> SVG fonts are kind of useless for real content, but at least they can achieve special effects that other font formats can't do
- # [02:48] <roc> othermaciej: yeah, but you didn't implement that part
- # [02:48] <roc> jcranmer: I think Hixie may regret putting in Acid3, you should ask him
- # [02:48] <othermaciej> what do you mean? colored glyphs work fine afaik
- # [02:49] <roc> not in my tests
- # [02:49] <othermaciej> as does crazy stuff like per-character rotation and positioning on a path (though the latter I think you can do with SVG text and non-SVG fonts)
- # [02:49] <roc> yes, you can
- # [02:50] <jcranmer> hmm, why are the animation tests failing on FF 3.6?
- # [02:50] <roc> othermaciej: see http://lists.w3.org/Archives/Public/www-svg/2009Sep/0013.html
- # [02:50] <othermaciej> text on a path should really be doable without using SVG at all IMO
- # [02:50] <roc> maybe my testcase is broken but no-one contradicted me
- # [02:51] <othermaciej> our implementation doesn't rasterize the glyphs, it just draws them anew every time, so I'd be surprised if it had that limitation
- # [02:51] <roc> what limitation?
- # [02:51] <roc> SVG glyphs really have two parts
- # [02:52] <roc> a path in the "d" attribute of the <glyph> element
- # [02:52] <roc> and arbitrary SVG content in the subtree rooted at <glyph>
- # [02:52] <roc> as far as I could tell, Opera and Webkit support the former but not the latter
- # [02:52] <roc> again, maybe I'm wrong
- # [02:52] <othermaciej> I see
- # [02:53] <roc> if you read that thread, I have some arguments that the way arbitrary-content glyphs are handled is actually quite broken
- # [02:54] <roc> oh, in a slightly later thread: http://lists.w3.org/Archives/Public/www-svg/2009Sep/0043.html
- # [02:55] <othermaciej> I'm sure you're right - <foreignObject> in a glyph could be quite crazy
- # [02:55] <othermaciej> (though not that much worse than <use>)
- # [02:56] <roc> somewhat worse, since you have to support associating the anonymous content with HTML text, you can't just confine the madness to SVG
- # [02:56] * Quits: franksalim (n=frank@76.221.202.115) ("Ex-Chat")
- # [02:58] <roc> the quandry we have over SVG fonts is whether to implement the subset you guys did --- basically to just pass Acid3, since it offers nothing that is not more conveniently expressed with normal downloadable fonts --- or to implement the whole thing, which actually might be useful but has serious implementation difficulties that no-one else has seen fit to tackle yet
- # [02:58] <roc> and actually kinda sucks for authors anyway
- # [03:08] <othermaciej> the original reason we have SVG fonts at all is due to enthusiasm of some of the contributors who wrote our original SVG implementation
- # [03:09] <othermaciej> (they added fonts later, but it was the same guys basically)
- # [03:09] <othermaciej> although we did fix a bunch of bugs with metrics and other arcane details for Acid3
- # [03:10] <othermaciej> I think having SVG font and SVG animation tests in Acid3 was kind of lame; at the time only Opera had these things implemented and I think it was an Opera developer who submitted those particular tests
- # [03:10] <roc> that is true
- # [03:12] <roc> Acid3 marketing is likely to just force us to implement at least that subset of SVG fonts
- # [03:13] <roc> but if the arbitrary-SVG feature doesn't get implemented, or does get implemented according to the current spec and sucks as much as I think it will, then Acid3 will be responsible for a stupid wart in the Web platform
- # [03:16] <roc> oh well, few participants are completely guiltless on that score :-)
- # [03:26] * Joins: MikeSmith (n=MikeSmit@tea12.w3.mag.keio.ac.jp)
- # [03:26] <othermaciej> indeed
- # [03:26] <othermaciej> there's no shortage of warts
- # [03:28] * Quits: jwalden (n=waldo@nat/mozilla/x-lrocotgpkoeuhfsa) (Read error: 60 (Operation timed out))
- # [03:30] * Quits: sylvaing (n=sylvaing@nat/microsoft/x-lmpuxjuonvqfmfnx) (Read error: 110 (Connection timed out))
- # [03:30] * Joins: sylvaing (n=sylvaing@nat/microsoft/x-urerdemanxefapmf)
- # [03:31] <roc> they still irritate me
- # [03:31] * Joins: sgalineau (n=sylvaing@174-144-105-145.pools.spcsdns.net)
- # [03:31] <othermaciej> I try to focus my irritation on proposals to add new warts
- # [03:35] * Joins: svtech (i=stanv@83.228.56.37)
- # [03:36] * Quits: svtech (i=stanv@83.228.56.37) (Remote closed the connection)
- # [03:37] * Joins: svtech (i=stanv@83.228.56.37)
- # [03:37] * Joins: miketaylr (n=miketayl@24.42.95.234)
- # [03:48] * Quits: roc (n=roc@121.72.215.10) (Read error: 145 (Connection timed out))
- # [03:52] * Joins: dave_levin (n=dave_lev@64.168.229.50)
- # [03:53] * Joins: jwalden (n=waldo@63.245.220.240)
- # [03:54] * Quits: sylvaing (n=sylvaing@nat/microsoft/x-urerdemanxefapmf) (Read error: 110 (Connection timed out))
- # [04:07] * Quits: dave_levin (n=dave_lev@64.168.229.50)
- # [04:09] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (Read error: 110 (Connection timed out))
- # [04:09] * Joins: jorlow_ (n=jorlow@67.218.103.141)
- # [04:12] * Joins: Amorphous (n=jan@unaffiliated/amorphous)
- # [04:14] * Joins: jorlow__ (n=jorlow@216.239.45.130)
- # [04:16] <TabAtkins> roc, othermaciej: If I recall correctly, CWT is similarly a super-thin wrapper over TTF. Isn't it nothing more than a header of a couple of bytes? It doesn't even employ any manipulation of the font-data (EOT can do compression on fonts, but the CWT proposal currently specifies uncompressed fonts, to avoid patent issues).
- # [04:17] <othermaciej> doesn't EOT have XOR "encryption"?
- # [04:17] <TabAtkins> I don't believe that the EOT version used for CWT does.
- # [04:17] <TabAtkins> (It's been a few months since the font discussion, though.)
- # [04:18] * TabAtkins is pulling up the archives real quick to see if he can answer definitively.
- # [04:21] * Joins: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com)
- # [04:22] <TabAtkins> othermaciej: I just confirmed - CWT uses *no* scrambling, XOR, MTX, or otherwise.
- # [04:22] * Quits: sgalineau (n=sylvaing@174-144-105-145.pools.spcsdns.net) (Read error: 110 (Connection timed out))
- # [04:22] <othermaciej> does it alter the font file less than WOFF?
- # [04:24] <TabAtkins> *All* that it does is prepend the font with some header bytes. That's literally it. Chop off the header and you've got a perfectly valid ttf font.
- # [04:24] * Quits: jorlow_ (n=jorlow@67.218.103.141) (Read error: 60 (Operation timed out))
- # [04:25] <TabAtkins> So, yes.
- # [04:25] <TabAtkins> (Since WOFF does the per-table compression.)
- # [04:25] <othermaciej> I guess that is an advantage - the downside being that people who only test in IE may accidentally serve EOT fonts using more than the CWT subset
- # [04:27] <TabAtkins> True, but the common options used when generating EOT will make it immediately fail in a normal CWT-supporting browser. So you'd really have to test *only* in IE.
- # [04:28] <TabAtkins> Here's Daggett's 1.1 proposal. I think it's the latest 'official' specced version: http://lists.w3.org/Archives/Public/www-font/2009JulSep/0969.html
- # [04:29] <othermaciej> "the common options used when generating EOT will make it immediately fail in a normal CWT-supporting browser" -- that's not a feature!
- # [04:29] <TabAtkins> Sure it is. It keeps you from accidentally serving EOT. ^_^
- # [04:30] <othermaciej> it would be much better if the common options used when generating EOT made it Just Work(tm) in a normal CWT-supporting browser
- # [04:30] <othermaciej> though I'm sure the tradeoff there is implementation complexity
- # [04:31] <TabAtkins> But the common option is one of the compression options.
- # [04:31] <TabAtkins> Yeah.
- # [04:47] * Quits: svtech (i=stanv@83.228.56.37)
- # [04:52] * Joins: sylvaing (n=sylvaing@c-98-232-19-82.hsd1.wa.comcast.net)
- # [04:57] * Quits: tndH (n=Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com) (Remote closed the connection)
- # [04:57] * Joins: tndH (n=Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com)
- # [05:07] * Joins: svtech (i=stanv@83.228.56.37)
- # [05:08] * Quits: jorlow__ (n=jorlow@216.239.45.130)
- # [05:15] * Joins: roc (n=roc@222-152-175-48.jetstream.xtra.co.nz)
- # [05:16] * Joins: jorlow_ (n=jorlow@67.180.199.19)
- # [05:16] * Quits: jorlow_ (n=jorlow@67.180.199.19) (Client Quit)
- # [05:17] * Joins: jorlow_ (n=jorlow@67.180.199.19)
- # [05:19] * Quits: jorlow_ (n=jorlow@67.180.199.19) (Client Quit)
- # [05:20] * Joins: jorlow_ (n=jorlow@c-67-180-199-19.hsd1.ca.comcast.net)
- # [05:21] * Quits: jorlow_ (n=jorlow@c-67-180-199-19.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [05:23] * Parts: harth (n=heather@nat/mozilla/x-cdzskmxebxhczldq)
- # [05:40] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Remote closed the connection)
- # [05:40] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [05:49] * Quits: jwalden (n=waldo@63.245.220.240) ("ChatZilla 0.9.85-rdmsoft [XULRunner 1.9.1.3/20090909051541]")
- # [05:57] * Quits: MikeSmith (n=MikeSmit@tea12.w3.mag.keio.ac.jp) ("Tomorrow to fresh woods, and pastures new.")
- # [05:59] * Quits: svtech (i=stanv@83.228.56.37)
- # [06:01] * Quits: weinig (n=weinig@17.246.17.253)
- # [06:07] * Joins: MikeSmith (n=MikeSmit@dhcp-247-75.mag.keio.ac.jp)
- # [06:11] * Joins: svtech (i=stanv@83.228.56.37)
- # [06:17] * Parts: anoopb (n=chatzill@38.106.143.248)
- # [06:22] * Quits: miketaylr (n=miketayl@24.42.95.234)
- # [06:40] * Quits: drunknbass (n=drunknba@cpe-76-173-195-145.socal.res.rr.com) (Read error: 60 (Operation timed out))
- # [06:40] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [06:42] * Quits: sylvaing (n=sylvaing@c-98-232-19-82.hsd1.wa.comcast.net) (Read error: 110 (Connection timed out))
- # [06:45] * Joins: drunknbass (n=drunknba@cpe-76-173-195-145.socal.res.rr.com)
- # [06:48] * Joins: sylvaing (n=sylvaing@c-98-232-19-82.hsd1.wa.comcast.net)
- # [06:54] * Joins: zdobersek (n=zan@cpe-92-37-72-132.dynamic.amis.net)
- # [07:13] * Parts: zdobersek (n=zan@cpe-92-37-72-132.dynamic.amis.net)
- # [07:13] * Joins: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [07:18] * Joins: myakura (n=myakura@p2102-ipbf6805marunouchi.tokyo.ocn.ne.jp)
- # [07:25] * Joins: fishd (n=darin@67.180.164.209)
- # [07:29] * Quits: svtech (i=stanv@83.228.56.37)
- # [07:32] * Quits: sylvaing (n=sylvaing@c-98-232-19-82.hsd1.wa.comcast.net) (Read error: 110 (Connection timed out))
- # [07:41] * Quits: mpilgrim (n=mark@rrcs-96-10-240-189.midsouth.biz.rr.com) (Read error: 104 (Connection reset by peer))
- # [07:42] * Joins: mpilgrim (n=mark@rrcs-96-10-240-189.midsouth.biz.rr.com)
- # [07:45] * Joins: maikmerten (n=merten@ls5dhcp196.cs.uni-dortmund.de)
- # [07:46] * Joins: GarethAdams|Home (n=GarethAd@pdpc/supporter/active/GarethAdams)
- # [07:50] * Quits: fishd (n=darin@67.180.164.209) (Read error: 145 (Connection timed out))
- # [07:55] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [07:56] * Joins: KevinMarks (n=KevinMar@c-67-164-14-96.hsd1.ca.comcast.net)
- # [07:57] * lmorchard is now known as lmorchard|away
- # [08:00] * lmorchard|away is now known as lmorchard
- # [08:01] * lmorchard is now known as lmorchard|away
- # [08:02] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [08:06] * Joins: zalan (n=zalan@catv-89-135-144-122.catv.broadband.hu)
- # [08:16] * Quits: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [08:17] * Joins: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [08:20] * Joins: svtech (i=stanv@83.228.56.37)
- # [08:41] * Joins: Maurice (n=ano@a80-101-46-164.adsl.xs4all.nl)
- # [08:45] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [08:45] * Quits: zalan (n=zalan@catv-89-135-144-122.catv.broadband.hu)
- # [08:51] * Joins: zalan (n=zalan@89.135.144.122)
- # [08:59] * Joins: dimich (n=dimich@c-98-203-252-208.hsd1.wa.comcast.net)
- # [09:01] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [09:03] * Quits: dimich (n=dimich@c-98-203-252-208.hsd1.wa.comcast.net) (Client Quit)
- # [09:16] * Joins: fishd (n=darin@67.180.164.209)
- # [09:18] * Joins: yatil (n=Adium@78.104.102.186)
- # [09:25] * Quits: wakaba__ (n=wakaba@98.225.100.220.dy.bbexcite.jp) (Read error: 104 (Connection reset by peer))
- # [09:25] * Joins: wakaba (n=wakaba@98.225.100.220.dy.bbexcite.jp)
- # [09:27] * Quits: fishd (n=darin@67.180.164.209) (Read error: 145 (Connection timed out))
- # [09:36] * Joins: Lachy (n=Lachlan@212-181-96-82.customer.telia.com)
- # [09:40] * Quits: GPHemsley (n=GPHemsle@pdpc/supporter/student/GPHemsley) ("This computer has gone to sleep")
- # [09:42] * Quits: drunknbass_work (n=aaron@pool-71-107-253-243.lsanca.dsl-w.verizon.net) ("Leaving...")
- # [09:55] * Joins: kristallpirat (n=kristall@c-base/crew/kristall)
- # [09:58] * Quits: svtech (i=stanv@83.228.56.37)
- # [09:59] * Quits: Lachy (n=Lachlan@212-181-96-82.customer.telia.com) ("This computer has gone to sleep")
- # [10:09] * Joins: Lachy (n=Lachlan@212.181.96.82)
- # [10:14] * Joins: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [10:14] * Quits: GarethAdams|Home (n=GarethAd@pdpc/supporter/active/GarethAdams)
- # [10:19] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [10:26] * Quits: Lachy (n=Lachlan@212.181.96.82) ("This computer has gone to sleep")
- # [10:28] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com) (Remote closed the connection)
- # [10:28] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [10:42] * Joins: annevk (n=annevk@212-181-96-82.customer.telia.com)
- # [10:45] * Joins: mat_t (n=mattomas@91.189.88.12)
- # [10:47] * Joins: Phae (n=phaeness@132.185.240.11)
- # [10:49] * gsnedders is trying to fix the only test failure in html5lib
- # [10:51] * Joins: aboodman3 (n=aboodman@72.14.229.88)
- # [10:53] * Joins: workmad3 (n=davidwor@cspool27.cs.man.ac.uk)
- # [10:59] * Quits: aboodman (n=aboodman@72.14.229.81) (Read error: 113 (No route to host))
- # [11:01] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [11:02] * Joins: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [11:04] * Quits: aboodman3 (n=aboodman@72.14.229.88) (Read error: 60 (Operation timed out))
- # [11:09] * Joins: aboodman3 (n=aboodman@72.14.229.81)
- # [11:09] * Joins: webben (n=benh@nat/yahoo/x-ognbwakqrgtwlqsd)
- # [11:13] <MikeSmith> hsivonen, Hixie: I just checked in a v.nu change to fix the <caption> error
- # [11:13] <MikeSmith> so the spec now validates once again
- # [11:13] <MikeSmith> http://qa-dev.w3.org:8888/?doc=http://www.whatwg.org/specs/web-apps/current-work/
- # [11:14] <Hixie> i bet the complete.html file still doesn't validate :-)
- # [11:14] <MikeSmith> ah
- # [11:14] <MikeSmith> OK, I'll check that next
- # [11:14] <MikeSmith> Hixie: that was due to the microdata thing, right?
- # [11:14] <Hixie> yeah
- # [11:14] <MikeSmith> OK
- # [11:14] <MikeSmith> I'll look at that next
- # [11:16] <MikeSmith> hsivonen: it seems that maxFileSize needs to be increased once again
- # [11:16] <MikeSmith> HTML5 is now 4304 KB
- # [11:16] * Joins: CriticalMass (n=chatzill@brick-lane.lbi.co.uk)
- # [11:17] * MikeSmith hopes complete.html is not more than 5MB
- # [11:25] * Joins: |zalan| (n=zalan@catv-89-135-144-122.catv.broadband.hu)
- # [11:31] * Quits: zalan (n=zalan@89.135.144.122) (Read error: 145 (Connection timed out))
- # [11:37] * Quits: |zalan| (n=zalan@catv-89-135-144-122.catv.broadband.hu) (Read error: 60 (Operation timed out))
- # [11:42] <Philip`> MikeSmith: Content-Length: 4831259
- # [11:43] <Philip`> But I bet it'll grow :-p
- # [11:43] <MikeSmith> yeah
- # [11:43] <MikeSmith> I upped it to 5120 on qa-dev for now
- # [11:44] <MikeSmith> Hixie: OK, patched it enough for now to get complete.html to validate -
- # [11:44] <MikeSmith> http://qa-dev.w3.org:8888/?doc=http://www.whatwg.org/specs/web-apps/current-work/complete.html
- # [11:44] <Hixie> i'm gonna have to start writing test cases for validators :-)
- # [11:44] <MikeSmith> heh
- # [11:44] <MikeSmith> <snort>
- # [11:46] <MikeSmith> with that, I gots to drop off and catch a train back to civilization.. back later
- # [11:46] * Quits: MikeSmith (n=MikeSmit@dhcp-247-75.mag.keio.ac.jp) ("Tomorrow to fresh woods, and pastures new.")
- # [11:49] * Parts: annevk (n=annevk@212-181-96-82.customer.telia.com)
- # [11:56] * Quits: cedricv (n=cedric@124.197.105.239) (Connection reset by peer)
- # [11:56] * Joins: cedricv (n=cedric@124.197.105.239)
- # [11:57] * Joins: ttepasse (n=ttepas--@p5B0159D8.dip.t-dialin.net)
- # [12:06] * Quits: erlehmann (n=erlehman@82.113.121.7) (Read error: 104 (Connection reset by peer))
- # [12:06] <mikekelly> I hope Roy doesn't bite my head off :(
- # [12:08] <mikekelly> we RESTafarians have a vengeful god
- # [12:10] <Dashiva> Don't worry, Roy bites everyone's head off
- # [12:11] <Philip`> How is this "other applicable specifications" thing meant to work when applying multiple specs that conflict?
- # [12:11] <Philip`> and you'd get a different interpretation depending on which order you apply them in
- # [12:12] <Dashiva> Philip`: If they conflict they aren't all applicable?
- # [12:14] * Philip` tries in vain to think of a concrete example
- # [12:17] <Philip`> I don't mean things that conflict incompatibly, just things that define non-commutative changes to parts of HTML5
- # [12:18] <mikekelly> Is that point the Smylers guy made true - that html implements the features of related specs/protocols that it deems appropriate?
- # [12:18] <Philip`> No
- # [12:18] <mikekelly> so interop is an objective?
- # [12:19] <Dashiva> Philip`: Could you make up an unrealistic example?
- # [12:19] <mikekelly> I really think that http conneg needs to be accepted how its defined right now (as I'm reading it) or re-written to suit the purposes of everyon else's interpretation
- # [12:20] <Hixie> Philip`: you have to pick the order in which they apply
- # [12:20] <mikekelly> because everyone else's interpretation (regardless of whether it's "practical or not") makes assumptions which are not specified in the spec
- # [12:20] <Philip`> Dashiva: Maybe I'm thinking of something like if HTML5 didn't include SVG itself, and a separate spec said "parse everything as normal except when you get an xmlns:xlink attribute do this magic thing etc", and another spec says "parse everything as normal except when you get an xmlns:* attribute do Namespaces-like processing"
- # [12:21] <Dashiva> Right
- # [12:21] <Dashiva> That's the motivation for internalizing everything requiring parser/tokenizer changes
- # [12:21] <Dashiva> Maybe that should be clarified
- # [12:22] <Philip`> and so an HTML5+SVG+NS implementation will give different output to an HTML5+NS+SVG implementation
- # [12:22] <Hixie> always a risk
- # [12:22] <Hixie> but that's the case regardless of what html5 says
- # [12:22] <Hixie> since other specs can always say they override it
- # [12:22] <Hixie> and you can always chose to honour or not honour spces
- # [12:22] <Hixie> specs
- # [12:24] <mikekelly> you can assuming you are comfortable with the social costs of doing that
- # [12:25] <Philip`> The (hypothetical) issue is that you choose to perfectly honour precisely the same set of specs as somebody else, yet get a different output because you're interpreting them in a different order
- # [12:25] <mikekelly> of course that is not of massive concern if you live with your head up your anus
- # [12:25] <Philip`> so the order is just as important as the choice of honouring or not
- # [12:26] <Hixie> Philip`: yes
- # [12:27] <Philip`> mikekelly: Rewriting specs to match reality sounds like a good idea - try asking the HTTP people to do that, if you think they're wrong
- # [12:27] <Dashiva> HTTP being wrong? Heresy
- # [12:28] * Quits: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Read error: 113 (No route to host))
- # [12:29] <Philip`> mikekelly: Oh, when I said "No" to you earlier I had misread your question
- # [12:29] <Philip`> I thought you said "Is that the point ..." and it wasn't that point, but that wasn't what you said
- # [12:29] <Philip`> so ignore my response
- # [12:30] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [12:33] <mikekelly> ok..
- # [12:33] <mikekelly> what of http isn't written to match reality?
- # [12:34] <mikekelly> i'm not challenging you I'm asking for your opinion
- # [12:34] <Philip`> mikekelly: Presumably the bits where you say everybody (except you) disagrees with it
- # [12:35] <mikekelly> right - so the conneg definitions which clearly state they are tied to a *request* and yet everyone insist they are somehow tied to client default preferences
- # [12:35] <mikekelly> I agree.
- # [12:36] <mikekelly> I think you're all missing an opportunity for efficiency gains
- # [12:36] * Joins: annevk (n=annevk@212-181-96-82.customer.telia.com)
- # [12:36] <mikekelly> but that's fine - it should be cleared up in the http spec if everyone insists on being wrong :P
- # [12:37] <mikekelly> the world of caching shall forever be flat.
- # [12:38] <mikekelly> aside from that, I don't think http gets much wrong
- # [12:38] <mikekelly> what else did you have in mind?
- # [12:39] <mikekelly> (bearing in mind that HTML's deficiencies will play a large role in what does or doesn't work "in practice")
- # [12:39] <mikekelly> presumably why PUT/DELETE are being added
- # [12:40] <mikekelly> even though "in practice" PUT/DELETE "don't work"
- # [12:40] <mikekelly> because they "aren't used"
- # [12:40] <gsnedders> mikekelly: See AryehGregor's email for an example where HTTP cannot help caching, due to the complexity of a lot of websites
- # [12:40] <gsnedders> mikekelly: e.g., on my blog, posting a new page via PUT would only invalid one page's cache, not the entire website's as would be needed
- # [12:40] <mikekelly> gsnedders: I deliberately didn't repsond to that because the response would be long winded and not a lot to do with html
- # [12:40] <mikekelly> it's to do with how you identify resources
- # [12:40] <mikekelly> and how granular you make them
- # [12:41] <mikekelly> and/or how much you avoid composite resources
- # [12:41] <mikekelly> which derive state from other resources
- # [12:41] <mikekelly> that is a design decision and your application can address those issues depending on the requirements
- # [12:41] <mikekelly> there's also absolutely no requirement to implement that kind of caching mechanisms across the board
- # [12:41] <mikekelly> it can be applied where and when it is most valuable
- # [12:43] <mikekelly> feel free to contest that btw..
- # [12:43] * Joins: Lachy (n=Lachlan@212-181-96-82.customer.telia.com)
- # [12:44] <mikekelly> gsnedders: if you submit a new post with POST to your 'root' blog resource
- # [12:44] * Quits: webben (n=benh@nat/yahoo/x-ognbwakqrgtwlqsd) (Remote closed the connection)
- # [12:44] <mikekelly> POST /Blog would indicate the blog resource shouldbe invalidated
- # [12:45] <mikekelly> a composite resource at blog would emit the blog post information within the blog resource
- # [12:45] <mikekelly> the alternative is to simply provie the links to the posts
- # [12:45] * Quits: mpt (n=mpt@canonical/mpt) (Remote closed the connection)
- # [12:45] <mikekelly> and use javascript to fetch each post and render it onto the page
- # [12:46] <mikekelly> which prevents the blog page becoming stale if you PUT a new version of a particular post
- # [12:47] <mikekelly> obviously if you create a new blog post using PUT to a new URI - then the blog page would not be updated
- # [12:47] <mikekelly> that makes sense..
- # [12:47] <mikekelly> which is why it would make more sense to use POST
- # [12:47] * annevk is with othermaciej on the fonts crap
- # [12:48] <Philip`> (Becuse a dozen cached requests to generate a blog's front page with a dozen posts is going to be much more efficient than a single uncached request?)
- # [12:48] <Philip`> s//a/
- # [12:48] <mikekelly> depends on the complexity behind the URI
- # [12:48] <mikekelly> that is just an example
- # [12:48] <mikekelly> it's a trade-off
- # [12:48] <mikekelly> I think I've said that about 12 times now :)
- # [12:49] * Quits: workmad3 (n=davidwor@cspool27.cs.man.ac.uk)
- # [12:50] <mikekelly> disagree?
- # [12:51] <mikekelly> ok.. then..
- # [12:51] <mikekelly> :)
- # [12:53] * Philip` is too busy eating biscuits to disagree
- # [12:53] <mikekelly> heh, this is a good example of why we are going round in circles
- # [12:54] <mikekelly> gsnedders: which parts of that do you disagree with/are skeptical about?
- # [12:55] <annevk> gsnedders, where are you?
- # [12:55] * Joins: erlehmann (n=erlehman@82.113.121.7)
- # [12:55] <annevk> gsnedders, and where do we need to be? I'm somewhere close to the bar, near the beachfront
- # [12:56] <gsnedders> annevk: Between the restaurant and the room we were in earlier
- # [12:56] <gsnedders> annevk: I'm sitting with jgraham hacking on html5lib
- # [12:56] <annevk> good stuff
- # [12:57] <annevk> I haven't gotten further than reading email
- # [12:57] * annevk was planning on editing
- # [12:59] * Joins: taf2 (n=taf2@38.99.201.242)
- # [12:59] <annevk> with regards to the range API discussion earlier
- # [12:59] <annevk> that is planned
- # [12:59] <annevk> but note that hit testing is not actually defined yet anywhere
- # [13:00] <annevk> so technically everything is up in the air
- # [13:00] <annevk> but if a UA implements a sensible definition of hit testing it will prolly work
- # [13:03] <gsnedders> annevk: Is it cold there?
- # [13:03] * jgraham would prefer nto be near the beach
- # [13:03] <annevk> not really
- # [13:03] <jgraham> Or on the beach if the wifi would extend that far
- # [13:03] <annevk> dunno about that
- # [13:03] <gsnedders> That would be cold.
- # [13:04] <gsnedders> This is Sweden, after all.
- # [13:04] <annevk> yeah, you need more than a t-shirt
- # [13:04] <jgraham> I could get a hat
- # [13:04] <annevk> it'd be a start
- # [13:04] <jgraham> gloves might make typing hard though
- # [13:04] <annevk> though sand in your keyboard sucks
- # [13:04] <gsnedders> I have a hoodie t-shirt on, so anything on this looks kinda stupid
- # [13:05] <gsnedders> annevk: How'd you get there? Just through the big hall?
- # [13:12] <annevk> I ate lunch here
- # [13:12] <annevk> there's a staircase just before you enter the dining area
- # [13:13] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [13:15] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [13:19] <gsnedders> annevk: Oh, that place, I thought by "near the beachfront" you meant outside. But there again, here, near the beachfront can quite easily be inside :)
- # [13:20] <annevk> indeed
- # [13:21] * Quits: Lachy (n=Lachlan@212-181-96-82.customer.telia.com) ("This computer has gone to sleep")
- # [13:27] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [13:31] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [13:32] * Quits: annevk (n=annevk@212-181-96-82.customer.telia.com) (Remote closed the connection)
- # [13:33] * Quits: wakaba_ (n=wakaba_@122.221.184.68) ("Leaving...")
- # [13:34] * Joins: dbaron (n=dbaron@c-69-140-1-234.hsd1.va.comcast.net)
- # [13:35] * Quits: mattl (n=mattl@fsf/staff/mattl) (Remote closed the connection)
- # [13:35] * Joins: mattl (n=mattl@fencepost.gnu.org)
- # [13:35] * mattl is now known as Guest36482
- # [13:42] * Joins: Lachy (n=Lachlan@212-181-96-82.customer.telia.com)
- # [13:46] * Quits: mat_t (n=mattomas@91.189.88.12) ("This computer has gone to sleep")
- # [13:48] * Quits: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [13:48] * Joins: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [13:49] * Joins: mat_t (n=mattomas@92.4.63.238)
- # [13:53] * Joins: ROBOd (n=robod@89.122.216.38)
- # [13:53] * Quits: cedricv (n=cedric@124.197.105.239)
- # [13:54] * Joins: mpt (n=mpt@canonical/mpt)
- # [14:00] * Quits: Lachy (n=Lachlan@212-181-96-82.customer.telia.com) ("This computer has gone to sleep")
- # [14:05] * Joins: workmad3 (n=davidwor@cspool27.cs.man.ac.uk)
- # [14:07] * Joins: svtech (i=stanv@83.228.56.37)
- # [14:08] * Joins: yutak_home (n=kee@61.117.6.79)
- # [14:13] * Joins: MikeSmith (n=MikeSmit@EM114-48-230-148.pool.e-mobile.ne.jp)
- # [14:15] * Quits: workmad3 (n=davidwor@cspool27.cs.man.ac.uk)
- # [14:20] * Quits: mat_t (n=mattomas@92.4.63.238) (Connection timed out)
- # [14:21] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com) (Read error: 110 (Connection timed out))
- # [14:27] * Quits: CriticalMass (n=chatzill@brick-lane.lbi.co.uk) ("ChatZilla 0.9.85 [Firefox 3.5.3/20090824101458]")
- # [14:29] * Joins: workmad3 (n=davidwor@cspool27.cs.man.ac.uk)
- # [14:32] * Joins: zdobersek (n=zan@cpe-92-37-70-52.dynamic.amis.net)
- # [14:40] * Joins: mpt_ (n=mpt@canonical/mpt)
- # [14:42] * Quits: mpt_ (n=mpt@canonical/mpt) (Remote closed the connection)
- # [14:43] * Joins: mpt_ (n=mpt@canonical/mpt)
- # [14:43] * Joins: webben (n=benh@nat/yahoo/x-dpktgxjyddtwncpk)
- # [14:43] * Quits: mpt_ (n=mpt@canonical/mpt) (Remote closed the connection)
- # [14:44] * Joins: mpt_ (n=mpt@canonical/mpt)
- # [14:44] * Joins: Lachy (n=Lachlan@212-181-96-82.customer.telia.com)
- # [14:44] * Quits: mpt_ (n=mpt@canonical/mpt) (Remote closed the connection)
- # [14:45] * Quits: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [14:46] * Quits: nessy (n=Adium@203-158-45-196.dyn.iinet.net.au) ("Leaving.")
- # [14:52] * Quits: kristallpirat (n=kristall@c-base/crew/kristall) ("Wünsche weiterhin guten Flug")
- # [14:55] * Quits: mpt (n=mpt@canonical/mpt) (Read error: 113 (No route to host))
- # [14:56] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [14:57] * Quits: roc (n=roc@222-152-175-48.jetstream.xtra.co.nz)
- # [14:59] * Quits: Lachy (n=Lachlan@212-181-96-82.customer.telia.com) ("This computer has gone to sleep")
- # [15:03] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [15:05] * Joins: zdobersek1 (n=zan@cpe-92-37-70-244.dynamic.amis.net)
- # [15:07] * Quits: zdobersek (n=zan@cpe-92-37-70-52.dynamic.amis.net) (Read error: 60 (Operation timed out))
- # [15:09] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [15:09] * Joins: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [15:14] * Quits: yutak_home (n=kee@61.117.6.79) ("Ex-Chat")
- # [15:15] * Joins: cedricv (n=cedric@112.199.228.236)
- # [15:18] * Joins: miketaylr (n=miketayl@38.117.156.163)
- # [15:18] * Quits: jmb (n=jmb@login.ecs.soton.ac.uk) (Remote closed the connection)
- # [15:21] * Joins: fishd (n=darin@67.180.164.209)
- # [15:23] * Joins: gunderwonder (n=gunderwo@garage.upstruct.com)
- # [15:25] * Quits: sicking (n=chatzill@c-69-181-197-163.hsd1.ca.comcast.net) (Remote closed the connection)
- # [15:27] * Quits: zdobersek1 (n=zan@cpe-92-37-70-244.dynamic.amis.net) ("Leaving.")
- # [15:28] * Joins: jmb (n=jmb@login.ecs.soton.ac.uk)
- # [15:30] * Joins: mpt (n=mpt@canonical/mpt)
- # [15:38] * Quits: fishd (n=darin@67.180.164.209) (Read error: 145 (Connection timed out))
- # [15:41] * Quits: svtech (i=stanv@83.228.56.37)
- # [15:44] * Joins: mat_t (n=mattomas@91.189.88.12)
- # [15:46] * Joins: kristallpirat (n=kristall@92.229.55.81)
- # [15:52] <gsnedders> html5lib now passes 100% on a stock Python setup!
- # [15:52] <jgraham> gsnedders: Now install bs
- # [15:52] <gsnedders> jgraham: That's bullshit
- # [15:52] <jgraham> Sigh
- # [15:52] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [16:00] * TabAtkins giggles.
- # [16:02] * Joins: sgalineau (n=sylvaing@c-98-232-19-82.hsd1.wa.comcast.net)
- # [16:05] * Joins: remysharp (n=remyshar@80.229.253.218)
- # [16:11] * Quits: karlushi (n=karlushi@fw.vdl2.ca) ("This computer has gone to sleep")
- # [16:12] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [16:15] * Rik|work is now known as RIK|WORK
- # [16:17] * Quits: webben (n=benh@nat/yahoo/x-dpktgxjyddtwncpk) (Remote closed the connection)
- # [16:17] * Quits: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com) (Read error: 104 (Connection reset by peer))
- # [16:17] * Joins: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com)
- # [16:17] * Joins: webben (n=benh@nat/yahoo/session)
- # [16:24] * Quits: KevinMarks (n=KevinMar@c-67-164-14-96.hsd1.ca.comcast.net) ("The computer fell asleep")
- # [16:27] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [16:29] * Joins: zalan (n=zalan@catv-89-135-144-122.catv.broadband.hu)
- # [16:35] <TabAtkins> Would anyone have any idea/way of checking if aria roles are already commonly used in HTML on the web?
- # [16:38] <Philip`> TabAtkins: I wouldn't
- # [16:38] <Philip`> (I can only look at stuff from six months ago)
- # [16:38] <TabAtkins> k.
- # [16:38] <TabAtkins> Well hey, was aria common the web six months ago?
- # [16:40] * Joins: zdobersek (n=zan@cpe-92-37-70-244.dynamic.amis.net)
- # [16:40] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [16:42] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [16:44] <Philip`> TabAtkins: http://philip.html5.org/data/role-attributes-raw.txt is the raw data from 425K dotbot pages
- # [16:44] <Philip`> (including non-text/html pages)
- # [16:50] * Quits: remysharp (n=remyshar@80.229.253.218)
- # [16:50] * Quits: zdobersek (n=zan@cpe-92-37-70-244.dynamic.amis.net) ("Leaving.")
- # [16:50] <Philip`> Does the validator.nu parser have the scripting flag enabled or disabled by default?
- # [16:53] <TabAtkins> Philip`: Thanks, that's very useful! It appears that aria was almost completely unused.
- # [16:56] * Joins: zdobersek (n=zan@cpe-92-37-70-244.dynamic.amis.net)
- # [16:57] * Quits: maikmerten (n=merten@ls5dhcp196.cs.uni-dortmund.de) (Remote closed the connection)
- # [17:00] <Philip`> TabAtkins: Almost completely used in static markup in pages which were in the sample
- # [17:00] <TabAtkins> Yus. Good enough for me.
- # [17:00] <Philip`> The "static" is probably the main issue - it's presumably used a lot more in scripted widget libraries, not static content
- # [17:01] * Joins: karlushi (n=karlushi@192.206.28.62)
- # [17:01] <TabAtkins> Philip`: But I don't see a single aria-related use of role which is grossly changing the semantics of the element it is applied to, which is what I was looking for.
- # [17:02] <TabAtkins> I expect that widget libraries tend to rely on <div> and <span>, where all roles are valid, and thus they aren't relevant to the discussion with Leif.
- # [17:02] <Philip`> TabAtkins: http://google.com/codesearch?q=role%3D+lang%3Ahtml
- # [17:02] <Philip`> That might be more useful
- # [17:03] * Quits: Maurice (n=ano@a80-101-46-164.adsl.xs4all.nl) ("Disconnected...")
- # [17:03] <Philip`> http://google.com/codesearch?q=role%3D+lang%3Ajs too
- # [17:03] * Joins: dglazkov (n=dglazkov@nat/google/session)
- # [17:04] <TabAtkins> That is useful, thank ou!
- # [17:04] <Philip`> Dojo uses waiRole="..."? I thought it was meant to be role="..."...
- # [17:05] * lmorchard|away is now known as lmorchard
- # [17:06] * Quits: mitnavn (n=mitnavn@unaffiliated/mitnavn) (Connection timed out)
- # [17:07] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [17:11] <Philip`> Why aren't computers infinitely fast :-(
- # [17:11] * Joins: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [17:13] * Joins: fishd (n=darin@c-67-180-164-209.hsd1.ca.comcast.net)
- # [17:19] * Quits: sgalineau (n=sylvaing@c-98-232-19-82.hsd1.wa.comcast.net) (Read error: 110 (Connection timed out))
- # [17:19] * Quits: yatil (n=Adium@78.104.102.186) ("Leaving.")
- # [17:20] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [17:22] * Joins: sbublava (n=stephan@77.117.196.224)
- # [17:24] * Quits: ciaran_l1e (n=ciaran_l@ip-78-137-148-117.dub-tlght.metro.digiweb.ie) ("Lost terminal")
- # [17:28] * Quits: webben (n=benh@nat/yahoo/x-ykcbinenzrogbrtp) (Remote closed the connection)
- # [17:35] * Joins: Midler (n=midler@95.209.78.68.bredband.tre.se)
- # [17:38] * Quits: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com)
- # [17:39] * Quits: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [17:41] * Quits: eighty4 (n=eighty4@eighty4.se) ("ZNC - http://znc.sourceforge.net")
- # [17:46] * Joins: eighty4 (n=eighty4@eighty4.se)
- # [17:49] * Quits: fishd (n=darin@c-67-180-164-209.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [17:52] <TabAtkins> Philip`: Because if they were we'd be living in a simulation with probability 100%.
- # [17:57] <mikekelly> hello browser people
- # [17:59] <gsnedders> jgraham: Can I just make html5lib raise a warning with bs + ns?
- # [17:59] * Guest36482 is now known as mattl
- # [17:59] <mikekelly> is there a chance we could ever have functionality where javascript can cause new page to load with custom headers?
- # [18:03] <Philip`> zcorpan: Ping
- # [18:03] * Quits: karlushi (n=karlushi@192.206.28.62) ("This computer has gone to sleep")
- # [18:04] * gsnedders notes he hasn't seen zcorpan with a computer all day
- # [18:04] <Philip`> He can read logs :-)
- # [18:04] <gsnedders> I am aware. I'm just letting you know you won't get a quick response
- # [18:04] <Philip`> Or you could ping him manually
- # [18:04] <Philip`> if you're near him
- # [18:05] <gsnedders> Philip`: I don't think he's in this room
- # [18:05] <Philip`> or even point him at http://philip.html5.org/data/cdata-containing-self-close.txt
- # [18:05] <Philip`> which hopefully isn't too incompatible with what he wanted
- # [18:06] * Philip` is happy to wait until whenever he gets back here
- # [18:07] * Joins: Maurice (i=copyman@94.213.72.212)
- # [18:09] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [18:10] * Quits: Phae (n=phaeness@132.185.240.11)
- # [18:12] * Joins: annevk (n=annevk@212-181-96-82.customer.telia.com)
- # [18:12] * Joins: BlurstOfTimes (n=blurstof@168.203.117.66)
- # [18:13] * Quits: workmad3 (n=davidwor@cspool27.cs.man.ac.uk)
- # [18:14] * Quits: daedb (n=daed@h11n1fls34o986.telia.com) (Read error: 104 (Connection reset by peer))
- # [18:14] * Joins: daedb (n=daed@h11n1fls34o986.telia.com)
- # [18:15] * Joins: ttepass- (n=ttepas--@p5B016696.dip.t-dialin.net)
- # [18:15] * Quits: kristallpirat (n=kristall@c-base/crew/kristall) ("Wünsche weiterhin guten Flug")
- # [18:16] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [18:17] <gsnedders> Philip`: pong from zcorpan
- # [18:17] <jgraham> gsnedders: It already does, doesn't it?
- # [18:17] <gsnedders> Philip`: thanks from zcorpan
- # [18:27] <gsnedders> Hixie: WAKE UP!
- # [18:33] * Joins: yatil (n=Adium@78.104.102.186)
- # [18:35] <Philip`> gsnedders: If you use figlet you can shout louder on IRC, which might wake him up
- # [18:36] <RIK|WORK> PS : IT IS CAPS LOCK DAY
- # [18:36] * Quits: ttepasse (n=ttepas--@p5B0159D8.dip.t-dialin.net) (Read error: 110 (Connection timed out))
- # [18:39] <Philip`> RIK|WORK: I have caps lock on all the time but I hold down shift too so that I irritate people less
- # [18:41] * Quits: zdobersek (n=zan@cpe-92-37-70-244.dynamic.amis.net) (Read error: 104 (Connection reset by peer))
- # [18:48] * Joins: gunderwonder_ (n=gunderwo@garage.upstruct.com)
- # [18:49] * Quits: gunderwonder_ (n=gunderwo@garage.upstruct.com) (Client Quit)
- # [18:49] * Joins: fishd (n=darin@nat/google/x-calxsypsdqbyxniy)
- # [18:50] * Quits: gunderwonder (n=gunderwo@garage.upstruct.com) (Read error: 60 (Operation timed out))
- # [18:53] * Joins: ap (n=ap@17.246.19.174)
- # [18:55] * Joins: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [18:56] * Joins: karlushi (n=karlushi@fw.vdl2.ca)
- # [18:56] * Joins: zdobersek (n=zan@cpe-92-37-70-244.dynamic.amis.net)
- # [19:00] <Philip`> The spec comment box ought to be bigger
- # [19:00] * Joins: maikmerten (n=maikmert@U155d.u.pppool.de)
- # [19:01] * Joins: roya (n=roya@199.181.135.135)
- # [19:03] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [19:07] * Joins: GPHemsley (n=GPHemsle@pdpc/supporter/student/GPHemsley)
- # [19:08] * Quits: zdobersek (n=zan@cpe-92-37-70-244.dynamic.amis.net) (Remote closed the connection)
- # [19:09] * Quits: mat_t (n=mattomas@91.189.88.12) ("This computer has gone to sleep")
- # [19:09] * Quits: sbublava (n=stephan@77.117.196.224)
- # [19:10] * Joins: drunknbass_work (n=aaron@pool-71-107-253-243.lsanca.dsl-w.verizon.net)
- # [19:15] * Quits: mpilgrim (n=mark@rrcs-96-10-240-189.midsouth.biz.rr.com) (Read error: 113 (No route to host))
- # [19:16] * Joins: zdobersek (n=zan@cpe-92-37-70-244.dynamic.amis.net)
- # [19:18] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [19:19] * Joins: sgalineau (n=sylvaing@nat/microsoft/x-eswjemyxdnrihpwy)
- # [19:20] * Joins: optim0 (n=aaron@pool-71-107-253-243.lsanca.dsl-w.verizon.net)
- # [19:23] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [19:24] * Joins: gunderwonder (n=gunderwo@102.80-202-87.nextgentel.com)
- # [19:27] * Joins: JoePeck (n=JoePeck@64.241.37.140)
- # [19:28] * Quits: drunknbass_work (n=aaron@pool-71-107-253-243.lsanca.dsl-w.verizon.net) (Read error: 110 (Connection timed out))
- # [19:33] * Joins: mpilgrim (n=mark@63.161.156.113)
- # [19:33] * Quits: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [19:33] * Quits: Midler (n=midler@95.209.78.68.bredband.tre.se) ("Leaving.")
- # [19:39] * Quits: JoePeck (n=JoePeck@64.241.37.140)
- # [19:39] * Parts: annevk (n=annevk@212-181-96-82.customer.telia.com)
- # [19:45] * Joins: erlehmann_ (n=erlehman@8.106.113.82.net.de.o2.com)
- # [19:45] * Joins: dimich (n=dimich@74.125.59.73)
- # [19:55] * Quits: mpt (n=mpt@canonical/mpt) (Read error: 113 (No route to host))
- # [19:59] * Quits: zdobersek (n=zan@cpe-92-37-70-244.dynamic.amis.net) ("Leaving.")
- # [20:02] * Quits: erlehmann (n=erlehman@82.113.121.7) (Read error: 110 (Connection timed out))
- # [20:09] * Joins: mitnavn_ (n=mitnavn@0x5552b452.adsl.cybercity.dk)
- # [20:09] * Joins: hober (n=ted@unaffiliated/hober)
- # [20:11] * Joins: gratz|home (n=gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com)
- # [20:11] * Quits: MikeSmith (n=MikeSmit@EM114-48-230-148.pool.e-mobile.ne.jp) (Read error: 110 (Connection timed out))
- # [20:15] * Quits: fishd (n=darin@nat/google/x-calxsypsdqbyxniy) (Read error: 110 (Connection timed out))
- # [20:16] * aboodman3 is now known as aboodman
- # [20:17] * Joins: weinig (n=weinig@17.246.17.253)
- # [20:21] * Quits: mitnavn_ (n=mitnavn@0x5552b452.adsl.cybercity.dk)
- # [20:22] * Joins: mitnavn_ (n=mitnavn@0x5552b452.adsl.cybercity.dk)
- # [20:24] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 104 (Connection reset by peer))
- # [20:25] * Joins: cying (n=cying@70.90.171.153)
- # [20:25] * Quits: mitnavn (n=mitnavn@unaffiliated/mitnavn) (Read error: 110 (Connection timed out))
- # [20:27] * Quits: mitnavn_ (n=mitnavn@0x5552b452.adsl.cybercity.dk)
- # [20:34] * Quits: myakura (n=myakura@p2102-ipbf6805marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [20:34] * Joins: dave_levin (n=dave_lev@74.125.59.65)
- # [20:34] * Joins: zdobersek (n=zan@cpe-92-37-70-244.dynamic.amis.net)
- # [20:37] * Parts: zdobersek (n=zan@cpe-92-37-70-244.dynamic.amis.net)
- # [20:44] * Joins: mlpug (n=mlpug@a88-115-164-40.elisa-laajakaista.fi)
- # [20:45] * Joins: jwalden (n=waldo@63.245.220.240)
- # [20:52] * Quits: gunderwonder (n=gunderwo@102.80-202-87.nextgentel.com) (Read error: 60 (Operation timed out))
- # [20:56] * Joins: zdobersek (n=zan@cpe-92-37-70-244.dynamic.amis.net)
- # [21:00] * Quits: ray (i=ray@drong.notacat.org) (Read error: 60 (Operation timed out))
- # [21:00] * Joins: ray (i=ray@drong.notacat.org)
- # [21:06] * Quits: sgalineau (n=sylvaing@nat/microsoft/x-eswjemyxdnrihpwy) (Read error: 110 (Connection timed out))
- # [21:08] * maikmerten is now known as maik|afk
- # [21:11] * Joins: sicking (n=chatzill@c-69-181-197-163.hsd1.ca.comcast.net)
- # [21:14] * Quits: RIK|WORK (n=Rik|work@193.93.127.141) (Read error: 131 (Connection reset by peer))
- # [21:14] * Joins: franksalim (n=frank@76.221.202.115)
- # [21:14] * Joins: Rik|work (n=Rik|work@fw01d.skyrock.net)
- # [21:15] * Quits: taf2 (n=taf2@38.99.201.242)
- # [21:26] * lmorchard is now known as lmorchard|away
- # [21:28] * Joins: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com)
- # [21:28] * lmorchard|away is now known as lmorchard
- # [21:36] * maik|afk is now known as maikmerten
- # [21:39] * Quits: miketaylr (n=miketayl@38.117.156.163) (Read error: 104 (Connection reset by peer))
- # [21:49] * Joins: miketaylr (n=miketayl@38.117.156.163)
- # [21:52] * Quits: hober (n=ted@unaffiliated/hober) ("ERC Version 5.2 (IRC client for Emacs)")
- # [21:57] * Joins: hober (n=ted@unaffiliated/hober)
- # [21:59] * Quits: weinig (n=weinig@17.246.17.253) (Read error: 104 (Connection reset by peer))
- # [21:59] * Joins: weinig_ (n=weinig@17.246.17.253)
- # [21:59] * weinig_ is now known as weinig
- # [22:01] * Quits: cedricv (n=cedric@112.199.228.236) (Read error: 145 (Connection timed out))
- # [22:03] * Quits: maikmerten (n=maikmert@U155d.u.pppool.de) ("Leaving")
- # [22:05] * lmorchard is now known as lmorchard|away
- # [22:05] * Joins: fishd (n=darin@67.180.164.209)
- # [22:05] * lmorchard|away is now known as lmorchard
- # [22:06] * Quits: miketaylr (n=miketayl@38.117.156.163) (Read error: 104 (Connection reset by peer))
- # [22:07] * Quits: mpilgrim (n=mark@63.161.156.113) (Read error: 60 (Operation timed out))
- # [22:14] * Quits: mlpug (n=mlpug@a88-115-164-40.elisa-laajakaista.fi) (Remote closed the connection)
- # [22:17] * Joins: miketaylr (n=miketayl@38.117.156.163)
- # [22:19] * Joins: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [22:21] * Quits: sicking (n=chatzill@c-69-181-197-163.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [22:23] * Quits: karlushi (n=karlushi@fw.vdl2.ca) ("Leaving")
- # [22:23] * Joins: karlushi (n=karlushi@fw.vdl2.ca)
- # [22:26] * Quits: miketaylr (n=miketayl@38.117.156.163) (Read error: 104 (Connection reset by peer))
- # [22:27] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [22:28] * Joins: miketaylr (n=miketayl@38.117.156.163)
- # [22:30] * Joins: cying_ (n=cying@70.90.171.153)
- # [22:31] * Joins: roc (n=roc@222-152-175-48.jetstream.xtra.co.nz)
- # [22:33] * Joins: taf2 (n=taf2@98.117.216.229)
- # [22:33] * Quits: fishd (n=darin@67.180.164.209) (Read error: 145 (Connection timed out))
- # [22:35] * Quits: zdobersek (n=zan@cpe-92-37-70-244.dynamic.amis.net) ("Leaving.")
- # [22:38] * Quits: cying (n=cying@70.90.171.153) (Read error: 145 (Connection timed out))
- # [22:38] * cying_ is now known as cying
- # [22:41] * Joins: sylvaing (n=sylvaing@c-98-232-19-82.hsd1.wa.comcast.net)
- # [22:43] * Quits: weinig (n=weinig@17.246.17.253)
- # [22:45] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [22:45] * Joins: mpilgrim (n=mark@96.10.240.189)
- # [22:46] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [22:54] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [22:54] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com) (Client Quit)
- # [22:56] * Quits: miketaylr (n=miketayl@38.117.156.163)
- # [22:57] * Joins: nessy (n=Adium@203-158-45-196.dyn.iinet.net.au)
- # [22:57] * Joins: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com)
- # [22:58] * Quits: gsnedders (n=gsnedder@212-181-96-82.customer.telia.com) (Client Quit)
- # [22:58] * Quits: erlehmann_ (n=erlehman@8.106.113.82.net.de.o2.com) (Read error: 110 (Connection timed out))
- # [23:10] * Joins: weinig (n=weinig@17.246.17.253)
- # [23:11] * Quits: taf2 (n=taf2@98.117.216.229)
- # [23:16] * Quits: tndH (n=Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com) ("ChatZilla 0.9.85-rdmsoft [XULRunner 1.9.0.1/2008072406]")
- # [23:19] * Quits: Maurice (i=copyman@94.213.72.212)
- # [23:27] * Joins: Rodi01 (n=irchon@166.205.131.96)
- # [23:33] * Quits: Rodi01 (n=irchon@166.205.131.96)
- # [23:37] * Joins: Rodi01 (n=irchon@166.205.131.96)
- # [23:39] * Quits: Rodi01 (n=irchon@166.205.131.96) (Client Quit)
- # [23:40] * Joins: Rodi01 (n=irchon@166.205.131.96)
- # [23:40] * Joins: fishd (n=darin@c-67-180-164-209.hsd1.ca.comcast.net)
- # [23:41] * Quits: Rodi01 (n=irchon@166.205.131.96) (Client Quit)
- # [23:41] * Quits: BlurstOfTimes (n=blurstof@168.203.117.66) ("Leaving...")
- # [23:41] * Joins: Rodi01 (n=irchon@166.205.131.96)
- # [23:42] * Quits: weinig (n=weinig@17.246.17.253)
- # [23:43] * Quits: Rodi01 (n=irchon@166.205.131.96) (Client Quit)
- # [23:45] * Joins: Rodi01 (n=irchon@166.205.131.96)
- # [23:45] * Joins: weinig (n=weinig@17.246.17.253)
- # [23:46] * Joins: [1]mpilgrim (n=mark@nat/google/x-wzymrryskmqaplir)
- # [23:48] * Joins: [2]mpilgrim (n=mark@rrcs-96-10-240-189.midsouth.biz.rr.com)
- # [23:48] * Joins: anoopb (n=chatzill@38.106.143.248)
- # [23:49] * Joins: GarethAdams|Home (n=GarethAd@pdpc/supporter/active/GarethAdams)
- # [23:50] * Quits: cying (n=cying@70.90.171.153) (Remote closed the connection)
- # [23:50] * Joins: cying (n=cying@70.90.171.153)
- # [23:52] * Quits: Rodi01 (n=irchon@166.205.131.96) (Remote closed the connection)
- # [23:52] * Joins: Rodi01 (n=irchon@166.205.131.96)
- # [23:53] * Quits: Rodi01 (n=irchon@166.205.131.96) (Client Quit)
- # [23:56] * Joins: sicking (n=chatzill@nat/mozilla/x-vjujzckcdpfuxjpf)
- # [23:57] * Quits: sicking (n=chatzill@nat/mozilla/x-vjujzckcdpfuxjpf) (Remote closed the connection)
- # [23:58] * Joins: Rik`_ (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [23:59] * Quits: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com)
- # Session Close: Fri Oct 23 00:00:00 2009
The end :)