11:09
<gsnedders>
I guess I should treat <pre><dfn>foo bar</dfn><span>foo bar</span></pre> specially
13:32
<Lachy>
JohnResig, yt?
13:51
<JohnResig>
Lachy: hey
13:55
<mcarter>
JohnResig, I'm working on a Comet demo that may interest you. A multiplayer game using canvas with processing.js, and TCPSocket via Orbited for the network communication
13:55
<JohnResig>
mcarter: neat!
13:56
<JohnResig>
mcarter: definitely of interest
13:56
<mcarter>
JohnResig, I'll let you know when we you can test it out
13:57
<JohnResig>
mcarter: awesome - thanks!
13:59
<Lachy>
JohnResig, see mail about selectors api test suite on public-webapps
14:00
<Lachy>
crap, I just noticed a big mistake in my script.
14:00
<Lachy>
I guess I should have tested it first :-)
14:05
<Philip`>
http://blogs.msdn.com/dross/archive/2008/07/03/ie8-xss-filter-design-philosophy-in-depth.aspx
14:06
<zcorpan>
hsivonen: it would be cool to experiment with svg and mathml together with the validation part in validator.nu. is it something you're working on or are you deliberately disabling svg/mathml?
14:07
<zcorpan>
for instance, i've noted that html5 requires an html:html child of svg:foreignObject but such a tree is impossible to achieve in text/html
14:08
<zcorpan>
and trying <svg><foreignobject><html><head>etc might get unintiutive error messages
16:12
<annevk>
Form survey: http://www.w3.org/2002/09/wbs/40318/wfreq/
16:29
<annevk>
wow, the html4all crowd is calling FUD on hsivonen
16:30
<Windstoss>
Is there a way to get the date of a specific revision on the html5.org tracker?
16:31
<Windstoss>
1143 in my case…
16:32
<annevk>
you can use the hidden limit parameter to get a lot more results
16:33
<annevk>
with -1 meaning all and an arbitrary number meaning as much as you specify
16:35
<Windstoss>
annevk: you mean http://html5.org/tools/web-apps-tracker?limit=-1?
16:35
<annevk>
I was not putting in a link to prevent massive load on the server, but yes... :)
16:37
<Windstoss>
annevk: Won't mention it ;)
16:38
<Windstoss>
ah, 2007-12-11.
16:38
<Windstoss>
removal of OGG Theora :(
16:38
<Windstoss>
are there any news about this, btw?
16:39
<annevk>
nope
16:39
<Lachy__>
annevk, who's calling FUD on hsivonen and where?
16:39
<annevk>
see public-html
16:39
<annevk>
iirc
16:40
<Lachy>
http://www.w3.org/mid/486D4AE0.5070505⊙mn
16:43
<annevk>
and http://lists.w3.org/Archives/Public/public-html/2008Jul/0067.html
16:46
<hsivonen>
zcorpan: I have not prioritized SVG and MathML schema work for text/html, because I have had other stuff to prioritize and I think it's particularly harmful if authors start anticipating SVG-in-text/html support before there are browsers
16:50
<annevk>
woohoo, won 4 EUR in the lotto
16:51
<annevk>
can't believe they conned me into participating and I still haven't cancelled the thing
17:21
<annevk>
http://code.google.com/p/quipt/ hmm, we need localStorage
18:06
<gsnedders>
Stealing other people's wifi doesn't always work well
18:08
<Dashiva>
If you call it stealing, no wonder :P
20:17
<mrkrause>
think there's a market for a js game library using canvas?
20:22
<mrkrause>
I've been able to remake some classic games in canvas using a common Game class, I'm just wondering if there's any interest out there for me to release it
20:33
<annevk>
mrkrause, I'm interested in the games :)
20:34
<mrkrause>
annevk: I'd love more canvas based games too, I'm just wondering if there's an incentive for a flash replacement
20:35
<mrkrause>
I'm hoping something like a library could help
20:36
<hsivonen>
mrkrause: I think releasing a library would be a good idea
20:39
<mrkrause>
great
20:40
<mrkrause>
if anyone's interested I've got something basic running at 193.189.149.218/~mkrause/tetris
20:40
<mrkrause>
(Only works in Firefox 3, have yet to fix some bugs in other browsers)
21:51
<gsnedders>
hmm
21:52
<gsnedders>
TOC building is fn
21:52
<gsnedders>
*fun
21:52
<gsnedders>
is there anyway to clear an attribute in lxml?
21:59
<gsnedders_>
Did I miss an answer?
21:59
<mrkrause>
no
22:31
gsnedders
sighs
22:31
<gsnedders>
I mostly have a TOC!
22:35
<gsnedders>
http://pastebin.com/m3890bbad — a mostly correct TOC for HTML 5, it doesn't strip things like dfn from the actual text though
22:43
<gsnedders>
This is truly bizarre. I can see no way to remove attrs in lxml
22:51
<Dashiva>
gsnedders: Can't you just remove it from the attrib dict directly?