Options:
- # Session Start: Fri May 01 00:00:00 2009
- # Session Ident: #whatwg
- # [00:00] <Hixie> Philip`: yt?
- # [00:00] <Hixie> Philip`: http://philip.html5.org/tests/canvas/suite/tests/2d.path.stroke.prune.arc.html
- # [00:00] <Hixie> Philip`: what would it take to change the spec to match what browsers do there?
- # [00:08] * Quits: virtuelv (n=virtuelv@084202133045.customer.alfanett.no) (Read error: 110 (Connection timed out))
- # [00:08] * Joins: slightlyoff (n=slightly@nat/google/x-a566fe2a3c0ad1d7)
- # [00:24] * Joins: davidb (n=davidb@corp-241.mountainview.mozilla.com)
- # [00:24] * Quits: davidb (n=davidb@corp-241.mountainview.mozilla.com) (Read error: 104 (Connection reset by peer))
- # [00:26] * Joins: davidb (n=davidb@corp-241.mountainview.mozilla.com)
- # [00:26] * Quits: davidb (n=davidb@corp-241.mountainview.mozilla.com) (Read error: 104 (Connection reset by peer))
- # [00:26] <olliej> Hixie++
- # [00:27] <cgriego> I saw the <header> is now <hgroup> @whatwg tweet and I was all "nooo!" then I saw the new <header> tweet and I was all "whaa?" then I read the IRC log and I was like "oh, good stuff."
- # [00:29] * Joins: davidb (n=davidb@corp-241.mountainview.mozilla.com)
- # [00:31] <hsivonen> where should I look for offline cache manifest test cases?
- # [00:33] <gavin_> http://mxr.mozilla.org/mozilla-central/source/dom/tests/mochitest/ajax/offline/ ?
- # [00:35] <hsivonen> gavin_: thanks (I was looking for something that I can just browse to, though)
- # [00:39] <Hixie> cgriego: hehe
- # [00:39] <Hixie> olliej: what did i do to get incremented? :-)
- # [00:40] <olliej> Hixie: epic html5 work :D
- # [00:40] <Hixie> oh just the volume? :-)
- # [00:43] * aroben is now known as aroben|away
- # [00:44] <olliej> Hixie: well and drawImage(<video>)
- # [00:44] <Hixie> ah
- # [00:47] <Philip`> Wasn't that months ago?
- # [00:47] <Hixie> yeah but i just sent mail about it again
- # [00:48] <Philip`> Oh
- # [00:48] <Hixie> so i'm willing to take double credit
- # [00:48] <Hixie> :-)
- # [00:49] * Quits: riven (n=colin@pdpc/supporter/professional/riven) (Read error: 104 (Connection reset by peer))
- # [00:49] <hsivonen> yay for hgroup!
- # [00:49] <hsivonen> Hixie: thanks
- # [00:50] <hsivonen> also, with the new <header>, HTML5 covers all of ARIA landmarks natively
- # [00:50] <Hixie> all of them?
- # [00:50] <Hixie> wow
- # [00:50] * Joins: riven (n=colin@53525B67.cable.casema.nl)
- # [00:50] <Hixie> that's unexpectedly fortuitous
- # [00:51] * Quits: drostie (n=hopkins@5354256F.cable.casema.nl) (Read error: 104 (Connection reset by peer))
- # [00:52] <hsivonen> Hixie: yes, if you infer <form role=search> from <form> ... <input type=search>
- # [00:53] <Hixie> ew, they put the role no the <form>? that seems problematic
- # [00:53] <Hixie> surely you want it on the input control
- # [00:53] * Quits: ZombieLoffe (n=e@unaffiliated/zombieloffe)
- # [00:57] * aroben|away is now known as aroben
- # [01:00] * Quits: weinig (n=weinig@nat/apple/x-225b4c23b7ce9b3b)
- # [01:05] * Joins: weinig (n=weinig@nat/apple/x-6cdec0830633fd9e)
- # [01:06] * Quits: dglazkov (n=dglazkov@nat/google/x-dd5d2d69cd4b946c)
- # [01:09] * Quits: davidb (n=davidb@corp-241.mountainview.mozilla.com) (Read error: 104 (Connection reset by peer))
- # [01:10] <Philip`> Hixie: I'm here now
- # [01:10] <Philip`> Hixie: I don't know; what do browsers do there? :-)
- # [01:10] <Hixie> forget the earlier thing, i just sent new mail on a different topic
- # [01:10] <Hixie> actually, same topic, different issue
- # [01:10] <Hixie> i hope the change i made to the spec still applies
- # [01:10] <Hixie> it's what you suggested in january
- # [01:13] <Philip`> Hmm, I've got no idea what the stroke.prune.arc test is doing
- # [01:15] <Hixie> yeah i wasn't too sure either
- # [01:15] <Philip`> Hixie: The spec change sounds plausible to me, except for the bit that says "then, then"
- # [01:16] <Hixie> i don't know what you're talking about *fixy fixy*
- # [01:16] * Philip` tries to remember what arcTo's arguments are
- # [01:17] * Joins: davidb (n=davidb@corp-241.mountainview.mozilla.com)
- # [01:17] * Quits: davidb (n=davidb@corp-241.mountainview.mozilla.com) (Read error: 104 (Connection reset by peer))
- # [01:17] <Hixie> there's an authoring section bit now that explains it nice and friendlyly
- # [01:17] * Philip` looks at the non-nice and unfriendly section instead
- # [01:17] <Hixie> i'm sure someone will send me diagrams and stuff explaining what they all do at some point and then the spec will have diagrams too
- # [01:19] <Philip`> Ah, right - the arcTo bit in stroke.prune.arc is causing a line to be drawn from (50,25) to (50,25) and then to (50,25), and then it should (according to my brain when I wrote the test, which may or may not match the spec or reality or sanity) collapse all the zero-length lines so there's just a single point
- # [01:19] * Quits: wakaba (n=wakaba@EM114-51-131-244.pool.e-mobile.ne.jp) (Read error: 104 (Connection reset by peer))
- # [01:19] <Philip`> and then the stroke() won't do anything, and particularly won't draw the round caps/joins
- # [01:20] <Philip`> And the bit with arc is doing the same, except that it's drawing a curved line between (50,25) and (50,25)
- # [01:20] * Joins: wakaba (n=wakaba@EM114-51-23-215.pool.e-mobile.ne.jp)
- # [01:22] <Philip`> Ooh, excellent, "Zero-length line segments must be pruned before stroking a path." and "Subpaths with fewer than two points are ignored when painting the path." makes it sounds like those paths should indeed be not drawn
- # [01:26] <Philip`> Anyway, changing the spec for the stroke.prune.arc thing seems like a lot of effort to introduce a weird glitch that nobody's going to care about at all
- # [01:28] <Philip`> So I guess I'd suggest waiting until browsers pass 99% of the tests and want to get 100%, and they'll either fix their handling of this one or they'll complain that it's needlessly hard and the spec should change, and something can be sorted out then
- # [01:29] <Philip`> (It's quite a spectacularly pointless feature to bother testing, I think)
- # [01:29] <Philip`> (So I suppose a third possible outcome is that the test could be deleted)
- # [01:31] <Hixie> nooo don't delete the test
- # [01:31] * Quits: heycam (n=cam@124-168-17-176.dyn.iinet.net.au) ("bye")
- # [01:32] <Philip`> I won't delete it in the near future, because my test deployment process requires far too much effort
- # [01:32] <Philip`> I haven't even got around to uploading fixes for some blatant bugs in a couple of test cases
- # [01:34] * Philip` goes back to playing Braid, and getting annoyed that the princess keeps exploding
- # [01:35] * Joins: nessy (n=nessy@203-214-157-222.perm.iinet.net.au)
- # [01:39] * aroben is now known as aroben|away
- # [01:43] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [01:47] * Quits: riven (n=colin@pdpc/supporter/professional/riven) (Read error: 104 (Connection reset by peer))
- # [01:48] * Joins: riven (n=colin@53525B67.cable.casema.nl)
- # [01:49] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [01:51] <Hixie> shepazu: dude you're talking to yourself on twitter. :-P
- # [01:57] * Quits: wakaba (n=wakaba@EM114-51-23-215.pool.e-mobile.ne.jp) (pratchett.freenode.net irc.freenode.net)
- # [01:57] * Quits: Philip` (n=philip@zaynar.co.uk) (pratchett.freenode.net irc.freenode.net)
- # [01:57] * Quits: takkaria (n=takkaria@isparp.co.uk) (pratchett.freenode.net irc.freenode.net)
- # [01:57] * Quits: jtcranmer (n=jcranmer@ltsp1.csl.tjhsst.edu) (pratchett.freenode.net irc.freenode.net)
- # [01:57] * Quits: jan____ (n=njan@web.traeumt.net) (pratchett.freenode.net irc.freenode.net)
- # [01:57] * Quits: eighty4 (n=eighty4@eighty4.se) (pratchett.freenode.net irc.freenode.net)
- # [01:57] * Quits: cgriego (n=cgriego@out-02.hotels.com) (pratchett.freenode.net irc.freenode.net)
- # [01:57] * Quits: shepazu (n=schepers@adsl-144-137-232.rmo.bellsouth.net) (pratchett.freenode.net irc.freenode.net)
- # [01:57] * Quits: scherkus (n=scherkus@72.14.227.1) (pratchett.freenode.net irc.freenode.net)
- # [01:57] * Quits: aboodman (n=aboodman@72.14.229.81) (pratchett.freenode.net irc.freenode.net)
- # [01:57] * Quits: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com) (pratchett.freenode.net irc.freenode.net)
- # [01:57] * Quits: dolske (n=dolske@firefox/developer/dolske) (pratchett.freenode.net irc.freenode.net)
- # [01:57] * Quits: kinetik (n=kinetik@121.98.132.55) (pratchett.freenode.net irc.freenode.net)
- # [01:57] * Quits: onar (n=onar@17.226.20.255) (pratchett.freenode.net irc.freenode.net)
- # [01:57] * Quits: hendry (n=hendry@webvm.net) (pratchett.freenode.net irc.freenode.net)
- # [01:57] * Joins: wakaba (n=wakaba@EM114-51-23-215.pool.e-mobile.ne.jp)
- # [01:57] * Joins: jtcranmer (n=jcranmer@ltsp1.csl.tjhsst.edu)
- # [01:57] * Joins: jan____ (n=njan@web.traeumt.net)
- # [01:57] * Joins: takkaria (n=takkaria@isparp.co.uk)
- # [01:57] * Joins: eighty4 (n=eighty4@eighty4.se)
- # [01:57] * Joins: Philip` (n=philip@zaynar.co.uk)
- # [01:58] * Joins: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com)
- # [01:58] * Joins: dolske (n=dolske@firefox/developer/dolske)
- # [01:58] * Joins: kinetik (n=kinetik@121.98.132.55)
- # [01:58] * Joins: onar (n=onar@17.226.20.255)
- # [01:58] * Joins: hendry (n=hendry@webvm.net)
- # [01:58] * Joins: cgriego (n=cgriego@out-02.hotels.com)
- # [01:58] * Joins: shepazu (n=schepers@adsl-144-137-232.rmo.bellsouth.net)
- # [01:58] * Joins: aboodman (n=aboodman@72.14.229.81)
- # [01:58] * Joins: scherkus (n=scherkus@72.14.227.1)
- # [02:02] <Hixie> Philip`: you still there?
- # [02:02] <Hixie> Philip`: does http://damowmow.com/temp/miter make any sense to you?
- # [02:02] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [02:03] <Philip`> I'm not here, but will be soon
- # [02:04] * Joins: billyjackass (n=MikeSmit@EM114-48-25-185.pool.e-mobile.ne.jp)
- # [02:21] * Quits: cgriego (n=cgriego@out-02.hotels.com)
- # [02:22] * Quits: MikeSmith (n=MikeSmit@EM114-48-24-56.pool.e-mobile.ne.jp) (Read error: 110 (Connection timed out))
- # [02:24] * billyjackass is now known as MikeSmith
- # [02:25] <Philip`> Hixie: Hard to tell without seeing the test case
- # [02:29] <Philip`> Hixie: But I'm pretty sure the spec is correct
- # [02:29] <Philip`> http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0D%0A%3Ccanvas%20id%3Dc%3E%3C%2Fcanvas%3E%3Cscript%3Eonload%3Dfunction()%7Bvar%20ctx%3Ddocument.getElementById('c').getContext('2d')%3Bctx.lineWidth%3D20%3Bctx.miterLimit%3D1.41%3Bctx.moveTo(10%2C10)%3Bctx.lineTo(50%2C10)%3Bctx.lineTo(50%2C50)%3Bctx.stroke()%7D%3C%2Fscript%3E
- # [02:30] <Philip`> If you change the 1.41 to 1.42 then it starts drawing the miter
- # [02:30] <Philip`> and the miter length (from where the lines meet, to the corner of the miter) is lineWidth/2 * sqrt(2)
- # [02:31] <Philip`> so the relevant factor in the miter limit ratio is lineWidth/2
- # [02:32] <Philip`> unless I'm horribly mistaken
- # [02:38] <Philip`> (It's odd that all APIs seem to not mention the half)
- # [02:38] <Philip`> (but I can't see how I'm wrong)
- # [02:40] * Quits: dave_levin (n=dave_lev@72.14.227.1)
- # [02:41] * Joins: davidb (n=davidb@corp-241.mountainview.mozilla.com)
- # [02:42] * Quits: bgalbraith (n=bgalbrai@corp-241.mountainview.mozilla.com)
- # [02:42] * Joins: davidb_ (n=davidb@corp-241.mountainview.mozilla.com)
- # [02:42] * Quits: davidb (n=davidb@corp-241.mountainview.mozilla.com) (Read error: 104 (Connection reset by peer))
- # [02:42] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [02:42] <Hixie> Philip`: so where the spec says the "inside of the join" it should say "the point where the join occurs"?
- # [02:44] * Quits: riven (n=colin@pdpc/supporter/professional/riven) (Read error: 104 (Connection reset by peer))
- # [02:45] * Joins: riven (n=colin@53525B67.cable.casema.nl)
- # [02:46] <Philip`> Hixie: I interpret both those phrases in the same way, i.e. the point where the infinitesimally-thin lines intersect
- # [02:47] <Philip`> Looks like the spec used to say "the point of the join itself (where the lines touch on the inside of the join)"
- # [02:47] <Philip`> but someone must have changed it
- # [02:50] <Hixie> i'll strike "inside of the join"
- # [02:50] <Hixie> i don't understand what it means
- # [02:52] <Philip`> Hmm, I guess if the miter length was defined as being between the points where the edges of the (thick) stroke intersect, instead of between one of those points and the midpoint, then that'd remove the need to say 'half the line width' instead of 'the line width'
- # [02:53] <Philip`> but that seems a more complex definition
- # [02:53] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (Read error: 110 (Connection timed out))
- # [02:54] <Hixie> walk me through how you get lineWidth/2 * root-2. i keep getting lineWidth/root-2.
- # [02:55] <Hixie> the miter length is the square root of (lineWidth/2) times two, right?
- # [02:55] <Hixie> maths is hard.
- # [02:55] <Hixie> :-P
- # [02:56] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [02:56] * Quits: weinig (n=weinig@nat/apple/x-6cdec0830633fd9e)
- # [02:57] <Philip`> http://canvaspaint.org/57ce.png
- # [02:57] <Philip`> The red lines are the two lines being drawn; the blue lines are the outlines of their strokes
- # [02:57] <Philip`> (so the blue lines are lineWidth/2 away from the red lines)
- # [02:57] <Hixie> that diagram is exactly what i have on my pad here :-)
- # [02:58] <Philip`> The green triangle is the miter triangle
- # [02:58] <Philip`> The yellow line is the miter length
- # [02:58] <Philip`> The yellow line is the diagonal of a square that's lineWidth/2 x lineWidth/2
- # [02:58] <Philip`> so its length is sqrt(2) * lineWidth/2
- # [03:00] * Quits: davidb_ (n=davidb@corp-241.mountainview.mozilla.com)
- # [03:00] <Hixie> yeah apparently my ability to take roots of fractions is, ah, rusty
- # [03:00] <hsivonen> so I broke visual Hebrew accidentally
- # [03:01] <hsivonen> I wonder which spec defines it...
- # [03:01] * Philip` didn't take roots of fractions, he just scaled sqrt(2) by the size of the square :-)
- # [03:01] <Hixie> clearly i need to take a basic algebra refresher :-P
- # [03:01] <Hixie> anyway
- # [03:01] <Hixie> thanks
- # [03:02] <Philip`> It'd be possible to draw the yellow line twice as long, so it reaches the intersection of the blue lines, which might be how other people define the miter length so that they don't need the divide-by-two
- # [03:03] <Philip`> Actually, I'm not sure that's true
- # [03:03] <Philip`> Actually, I think it is
- # [03:09] <MikeSmith> hsivonen: what's visual Hebrew?
- # [03:10] <Philip`> Is there non-visual Hebrew?
- # [03:11] * Quits: doublec (n=doublec@guest-226.mountainview.mozilla.com) ("Leaving")
- # [03:14] <Philip`> Oh, I suppose there's spoken Hebrew
- # [03:14] * Philip` completely forgot about that
- # [03:15] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [03:19] * Joins: heycam (n=cam@zot.infotech.monash.edu.au)
- # [03:21] * Joins: ojan (n=ojan@72.14.229.81)
- # [03:22] * Parts: ojan (n=ojan@72.14.229.81)
- # [03:24] * Quits: slightlyoff (n=slightly@nat/google/x-a566fe2a3c0ad1d7) (Read error: 110 (Connection timed out))
- # [03:25] <takkaria> Philip`: too long on IRC. :)
- # [03:26] * Joins: slightlyoff (n=slightly@67.218.102.74)
- # [03:26] * Joins: onar_ (n=onar@c-98-234-65-251.hsd1.ca.comcast.net)
- # [03:29] * Joins: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [03:30] * Joins: dglazkov_ (n=dglazkov@72.14.224.1)
- # [03:32] * Quits: dglazkov_ (n=dglazkov@72.14.224.1) (Client Quit)
- # [03:42] * Quits: riven (n=colin@pdpc/supporter/professional/riven) (Read error: 104 (Connection reset by peer))
- # [03:42] * Joins: riven (n=colin@53525B67.cable.casema.nl)
- # [03:46] * Parts: erlehmann (n=erlehman@86.59.25.121)
- # [03:47] * Joins: erlehmann (n=erlehman@86.59.25.121)
- # [03:49] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [03:53] * Quits: onar_ (n=onar@c-98-234-65-251.hsd1.ca.comcast.net)
- # [04:01] * Quits: slightlyoff (n=slightly@67.218.102.74)
- # [04:05] * Joins: onar_ (n=onar@98.234.65.251)
- # [04:20] * Quits: wakaba (n=wakaba@EM114-51-23-215.pool.e-mobile.ne.jp) (Read error: 104 (Connection reset by peer))
- # [04:20] * Joins: wakaba_ (n=wakaba@EM114-51-130-25.pool.e-mobile.ne.jp)
- # [04:33] * Parts: erlehmann (n=erlehman@86.59.25.121)
- # [04:40] * Quits: riven (n=colin@pdpc/supporter/professional/riven) (Read error: 54 (Connection reset by peer))
- # [04:40] * Joins: riven (n=colin@53525B67.cable.casema.nl)
- # [05:07] <Hixie> Philip`: having eaten dinner i worked out why i was having issues earlier. for some reason it escaped my attention that 1/(root2) == (root2)/2
- # [05:07] <Hixie> i feel better now
- # [05:09] * Joins: bgalbraith (n=bgalbrai@c-71-202-109-116.hsd1.ca.comcast.net)
- # [05:12] * Joins: wakaba (n=wakaba@EM114-51-39-124.pool.e-mobile.ne.jp)
- # [05:18] * Quits: MikeSmith (n=MikeSmit@EM114-48-25-185.pool.e-mobile.ne.jp) (Read error: 110 (Connection timed out))
- # [05:19] * Joins: boblet (n=boblet@p1254-ipbf304osakakita.osaka.ocn.ne.jp)
- # [05:21] <boblet> Hi all, I’m wondering about how to mark up several images with captions which are linked. In HTML4 I’d use a <ul> and wrap the img and text in an <a>. In HTML5 <figure> can’t be inside an <a>. Would I have to wrap the image and legend in separate links?
- # [05:23] <Hixie> you mean you have several different captioned images, each of which is a link?
- # [05:23] <Hixie> or you have one captioned link consisting of several images?
- # [05:24] <boblet> wow, Hixie. I’m honored :) the first. you can see here (at the bottom): http://oli-studio.com/work/wde/200905-html5/
- # [05:25] <Hixie> hmm
- # [05:25] <boblet> I figured to just wrap each image/legend in <figure> then wrap the text in <legend>, but that’s invalid: http://oli-studio.com/work/wde/200905-html5+/
- # [05:25] <boblet> am I over-semanticising? :D
- # [05:26] <Hixie> i'm not sure those are really <figure>s per se, i'd just use <nav><ul><li><a href="..."><img src="..." alt=""> ...</a></li> ... </ul></nav> personally
- # [05:27] <boblet> aah I thought as much. so <figure> is more pullquote-style images (in a magazine sense)?
- # [05:27] <Hixie> yeah
- # [05:27] <Hixie> more like the kind of thing you'd expect to be labelled "Figure 1." somewhere
- # [05:28] <boblet> sorted. Thanks for that! OK off to see what else I can HTML5-ify
- # [05:29] <Hixie> :-)
- # [05:29] <Hixie> btw the alt="" texts on the "John" images at the top are probably wrong
- # [05:29] <Hixie> those look decorative, probably best to have title="(what you have now in alt)" with alt="" (blank)
- # [05:30] <boblet> ooh thanks! I need to read up on alt text recommendations, so thanks for the prompt
- # [05:32] * Quits: bgalbraith (n=bgalbrai@c-71-202-109-116.hsd1.ca.comcast.net)
- # [05:32] <Hixie> one way to test is simply to turn off images in firefox
- # [05:32] <Hixie> and to see whether it still looks like the page you'd wanted it to be
- # [05:32] <Hixie> basically "what would you do if you weren't allowed to have images"
- # [05:33] * Joins: zcorpan (n=zcorpan@c83-252-196-43.bredband.comhem.se)
- # [05:33] * Quits: wakaba_ (n=wakaba@EM114-51-130-25.pool.e-mobile.ne.jp) (Read error: 110 (Connection timed out))
- # [05:34] <boblet> hah, cute! the rotated images turn into shrink-wrapped rotated text boxes in FF3.5b
- # [05:37] * Joins: bgalbraith (n=bgalbrai@c-71-202-109-116.hsd1.ca.comcast.net)
- # [05:38] * Quits: riven (n=colin@pdpc/supporter/professional/riven) (Read error: 54 (Connection reset by peer))
- # [05:38] * Joins: riven (n=colin@53525B67.cable.casema.nl)
- # [05:42] * Quits: bgalbraith (n=bgalbrai@c-71-202-109-116.hsd1.ca.comcast.net)
- # [05:55] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Read error: 104 (Connection reset by peer))
- # [05:58] <Hixie> anyone have any opinions on <input type=tel>?
- # [05:59] <takkaria> the only practical use I could see for it would be autofill or maybe on OS X integration with the address book
- # [06:00] <takkaria> opinion over. :)
- # [06:00] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [06:03] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net) (Client Quit)
- # [06:04] * Joins: sid0 (n=sid0@unaffiliated/sid0)
- # [06:05] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [06:07] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Read error: 104 (Connection reset by peer))
- # [06:12] * Joins: sid0 (n=sid0@unaffiliated/sid0)
- # [06:19] * Joins: MikeSmith (n=MikeSmit@dhcp-247-41.mag.keio.ac.jp)
- # [06:24] * Joins: davidb (n=davidb@65.123.0.210)
- # [06:24] * Joins: dglazkov_ (n=dglazkov@72.14.224.1)
- # [06:25] <zcorpan> Hixie: "+ <h2>Games</h2> <!-- this starts a second subsection -->" -- s/second/third/
- # [06:26] * Quits: olliej (n=oliver@17.246.18.134)
- # [06:27] * Joins: roc (n=roc@65.123.0.210)
- # [06:27] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net) (Read error: 60 (Operation timed out))
- # [06:35] * Joins: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [06:35] * Quits: riven (n=colin@pdpc/supporter/professional/riven) (Read error: 104 (Connection reset by peer))
- # [06:36] * Joins: riven (n=colin@53525B67.cable.casema.nl)
- # [06:40] <Hixie> zcorpan: thanks
- # [06:40] <Hixie> takkaria: ta
- # [06:40] <hsivonen> MikeSmith: visual Hebrew is Hebrew ordered left to right with forced line breaks
- # [06:40] <MikeSmith> Hixie: I see
- # [06:41] <Hixie> what do you see?
- # [06:48] <MikeSmith> I see bursts of color all around me
- # [06:48] <MikeSmith> with forced line breaks
- # [06:48] <MikeSmith> I do wonder why that is called "visual Hebrew"
- # [06:49] <MikeSmith> seems like it should be called reverse-ordered Hebrew or something
- # [06:50] <hsivonen> MikeSmith: it's a hack that gives the right visual effect but is logically wrong
- # [06:51] <MikeSmith> hsivonen: how come it broke?
- # [06:52] <MikeSmith> could it affect other writing systems?
- # [06:52] * Quits: onar_ (n=onar@98.234.65.251)
- # [06:56] <hsivonen> MikeSmith: I don't know why it broke
- # [06:57] <hsivonen> MikeSmith: visual Hebrew is unique, so I doubt anything else is affected by this particular bug
- # [06:57] <hsivonen> I suppose I'm responsible for setting a bidi override flag somewhere
- # [06:59] * Joins: onar_ (n=onar@c-98-234-65-251.hsd1.ca.comcast.net)
- # [07:08] <boblet> Philip`: I subset the M+ font; “Original font: 586040 bytes (3985 glyphs), Optimized font: 21968 bytes (94 glyphs), Saved 96.3%!” 586KB -> 22KB. Wow
- # [07:08] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [07:08] * boblet <3 Philip`
- # [07:08] <boblet> hehe
- # [07:09] <MikeSmith> Hixie: sorry, that "I see" before was to hsivonen
- # [07:09] <MikeSmith> I just took the first "h" that completed in my client
- # [07:10] * Parts: boblet (n=boblet@p1254-ipbf304osakakita.osaka.ocn.ne.jp)
- # [07:14] * Quits: dglazkov_ (n=dglazkov@72.14.224.1) (Read error: 60 (Operation timed out))
- # [07:27] <Hixie> heh
- # [07:33] * Quits: riven (n=colin@pdpc/supporter/professional/riven) (Read error: 104 (Connection reset by peer))
- # [07:33] * Joins: riven (n=colin@53525B67.cable.casema.nl)
- # [07:33] * Joins: ap (n=ap@194.154.88.46)
- # [07:43] <zcorpan> Philip`: you should make your font optimizer be keyboard accessible
- # [07:45] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [07:47] * Joins: zalan (n=kvirc@catv-80-99-193-98.catv.broadband.hu)
- # [08:15] * Joins: sid0_ (n=sid0@unaffiliated/sid0)
- # [08:18] * Quits: davidb (n=davidb@65.123.0.210)
- # [08:21] <Hixie> heycam: what is it that exceptions implement, if not an interface?
- # [08:22] <heycam> Hixie, in Web IDL exceptions are distinct from interfaces
- # [08:22] * Joins: davidb (n=davidb@65.123.0.210)
- # [08:22] <heycam> in the ecmascript binding, they're pretty similar though
- # [08:22] <Hixie> sure but what's the right terminology?
- # [08:23] <Hixie> bla bla these exceptions implement the SQLException ...what?
- # [08:23] <heycam> i'd say "bla bla these exceptions are SQLExceptions"
- # [08:23] <Hixie> hm interesting
- # [08:24] <Hixie> okie dokie
- # [08:24] <Hixie> thanks
- # [08:24] <heycam> it's not possible for an object to be more than on exception, as currently written
- # [08:24] <heycam> *than one
- # [08:24] <heycam> ok but i find this in web idl: "A host exception object is a host object that implements a given exception. The behavior of a host object that implements more than one exception, or an exception as well as an interface, is not defined."
- # [08:25] <heycam> so go ahead and say it implements the exception if you want =)
- # [08:25] <Hixie> i prefer to call the object the exception
- # [08:25] <Hixie> otherwise we can't throw exceptions
- # [08:25] <Hixie> but only objects that implement exceptions
- # [08:25] <Hixie> and that's just confusing :-)
- # [08:26] <heycam> sure.
- # [08:26] <heycam> i might reword that bit about implementing exceptions
- # [08:26] <zcorpan> Philip`: by hiding the radio buttons in some way other than display:none (that preferably works sensibly with spatnav), and then input:focus + span { color:red }
- # [08:26] <Hixie> heycam: k
- # [08:27] * Quits: wakaba (n=wakaba@EM114-51-39-124.pool.e-mobile.ne.jp) (Read error: 54 (Connection reset by peer))
- # [08:28] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Read error: 110 (Connection timed out))
- # [08:30] * Quits: davidb (n=davidb@65.123.0.210) (Read error: 60 (Operation timed out))
- # [08:33] * Quits: riven (n=colin@pdpc/supporter/professional/riven) (Read error: 54 (Connection reset by peer))
- # [08:34] * Joins: riven (n=colin@53525B67.cable.casema.nl)
- # [08:37] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [08:40] * Joins: davidb (n=davidb@65.123.0.210)
- # [08:43] * Joins: Maurice (n=ano@a80-101-46-164.adsl.xs4all.nl)
- # [08:49] * Joins: pesla (n=retep@procurios.xs4all.nl)
- # [08:57] * Joins: boblet (n=boblet@p1254-ipbf304osakakita.osaka.ocn.ne.jp)
- # [09:06] * Joins: doublec (n=doublec@65.123.0.210)
- # [09:12] * Quits: roc (n=roc@65.123.0.210)
- # [09:13] * Joins: sid0 (n=sid0@unaffiliated/sid0)
- # [09:17] * Quits: sid0_ (n=sid0@unaffiliated/sid0) (Read error: 60 (Operation timed out))
- # [09:19] * Quits: doublec (n=doublec@65.123.0.210) ("Leaving")
- # [09:28] * Quits: onar_ (n=onar@c-98-234-65-251.hsd1.ca.comcast.net)
- # [09:30] * Joins: tantek_ (n=tantek@63.195.114.133)
- # [09:30] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 104 (Connection reset by peer))
- # [09:31] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [09:31] * Quits: tantek_ (n=tantek@63.195.114.133) (Read error: 104 (Connection reset by peer))
- # [09:34] * Joins: zdobersek (n=zan@cpe-92-37-66-252.dynamic.amis.net)
- # [09:35] * Quits: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [09:35] <Hixie> zcorpan: oh, i misunderstood the svg thing. i thought it was an <img> pointing to svg, not an <svg>.
- # [09:37] <zcorpan> Hixie: "A class value instead of an align value doesn't seem especially more complex, especially given that it also enables a lot more than alignment (like padding, colours, fonts, etc)." -- td[align=right] { color:green }
- # [09:37] * Joins: riven` (n=colin@53525B67.cable.casema.nl)
- # [09:37] <Hixie> zcorpan: td.numeric { color: green; } is no more complex
- # [09:37] * Quits: riven (n=colin@pdpc/supporter/professional/riven) (Nick collision from services.)
- # [09:37] * riven` is now known as riven
- # [09:38] <zcorpan> Hixie: but td.numeric { align:right } <td class="numeric"> is more complex than <td align="right">
- # [09:38] <zcorpan> Hixie: and the former doesn't enable anything that you can't do with the latter
- # [09:39] <Hixie> by that argument we should allow <font> and bgcolor="" and so on
- # [09:40] <zcorpan> i'm not necesserily arguing that align should be allowed, i'm just saying your argument against it was moot :-)
- # [09:41] <zcorpan> align="right" could represent numeric like <small> represents small print
- # [09:41] <Hixie> *shrug*
- # [09:42] <zcorpan> (and equally <font color> could represent emphasis)
- # [09:42] <Hixie> the argument was that there is value to be had from being hardline no-presentational-markup, and that it wasn't notably more complex to use css for this
- # [09:43] <Hixie> bed time now though
- # [09:44] <Hixie> nn :-)
- # [09:44] <zcorpan> nn
- # [09:46] * Quits: bzed (n=bzed@devel.recluse.de) (pratchett.freenode.net irc.freenode.net)
- # [09:47] * Joins: bzed (n=bzed@devel.recluse.de)
- # [09:57] * Quits: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com) (Remote closed the connection)
- # [09:58] * Joins: tantek_ (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [09:58] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 104 (Connection reset by peer))
- # [09:59] * Quits: tantek_ (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 104 (Connection reset by peer))
- # [09:59] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [10:00] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Connection reset by peer)
- # [10:00] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [10:03] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 54 (Connection reset by peer))
- # [10:04] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [10:08] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 104 (Connection reset by peer))
- # [10:08] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [10:11] * Joins: tantek_ (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [10:15] <Philip`> boblet: I hope that subsetted font doesn't crash any browsers :-)
- # [10:16] <Philip`> zcorpan: Hmm, good point
- # [10:16] <Philip`> zcorpan: (I probably need to redesign the whole UI anyway, particularly to support non-English languages sensibly, though I've currently got no idea how to do that)
- # [10:16] <boblet> Philip`: now he tells me! Testing in progress…
- # [10:17] <Philip`> boblet: (Actually it's probably more about OSes than about browsers)
- # [10:17] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 60 (Operation timed out))
- # [10:17] * Joins: mpt (n=mpt@canonical/launchpad/mpt)
- # [10:17] * Joins: pauld (n=pauld@host81-158-125-194.range81-158.btcentralplus.com)
- # [10:21] * Quits: heycam (n=cam@zot.infotech.monash.edu.au) (Read error: 110 (Connection timed out))
- # [10:22] * Quits: tantek_ (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [10:27] * Joins: heycam (n=cam@124-168-17-176.dyn.iinet.net.au)
- # [10:32] * Quits: pauld (n=pauld@host81-158-125-194.range81-158.btcentralplus.com)
- # [10:33] * Parts: boblet (n=boblet@p1254-ipbf304osakakita.osaka.ocn.ne.jp)
- # [10:35] * Joins: pauld (n=pauld@host81-158-125-194.range81-158.btcentralplus.com)
- # [10:39] * Quits: davidb (n=davidb@65.123.0.210)
- # [10:41] * Joins: ROBOd (n=robod@89.122.216.38)
- # [10:46] * Joins: Lachy_ (n=Lachlan@85.196.122.246)
- # [10:53] * Quits: drry (n=drry@dd25.opt2.point.ne.jp) ("Tiarra 0.1+svn-32571: SIGTERM received; exit")
- # [10:55] * Joins: drry (n=drry@dd25.opt2.point.ne.jp)
- # [11:03] * Joins: mat_t (n=mattomas@nat/canonical/x-0effba14cc9f47d0)
- # [11:10] * Joins: webben (n=benh@nat/yahoo/x-f08e464edd28ca4e)
- # [11:12] * Joins: annevk5 (n=annevk@85.196.122.246)
- # [11:22] * Joins: maikmerten (n=maikmert@BAB9cb6.bab.pppool.de)
- # [11:22] * Quits: maikmerten (n=maikmert@BAB9cb6.bab.pppool.de) (Client Quit)
- # [11:22] * Joins: maikmerten_ (n=maikmert@BAB9cb6.bab.pppool.de)
- # [11:22] <zcorpan> annevk5: your blog is broken
- # [11:28] <MikeSmith> <annevk> @DreamHost. WTF. My site has gone haywire.
- # [11:28] <MikeSmith> (on twitter)
- # [11:34] <Lachy_> wtf is <hgroup> for and what problem does it solve?!
- # [11:35] * Lachy_ is now known as Lachy
- # [11:37] <jgraham> Lachy: <hgroup> is the new name for <header>
- # [11:37] <jgraham> It is solving the problem that <header> as previously defined would have been useless in practice
- # [11:37] <jgraham> Because people would have used it incorrectly too often
- # [11:37] <Lachy> why would it have been useless?
- # [11:38] <Lachy> <header> is still in there, and I don't see how the introduction of <hgroup> solves that problem
- # [11:39] <jgraham> <header> now means something different
- # [11:39] <Lachy> IIRC, the problem was that people did silly things like <section><header>headings</header><section>content</section></section>
- # [11:40] <jgraham> Lachy: That was a slightly different problem
- # [11:41] <Lachy> ok, then I don't remember what the problem with header was. Can you clarify?
- # [11:43] * Quits: zdobersek (n=zan@cpe-92-37-66-252.dynamic.amis.net) (Read error: 110 (Connection timed out))
- # [11:43] * Joins: zdobersek (n=zan@cpe-92-37-66-171.dynamic.amis.net)
- # [11:46] * Quits: pauld (n=pauld@host81-158-125-194.range81-158.btcentralplus.com)
- # [11:46] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Read error: 60 (Operation timed out))
- # [11:51] <jgraham> Lachy: http://lists.w3.org/Archives/Public/public-html/2009Mar/0663.html The problem was that authors assumed <header> was for page-wide header sections
- # [11:51] <jgraham> or as a generic replacement for <hx>
- # [11:54] * Joins: pauld (n=pauld@host81-158-125-194.range81-158.btcentralplus.com)
- # [11:55] <jgraham> Hixie: FWIW I'm not convinced that making <header> only take <hx> elements is sufficiently liberal
- # [11:55] <jgraham> s/header/hgroup/
- # [11:55] <jgraham> :)
- # [11:55] * Joins: riven` (n=colin@53525B67.cable.casema.nl)
- # [11:58] <annevk5> zcorpan, I know, krijnh was nice enough to sms me
- # [11:59] <annevk5> zcorpan, haven't looked into fixing it yet
- # [11:59] <annevk5> zcorpan, we had this party and all
- # [11:59] <krijnh> Smoesjes :)
- # [12:12] * Joins: sid0 (n=sid0@unaffiliated/sid0)
- # [12:12] * Quits: riven (n=colin@pdpc/supporter/professional/riven) (Read error: 110 (Connection timed out))
- # [12:13] * Parts: NicolasRaoul (n=nico@dhcp-247-181.mag.keio.ac.jp)
- # [12:16] * Joins: virtuelv (n=virtuelv@084202133045.customer.alfanett.no)
- # [12:19] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Read error: 60 (Operation timed out))
- # [12:26] * Joins: sid0 (n=sid0@unaffiliated/sid0)
- # [12:30] * Quits: pauld (n=pauld@host81-158-125-194.range81-158.btcentralplus.com)
- # [12:43] * Joins: pauld (n=pauld@host81-158-125-194.range81-158.btcentralplus.com)
- # [12:57] * Joins: myakura (n=myakura@p1063-ipbf3305marunouchi.tokyo.ocn.ne.jp)
- # [13:09] * Quits: MikeSmith (n=MikeSmit@dhcp-247-41.mag.keio.ac.jp) ("Tomorrow to fresh woods, and pastures new.")
- # [13:14] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [13:16] * Quits: webben (n=benh@nat/yahoo/x-f08e464edd28ca4e) (Read error: 60 (Operation timed out))
- # [13:17] * Quits: virtuelv (n=virtuelv@084202133045.customer.alfanett.no) ("Ex-Chat")
- # [13:17] * Joins: virtuelv (n=virtuelv@084202133045.customer.alfanett.no)
- # [13:32] * Joins: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com)
- # [14:37] * Parts: zcorpan (n=zcorpan@c83-252-196-43.bredband.comhem.se)
- # [14:56] * Joins: pmuellr (n=pmuellr@nat/ibm/x-55fe822e5faa8b6b)
- # [15:00] * Joins: webben (n=benh@217.12.14.240)
- # [15:03] * Joins: taf2 (n=taf2@65.210.82.235)
- # [15:04] * sid0 is now known as sid0|afk
- # [15:09] * Quits: Maurice (n=ano@a80-101-46-164.adsl.xs4all.nl) ("Disconnected...")
- # [15:16] * Quits: zalan (n=kvirc@catv-80-99-193-98.catv.broadband.hu) ("KVIrc 3.4.0 Virgo http://www.kvirc.net/")
- # [15:25] * Joins: MikeSmith (n=MikeSmit@EM114-48-22-194.pool.e-mobile.ne.jp)
- # [15:27] * Joins: zdobersek1 (n=zan@cpe-92-37-66-120.dynamic.amis.net)
- # [15:34] * Quits: zdobersek (n=zan@cpe-92-37-66-171.dynamic.amis.net) (Read error: 110 (Connection timed out))
- # [15:34] * Quits: sid0|afk (n=sid0@unaffiliated/sid0) (Read error: 110 (Connection timed out))
- # [15:39] * Joins: zalan (n=kvirc@catv-80-99-193-98.catv.broadband.hu)
- # [15:39] * Joins: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [15:48] * Joins: davidb (n=davidb@65.123.0.210)
- # [15:48] * Quits: mpilgrim (n=mark@rrcs-96-10-240-189.midsouth.biz.rr.com) (Remote closed the connection)
- # [15:50] * Joins: zdobersek (n=zan@92.37.78.185)
- # [15:50] * Quits: zdobersek1 (n=zan@cpe-92-37-66-120.dynamic.amis.net) (Read error: 110 (Connection timed out))
- # [15:51] * Quits: myakura (n=myakura@p1063-ipbf3305marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [15:56] * Joins: Maurice (i=copyman@5ED548D4.cable.ziggo.nl)
- # [16:01] * Quits: nessy (n=nessy@203-214-157-222.perm.iinet.net.au) ("This computer has gone to sleep")
- # [16:03] * Joins: mlpug (n=mlpug@a91-156-60-13.elisa-laajakaista.fi)
- # [16:04] * Quits: aroben|away (n=aroben@unaffiliated/aroben) (Read error: 104 (Connection reset by peer))
- # [16:08] * Quits: davidb (n=davidb@65.123.0.210)
- # [16:14] * Quits: pauld (n=pauld@host81-158-125-194.range81-158.btcentralplus.com) (Read error: 60 (Operation timed out))
- # [16:20] * Joins: pauld (n=pauld@81.158.125.194)
- # [16:23] * Quits: zdobersek (n=zan@92.37.78.185) (Read error: 110 (Connection timed out))
- # [16:29] * Quits: maikmerten_ (n=maikmert@BAB9cb6.bab.pppool.de) (Read error: 110 (Connection timed out))
- # [16:29] * Joins: SavageX_ (n=maikmert@port-92-201-24-77.dynamic.qsc.de)
- # [16:29] * Joins: myakura (n=myakura@p1120-ipbf2303marunouchi.tokyo.ocn.ne.jp)
- # [16:34] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [16:34] * Joins: dglazkov_ (n=dglazkov@72.14.224.1)
- # [16:39] * Joins: bgalbraith (n=bgalbrai@corp-241.mountainview.mozilla.com)
- # [16:49] * Quits: pesla (n=retep@procurios.xs4all.nl) ("( www.nnscript.com :: NoNameScript 4.21 :: www.esnation.com )")
- # [16:50] * Joins: zdobersek (n=zan@cpe-92-37-75-19.dynamic.amis.net)
- # [16:51] * Quits: dglazkov_ (n=dglazkov@72.14.224.1)
- # [16:53] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [17:01] * Quits: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com) (Read error: 104 (Connection reset by peer))
- # [17:06] * Joins: roc (n=roc@65.123.0.210)
- # [17:09] * Quits: MikeSmith (n=MikeSmit@EM114-48-22-194.pool.e-mobile.ne.jp) ("Tomorrow to fresh woods, and pastures new.")
- # [17:10] * Quits: pauld (n=pauld@81.158.125.194)
- # [17:12] * Joins: dglazkov (n=dglazkov@nat/google/x-65f3fc815df10b6e)
- # [17:16] * Joins: pauld (n=pauld@host81-158-125-194.range81-158.btcentralplus.com)
- # [17:20] * Quits: jcranmer (n=jcranmer@ltsp2.csl.tjhsst.edu) (Read error: 104 (Connection reset by peer))
- # [17:23] * Quits: ap (n=ap@194.154.88.46)
- # [17:31] <gsnedders> Wow. Next time I go into town it'll be for the ball. Scary.
- # [17:32] <hsivonen> gsnedders: which dances have you practiced?
- # [17:33] <gsnedders> hsivonen: Well, I want
- # [17:33] <gsnedders> *I went to a ceilidh two weeks ago
- # [17:34] * gsnedders tries to write in his diary to catch up on the last month before getting read for a night which he'll likely have a fair bit to write about
- # [17:34] <hsivonen> Celtic ballroom dances?
- # [17:35] <gsnedders> Gorgeous photos of me in a suit will undoubtedly appear
- # [17:35] <gsnedders> Well, they aren't really ballroom dances…
- # [17:35] <gsnedders> But you left your sense of logic at the door, right?
- # [17:36] * Quits: taf2 (n=taf2@65.210.82.235)
- # [17:36] * Quits: roc (n=roc@65.123.0.210)
- # [17:42] * Quits: gmiernicki (n=gmiernic@unaffiliated/gmiernicki) (Read error: 104 (Connection reset by peer))
- # [17:43] * Joins: MikeSmith (n=MikeSmit@EM114-48-31-220.pool.e-mobile.ne.jp)
- # [17:46] * Joins: taf2 (n=taf2@65.210.82.235)
- # [17:47] * Joins: jmb^ (n=jmb@login.ecs.soton.ac.uk)
- # [17:59] * Quits: jmb (n=jmb@login.ecs.soton.ac.uk) (Read error: 110 (Connection timed out))
- # [18:09] * Joins: zdobersek1 (n=zan@92.37.79.106)
- # [18:10] * Joins: sid0 (n=sid0@unaffiliated/sid0)
- # [18:12] * jmb^ is now known as jmb
- # [18:13] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [18:13] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [18:13] * Quits: zdobersek (n=zan@cpe-92-37-75-19.dynamic.amis.net) (Read error: 60 (Operation timed out))
- # [18:14] * jgraham notes that in modern britian "ball" rarely means something in which actual ballroom dancing takes place
- # [18:15] <Philip`> Normally it means something spherical
- # [18:15] * Joins: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [18:15] <Philip`> and only very tiny people could dance inside them
- # [18:16] * Quits: webben (n=benh@217.12.14.240) (Read error: 110 (Connection timed out))
- # [18:21] * Joins: archtech (n=stanv@83.228.56.37)
- # [18:22] * Joins: Laibcoms (n=Alien@222.127.219.68)
- # [18:24] * Joins: sid0__ (n=sid0@unaffiliated/sid0)
- # [18:25] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Nick collision from services.)
- # [18:25] * sid0__ is now known as sid0
- # [18:25] * Quits: Laibcoms (n=Alien@222.127.219.68) (Client Quit)
- # [18:26] * Joins: Laibcoms (n=Alien@222.127.219.68)
- # [18:38] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 104 (Connection reset by peer))
- # [18:42] * Joins: roc_ (n=roc@guest-226.mountainview.mozilla.com)
- # [18:42] * Quits: mat_t (n=mattomas@nat/canonical/x-0effba14cc9f47d0) ("This computer has gone to sleep")
- # [18:43] * Joins: roc__ (n=roc@corp-241.mountainview.mozilla.com)
- # [18:45] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [18:54] * Quits: MikeSmith (n=MikeSmit@EM114-48-31-220.pool.e-mobile.ne.jp) (Read error: 104 (Connection reset by peer))
- # [18:55] * Quits: roc (n=roc@guest-226.mountainview.mozilla.com) (Read error: 110 (Connection timed out))
- # [18:57] * Joins: slightlyoff (n=slightly@67.218.102.74)
- # [18:59] * Quits: roc_ (n=roc@guest-226.mountainview.mozilla.com) (Read error: 110 (Connection timed out))
- # [19:07] * Joins: doublec (n=doublec@corp-241.mountainview.mozilla.com)
- # [19:09] <annevk5> http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ is pretty neat
- # [19:10] * Quits: pauld (n=pauld@host81-158-125-194.range81-158.btcentralplus.com)
- # [19:12] * Quits: roc__ (n=roc@corp-241.mountainview.mozilla.com)
- # [19:12] * Quits: Laibcoms (n=Alien@222.127.219.68) ("Leaving")
- # [19:13] * Joins: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [19:14] * Joins: pauld (n=pauld@host81-158-125-194.range81-158.btcentralplus.com)
- # [19:14] * Joins: dbaron (n=dbaron@guest-226.mountainview.mozilla.com)
- # [19:19] * Quits: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [19:20] * Quits: slightlyoff (n=slightly@67.218.102.74) (Read error: 60 (Operation timed out))
- # [19:37] * Quits: pauld (n=pauld@host81-158-125-194.range81-158.btcentralplus.com) ("Gone for a burton")
- # [19:38] * Joins: slightlyoff (n=slightly@nat/google/x-7c08676ce06aeddb)
- # [19:40] * Quits: doublec (n=doublec@corp-241.mountainview.mozilla.com) (Read error: 110 (Connection timed out))
- # [19:42] * Joins: davidb (n=davidb@m770f36d0.tmodns.net)
- # [20:01] * Joins: onar_ (n=onar@17.244.68.205)
- # [20:03] * Joins: jcranmer (n=jcranmer@ltsp2.csl.tjhsst.edu)
- # [20:03] * Quits: onar_ (n=onar@17.244.68.205) (Client Quit)
- # [20:07] * Joins: onar_ (n=onar@17.244.68.205)
- # [20:10] * Quits: dbaron (n=dbaron@guest-226.mountainview.mozilla.com) ("8403864 bytes have been tenured, next gc will be global.")
- # [20:10] * Quits: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [20:12] * Joins: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [20:12] * Joins: doublec (n=doublec@corp-241.mountainview.mozilla.com)
- # [20:15] * aroben is now known as aroben|lunch
- # [20:15] * Joins: dbaron (n=dbaron@guest-226.mountainview.mozilla.com)
- # [20:21] * Joins: drostie (n=hopkins@5354256F.cable.casema.nl)
- # [20:22] * Joins: weinig (n=weinig@nat/apple/x-8b2c53a72d7b3465)
- # [20:37] * Quits: Maurice (i=copyman@5ED548D4.cable.ziggo.nl) ("Disconnected...")
- # [20:39] * aroben|lunch is now known as aroben
- # [20:41] * slightlyoff is now known as slightlyoff_afk
- # [20:41] * Quits: onar_ (n=onar@17.244.68.205)
- # [20:42] * slightlyoff_afk is now known as slightlyoff
- # [20:47] * Quits: taf2 (n=taf2@65.210.82.235)
- # [20:47] * Joins: onar_ (n=onar@17.244.68.205)
- # [20:48] * Joins: sid0_ (n=sid0@unaffiliated/sid0)
- # [20:48] * Quits: onar_ (n=onar@17.244.68.205) (Client Quit)
- # [20:49] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Nick collision from services.)
- # [20:49] * sid0_ is now known as sid0
- # [20:51] * Joins: drostie_ (n=hopkins@5354256F.cable.casema.nl)
- # [20:53] * Quits: drostie (n=hopkins@5354256F.cable.casema.nl) (pratchett.freenode.net irc.freenode.net)
- # [20:53] * Quits: ROBOd (n=robod@89.122.216.38) (pratchett.freenode.net irc.freenode.net)
- # [20:53] * Quits: davidb (n=davidb@m770f36d0.tmodns.net) (pratchett.freenode.net irc.freenode.net)
- # [20:53] * Quits: jmb (n=jmb@login.ecs.soton.ac.uk) (pratchett.freenode.net irc.freenode.net)
- # [20:53] * Quits: mpt (n=mpt@canonical/launchpad/mpt) (pratchett.freenode.net irc.freenode.net)
- # [20:53] * Quits: beowulf (i=wiglaf@ps4552.dreamhost.com) (pratchett.freenode.net irc.freenode.net)
- # [20:53] * Quits: ray (i=ray@2001:41c8:1:54da:0:0:0:1337) (pratchett.freenode.net irc.freenode.net)
- # [20:53] * Quits: dbaron (n=dbaron@guest-226.mountainview.mozilla.com) (pratchett.freenode.net irc.freenode.net)
- # [20:53] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (pratchett.freenode.net irc.freenode.net)
- # [20:53] * Quits: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com) (pratchett.freenode.net irc.freenode.net)
- # [20:53] * Quits: jgraham (n=jgraham@web22.webfaction.com) (pratchett.freenode.net irc.freenode.net)
- # [20:53] * Quits: hsivonen (n=hsivonen@kekkonen.cs.hut.fi) (pratchett.freenode.net irc.freenode.net)
- # [20:54] * Joins: dbaron (n=dbaron@guest-226.mountainview.mozilla.com)
- # [20:54] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [20:54] * Joins: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com)
- # [20:54] * Joins: jgraham (n=jgraham@web22.webfaction.com)
- # [20:54] * Joins: hsivonen (n=hsivonen@kekkonen.cs.hut.fi)
- # [20:55] * Joins: ray (i=ray@2001:41c8:1:54da:0:0:0:1337)
- # [20:55] * Joins: davidb (n=davidb@m770f36d0.tmodns.net)
- # [20:55] * Joins: jmb (n=jmb@login.ecs.soton.ac.uk)
- # [20:55] * Joins: mpt (n=mpt@canonical/launchpad/mpt)
- # [20:55] * Joins: beowulf (i=wiglaf@ps4552.dreamhost.com)
- # [20:56] * Joins: ROBOd (n=robod@89.122.216.38)
- # [21:06] * Quits: davidb (n=davidb@m770f36d0.tmodns.net) (Connection timed out)
- # [21:09] * Quits: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [21:11] * Quits: scherkus (n=scherkus@72.14.227.1) ("lol")
- # [21:12] * Joins: tantek_ (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [21:12] * Quits: doublec (n=doublec@corp-241.mountainview.mozilla.com) (Read error: 110 (Connection timed out))
- # [21:16] * Quits: archtech (n=stanv@83.228.56.37)
- # [21:17] * Quits: slightlyoff (n=slightly@nat/google/x-7c08676ce06aeddb)
- # [21:19] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 110 (Connection timed out))
- # [21:27] * Joins: tantek__ (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [21:28] * Joins: michaeln (n=michaeln@nat/google/x-fff924095b33bc8c)
- # [21:29] * Joins: tantek___ (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [21:29] * Quits: tantek__ (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 104 (Connection reset by peer))
- # [21:30] * Joins: dave_levin (n=dave_lev@72.14.227.1)
- # [21:32] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 110 (Connection timed out))
- # [21:34] * Quits: tantek_ (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 60 (Operation timed out))
- # [21:39] * Joins: ap (n=ap@194.154.88.46)
- # [21:42] * Joins: olliej (n=oliver@17.246.17.251)
- # [21:49] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [21:51] * Quits: bgalbraith (n=bgalbrai@corp-241.mountainview.mozilla.com)
- # [21:51] * Joins: bgalbraith (n=bgalbrai@corp-241.mountainview.mozilla.com)
- # [21:58] * tantek___ is now known as tantek
- # [21:59] * Quits: SavageX_ (n=maikmert@port-92-201-24-77.dynamic.qsc.de) (Remote closed the connection)
- # [22:01] * Joins: jwalden (n=waldo@corp-241.mountainview.mozilla.com)
- # [22:04] * Quits: mlpug (n=mlpug@a91-156-60-13.elisa-laajakaista.fi) (Remote closed the connection)
- # [22:12] * Joins: cgriego (n=cgriego@out-02.hotels.com)
- # [22:21] * Joins: scherkus (n=scherkus@72.14.227.1)
- # [22:24] * Joins: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [22:27] * Quits: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com) (Remote closed the connection)
- # [22:34] * Joins: doublec (n=doublec@corp-241.mountainview.mozilla.com)
- # [22:40] * Joins: archtech (n=stanv@83.228.56.37)
- # [22:41] * Quits: roc (n=roc@guest-226.mountainview.mozilla.com) (Read error: 60 (Operation timed out))
- # [22:44] * Quits: scherkus (n=scherkus@72.14.227.1) ("lol")
- # [22:45] * Joins: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [22:46] * Joins: scherkus (n=scherkus@72.14.227.1)
- # [22:50] * aroben is now known as aroben|away
- # [23:00] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [23:02] * Joins: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [23:10] * Quits: virtuelv (n=virtuelv@084202133045.customer.alfanett.no) (Read error: 60 (Operation timed out))
- # [23:20] * aroben|away is now known as aroben
- # [23:20] * Quits: ap (n=ap@194.154.88.46)
- # [23:21] * Quits: pmuellr (n=pmuellr@nat/ibm/x-55fe822e5faa8b6b)
- # [23:22] * Joins: virtuelv (n=virtuelv@084202133045.customer.alfanett.no)
- # [23:28] * Parts: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [23:33] * Joins: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [23:44] * Quits: virtuelv (n=virtuelv@084202133045.customer.alfanett.no) (Read error: 60 (Operation timed out))
- # [23:47] * Quits: zalan (n=kvirc@catv-80-99-193-98.catv.broadband.hu) ("KVIrc 3.4.0 Virgo http://www.kvirc.net/")
- # Session Close: Sat May 02 00:00:00 2009
The end :)