/irc-logs / w3c / #webapps / 2012-05-03 / end
Options:
- # Session Start: Thu May 03 00:00:02 2012
- # Session Ident: #webapps
- # [00:10] <timeless> Topic: Testing
- # [00:12] * ojan is now known as ojan_away
- # [00:12] * timeless [ Agenda Wrangling ]
- # [00:12] * timeless [ +Obsolete Specs ]
- # [00:12] * timeless [ Testing ]
- # [00:12] * timeless [ Meetings / Wrap up / Beer ]
- # [00:13] * timeless [[ crickets ]]
- # [00:13] * Joins: abarsto (abarsto@205.248.100.252)
- # [00:13] * abarsto is now known as ArtB
- # [00:13] <timeless> rniwa: I like to write tests
- # [00:13] <timeless> ... but it's hard for me to figure out which part of a spec needs tests
- # [00:13] <timeless> ... or has tests
- # [00:13] <timeless> ... which part of a spec needs testing
- # [00:13] <timeless> ... [Coverage]
- # [00:14] <timeless> ... I encourage my colleagues and myself to write tests
- # [00:14] <timeless> ... but i don't have 4 hours to figure out which tests test which items
- # [00:14] <timeless> ... if i remember correctly, each test has a link to the section of the spec
- # [00:14] <timeless> ... if we have a tool that could go through the tests
- # [00:14] <timeless> ... the CSS Tool called "Shepard" (by plinns)
- # [00:14] <plh> q+
- # [00:14] * Zakim sees plh on the speaker queue
- # [00:14] <timeless> ... that lets you annotate the CSS spec
- # [00:15] <timeless> ... to show you which tests exist for a section
- # [00:15] <timeless> ... and to go from the tests to the parts of the spec
- # [00:15] <bryan> q+
- # [00:15] * Zakim sees plh, bryan on the speaker queue
- # [00:15] * Joins: adrianba (qw3birc@128.30.52.28)
- # [00:15] <timeless> ack plh
- # [00:15] * Zakim sees bryan on the speaker queue
- # [00:15] <chaals> i/... the CSS/shepazu:
- # [00:15] <timeless> plh: In practice, the CSS WG has the highest bar
- # [00:16] <timeless> until you put the metadata, they won't accept their tests
- # [00:16] <timeless> s/until/... until/
- # [00:16] <rniwa> q+
- # [00:16] * Zakim sees bryan, rniwa on the speaker queue
- # [00:16] <anne> I think it would be good if we had an annotation system for the specification. If we had that, we could use that to annotate tests. Hixie has written such software for the WHATWG. I'm sure he's willing to share it and have someone make it usable for more than one specification
- # [00:16] <timeless> ... this is one of those tradeoffs you have to make
- # [00:16] <anne> ^^ is what I'd say if I put myself on the queue
- # [00:16] <timeless> ... you saw the w3c test results, it's a modified version of Shepard on the w3c server
- # [00:17] <tantek_> in case it is helpful: http://wiki.csswg.org/test/format
- # [00:17] <timeless> ... we're still trying to get upstream changes from plinns
- # [00:17] <timeless> ... there are two features that we don't have, that he isn't interested in implemented
- # [00:17] <timeless> s/implemented/implementing/
- # [00:17] <timeless> ... it's written in PHP
- # [00:17] <timeless> ... some people donm
- # [00:17] <ArtB> -> http://www.w3.org/TR/test-methodology/ A Method for Writing Testable Conformance Requirements
- # [00:17] <timeless> s/donm/don't like php/
- # [00:17] <tantek_> in particular, here is the meta data that is requested for each test:
- # [00:17] <tantek_> <link rel="author" title="NAME_OF_AUTHOR" href="mailto:EMAIL OR http://CONTACT_PAGE">
- # [00:17] <tantek_> <link rel="help" href="RELEVANT_SPEC_SECTION">
- # [00:17] <tantek_> <meta name="flags" content="TOKENS">
- # [00:17] <tantek_> <meta name="assert" content="TEST ASSERTION">
- # [00:17] * MikeSmith wonders who does like php?
- # [00:17] <timeless> ... if someone came along w/ a Node.js framework based system, we'd take it
- # [00:17] <MikeSmith> q?
- # [00:17] * Zakim sees bryan, rniwa on the speaker queue
- # [00:18] <chaals> ack bry
- # [00:18] * Zakim sees rniwa on the speaker queue
- # [00:18] <bryan> I've been working on a tool to help spec authors identify the distinct testable assertions in their specs. An quick/dirty demo version is at http://bkaj.net/test/dap/assertions.html.
- # [00:18] <timeless> krisk: [=> rniwa ] you could ask the testing list
- # [00:18] <timeless> bryan: I've started looking at specs across w3 to show how it could be done
- # [00:19] <timeless> ... easy ways to navigate from tests to spec
- # [00:19] <timeless> ... annotating the spec with metadata
- # [00:19] <timeless> ... i talked with darobin about updating ReSpec.js to incorporate this
- # [00:19] <timeless> ... if you go to the tool
- # [00:19] <timeless> ... you can click a spec
- # [00:19] <timeless> ... and it pulls out the testable statements
- # [00:19] <tantek_> as an spec editor, my first reaction is, this is too much work
- # [00:19] <timeless> ... one by one
- # [00:19] <tantek_> *a
- # [00:20] <plh> q?
- # [00:20] * Zakim sees rniwa on the speaker queue
- # [00:20] <plh> q+
- # [00:20] * Zakim sees rniwa, plh on the speaker queue
- # [00:20] <timeless> ... at the top is the list of testable assertions
- # [00:20] <timeless> ... it's useful for structuring tests
- # [00:21] <timeless> plh: it's pretty limiting
- # [00:21] <tantek> q+ to say this spec markup just moves the problem from one rare resource (test authors) to an even *rarer* resource (spec editors)
- # [00:21] * Zakim sees rniwa, plh, tantek on the speaker queue
- # [00:21] <timeless> ... some things may not have a MUST
- # [00:21] <timeless> bryan: in order to test things
- # [00:21] <plh> q-
- # [00:21] * Zakim sees rniwa, tantek on the speaker queue
- # [00:21] <timeless> ... you need to be rigorous in terms of how you describe them
- # [00:21] <timeless> ... if it's difficult to pull them out
- # [00:22] <timeless> ... i don't think that's easy for the people to write the tests
- # [00:22] <timeless> ... maybe people need clearer statements to decide what to test
- # [00:22] <chaals> ack mi
- # [00:22] * Zakim sees rniwa, tantek on the speaker queue
- # [00:22] <ArtB> ACTION: barstow make sure all of WebApps' new Editors are at least aware of http://www.w3.org/TR/test-methodology/
- # [00:22] * trackbot noticed an ACTION. Trying to create it.
- # [00:22] * RRSAgent records action 2
- # [00:22] <trackbot> Created ACTION-662 - Make sure all of WebApps' new Editors are at least aware of http://www.w3.org/TR/test-methodology/ [on Arthur Barstow - due 2012-05-09].
- # [00:22] <timeless> rniwa: I agree with your statement
- # [00:22] <timeless> ... if we have thousands of tests
- # [00:22] <timeless> ... it's had for me to figure out
- # [00:22] <timeless> ... at some point it doesn't scale well
- # [00:23] <ArtB> ACTION: bryan seriously consider using http://www.w3.org/TR/test-methodology/ in Push Events spec
- # [00:23] * RRSAgent records action 3
- # [00:23] * trackbot noticed an ACTION. Trying to create it.
- # [00:23] <trackbot> Created ACTION-663 - Seriously consider using http://www.w3.org/TR/test-methodology/ in Push Events spec [on Bryan Sullivan - due 2012-05-09].
- # [00:23] <timeless> ... Ideally, as a test author, i'd just like to go to one page
- # [00:23] <timeless> ... and have it tell me which part of the test needs tests
- # [00:23] <timeless> ... and which part of the section
- # [00:23] <timeless> shepazu: and you're writing something to do this?
- # [00:23] <timeless> rniwa: it's hard for me to figure out which part of the spec to write for
- # [00:24] <timeless> ... as is, i'd have to know all tests
- # [00:24] <timeless> ... in WebKit, for regression tests, it's easy
- # [00:24] <timeless> ... you just have a testcase, because if you had a test, we'd have failed and seen and fixed the bug
- # [00:24] <timeless> ... but for conformance tests
- # [00:24] <timeless> ... it's unclear
- # [00:24] <chaals> ack tan
- # [00:24] <Zakim> tantek, you wanted to say this spec markup just moves the problem from one rare resource (test authors) to an even *rarer* resource (spec editors)
- # [00:24] * Zakim sees rniwa on the speaker queue
- # [00:24] <timeless> tantek: i don't think putting the burden of explicit markup into the spec is a good idea
- # [00:25] <chaals> q+ to disagree with tantek...
- # [00:25] * Zakim sees rniwa, chaals on the speaker queue
- # [00:25] <timeless> ... i think from the resource perspective, it's the complete wrong idea
- # [00:25] <timeless> ... you're moving the burden from test authors to spec authors
- # [00:25] <timeless> ... and spec authors are a rarer resource
- # [00:25] <timeless> ... if anything, you should move it the other way, or to machines
- # [00:25] <timeless> ... there are ways to write better specs
- # [00:25] <timeless> ... writing testable assertions
- # [00:25] * chaals simply refuses to work on having machines go for a beer on my behalf
- # [00:25] <timeless> ... but writing markup is a mistake
- # [00:26] <timeless> ... it should be possible to interpret specs
- # [00:26] <tantek_> http://www.w3.org/MarkUp/Test/HTML401/current/assertions/prologue.html
- # [00:26] <timeless> ... it's what MS did for the HTML4 WG in 2002
- # [00:26] <timeless> ... we documented how we generated them
- # [00:26] <bryan> q+ to note that avoiding authors to markup tests is the intent of developing tools that automatically do this, and help the authors to better structure their normative statements for clarity to testers.
- # [00:26] * Zakim sees rniwa, chaals, bryan on the speaker queue
- # [00:26] <timeless> ... infamously it was claimed there were no testable assertions
- # [00:26] <timeless> ... we found plenty
- # [00:26] <timeless> ... it was plh who said the CSS WG had strict metadata requirements
- # [00:26] <tantek_> http://wiki.csswg.org/test/format
- # [00:27] <MikeSmith> qq?
- # [00:27] <MikeSmith> q?
- # [00:27] * Zakim sees rniwa, chaals, bryan on the speaker queue
- # [00:27] <timeless> s|http://wiki.csswg.org/test/format|-> http://wiki.csswg.org/test/format CSS Test Format Requirements (metadata)|
- # [00:27] <timeless> ... the requirements are pretty minimal
- # [00:27] * rniwa Zakim: i think you removed tantek instead of rniwa
- # [00:27] <chaals> ack mi
- # [00:27] * Zakim sees rniwa, chaals, bryan on the speaker queue
- # [00:28] <chaals> ack rni
- # [00:28] * Zakim sees chaals, bryan on the speaker queue
- # [00:28] <timeless> > <link rel="author" title="NAME_OF_AUTHOR" href="mailto:EMAIL OR http://CONTACT_PAGE"/>
- # [00:28] <timeless> > <link rel="help" href="RELEVANT_SPEC_SECTION"/>
- # [00:28] <timeless> tantek: those two lines aren't much effort
- # [00:28] <timeless> ... and from that you can generate a lot of stuff
- # [00:29] <timeless> ack chaals
- # [00:29] <Zakim> chaals, you wanted to disagree with tantek...
- # [00:29] * Zakim sees bryan on the speaker queue
- # [00:29] <timeless> chaals: i agree that you don't want to make this monstrous pile of work for spec editors
- # [00:29] * Quits: DanD (qw3birc@128.30.52.28) (Ping timeout)
- # [00:29] <timeless> ... when i write specs internally, i write "MUST" and put a class on it
- # [00:29] <timeless> ... using a WYSIWYG editor, that's a trivial operation
- # [00:29] <timeless> ... and just that, it's pretty easy to do
- # [00:29] <timeless> ... i find that helpful, as a spec author
- # [00:30] <timeless> ... i can say "oh, this says everything, but the bit that really matters"
- # [00:30] <timeless> ... you need an easy to use extractor
- # [00:30] <timeless> ... if i had to spend hours going through the markup, i wouldn't do it
- # [00:30] <timeless> ... as shepazu says, it isn't busy work
- # [00:30] <timeless> ... but i can know my spec is better than what you expect from me
- # [00:30] <chaals> ack bry
- # [00:30] <Zakim> bryan, you wanted to note that avoiding authors to markup tests is the intent of developing tools that automatically do this, and help the authors to better structure their
- # [00:30] <Zakim> ... normative statements for clarity to testers.
- # [00:30] * Zakim sees no one on the speaker queue
- # [00:31] <timeless> bryan: we should shoot for tools that do stuff automatically
- # [00:31] <timeless> ... even add markup
- # [00:31] <timeless> ... editors need to be ok with their specs being augmented
- # [00:31] <timeless> ... i suggested in DAP
- # [00:31] <chaals> q+ to channel anne
- # [00:31] * Zakim sees chaals on the speaker queue
- # [00:31] <timeless> ... maybe members could support the editors
- # [00:31] <timeless> ... who identify testability of a spec
- # [00:31] <timeless> ... and actually manually add those things
- # [00:32] <anne> q+
- # [00:32] * Zakim sees chaals, anne on the speaker queue
- # [00:32] <timeless> ... so people can focus on different things concurrently
- # [00:32] <chaals> q- later
- # [00:32] * Zakim sees anne, chaals on the speaker queue
- # [00:32] <timeless> ... i don't want to add extra work for spec editors
- # [00:32] <timeless> [ Spec editors are ... ... delicate flowers ]
- # [00:32] <timeless> anne: i mentioned on irc, we should have the whatwg annotation system in W3C
- # [00:32] <timeless> ... it allows most people to add annotations
- # [00:32] <bryan> one other thing I suggested in DAP was that editors could have the assistance of members focused on the testability of the spec, and add annotations classes etc, working alongside the spec editors.
- # [00:32] <timeless> ... you can add notes, tests, ...
- # [00:33] <rniwa> q+
- # [00:33] * Zakim sees anne, chaals, rniwa on the speaker queue
- # [00:33] <tantek_> link?
- # [00:33] <timeless> ... this feature isn't implemented, it's stable, it's fairly broken, ...
- # [00:33] <timeless> ack anne
- # [00:33] * Zakim sees chaals, rniwa on the speaker queue
- # [00:33] <tantek_> to documentation of whatwg annotation system?
- # [00:33] <timeless> ... it's disconnected from the specification
- # [00:33] <plh> is it http://www.whatwg.org/specs/web-apps/current-work/status-documentation.html ?
- # [00:33] <timeless> ... but they're displayed together
- # [00:33] <chaals> q- later
- # [00:33] * Zakim sees rniwa, chaals on the speaker queue
- # [00:33] <timeless> ... it works broadly
- # [00:33] <timeless> ... you can file bugs from it
- # [00:35] * Quits: magnus (magnus@205.248.100.252) (Ping timeout)
- # [00:35] <timeless> plh: is it documented?
- # [00:35] <timeless> anne: i think the code is proprietary from Hixie
- # [00:35] * Joins: DanD (qw3birc@128.30.52.28)
- # [00:35] <timeless> ... i think he could put it somewhere
- # [00:36] <timeless> anne: i don't think there's a complete description
- # [00:36] * rniwa http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-style-attribute
- # [00:37] <timeless> http://ms2ger.freehostia.com/tests/html5/global-attributes/reftests/style-01.html
- # [00:37] <timeless> The requested URL /tests/html5/global-attributes/reftests/style-01.html was not found on this server.
- # [00:37] <timeless> Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
- # [00:37] * hober 404ed!
- # [00:37] <timeless> [ Laughter ]
- # [00:38] <tantek_> ms2ger - we're looking at some of your HTML5 tests
- # [00:38] <chaals> ack rni
- # [00:38] * Zakim sees chaals on the speaker queue
- # [00:38] <timeless> rniwa: it would be nice if we had a dashboard
- # [00:39] <timeless> ... showing how many tests per section of the spec
- # [00:39] <timeless> ... showing how many sections we have in a test
- # [00:39] * timeless hober : look @ screen
- # [00:39] <tantek_> or maybe test density
- # [00:39] <tantek_> like tests per 1000 characters ;)
- # [00:39] <timeless> ... @TPAC, I had trouble observing all the information needed for a test
- # [00:39] <timeless> ... it'd be nice for a 5 yo. to look at a wiki and write a test
- # [00:39] * chaals hears ryosuke volunteering to write up a wiki and work on playing with a tool...
- # [00:39] <tantek_> +1 on using wikis
- # [00:39] <plh> -> http://www.w3.org/html/wg/wiki/Testing/Authoring/ Guidelines for Authoring tests
- # [00:39] <tantek_> for collaboratively writing / improving tests
- # [00:40] * rniwa possibily
- # [00:40] * timeless --------------------------- /me WebKit2WebProcess.exe - System Error /me --------------------------- /me The program can't start because QTCF.dll is missing from your computer. Try reinstalling the program to fix this problem. /me --------------------------- /me OK /me ---------------------------
- # [00:40] <chaals> ack me
- # [00:40] <Zakim> chaals, you wanted to channel anne
- # [00:40] * Zakim sees no one on the speaker queue
- # [00:40] <timeless> chaals: i wanted to channel anne , but he channeled himself
- # [00:40] <krisk> correct link -> http://www.w3c-test.org/html/tests/submission/Ms2ger/global-attributes/style-01.html
- # [00:40] * ArtB notes Widgets spec has an impl dashboard although not the same thing Ryosuke was talking about http://dev.w3.org/2006/waf/widgets/imp-report/
- # [00:40] <timeless> ... we'd like to have a Pony
- # [00:40] <timeless> ... free beer at the start of every meeting
- # [00:40] <krisk> ..and IE passes this test just fine
- # [00:40] <timeless> ... and some tools
- # [00:41] <timeless> ... any volunteer to ask Hixie about borrowing his code?
- # [00:41] <timeless> ... rniwa, you look busy
- # [00:41] <timeless> rniwa: i'm talking to Hixie now
- # [00:41] <krisk> The list is a good spot to ask questions e.g. public-webapps-testsuite@w3.org
- # [00:42] <timeless> [ Chrome and Safari both fail the reftest, nightly and ie9x64 pass - http://ms2ger.freehostia.com/tests/html5/global-attributes/style-01.html ]
- # [00:42] <timeless> chaals: anything else we should talk about?
- # [00:42] <timeless> ... do we need documentation for test harnesses?
- # [00:42] <rniwa> Ian says he can open-source and let anyone use it.
- # [00:42] <timeless> q?
- # [00:42] * Zakim sees no one on the speaker queue
- # [00:42] <tantek> q+ to mention Restyle in the context of testability / test suite writing
- # [00:42] * Zakim sees tantek on the speaker queue
- # [00:42] <chaals> [sweet. thanks Ian]
- # [00:42] <rniwa> who should contact Ian about that?
- # [00:42] <timeless> krisk: in my experience, browser vendors create better tests when they start implementing features
- # [00:43] <chaals> [/me wonders how conceptually different it is from Annotea]
- # [00:43] <timeless> ... there is wiki information on a bunch of that stuff
- # [00:43] <timeless> ... there's someone from korea who came out of the blue
- # [00:43] <timeless> ... if you aren't on the list <public-webapps-testsuite@w3.org>, it's harder
- # [00:43] <timeless> chaals: I suggest we close the topic
- # [00:44] <tantek_> www.w3.org/wiki/SpecProd/Restyle
- # [00:44] <timeless> tantek: i want to suggest the Spec ReStyle effort at W3
- # [00:44] <timeless> s|www.w3.org/wiki/SpecProd/Restyle|-> http://www.w3.org/wiki/SpecProd/Restyle Spec ReStyle effort at W3|
- # [00:44] <timeless> RRSAgent, draft minutes
- # [00:44] <RRSAgent> I have made the request to generate http://www.w3.org/2012/05/02-webapps-minutes.html timeless
- # [00:44] <timeless> Topic: Meetings
- # [00:45] <timeless> paulc: I had a simple observation
- # [00:45] <timeless> ... the HTML WG is meeting tomorrow and the next day
- # [00:45] <timeless> ... and we expect the next opportunity is TPAC in Fall
- # [00:45] <timeless> ... as Co-chair at the HTML WG, I proposed we not overlap
- # [00:45] <timeless> ... and WebApps is MT and HTML is ThF
- # [00:45] <timeless> ... if WebApps wants to go ThF, we could flip that around
- # [00:46] <timeless> ... but we should be intentional about this
- # [00:46] <timeless> ArtB: chaals responding MT and said the same thing
- # [00:46] <timeless> paulc: ok, so both WGs can make independent decisions about going to TPAC
- # [00:46] <timeless> chaals: we've done that explicitly, more or less deliberately
- # [00:46] <timeless> ... this group has only met @TPAC
- # [00:46] <timeless> ... for a number of years
- # [00:47] <timeless> ... TPAC has helped, 40-50 people
- # [00:47] <timeless> ... TPAC is hard work
- # [00:47] <timeless> ... it's the meeting where people are present
- # [00:47] <timeless> ... HTML, SVG, CSS, Audio, etc.
- # [00:47] <timeless> ... I believe we should keep going there
- # [00:47] <timeless> ... it's worth going there
- # [00:47] <timeless> ... is there anyone who think we shouldn't go there?
- # [00:48] <timeless> ArtB: it's in our charter
- # [00:48] <timeless> chaals: we could ignore our charter
- # [00:48] <timeless> ... we started talking about it months ago
- # [00:48] <timeless> ... how many people will go this year?
- # [00:48] <timeless> ArtB: who isn't planning to go?
- # [00:48] <timeless> [ Essentially no hands ]
- # [00:49] <ArtB> -> http://www.w3.org/2012/webapps/charter/ Face-to-face: we will meet during the W3C's annual Technical Plenary week
- # [00:50] * Quits: whitech (whitech@66.75.249.133) (Quit: Instantbird 1.1)
- # [00:50] <timeless> chaals: if we did a meeting next time in the US at this time of the year
- # [00:50] <timeless> ... who is unlikely to go?
- # [00:50] <timeless> [ no serious hands ]
- # [00:50] <timeless> chaals: if we had a meeting outside the US, who is unlikely to go?
- # [00:50] <timeless> [ no hands ]
- # [00:50] <timeless> chaals: excellent, we'll have a meeting in ...
- # [00:51] <timeless> MikeSmith: what i'm looking at now is the HTML5 bug tracker
- # [00:51] <timeless> ... that shows the state of my life
- # [00:52] <timeless> chaals: is there a better way to do this meeting
- # [00:52] <timeless> ... than to do this meeting together?
- # [00:52] <timeless> ... other than having widgets as a split
- # [00:52] <timeless> shepazu: this was effectively an unconference
- # [00:52] <timeless> ... i didn't hear any exceptions
- # [00:53] <timeless> chaals: tpac with 60 people in the room could be painful
- # [00:53] <timeless> ArtB: we could say no to observers
- # [00:53] <timeless> Josh_Soref: you'll lose the scribe
- # [00:53] <timeless> shepazu: that's a big difference
- # [00:53] <timeless> adrianba: i'd support beer in the requirements
- # [00:54] <timeless> chaals: so, this will be the way we'll work then
- # [00:54] <timeless> ArtB: so paulc, when will you make the decision on TPAC?
- # [00:54] <timeless> paulc: the WG has always sent out a we'll go
- # [00:54] <timeless> ... and there has never been a respose
- # [00:54] <timeless> ... we'll ask tomorrow
- # [00:54] <timeless> ... and ask for a response on friday
- # [00:54] <timeless> ... i don't know how many of the members here have overlap
- # [00:54] <timeless> ... we're trying to get to REC
- # [00:55] <timeless> ... there's pressure on W3C to get an HTML5 REC
- # [00:55] <timeless> ... using F2F time to get REC makes sense
- # [00:55] <timeless> ... we'll see what they say
- # [00:56] <timeless> chaals: I apologize to paulc about our unexpected efficiency
- # [00:56] <timeless> [ The meeting room was extended to 6pm ]
- # [00:57] <timeless> [ Break until 4pm ]
- # [00:58] * Quits: chaals (chaals@205.248.100.252) (Ping timeout)
- # [00:59] * Quits: tross (qw3birc@128.30.52.28) (Quit: Page closed)
- # [01:04] * Quits: ArtB (abarsto@205.248.100.252) (Quit: Leaving.)
- # [01:06] * Quits: bryan (qw3birc@128.30.52.28) (Quit: Page closed)
- # [01:07] * Quits: DanD (qw3birc@128.30.52.28) (Quit: Page closed)
- # [01:07] * hober timeless: have you run apple software update recently?
- # [01:07] * Joins: abarsto (abarsto@205.248.100.252)
- # [01:07] * abarsto is now known as ArtB
- # [01:07] <timeless> Topic: Warnings for old DOM Specifications
- # [01:07] <ArtB> -> http://lists.w3.org/Archives/Public/public-webapps/2012AprJun/att-0044/warnings.html Msger's Proposals
- # [01:08] <ArtB> -> http://lists.w3.org/Archives/Public/public-webapps/2012AprJun/0062.html Bjoern's comments
- # [01:08] <smaug_> next TPAC will be on the better side of the world?
- # [01:10] <anne> smaug_: France I think
- # [01:10] * timeless TPAC will be in France
- # [01:10] * timeless Lyon
- # [01:11] <ArtB> -> http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/ DOM Level 2 Views Warning
- # [01:11] <timeless> chaals: warnings for old DOM specifications
- # [01:11] <timeless> ... and others
- # [01:11] <timeless> ... it is generally believed that, e.g. DOM2 Events
- # [01:11] <anne> smaug_: so if by better you mean non-US, yes
- # [01:11] <timeless> ... is obsolete
- # [01:11] <timeless> ... and probably not the best reference
- # [01:11] <smaug_> ok, thanks
- # [01:11] <timeless> ... if you're looking for a DOM Events specification
- # [01:11] <timeless> ... two questions:
- # [01:11] <timeless> ... what should we do
- # [01:11] * heycam|away is now known as heycam
- # [01:11] <timeless> ... what should it say?
- # [01:12] <timeless> ... for people who look for things to be shifted to ISO
- # [01:12] <timeless> ... some people say people look for things that work
- # [01:12] <timeless> ... we had a proposal to do this
- # [01:12] <timeless> ... we got an email from bjorn
- # [01:12] <timeless> s/bjorn/bjoern/
- # [01:13] <timeless> ... identifying technicalities
- # [01:13] <timeless> ArtB: he objects to
- # [01:13] <timeless> ... the pointer to the replacement doc being an ED
- # [01:13] <timeless> ... he finds that not acceptable
- # [01:13] <timeless> ... if we were to point to a WIP
- # [01:13] <timeless> ... it should be a /TR/
- # [01:14] <adrianba> q+
- # [01:14] * Zakim sees tantek, adrianba on the speaker queue
- # [01:14] <timeless> ... because an ED by definition is constantly changing
- # [01:14] <tantek> q-
- # [01:14] * Zakim sees adrianba on the speaker queue
- # [01:14] <timeless> ... the rest of his comments were nits about specific text
- # [01:14] <timeless> q?
- # [01:14] * Zakim sees adrianba on the speaker queue
- # [01:14] <timeless> ack adrianba
- # [01:14] * Zakim sees no one on the speaker queue
- # [01:14] <timeless> adrianba: i can't talk a lot about this
- # [01:15] <timeless> ... MS has regulatory requirements around W3 RECs
- # [01:15] <timeless> ... a note that suggesting you shouldn't read the document would be a problem for us
- # [01:15] <timeless> ... however, a note saying the document isn't actively being maintained
- # [01:15] <timeless> ... with a pointer to something being actively maintained
- # [01:15] <timeless> ... would be acceptable
- # [01:15] <timeless> paulc: when we discussed this in the HTML WG
- # [01:15] <timeless> ... i had a talk with Ian Jacobs
- # [01:16] <timeless> ... when they redid the w3 web site
- # [01:16] <anne> Example of where this is done today: http://www.w3.org/TR/DOM-Level-2-Views/
- # [01:16] <timeless> ... they put the oldest specs at the top
- # [01:16] <timeless> ... the underlying cause of this
- # [01:16] <timeless> q+ chaals
- # [01:16] * Zakim sees chaals on the speaker queue
- # [01:16] <timeless> ... is that you see the old specs
- # [01:16] <adrianba> s/something being/something describing what is/
- # [01:16] <timeless> ... I'm working with IanJ to improve this
- # [01:16] <timeless> ... in particular, it includes XHTML in the HTML specs
- # [01:17] <timeless> ... one of the underlying causes here
- # [01:17] <timeless> ... is that people do this search
- # [01:17] <timeless> ... and it fills their screen
- # [01:17] <timeless> ... and you don't even see DOM4
- # [01:17] <timeless> ... some of us are working on the underlying cause
- # [01:17] <timeless> q?
- # [01:17] * Zakim sees chaals on the speaker queue
- # [01:17] <timeless> ack
- # [01:17] * Quits: ekr (ekr@205.248.100.252) (Quit: ekr)
- # [01:17] <timeless> s/ack //
- # [01:17] <timeless> ack ch
- # [01:17] * Zakim sees no one on the speaker queue
- # [01:17] <timeless> chaals: there are regulatory problems
- # [01:18] <timeless> ... other things
- # [01:18] <timeless> ... If you go to DOM0, or DOM4, or DOM3E, or DOM2E
- # [01:18] <timeless> ... what we have is "This version, latest version, previous version"
- # [01:18] <timeless> ... we probably need something more intelligent
- # [01:18] <timeless> ... a bit of wordsmithing to do
- # [01:19] <timeless> Josh_Soref: adrianba, are these a problem for MS?
- # [01:19] <timeless> adrianba: it isn't my problem
- # [01:19] <timeless> s/problem/preference/
- # [01:19] <timeless> ... my preference is a link to a page that lays out the status of the dom specifications
- # [01:20] <timeless> ArtB: so, the last sentence could be tweaked
- # [01:20] <timeless> ... a pointer to a wiki doc?
- # [01:20] <tantek_> how about start with w3.org/wiki/dom ?
- # [01:20] <timeless> chaals: DOM4 isn't the only relevant spec
- # [01:20] <timeless> ... DOM3E has said it doesn't want to point to DOM4
- # [01:21] <tantek_> and here's a stub, feel free to contribute: http://www.w3.org/wiki/Dom
- # [01:21] * timeless tantek_ thanks
- # [01:21] <timeless> anne: there was a CfC
- # [01:21] <timeless> ... it passed
- # [01:21] <timeless> chaals: no, it didn't pass
- # [01:22] <timeless> ... no mail from Chairs
- # [01:22] <tantek_> oh look, there was a http://www.w3.org/wiki/DOM already, now redirected to that.
- # [01:23] <timeless> Josh_Soref: adrianba, is this better?
- # [01:23] <timeless> adrianba: yes
- # [01:23] * Joins: chaals (chaals@205.248.100.252)
- # [01:24] <timeless> Josh_Soref: my preference is for this, since I don't want to bikeshed dom4 => dom5 references when we finish DOM4
- # [01:24] * Joins: magnus (magnus@205.248.100.252)
- # [01:25] <timeless> Josh_Soref: change the last sentence to "Please see [wiki/[Category]] for the status of ..."
- # [01:25] <timeless> chaals: thank you very much to paulc, Microsoft for hosting
- # [01:26] <timeless> [ Applause ]
- # [01:26] <timeless> chaals: thanks to Josh_Soref for scribing
- # [01:26] <timeless> [ Applause ]
- # [01:26] <timeless> chaals: it takes a special person to scribe a two day meeting
- # [01:26] <timeless> ... where's the beer?
- # [01:26] <shepazu> s/special person/special sort of person/
- # [01:26] * Quits: smaug_ (chatzilla@91.154.40.77) (Ping timeout)
- # [01:27] * Joins: ekr (ekr@205.248.100.252)
- # [01:27] <tantek_> http://www.cafeborrone.com/
- # [01:27] <tantek_> 1010 El Camino Real, Menlo Park, CA 94025 | 650-327-0830
- # [01:28] <timeless> [ Adjourned ]
- # [01:28] <timeless> RRSAgent, make minutes
- # [01:28] <RRSAgent> I have made the request to generate http://www.w3.org/2012/05/02-webapps-minutes.html timeless
- # [01:28] <timeless> trackbot, end meeting
- # [01:28] * trackbot is ending a teleconference
- # [01:28] <trackbot> Zakim, list attendees
- # [01:28] <Zakim> sorry, trackbot, I don't know what conference this is
- # [01:29] * Quits: Russell_Berkoff (qw3birc@128.30.52.28) (Quit: Page closed)
- # [01:29] <trackbot> RRSAgent, please draft minutes
- # [01:29] <RRSAgent> I have made the request to generate http://www.w3.org/2012/05/02-webapps-minutes.html trackbot
- # [01:29] <trackbot> RRSAgent, bye
- # [01:29] <RRSAgent> I see 3 open action items saved in http://www.w3.org/2012/05/02-webapps-actions.rdf :
- # [01:29] <RRSAgent> ACTION: adrianba to liaise with Robin to ensure feature detection is part of his API design document [1]
- # [01:29] <RRSAgent> recorded in http://www.w3.org/2012/05/02-webapps-irc#T19-09-43
- # [01:29] <RRSAgent> ACTION: barstow make sure all of WebApps' new Editors are at least aware of http://www.w3.org/TR/test-methodology/ [2]
- # [01:29] <RRSAgent> recorded in http://www.w3.org/2012/05/02-webapps-irc#T22-14-36
- # [01:29] <RRSAgent> ACTION: bryan seriously consider using http://www.w3.org/TR/test-methodology/ in Push Events spec [3]
- # [01:29] <RRSAgent> recorded in http://www.w3.org/2012/05/02-webapps-irc#T22-15-26
- # [01:29] * Parts: RRSAgent (rrs-loggee@128.30.52.169)
- # [01:30] * Parts: adrianba (qw3birc@128.30.52.28)
- # [01:30] <plh> -> http://mozilla.github.com/webapps-spec/ Web Application Manifest Format and Management APIs
- # [01:31] * Quits: glenn (gadams@205.248.100.252) (Client exited)
- # [01:34] <anne> http://www.w3.org/2006/webapi/ <- Web API did it better
- # [01:34] * Quits: MikeSmith (MikeSmith@205.248.100.252) (Quit: MikeSmith)
- # [01:35] <timeless> http://pastebin.mozilla.org/1613039
- # [01:36] <ArtB> http://www.w3.org/2008/webapps/
- # [01:36] <timeless> http://pastebin.mozilla.org/1613040
- # [01:37] * Quits: plh (plh@128.30.52.28) (Quit: always accept cookies)
- # [01:38] * Quits: magnus (magnus@205.248.100.252) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0a2/20120430042007])
- # [01:38] * Quits: Arno (Arnaud@205.248.100.252) (Quit: Arno)
- # [01:39] * Joins: MikeSmith (MikeSmith@205.248.100.252)
- # [01:39] * Quits: shan (qw3birc@128.30.52.28) (Quit: Page closed)
- # [01:39] * Quits: ArtB (abarsto@205.248.100.252) (Quit: Leaving.)
- # [01:39] * heycam is now known as heycam|away
- # [01:39] * heycam|away is now known as heycam
- # [01:43] * Quits: yosuke (qw3birc@128.30.52.28) (Ping timeout)
- # [01:44] * Quits: tantek_ (tantek@205.248.100.252) (Quit: tantek_)
- # [01:44] * Quits: shepazu (shepazu@128.30.52.169) (Quit: shepazu)
- # [01:45] * Quits: anne (annevk@205.248.100.252) (Quit: anne)
- # [01:49] * Quits: MikeSmith (MikeSmith@205.248.100.252) (Quit: MikeSmith)
- # [01:50] * Joins: tantek_ (tantek@205.248.100.252)
- # [01:50] * Quits: rniwa (rniwa@216.239.45.130) (Quit: rniwa)
- # [01:51] * Quits: mattur (qw3birc@128.30.52.28) (Quit: Page closed)
- # [01:52] * Quits: tantek_ (tantek@205.248.100.252) (Quit: tantek_)
- # [01:52] * Quits: chaals (chaals@205.248.100.252) (Quit: chaals)
- # [01:54] * Quits: tantek (tantek@205.248.100.252) (Quit: tantek)
- # [01:57] * Quits: ekr (ekr@205.248.100.252) (Quit: ekr)
- # [02:03] * Quits: JeffH (quassel@205.248.100.252) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
- # [02:04] * Quits: krisk (qw3birc@128.30.52.28) (Ping timeout)
- # [02:08] * Parts: aklein (u4454@88.198.6.68)
- # [02:15] * Quits: sicking (chatzilla@205.248.100.252) (Ping timeout)
- # [02:25] * Joins: davidb (davidb@174.91.42.30)
- # [02:26] * Quits: davidb (davidb@174.91.42.30) (Client exited)
- # [02:30] * Joins: davidb (davidb@174.91.42.30)
- # [02:30] * Quits: Wonsuk (wonsuk73@205.248.100.252) (Quit: Wonsuk)
- # [02:31] * Joins: sicking (chatzilla@205.248.100.252)
- # [02:32] * Quits: dveditz (dveditz@205.248.100.252) (Quit: dveditz)
- # [02:33] * Joins: rogerk (Adium@108.7.70.167)
- # [02:40] * Quits: sicking (chatzilla@205.248.100.252) (Ping timeout)
- # [02:49] * Joins: tantek (tantek@66.87.2.118)
- # [02:58] * Joins: dveditz (dveditz@63.245.220.240)
- # [03:23] * Quits: mattkelly (mattwkelly@173.252.71.2) (Ping timeout)
- # [03:24] * Joins: rogerk1 (Adium@108.7.70.167)
- # [03:24] * Quits: rogerk (Adium@108.7.70.167) (Connection reset by peer)
- # [03:25] * Joins: rogerk (Adium@108.7.70.167)
- # [03:25] * Quits: rogerk1 (Adium@108.7.70.167) (Connection reset by peer)
- # [03:45] * Joins: mattkelly (mattwkelly@64.34.186.7)
- # [03:49] * Quits: tantek (tantek@66.87.2.118) (Quit: tantek)
- # [03:54] * Joins: tantek (tantek@66.87.2.118)
- # [03:57] * miketaylrawaylol is now known as miketaylr
- # [04:02] * Quits: mattkelly (mattwkelly@64.34.186.7) (Ping timeout)
- # [04:03] * Quits: davidb (davidb@174.91.42.30) (Quit: davidb)
- # [04:11] * Quits: tantek (tantek@66.87.2.118) (Quit: tantek)
- # [04:13] * heycam is now known as heycam|away
- # [04:19] * Joins: paradisaeidae (chatzilla@49.2.2.235)
- # [04:25] * Joins: tantek (tantek@66.87.2.118)
- # [04:28] * Quits: rogerk (Adium@108.7.70.167) (Quit: Leaving.)
- # [05:17] * heycam|away is now known as heycam
- # [05:18] * Quits: tantek (tantek@66.87.2.118) (Quit: tantek)
- # [05:20] * Quits: dveditz (dveditz@63.245.220.240) (Quit: dveditz)
- # [05:25] * Joins: shepazu (shepazu@128.30.52.169)
- # [05:26] * Quits: shepazu (shepazu@128.30.52.169) (Quit: shepazu)
- # [06:02] * Joins: mattkelly (mattwkelly@69.181.69.39)
- # [06:05] * Joins: MikeSmith (MikeSmith@173.164.173.13)
- # [06:25] * Quits: paradisaeidae (chatzilla@49.2.2.235) (Ping timeout)
- # [06:32] * Joins: rniwa (rniwa@70.89.66.218)
- # [06:32] * heycam is now known as heycam|away
- # [06:36] * Joins: rniwa_ (rniwa@216.239.45.130)
- # [06:39] * Quits: rniwa (rniwa@70.89.66.218) (Ping timeout)
- # [06:39] * rniwa_ is now known as rniwa
- # [06:50] * Joins: rogerk (Adium@108.7.70.167)
- # [07:30] * Quits: miketaylr (miketaylr@70.112.101.224) (Quit: Leaving...)
- # [08:29] * Joins: sicking (chatzilla@67.180.8.184)
- # [08:55] * Joins: tantek (tantek@50.1.62.23)
- # [09:03] * Quits: mattkelly (mattwkelly@69.181.69.39) (Ping timeout)
- # [09:27] * Joins: tmpsantos (tmpsantos@192.198.151.44)
- # [09:34] * Joins: shepazu (shepazu@128.30.52.169)
- # [09:54] * Zakim excuses himself; his presence no longer seems to be needed
- # [09:54] * Parts: Zakim (rrs-bridgg@128.30.52.169)
- # [10:52] * Joins: smaug_ (chatzilla@91.154.40.77)
- # [10:56] * Quits: gavin (gavin@63.245.208.169) (Ping timeout)
- # [10:58] * Joins: gavin (gavin@63.245.208.169)
- # [11:14] * Quits: Lachy (Lachy@84.215.193.30) (Quit: Computer has gone to sleep.)
- # [11:16] * Quits: richt (richt@213.236.208.22) (Ping timeout)
- # [11:17] * Joins: richt (richt@213.236.208.247)
- # [11:26] * Joins: Lachy (Lachy@213.236.208.22)
- # [11:59] * Quits: richt (richt@213.236.208.247) (Client exited)
- # [12:04] * Quits: rogerk (Adium@108.7.70.167) (Quit: Leaving.)
- # [12:06] * Joins: rogerk (Adium@108.7.70.167)
- # [12:06] * Joins: richt (richt@213.236.208.22)
- # [12:07] * Quits: MikeSmith (MikeSmith@173.164.173.13) (Ping timeout)
- # [12:22] * Quits: rniwa (rniwa@216.239.45.130) (Quit: rniwa)
- # [12:24] * Quits: rogerk (Adium@108.7.70.167) (Quit: Leaving.)
- # [12:56] * Joins: mattur (qw3birc@128.30.52.28)
- # [12:56] <mattur> \join #html-wg
- # [13:24] * Quits: Lachy (Lachy@213.236.208.22) (Quit: Bye)
- # [13:28] * Joins: Lachy (Lachy@213.236.208.22)
- # [13:53] * Quits: sicking (chatzilla@67.180.8.184) (Client exited)
- # [14:37] * Joins: rogerk (Adium@108.7.70.167)
- # [14:48] * Joins: davidb (davidb@66.207.208.98)
- # [15:51] * Joins: miketaylr (miketaylr@70.112.101.224)
- # [16:38] * Quits: smaug_ (chatzilla@91.154.40.77) (Client exited)
- # [16:38] * Joins: smaug_ (chatzilla@91.154.40.77)
- # [16:44] * Quits: tmpsantos (tmpsantos@192.198.151.44) (Quit: Leaving)
- # [16:49] * Quits: miketaylr (miketaylr@70.112.101.224) (Connection reset by peer)
- # [17:10] * Quits: tantek (tantek@50.1.62.23) (Quit: tantek)
- # [17:31] * Quits: richt (richt@213.236.208.22) (Quit: Leaving...)
- # [17:45] * Joins: tantek (tantek@66.87.7.78)
- # [17:48] * Joins: MikeSmith (MikeSmith@205.248.100.252)
- # [17:48] * Joins: Ms2ger (Ms2ger@91.181.137.187)
- # [17:55] * Joins: ekr (ekr@74.95.2.169)
- # [17:57] * Quits: Ms2ger (Ms2ger@91.181.137.187) (Ping timeout)
- # [17:57] * Joins: Ms2ger (Ms2ger@91.181.137.187)
- # [18:01] * Quits: Lachy (Lachy@213.236.208.22) (Quit: Computer has gone to sleep.)
- # [18:09] * Quits: ekr (ekr@74.95.2.169) (Ping timeout)
- # [18:11] * Joins: abarsto (abarsto@205.248.100.252)
- # [18:11] * abarsto is now known as ArtB
- # [18:15] * Joins: anne (annevk@205.248.100.252)
- # [18:19] * Joins: glenn (gadams@205.248.100.252)
- # [18:20] * Joins: Wonsuk (wonsuk73@205.248.100.252)
- # [18:24] * Parts: Wonsuk (wonsuk73@205.248.100.252)
- # [18:32] * Joins: Lachy (Lachy@84.215.193.30)
- # [18:37] * Joins: ekr (ekr@205.248.100.252)
- # [18:39] * Quits: rogerk (Adium@108.7.70.167) (Quit: Leaving.)
- # [18:40] * Joins: dveditz (dveditz@205.248.100.252)
- # [18:40] * Joins: JeffH (quassel@205.248.100.252)
- # [18:44] * Quits: tantek (tantek@66.87.7.78) (Quit: tantek)
- # [18:47] * Joins: mattkelly (mattwkelly@166.161.128.15)
- # [18:50] * Quits: mattkelly (mattwkelly@166.161.128.15) (Ping timeout)
- # [18:50] * Joins: mattkelly (mattwkelly@166.161.128.15)
- # [18:53] * Quits: mattkelly (mattwkelly@166.161.128.15) (Ping timeout)
- # [18:53] * Joins: mattkelly (mattwkelly@107.38.98.158)
- # [18:54] * Quits: mattkelly (mattwkelly@107.38.98.158) (Quit: mattkelly)
- # [18:56] * Joins: tantek (tantek@66.87.7.78)
- # [18:58] * Joins: tantek_ (tantek@205.248.100.252)
- # [19:00] * Quits: tantek (tantek@66.87.7.78) (Ping timeout)
- # [19:00] * tantek_ is now known as tantek
- # [19:05] * Joins: rogerk (Adium@108.7.70.167)
- # [19:18] * Joins: miketaylr (miketaylr@70.112.101.224)
- # [19:31] * Quits: Lachy (Lachy@84.215.193.30) (Quit: Computer has gone to sleep.)
- # [19:36] * Quits: rogerk (Adium@108.7.70.167) (Ping timeout)
- # [19:38] * Joins: rogerk (Adium@108.7.70.167)
- # [19:43] * Quits: shepazu (shepazu@128.30.52.169) (Quit: shepazu)
- # [19:46] * Quits: JeffH (quassel@205.248.100.252) (Ping timeout)
- # [19:48] * Joins: JeffH (quassel@205.248.100.252)
- # [19:49] * ArtB changes topic to 'WebApps WG; channel log :http://krijnhoetmer.nl/irc-logs/'
- # [19:51] * Joins: whitech (whitech@66.75.249.133)
- # [19:54] * Joins: Paul_Kinlan (Paul_Kinla@216.239.45.4)
- # [19:55] * Parts: jsbell (u6276@88.198.6.68)
- # [19:58] * Quits: miketaylr (miketaylr@70.112.101.224) (Quit: Leaving...)
- # [20:14] * Joins: miketaylr (miketaylr@173.139.107.159)
- # [20:14] * Quits: ArtB (abarsto@205.248.100.252) (Quit: Leaving.)
- # [20:17] * Joins: Lachy (Lachy@84.215.193.30)
- # [20:24] * Parts: ojan_away (u5519@88.198.6.68)
- # [20:27] * Quits: rogerk (Adium@108.7.70.167) (Quit: Leaving.)
- # [20:28] * Quits: whitech (whitech@66.75.249.133) (Quit: Instantbird 1.1)
- # [20:34] * Joins: shepazu (shepazu@128.30.52.169)
- # [20:49] * Quits: Paul_Kinlan (Paul_Kinla@216.239.45.4) (Client exited)
- # [20:53] * Joins: rogerk (Adium@108.7.70.167)
- # [21:08] * Joins: rniwa (rniwa@70.89.66.218)
- # [21:12] * Quits: Lachy (Lachy@84.215.193.30) (Quit: Computer has gone to sleep.)
- # [21:19] * Joins: tantek_ (tantek@205.248.100.252)
- # [21:19] * Quits: anne (annevk@205.248.100.252) (Ping timeout)
- # [21:21] * Quits: tantek (tantek@205.248.100.252) (Ping timeout)
- # [21:21] * Quits: tantek_ (tantek@205.248.100.252) (Connection reset by peer)
- # [21:21] * Joins: tantek (tantek@205.248.100.252)
- # [21:26] * Quits: shepazu (shepazu@128.30.52.169) (Ping timeout)
- # [21:28] * Quits: tantek (tantek@205.248.100.252) (Ping timeout)
- # [21:34] * Quits: miketaylr (miketaylr@173.139.107.159) (Quit: Leaving...)
- # [21:37] * Quits: MikeSmith (MikeSmith@205.248.100.252) (Connection reset by peer)
- # [21:42] * Quits: glenn (gadams@205.248.100.252) (Ping timeout)
- # [21:47] * Joins: miketaylr (miketaylr@70.112.101.224)
- # [22:05] * Joins: shepazu (shepazu@128.30.52.169)
- # [22:15] * Joins: glenn (gadams@205.248.100.252)
- # [22:15] * Joins: anne (annevk@205.248.100.252)
- # [22:17] * Joins: abarsto (abarsto@205.248.100.252)
- # [22:17] * abarsto is now known as ArtB
- # [22:17] * Joins: MikeSmith (MikeSmith@205.248.100.252)
- # [22:22] * Joins: jrossi (jrossi@131.107.192.16)
- # [22:22] * Parts: jrossi (jrossi@131.107.192.16)
- # [22:36] * Quits: davidb (davidb@66.207.208.98) (Quit: davidb)
- # [22:41] * Quits: rogerk (Adium@108.7.70.167) (Quit: Leaving.)
- # [22:44] * Quits: dveditz (dveditz@205.248.100.252) (Quit: dveditz)
- # [22:48] * Joins: Paul_Kinlan (Paul_Kinla@216.239.45.4)
- # [22:50] * Quits: Ms2ger (Ms2ger@91.181.137.187) (Quit: nn)
- # [22:53] * Joins: tantek_ (tantek@205.248.100.252)
- # [23:06] * Joins: dveditz (dveditz@63.245.220.240)
- # [23:08] * Joins: tantek (tantek@205.248.100.252)
- # [23:18] * Quits: Paul_Kinlan (Paul_Kinla@216.239.45.4) (Client exited)
- # [23:21] * Quits: shepazu (shepazu@128.30.52.169) (Quit: shepazu)
- # [23:21] * Quits: ArtB (abarsto@205.248.100.252) (Quit: Leaving.)
- # [23:23] * Quits: tantek_ (tantek@205.248.100.252) (Connection reset by peer)
- # [23:25] * Quits: anne (annevk@205.248.100.252) (Ping timeout)
- # [23:25] * Quits: tantek (tantek@205.248.100.252) (Ping timeout)
- # [23:27] * Joins: tantek (tantek@66.87.2.86)
- # [23:30] * Joins: Paul_Kinlan (Paul_Kinla@216.239.45.4)
- # [23:32] * Quits: glenn (gadams@205.248.100.252) (Connection reset by peer)
- # [23:32] * Quits: MikeSmith (MikeSmith@205.248.100.252) (Connection reset by peer)
- # [23:38] * Joins: tantek_ (tantek@66.87.2.86)
- # [23:43] * Joins: glenn (gadams@205.248.100.252)
- # [23:43] * Joins: MikeSmith (MikeSmith@205.248.100.252)
- # [23:48] * Quits: Paul_Kinlan (Paul_Kinla@216.239.45.4) (Client exited)
- # [23:49] * Joins: Lachy (Lachy@84.215.193.30)
- # [23:53] * Joins: anne (annevk@205.248.100.252)
- # [23:57] * Joins: chaals (chaals@205.248.100.252)
- # [23:59] * Joins: Paul_Kinlan (Paul_Kinla@216.239.45.4)
- # Session Close: Fri May 04 00:00:00 2012
The end :)