Options:
- # Session Start: Wed Jan 09 00:00:00 2008
- # Session Ident: #html-wg
- # [00:16] <anne> woohoo, ASCII case-insensitive CSS and case-sensitive author defined IDENTS (such as namespace prefixes, counter names, etc.)
- # [00:17] <anne> Hixie, re #whatwg, SVG as 'background' could be one of the tests you have on the side
- # [00:18] <anne> Hixie, is media queries part of Acid3 yet?
- # [00:18] <anne> you could use "only all" on the main style sheet for instance :)
- # [00:18] <Hixie> i really don't want to add more "on the side" tests
- # [00:19] <Hixie> i have a whole section on media queries
- # [00:19] <Hixie> a whole test, rather
- # [00:19] <anne> number?
- # [00:19] * anne missed it
- # [00:19] <Hixie> not sure offhand
- # [00:19] <Hixie> search for @media
- # [00:20] <anne> ah, 46
- # [00:20] <anne> missed that
- # [00:22] <anne> testing outline-offset in some way?
- # [00:22] <Hixie> this is a dom/scripting test
- # [00:22] <Hixie> i'd like to stick to scriptable stuff
- # [00:22] <anne> you could test it through computed style and all
- # [00:22] <Hixie> really at this point i just need one spec for which i can write 16 tests
- # [00:22] <anne> cursor:url() without fallback might be another good one to test...
- # [00:23] <Hixie> how?
- # [00:23] <anne> although I guess that only fails in IE
- # [00:23] <Hixie> what i really want to test is cursor url with a hotspot coordinate
- # [00:23] <Hixie> but you can't really test visual things from the dom
- # [00:23] <Hixie> you just encourage browsers to fake the support in the dom
- # [00:24] <Hixie> which is the opposite of what i want to encourage
- # [00:24] <anne> cursor:help; cursor:url(); cursorMustBeHelp()
- # [00:24] <Hixie> eh, that's not a big deal
- # [00:24] <shepazu> could add a cursorState property
- # [00:25] <shepazu> for testing
- # [00:25] <Hixie> anne: anyway, we already have a number of 'cursor' tests
- # [00:25] <Hixie> anne: what we need is new tests
- # [00:25] <Hixie> anne: for bucket 5
- # [00:25] <Hixie> anne: i just need some spec to test the heck out of
- # [00:26] <anne> so I still think SVG would be nice, but you want to test that visually ideally
- # [00:26] <Hixie> right
- # [00:26] <Hixie> so svg is out
- # [00:27] <shepazu> Hixie, any advice on making an SVG Acid test?
- # [00:27] <Hixie> shepazu: get the spec fixed first :-)
- # [00:27] <shepazu> lol
- # [00:27] <Hixie> (seriously -- that's one of the main reasons i don't want to go near svg in acid3, i don't want to constrain how the spec can be fixed)
- # [00:28] <anne> are you testing xml:base ?
- # [00:28] <Hixie> no
- # [00:29] <Hixie> i could i guess
- # [00:29] <Hixie> but that wouldn't be 16 tests :-)
- # [00:29] <anne> right
- # [00:32] * Quits: edas (edaspet@82.233.238.50) (Ping timeout)
- # [00:34] * anne gives up
- # [00:34] <Hixie> heh
- # [00:34] <Hixie> now you see my problem :-)
- # [00:34] <jgraham> So... MathML ;)
- # [00:35] <Hixie> does it have a dom?
- # [00:35] <Hixie> (that people agree should be implemented?)
- # [00:35] <jgraham> Dunno.
- # [00:35] <jgraham> I think not
- # [00:35] <anne> MathML is like SVG, more about rendering (at this stage anyway)
- # [00:36] <shepazu> it does have a DOM and a fair-sized API, but I don't think the API is implemented anywhere
- # [00:36] <jgraham> Actually it does seem to have a bit of DOM
- # [00:37] <Hixie> the parenthetical was really the more relevant question
- # [00:38] <anne> seems better to not implement it and only do it when actual scenarios come up from authors
- # [00:38] <jgraham> It wasn't really intended as a serious suggestion since MathML implementations are generally rather few and far between
- # [00:38] <shepazu> I don't know how critical the MathML WG thinks the DOM aspect is, apart from the rendering
- # [00:38] <anne> (re MathML DOM)
- # [00:38] <shepazu> maybe you could ask the MathML WG about that
- # [00:39] <Hixie> the problem with both MathML and E4X is that not all the browser vendors agree that it should be implemented at all, which makes it inappropriate for an acid test.
- # [00:40] <shepazu> I think there are plenty of stable and well-defined features in SVG that could be in an Acid Test
- # [00:40] <jgraham> Yeah, I tend to agree with that (not that it shouldn't be implemented but that it shouldn't be part of a DOM/script acid test)
- # [00:40] <shepazu> and that would put more pressure on MS to implement it
- # [00:41] <Hixie> specs should get implemented on their own merits, not on the merits of trying to pass an acid test
- # [00:41] <anne> in light of that statement I wonder about DOM traversal...
- # [00:42] <Hixie> yeah, dom traversal is difficult to justify, but easier to justify than svg at least :-)
- # [00:42] <shepazu> this isn't about merit, Hixie, it's about interoperability
- # [00:42] <jgraham> To be fair SVG already has several implementations
- # [00:42] <shepazu> IE is the only modern browser without SVG support
- # [00:43] <Philip> What about Konqueror?
- # [00:44] <jgraham> How many people actually use Konqueror?
- # [00:44] <Philip> That doesn't make it not a modern browser :-)
- # [00:44] <anne> so apart from SVG and xml:base W3C doesn't have realistic candidates anymore; data: URIs, URIs, HTTP, and ECMAScript are already in... hmm
- # [00:45] <shepazu> I think that Konq has SVG support
- # [00:45] <Philip> (I'd assume KDE4 Konqueror does SVG, but the latest released version doesn't appear to)
- # [00:45] <shepazu> but don't quote me on that
- # [00:46] <jgraham> Philip: Fair enough, although I guess I could describe Amaya as "modern" if modern means "under active development" :)
- # [00:46] <Philip> shepazu: Hmm, it doesn't seem to be supported when I test it - I just get a white box
- # [00:47] <shepazu> huh... I'll have to research that more... I'd have thought it would align to WebKit more
- # [00:49] <Philip> jgraham: I'll say that "modern" means "under active development and implements recently-specified features and intends to actually work for at least some users", so it includes Konqueror (since the developers have been adding CSS3 and <canvas> and SVG and things, even if they're not in the current releases) and excludes Amaya/Links/etc
- # [00:50] <shepazu> hmmm... Amaya is still under development, and does support SVG, though not yet <canvas>
- # [00:50] <Philip> Oh, maybe I just need to install KSVG
- # [00:50] <jgraham> Philip: I'm not really disputing that Konq. is a modern browser.
- # [00:51] <Philip> shepazu: Amaya doesn't seem to be designed for users, though
- # [00:52] * Philip waits for KSVG to compile
- # [00:52] <Hixie> amaya doesn't even pass acid1, does it?
- # [00:54] <Hixie> anne: is xhr going to LC soon?
- # [00:56] <anne> i've been requesting that for some time, but there seems to be some delay on the chair/W3C/new group thingie side
- # [00:56] <Hixie> sigh
- # [00:56] <anne> xhr2 should've been published as FPWD already as well ages ago
- # [00:57] <anne> and I think we should move access-control to Last Call but I guess with the current storm of e-mails that's unlikely to happen
- # [00:57] <jgraham> Hixie: I assume per the earlier discussion that DOM 3 XPath doesn't meet the criteria for testing despite being widely implemented and occasionally quite useful?
- # [00:57] <Hixie> anne: there hasn't been anything new in those e-mails has there?
- # [00:57] <Hixie> jgraham: yeah, i don't really want to test DOM3 XPath
- # [00:57] <anne> as far as I can tell it's exactly the same discussion we had at the technical planery
- # [00:58] <anne> and before the TPAC as the TPAC was already repeating said stuff (though I did get some nice insights on the caching :) )
- # [00:58] <Philip> shepazu: Aha, Konqueror does do SVG once I install the right bits
- # [00:58] <Philip> (though it gets the background colour wrong and doesn't resize properly)
- # [00:58] <shepazu> well, I guess it's modern, then ;P
- # [00:59] <Philip> (and it still handles XHTML idiotically)
- # [00:59] <anne> Hixie, the other new thing is that Jon (maybe others too?) can't grasp the use cases
- # [01:00] <Philip> (See e.g. http://canvex.lazyilluminati.com/83/play.xhtml which really shouldn't look so broken)
- # [01:00] <anne> you'd think that the Ajax ??? lead would know what to use client-side cross-site requests for
- # [01:01] <Philip> (assuming I haven't just got an unusually broken version of Konqueror installed)
- # [01:03] * Quits: Sander (svl@86.87.68.167) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [01:03] <Hixie> anne: no comment
- # [01:06] * Quits: tH (Rob@83.100.249.130) (Quit: ChatZilla 0.9.79-rdmsoft [XULRunner 1.8.0.9/2006120508])
- # [01:14] * Disconnected
- # [01:15] * Attempting to rejoin channel #html-wg
- # [01:15] * Rejoined channel #html-wg
- # [01:15] * Topic is 'HTML WG meets 10 Jan; expects to publish HTML 5 spec 22 Jan http://www.w3.org/html/wg/tracker/agenda (logs: http://krijnhoetmer.nl/irc-logs/ ) '
- # [01:15] * Set by DanC on Fri Dec 21 01:12:05
- # [01:37] * Quits: aroben (aroben@69.248.233.169) (Quit: Leaving)
- # [01:45] * Quits: jgraham (james@81.86.223.125) (Quit: This computer has gone to sleep)
- # [01:46] * Joins: jgraham (james@81.86.223.125)
- # [02:07] * Joins: jgraham__ (jgraham@81.86.210.78)
- # [02:09] * Quits: jgraham (james@81.86.223.125) (Ping timeout)
- # [02:09] * Quits: jgraham_ (jgraham@81.86.223.125) (Ping timeout)
- # [02:09] * Joins: jgraham (james@81.86.210.78)
- # [02:25] * Joins: Zeros (Zeros-Elip@67.154.87.254)
- # [02:49] * Joins: olivier (ot@128.30.52.30)
- # [03:20] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [03:20] * Joins: billyjack (MikeSmith@mcclure.w3.org)
- # [03:20] * Quits: billyjack (MikeSmith@mcclure.w3.org) (Quit: Less talk, more pimp walk.)
- # [03:20] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Less talk, more pimp walk.)
- # [03:20] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [03:21] * Quits: adele (adele@17.203.15.207) (Quit: adele)
- # [03:43] * Quits: jmb (jmb@152.78.68.189) (Ping timeout)
- # [03:47] * Joins: jmb (jmb@152.78.68.189)
- # [03:47] * Quits: anne (annevk@82.156.27.18) (Ping timeout)
- # [04:02] * Quits: Lachy (Lachlan@84.215.54.100) (Quit: This computer has gone to sleep)
- # [04:07] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Less talk, more pimp walk.)
- # [04:12] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [04:16] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Less talk, more pimp walk.)
- # [05:34] * Quits: Shunsuke (Shunsuke@123.176.107.50) (Connection reset by peer)
- # [05:35] * Quits: deltab (deltab@82.36.30.34) (Ping timeout)
- # [05:35] * Joins: Shunsuke (Shunsuke@123.176.107.50)
- # [06:02] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [07:11] * Quits: gavin (gavin@63.245.208.169) (Ping timeout)
- # [07:18] * Joins: gavin (gavin@63.245.208.169)
- # [07:44] * Quits: laplink (link@193.157.66.108) (Quit: This computer has gone to sleep)
- # [08:03] * Joins: deltab (deltab@82.36.30.34)
- # [08:19] * Quits: deltab (deltab@82.36.30.34) (Ping timeout)
- # [08:26] * Joins: tH_ (Rob@83.100.249.130)
- # [08:27] * tH_ is now known as tH
- # [08:31] * Quits: olivier (ot@128.30.52.30) (Quit: Leaving)
- # [08:34] * Joins: Thezilch[FH] (fuz007@68.111.154.116)
- # [08:34] * Quits: Thezilch (fuz007@68.111.154.116) (Connection reset by peer)
- # [09:02] * Quits: Zeros (Zeros-Elip@67.154.87.254) (Ping timeout)
- # [09:35] * Quits: sbuluf (dt@200.49.132.82) (Quit: sbuluf)
- # [09:39] * Joins: Lachy (Lachlan@84.215.54.100)
- # [09:43] * Joins: laplink (link@193.157.66.108)
- # [09:59] * Quits: mjs (mjs@64.81.48.145) (Quit: mjs)
- # [10:03] * Joins: mjs (mjs@64.81.48.145)
- # [10:37] * Disconnected
- # [10:37] * Attempting to rejoin channel #html-wg
- # [10:37] * Rejoined channel #html-wg
- # [10:37] * Topic is 'HTML WG meets 10 Jan; expects to publish HTML 5 spec 22 Jan http://www.w3.org/html/wg/tracker/agenda (logs: http://krijnhoetmer.nl/irc-logs/ ) '
- # [10:37] * Set by DanC on Fri Dec 21 01:12:05
- # [10:37] * Joins: Lachy (Lachlan@213.236.208.22)
- # [10:44] * Disconnected
- # [10:44] * Attempting to rejoin channel #html-wg
- # [10:44] * Rejoined channel #html-wg
- # [10:44] * Topic is 'HTML WG meets 10 Jan; expects to publish HTML 5 spec 22 Jan http://www.w3.org/html/wg/tracker/agenda (logs: http://krijnhoetmer.nl/irc-logs/ ) '
- # [10:44] * Set by DanC on Fri Dec 21 01:12:05
- # [10:53] * Disconnected
- # [10:54] * Attempting to rejoin channel #html-wg
- # [10:54] * Rejoined channel #html-wg
- # [10:54] * Topic is 'HTML WG meets 10 Jan; expects to publish HTML 5 spec 22 Jan http://www.w3.org/html/wg/tracker/agenda (logs: http://krijnhoetmer.nl/irc-logs/ ) '
- # [10:54] * Set by DanC on Fri Dec 21 01:12:05
- # [11:10] * Disconnected
- # [11:10] * Attempting to rejoin channel #html-wg
- # [11:10] * Rejoined channel #html-wg
- # [11:10] * Topic is 'HTML WG meets 10 Jan; expects to publish HTML 5 spec 22 Jan http://www.w3.org/html/wg/tracker/agenda (logs: http://krijnhoetmer.nl/irc-logs/ ) '
- # [11:10] * Set by DanC on Fri Dec 21 01:12:05
- # [11:29] * Disconnected
- # [11:29] * Attempting to rejoin channel #html-wg
- # [11:29] * Rejoined channel #html-wg
- # [11:29] * Topic is 'HTML WG meets 10 Jan; expects to publish HTML 5 spec 22 Jan http://www.w3.org/html/wg/tracker/agenda (logs: http://krijnhoetmer.nl/irc-logs/ ) '
- # [11:29] * Set by DanC on Fri Dec 21 01:12:05
- # [12:06] * Quits: mjs (mjs@64.81.48.145) (Quit: mjs)
- # [13:18] * Disconnected
- # [13:18] * Attempting to rejoin channel #html-wg
- # [13:18] * Rejoined channel #html-wg
- # [13:18] * Topic is 'HTML WG meets 10 Jan; expects to publish HTML 5 spec 22 Jan http://www.w3.org/html/wg/tracker/agenda (logs: http://krijnhoetmer.nl/irc-logs/ ) '
- # [13:18] * Set by DanC on Fri Dec 21 01:12:05
- # [15:18] * Disconnected
- # [15:18] * Attempting to rejoin channel #html-wg
- # [15:18] * Rejoined channel #html-wg
- # [15:18] * Topic is 'HTML WG meets 10 Jan; expects to publish HTML 5 spec 22 Jan http://www.w3.org/html/wg/tracker/agenda (logs: http://krijnhoetmer.nl/irc-logs/ ) '
- # [15:18] * Set by DanC on Fri Dec 21 01:12:05
- # [15:28] * Joins: nickshanks (nickshanks@195.137.85.17)
- # [15:52] * Joins: aaronlev (chatzilla@209.6.168.245)
- # [16:14] * Quits: laplink (link@193.157.66.108) (Quit: This computer has gone to sleep)
- # [16:19] * Quits: Mike^mail (MikeSmith@mcclure.w3.org) (Quit: Less talk, more pimp walk.)
- # [16:34] * Joins: aroben (aroben@69.248.233.169)
- # [16:52] * Quits: aaronlev (chatzilla@209.6.168.245) (Ping timeout)
- # [17:01] * Quits: anne (annevk@145.53.12.180) (Ping timeout)
- # [17:02] * Joins: aaronlev (chatzilla@66.30.196.151)
- # [17:07] * Joins: DanC (connolly@128.30.52.30)
- # [17:07] <DanC> shepazu, seen MikeSmith today?
- # [17:08] * DanC finishes up some hacking, gets ready to send telcon agenda and such
- # [17:13] * Quits: nickshanks (nickshanks@195.137.85.17) (Quit: nickshanks)
- # [17:25] * Quits: aroben (aroben@69.248.233.169) (Quit: aroben)
- # [17:26] * Joins: aroben (aroben@69.248.233.169)
- # [17:27] * Quits: aroben (aroben@69.248.233.169) (Quit: aroben)
- # [17:27] * Joins: aroben (aroben@69.248.233.169)
- # [17:27] * Quits: aroben (aroben@69.248.233.169) (Quit: aroben)
- # [17:31] * Joins: aroben (aroben@69.248.233.169)
- # [17:34] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: This computer has gone to sleep)
- # [17:47] * Joins: mjs (mjs@64.81.48.145)
- # [17:51] * Joins: laplink (link@193.157.66.108)
- # [17:52] * Quits: laplink (link@193.157.66.108) (Quit: Leaving)
- # [17:52] * Joins: Lachy (Lachlan@84.215.54.100)
- # [17:53] * Quits: Lachy (Lachlan@84.215.54.100) (Quit: Leaving)
- # [17:53] * Joins: Lachy (Lachlan@84.215.54.100)
- # [18:25] * Quits: Thezilch[FH] (fuz007@68.111.154.116) (Connection reset by peer)
- # [18:27] * Joins: Thezilch (fuz007@68.111.154.116)
- # [18:38] * Quits: mjs (mjs@64.81.48.145) (Quit: mjs)
- # [18:47] * Joins: anne-mac (annevk@77.163.243.203)
- # [18:58] * Quits: aaronlev (chatzilla@66.30.196.151) (Connection reset by peer)
- # [18:58] * Joins: aaronlev (chatzilla@66.30.196.151)
- # [19:03] * Parts: zcorpan (zcorpan@88.131.66.80)
- # [19:07] * Quits: anne-mac (annevk@77.163.243.203) (Ping timeout)
- # [19:15] <DanC> 1st draft: http://www.w3.org/2002/09/wbs/40318/wd-html5-spec/
- # [19:17] * DanC takes a lunch break...
- # [19:30] * Joins: Sander (svl@86.87.68.167)
- # [19:42] * Joins: mjs (mjs@17.255.105.174)
- # [19:44] * Joins: mjs_ (mjs@17.203.15.209)
- # [19:45] <gsnedders> DanC: "…and one of (Dan Connolly, Chris Wilson, Mike Smith)." — why the parentheses? "Dan Connolly, Chris Wilson, or Mike Smith." makes more sense in normal English.
- # [19:45] * Quits: mjs (mjs@17.255.105.174) (Ping timeout)
- # [19:46] <DanC> ()s were a left-over. thanks for the suggestion. done.
- # [19:46] <gsnedders> (my only other is issue is that I have a preference of a pure > 50% majority, not 2/3rds)
- # [19:47] <DanC> I think the risk of more than a handful of 'no' votes is minimal
- # [19:48] * DanC changes topic to 'HTML WG meets 10 Jan 17:00UTC; expects to publish HTML 5 spec 22 Jan http://www.w3.org/html/wg/tracker/agenda (logs: http://krijnhoetmer.nl/irc-logs/ ) '
- # [20:22] * Parts: timbl (timbl@128.30.5.98)
- # [20:26] * Joins: mjs (mjs@17.255.105.174)
- # [20:26] * Quits: mjs_ (mjs@17.203.15.209) (Connection reset by peer)
- # [20:26] * Joins: mjs_ (mjs@17.203.15.209)
- # [20:29] * Quits: mjs (mjs@17.255.105.174) (Ping timeout)
- # [20:31] * Joins: mjs (mjs@17.255.105.174)
- # [20:32] * Quits: aaronlev (chatzilla@66.30.196.151) (Connection reset by peer)
- # [20:33] * Quits: mjs_ (mjs@17.203.15.209) (Ping timeout)
- # [20:35] * Quits: gavin_ (gavin@99.227.30.12) (Ping timeout)
- # [20:38] * Joins: gavin_ (gavin@99.227.30.12)
- # [20:57] * Quits: mjs (mjs@17.255.105.174) (Quit: mjs)
- # [21:01] * Joins: mjs (mjs@17.203.14.138)
- # [21:07] * Joins: anne-mac (annevk@77.163.243.203)
- # [21:28] <anne-mac> in case this hasn't been mentioned: http://www.w3.org/2002/09/wbs/40318/wd-html5-spec/
- # [21:35] * Quits: Dashiva (noone@84.48.60.15) (Quit: Dashiva)
- # [21:37] <gsnedders> anne-mac: DanC linked to it as a first draft, but nothing more
- # [21:37] <anne-mac> i suggest everyone here answers it
- # [21:37] <DanC> I mailed html-wg-announce about it, no?
- # [21:37] <gsnedders> DanC: yeah
- # [21:37] <gsnedders> (I meant in here)
- # [21:38] <DanC> ah
- # [21:38] * anne-mac too
- # [21:38] <gsnedders> see, I read anne's mind :)
- # [21:39] <gsnedders> DanC: do you particularly care if yes votes give no rationale?
- # [21:39] <DanC> no, I don't
- # [21:39] <DanC> "As publication is necessary for progress of the group and this is a non-technical question, we will decide it by counting votes."
- # [21:39] <gsnedders> so it's really nothing more than for formal objections?
- # [21:40] <DanC> and for documenting positive support
- # [21:49] * Joins: Dashiva (noone@84.48.60.15)
- # [21:54] * Joins: adele (adele@17.203.15.207)
- # [22:05] <mjs> don't forget to vote: http://www.w3.org/2002/09/wbs/40318/wd-html5-spec/results
- # [22:07] * Philip wonders why the "last responded on ..." lines are missing for the Member organisations
- # [22:07] <Dashiva> anne-mac: Do you vote for all of Opera?
- # [22:09] <mjs> Dashiva: this appears to be a per-Organization survey, not an individual one
- # [22:09] <anne-mac> yes
- # [22:09] <anne-mac> i'm in charge (evil grin)
- # [22:09] <mjs> looking at the organizations, I'm not sure there are 14 who have voted on a survey ever
- # [22:09] <mjs> so it might be hard to make quorum
- # [22:10] <Philip> Can Members be kicked out for inactivity?
- # [22:10] <Dashiva> anne-mac: You should get chaals to cricket-bat david then :)
- # [22:10] <mjs> in other Working Groups, yes, in this one, no
- # [22:10] * Joins: mjs_ (mjs@17.255.105.174)
- # [22:11] * Quits: mjs_ (mjs@17.255.105.174) (Quit: mjs_)
- # [22:11] * Quits: jmb (jmb@152.78.68.189) (Ping timeout)
- # [22:12] * gsnedders is scared of anne-mac
- # [22:12] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
- # [22:12] * Philip is more scared of the person with the cricket bat
- # [22:13] <Dashiva> Oh darn, I wasn't supposed to mention that
- # [22:14] <anne-mac> that's a violation of your NDA, you're now officially screwed :p
- # [22:20] * Joins: edas (edaspet@82.233.238.50)
- # [22:25] * Joins: edaspet (edaspet@82.233.238.50)
- # [22:27] * Quits: edas (edaspet@82.233.238.50) (Ping timeout)
- # [22:31] * Joins: jmb (jmb@152.78.68.189)
- # [22:47] * Joins: Zeros (Zeros-Elip@69.140.40.140)
- # [22:50] * Quits: Zeros (Zeros-Elip@69.140.40.140) (Ping timeout)
- # [23:09] * Quits: edaspet (edaspet@82.233.238.50) (Quit: Quitte)
- # [23:09] * Quits: gsnedders (gsnedders@86.137.236.187) (Quit: Partying in teh intarwebs)
- # [23:11] * Joins: sbuluf (syhpdsu@200.49.132.73)
- # [23:22] * Quits: anne-mac (annevk@77.163.243.203) (Ping timeout)
- # [23:22] <Lachy> woo hoo, another survey :-)
- # [23:24] <Philip> Lachy: Can I get a prize for guessing what you'll vote?
- # [23:25] <Lachy> I don't get to vote individually, anne already did
- # [23:25] <Philip> Oh, okay :-(
- # [23:32] <mjs> I have a feeling the survey will fail to meet the organization quorum
- # [23:36] * Quits: jgraham (james@81.86.210.78) (Quit: This computer has gone to sleep)
- # [23:57] * Joins: jgraham (james@81.86.210.78)
- # Session Close: Thu Jan 10 00:00:00 2008
The end :)