Options:
- # Session Start: Thu Jan 03 00:00:00 2008
- # Session Ident: #whatwg
- # [00:03] * Quits: phsiao (n=shawn@nat/ibm/x-06beb976794d8c0d)
- # [00:12] <webben> Philip`: What are you actually making btw? A renderer that will take X3D input and produce a canvas rendering?
- # [00:12] <webben> (just curious)
- # [00:13] <Philip`> webben: Yes (using Firefox's/Opera's 3d canvas contexts)
- # [00:13] <Philip`> Well, it's not just producing a rendering - it does some animation and user-controlled camera movement and stuff
- # [00:13] <webben> I see.
- # [00:17] <Philip`> My idea is that X3D can't be implemented natively by browsers (because there would be approximately no interoperability, given how it's defined), so they have to implement something like OpenGL, but OpenGL is really painful to use for anything non-trivial, so a higher-level 3D engine is needed, and X3D is a vaguely sensible way of doing that
- # [00:19] * Quits: gsnedders (n=gsnedder@host86-137-236-187.range86-137.btcentralplus.com) ("Partying in teh intarwebs")
- # [00:27] * Quits: weinig (n=weinig@17.203.15.140)
- # [00:27] <othermaciej> http://torgo-x.livejournal.com/1013176.html
- # [00:29] * Philip` found some Netscape 3.0 floppy disks at home today
- # [00:29] <Philip`> but I think that's the oldest version I've used, except when intentionally searching for ancient versions
- # [00:35] <othermaciej> what I find interesting about that post is that netscape 0.9b pretty much can't browse the current web
- # [00:35] <othermaciej> and that the showstopper problems are mostly at the HTTP level
- # [00:36] <Hixie> the bus i'm on just totally ran a red light
- # [00:36] <Hixie> good times
- # [00:38] <webben> the current web works pretty bad in mosaic IIRC too.
- # [00:38] <webben> or at least whatever mosaic is available for Windows systems from evolt
- # [00:38] <webben> can't remember if the problems were HTTP-related though
- # [00:39] * webben wonders if worldwideweb works at all
- # [00:40] <othermaciej> I dunno
- # [00:40] <othermaciej> the current web works pretty bad in Amaya
- # [00:40] <othermaciej> so I guess a browser doesn't have to be old to fail
- # [00:40] <othermaciej> but I don't think Amaya fails quite as badly as Netscape 0.9
- # [00:41] <Hixie> amaya is a browser to the same extent that a hybrid SUV is a way to save on carbon emissions
- # [00:42] <webben> Well, Amaya can't render text properly or handle HTTPS, but I think it can handle ordinary HTTP in a vaguely similar way to other browsers.
- # [00:43] <webben> Though I probably shouldn't whinge about it's text rendering without trying the latest version.
- # [00:44] <Philip`> Hooray, now I've got text, though it's upside-down and repeated five times and squashed so there's lots of empty space
- # [00:45] <webben> Now that sounds like Amaya's text rendering ;)
- # [00:45] <webben> (well except maybe the upside-down bit)
- # [00:53] * Joins: csarven- (n=nevrasc@modemcable130.251-202-24.mc.videotron.ca)
- # [00:56] * Quits: billmason (n=billmaso@ip156.unival.com) (Read error: 110 (Connection timed out))
- # [01:01] * Quits: roc_ (n=roc@202.0.36.64)
- # [01:07] * Quits: csarven (n=nevrasc@modemcable130.251-202-24.mc.videotron.ca) (Read error: 110 (Connection timed out))
- # [01:31] * Joins: roc_ (n=roc@202.0.36.64)
- # [01:57] * Quits: cgriego (n=cgriego@216.138.69.206)
- # [01:58] * Quits: tndH (i=Rob@adsl-87-102-34-81.karoo.KCOM.COM) ("ChatZilla 0.9.79-rdmsoft [XULRunner 1.8.0.9/2006120508]")
- # [02:01] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [02:01] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [02:02] * Quits: nickshanks (n=nickshan@home.nickshanks.com)
- # [02:03] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net) (Remote closed the connection)
- # [02:06] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [02:12] * csarven- is now known as csarven
- # [02:19] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net) (Remote closed the connection)
- # [02:22] * Joins: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [02:23] * Quits: tantek (n=tantek@68-25-236-75.area2.spcsdns.net)
- # [02:26] <Hixie> i could do a form post to an iframe and have the server respond with a 204 response and a Link: header, and check that the iframe has its stylesheet updated
- # [02:26] <Hixie> but maybe that's a bit contrived
- # [02:28] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [02:49] * Quits: kingryan (n=kingryan@dsl092-219-050.sfo1.dsl.speakeasy.net) (Read error: 113 (No route to host))
- # [02:53] <Hixie> gotta say, it's hard to find bugs in teh processing of URIs
- # [02:55] <jruderman> how about bugs related to escaping and charsets?
- # [02:55] <jruderman> proper handling of backslash \
- # [02:55] <jruderman> proper handling of % within javascript: or data: URIs
- # [02:56] <Hixie> got any specific examples of bugs?
- # [02:56] <Hixie> everything i've tried has worked in all browsers
- # [02:56] <jruderman> properly rejecting <img src="https:..."> when the cert is invalid
- # [02:56] <Hixie> (except for backslashes in data:, which is in the test)
- # [02:56] <Hixie> who says you should reject that?
- # [02:56] <Hixie> the problem is all the bugs i've found are things that aren't actually required by any specs
- # [02:57] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [02:58] <jruderman> common sense says you should reject that?
- # [02:58] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [02:58] <jruderman> how about <script src="https:...">
- # [02:58] <Hixie> sadly common sense isn't normative
- # [02:58] <Hixie> and i have to be able to justify everything in acid3 with normative text
- # [02:59] <jruderman> so add something to HTML5 saying that embedded stuff (especially <script> and <style>) pointing at https has to be ignored if the server has a bogus cert. if browsers get that wrong (i don't know whether they do) it's pretty bad for security.
- # [03:00] <Hixie> can you send me mail reminding me to add that?
- # [03:00] <Hixie> that'd be useful to add
- # [03:00] <othermaciej> Hixie: relative URL resolution when the relative part has too many ./ or ../ used to not match the URI spec (not sure if that is still true)
- # [03:00] <jruderman> ok
- # [03:00] <othermaciej> but that likely needs to be fixed in the spec
- # [03:00] <Hixie> not useful for acid3, though, i'm trying to target 2004-or-earlier only
- # [03:00] <othermaciej> (regarding URI processing bugs)
- # [03:00] <jruderman> 2004-or-earlier specs?
- # [03:01] <Hixie> jruderman: yeah. anything that was in CR or REC in 2004 or earlier.
- # [03:01] <jruderman> so that you can have "acid 5" test html5? ;)
- # [03:01] <Hixie> othermaciej: i just tried some stuff like that and couldn't find any bugs
- # [03:01] <Hixie> jruderman: good idea :-D
- # [03:02] <othermaciej> Hixie: I think browsers may also collapse together ../ and ./ in the non-relative part with ones in the relative part
- # [03:02] <othermaciej> or something like that
- # [03:02] <othermaciej> (I'm not sure that's even possible)
- # [03:02] <Hixie> can you give me an example? i'm not really following. how can a non-relative part have .. parts?
- # [03:02] <othermaciej> or maybe there is ./ and ../ processing in absolute URIs
- # [03:03] <othermaciej> I don't think a non-relative part can, I'm not remembering this very well
- # [03:03] <Hixie> yeah that's my problem too
- # [03:03] <othermaciej> since I last dealt with this stuff in like 2002 or so
- # [03:03] <Hixie> none of my tests are finding anything useful to test
- # [03:04] <othermaciej> <a href="http://bsalert.com/./news/./2196/./Programmer_Testifies_He_Was_Paid_To_Hack_Florida_Election.html">check</a>
- # [03:05] <othermaciej> I think browsers collapse away the ./ components there
- # [03:05] <Hixie> yeah, that's per spec
- # [03:05] <Hixie> rfc 3986 section 5.2.4
- # [03:05] <jruderman> hixie: test proper handling of <a href="//www.google.com/"> perhaps?
- # [03:06] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [03:06] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [03:07] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net) (Remote closed the connection)
- # [03:07] <jruderman> hixie: https://bugzilla.mozilla.org/show_bug.cgi?id=284474 and https://bugzilla.mozilla.org/show_bug.cgi?id=261929 (which parts of urls get sent as utf-8 and which parts get sent in the page's charset) ... dunno if any of that is covered by specs
- # [03:09] <Hixie> everyone seems to handle "//..." correctly
- # [03:09] <Hixie> sadly the character encoding stuff is wrong in the specs
- # [03:09] <Hixie> so i can't test it, lest i prevent the specs from being fixed
- # [03:09] <Hixie> man, testing URIs is a pain
- # [03:11] * Quits: csarven (n=nevrasc@modemcable130.251-202-24.mc.videotron.ca) (Read error: 110 (Connection timed out))
- # [03:12] <jruderman> because browsers aren't buggy enough?
- # [03:13] <Hixie> no, because the specs are so vague
- # [03:13] <jruderman> i see #fragments in my server's referrer logs sometimes, but i don't know whether that's due to browsers being buggy or something else
- # [03:13] <Hixie> if they were written like HTML5, with very specific things that must happen, it would be easy to see if it was working
- # [03:13] <Hixie> most bad HTTP seems to be down to spammers' spiders, as far as i can tell
- # [03:14] <Hixie> right. no more URI and HTTP tests. maybe I'll focus on DOM Traversal and DOM Range instead
- # [03:14] <Hixie> those don't have much testing
- # [03:14] * Philip` has never seen href="//..." except on slashdot.org
- # [03:15] <jruderman> test that IDN works?
- # [03:15] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [03:15] <Hixie> Philip`: it's suprisingly common
- # [03:15] <othermaciej> I think I need a new laptop
- # [03:16] <jruderman> test that port 25 is blocked? ;)
- # [03:16] <Philip`> othermaciej: You could get a nice HP one
- # [03:17] <othermaciej> Philip`: sure, I'll keep it next to my Zune and my Windows Mobile phone
- # [03:18] <jruderman> huh, RFC 3986 explicitly disallows URIs that use IP address formats other than dotted-decimal
- # [03:19] <Hixie> jruderman: but does it say what the error handling for the others should be?
- # [03:19] <Philip`> You could test IPv6 URIs
- # [03:19] <Hixie> Philip`: not sure how :-)
- # [03:19] <jruderman> nope, it says "many implementations allow..."
- # [03:19] <othermaciej> jruderman: does that include ruling out IPv6 addresses?
- # [03:19] <Hixie> jruderman: typical
- # [03:20] <jruderman> so i guess it doesn't exactly disallow them, just says they aren't valid URIs
- # [03:20] <Hixie> it disallows them, just like <em><i></em></i> is disallowed
- # [03:20] <Hixie> but that doesn't mean much for UAs
- # [03:22] <Philip`> Hixie: I'm not quite sure how you could do it so it's only testing the browser and not the whole network path to some external server :-(
- # [03:22] <Hixie> yeah
- # [03:23] <othermaciej> you could test that IPv6 IP addresses in a URI are not rejected
- # [03:23] <othermaciej> by using the <a> element's attributes to see that the host part is right
- # [03:24] <othermaciej> that would not test the network path at all
- # [03:24] <othermaciej> HTMLAnchorElement.host etc
- # [03:24] <Hixie> sadly those attributes aren't in DOM2 HTML :-(
- # [03:24] <othermaciej> they're not?
- # [03:24] <Hixie> (html5 has them)
- # [03:24] <Hixie> not as far as i can tell
- # [03:24] <Hixie> i may have missed them
- # [03:24] <othermaciej> good gravy
- # [03:24] <Hixie> but i couldn'd find them
- # [03:25] <othermaciej> yeah, only href
- # [03:25] <othermaciej> though you can use that to test relative URI resolution without having to load the target
- # [03:25] <Philip`> Is there any other way to detect invalid URI vs unreachable URI?
- # [03:25] <Hixie> othermaciej: true
- # [03:35] <Philip`> Does anything say that e.g. <iframe src="http://[::1]"> .src should give back an absolute URI like "http://[::1]/"?
- # [03:37] <othermaciej> it's so weird that HTMLFrameElement and HTMLIFrameElement don't inherit from anything in common besides HTMLElement
- # [03:38] <othermaciej> but anyway, it appears that the src property is not specified to resolve the value of the src attribute
- # [03:38] <othermaciej> http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-50708718
- # [03:38] <othermaciej> though it's hard to tell what the actual normative requirement is if any
- # [03:40] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [03:42] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [03:43] <Hixie> html5 requires any dom attribute reflecting a content attribute that contains a url to be absolute/resolved
- # [03:43] <Hixie> bbiab
- # [03:43] * Joins: parcelbrat (n=parcelbr@c-67-185-40-123.hsd1.wa.comcast.net)
- # [03:44] <Philip`> Hixie: If you'd just worked a bit faster and got HTML5 published as CR in 2004, you'd have saved yourself a lot of problems writing these tests
- # [03:45] <Hixie> if i'd gotten html5 done in 2004, either it would be as crap as all these specs are, or i'd be dead.
- # [03:45] <Hixie> :-)
- # [03:45] <Hixie> so i disagree :-P
- # [03:46] * Hixie goes to dinner
- # [04:02] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [04:03] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [04:11] * MacDomeOut is now known as MacDome
- # [04:11] <MacDome> kig: there are plenty o' tablets aroudn me
- # [04:15] * Joins: parcelbrat_ (n=parcelbr@c-67-185-40-123.hsd1.wa.comcast.net)
- # [04:32] * Quits: parcelbrat (n=parcelbr@c-67-185-40-123.hsd1.wa.comcast.net) (Connection timed out)
- # [04:35] * Joins: parcelbrat (n=parcelbr@c-67-185-40-123.hsd1.wa.comcast.net)
- # [04:35] * Quits: parcelbrat_ (n=parcelbr@c-67-185-40-123.hsd1.wa.comcast.net) (Read error: 104 (Connection reset by peer))
- # [05:16] <kig> MacDome: good to hear :)
- # [05:55] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [05:59] * Quits: parcelbrat (n=parcelbr@c-67-185-40-123.hsd1.wa.comcast.net) (Read error: 104 (Connection reset by peer))
- # [05:59] * Joins: parcelbrat (n=parcelbr@c-67-185-40-123.hsd1.wa.comcast.net)
- # [06:01] * Quits: roc_ (n=roc@202.0.36.64)
- # [06:04] * Quits: parcelbrat (n=parcelbr@c-67-185-40-123.hsd1.wa.comcast.net) (Client Quit)
- # [06:20] * Joins: doublec (n=Chris_Do@203-97-173-6.cable.telstraclear.net)
- # [06:22] * Joins: cgriego (n=cgriego@cpe-76-183-49-187.tx.res.rr.com)
- # [06:32] * Quits: cgriego (n=cgriego@cpe-76-183-49-187.tx.res.rr.com)
- # [06:46] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [06:50] * Quits: doublec (n=Chris_Do@203-97-173-6.cable.telstraclear.net) ("ChatZilla 0.9.79-rdmsoft [XULRunner 1.8.0.9/2006120508]")
- # [07:05] * Joins: parcelbrat (n=parcelbr@c-67-185-108-198.hsd1.wa.comcast.net)
- # [07:37] * Quits: jruderman (n=jruderma@corp-241.mountainview.mozilla.com)
- # [07:40] * Joins: maikmerten (n=merten@ls5laptop14.cs.uni-dortmund.de)
- # [07:42] * Quits: Hixie (i=ianh@trivini.no) ("leaving")
- # [07:42] * Joins: Hixie (i=ianh@trivini.no)
- # [08:17] * Joins: jruderman (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net)
- # [08:21] * MacDome is now known as MacDomeSleep
- # [08:24] * Joins: kura (n=faruk@c-24-6-99-228.hsd1.ca.comcast.net)
- # [08:35] * Joins: doublec (n=Chris_Do@203-97-173-6.cable.telstraclear.net)
- # [08:39] * Joins: kingryan (n=kingryan@dsl092-002-056.sfo1.dsl.speakeasy.net)
- # [08:50] * Quits: kingryan (n=kingryan@dsl092-002-056.sfo1.dsl.speakeasy.net)
- # [08:52] * Joins: kingryan (n=kingryan@dsl092-002-056.sfo1.dsl.speakeasy.net)
- # [08:59] * Quits: parcelbrat (n=parcelbr@c-67-185-108-198.hsd1.wa.comcast.net)
- # [08:59] * weinig is now known as weinig|zZz
- # [09:00] * Quits: kura (n=faruk@c-24-6-99-228.hsd1.ca.comcast.net) ("brb")
- # [09:00] * Joins: kura (n=faruk@c-24-6-99-228.hsd1.ca.comcast.net)
- # [09:34] * Joins: mpt (n=mpt@nat/canonical/x-f0d3386cb58ef9e1)
- # [09:40] * Quits: webben (n=benh@91.84.19.165)
- # [09:45] * Quits: kura (n=faruk@c-24-6-99-228.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [09:50] * Joins: grimeboy (n=grimboy@85-211-251-7.dsl.pipex.com)
- # [09:51] * Joins: roc_ (n=roc@121-72-34-250.dsl.telstraclear.net)
- # [09:52] * Quits: kingryan (n=kingryan@dsl092-002-056.sfo1.dsl.speakeasy.net)
- # [10:05] * Quits: grimboy_uk (n=grimboy@85-211-246-243.dsl.pipex.com) (Connection timed out)
- # [10:13] * Joins: ROBOd (n=robod@89.122.216.38)
- # [10:19] * Joins: webben (n=benh@nat/yahoo/x-5d016cc8e6ef9a32)
- # [10:31] * Quits: mpt (n=mpt@nat/canonical/x-f0d3386cb58ef9e1) (Read error: 113 (No route to host))
- # [10:31] * Quits: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no) ("This computer has gone to sleep")
- # [10:32] * Joins: mpt (n=mpt@nat/canonical/x-fb72a6e61a401b5b)
- # [10:34] * Joins: Hemebond (n=Hemebond@ip-118-90-78-199.xdsl.xnet.co.nz)
- # [10:39] * Quits: webben (n=benh@nat/yahoo/x-5d016cc8e6ef9a32) (Read error: 104 (Connection reset by peer))
- # [10:40] * Joins: Camaban (n=adrianle@host81-133-64-167.in-addr.btopenworld.com)
- # [10:43] * Quits: doublec (n=Chris_Do@203-97-173-6.cable.telstraclear.net) ("ChatZilla 0.9.79-rdmsoft [XULRunner 1.8.0.9/2006120508]")
- # [10:44] * Joins: Lachy (n=Lachlan@pat-tdc.opera.com)
- # [10:44] * Quits: roc_ (n=roc@121-72-34-250.dsl.telstraclear.net)
- # [10:49] * Quits: Lachy (n=Lachlan@pat-tdc.opera.com) ("This computer has gone to sleep")
- # [10:52] * Quits: mpt (n=mpt@nat/canonical/x-fb72a6e61a401b5b) (Read error: 110 (Connection timed out))
- # [10:55] * Joins: nickshanks (n=nickshan@home.nickshanks.com)
- # [10:55] * Joins: hdh (n=hdh@58.187.91.126)
- # [10:56] * Joins: Lachy (n=Lachlan@pat-tdc.opera.com)
- # [11:01] * Quits: Lachy (n=Lachlan@pat-tdc.opera.com) ("Leaving")
- # [11:02] * Joins: Lachy (n=Lachlan@pat-tdc.opera.com)
- # [11:20] * Quits: hendry (n=hendry@nox.vm.bytemark.co.uk) ("leaving")
- # [11:21] * Joins: hendry (n=hendry@nox.vm.bytemark.co.uk)
- # [11:27] * Joins: roc_ (n=roc@121-72-34-250.dsl.telstraclear.net)
- # [12:05] * Joins: tndH_ (i=Rob@adsl-87-102-34-81.karoo.KCOM.COM)
- # [12:05] * tndH_ is now known as tndH
- # [12:29] * Quits: roc_ (n=roc@121-72-34-250.dsl.telstraclear.net)
- # [12:48] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [12:52] * Joins: mpt (n=mpt@nat/canonical/x-3f5316ad2823f203)
- # [12:59] * Quits: jgraham (n=james@81-86-215-9.dsl.pipex.com) ("This computer has gone to sleep")
- # [13:12] * Joins: jgraham (n=james@81-86-215-9.dsl.pipex.com)
- # [13:16] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [13:17] * Quits: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Read error: 104 (Connection reset by peer))
- # [13:18] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [13:32] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [13:48] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [14:05] * Quits: mpt (n=mpt@nat/canonical/x-3f5316ad2823f203) ("Ex-Chat")
- # [14:05] * Joins: mpt (n=mpt@nat/canonical/x-756753918b8eb87f)
- # [14:06] * Joins: colione (n=colione@17.247.241.83.in-addr.dgcsystems.net)
- # [14:06] * Quits: mpt (n=mpt@nat/canonical/x-756753918b8eb87f) (Client Quit)
- # [14:06] * Joins: mpt (n=mpt@nat/canonical/x-1c3ed9e58952e177)
- # [14:13] * Quits: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Read error: 110 (Connection timed out))
- # [14:30] <hsivonen> Philip`: I deployed a very quick and very dirty temporary fix for the astral character issue in the XML serializer
- # [14:32] <hsivonen> I'm not yet sure whether I should 1) wait for the Xalan folks to fix it upstream, 2) develop a proper fix that not only fixes my use case but their myriad of other configurations that I don't need or 3) write my own serializer
- # [14:41] <hsivonen> note to whoever flagged my statement about hacking Xalan serializer in the IRC logs: a reasonable non-prettyprinting SAX ContentHandler to UTF-8 byte stream serializer should take one or two smallish source files. The Xalan serializer does a lot more and has 93 source files, so quickly hacking just what I need could easily break something else that someone else uses the code for
- # [14:42] * Joins: ROBOd (n=robod@89.122.216.38)
- # [14:46] <Hemebond> I have no idea what you just said.
- # [14:46] <Hemebond> Isn't that awful?
- # [14:48] <hsivonen> Hemebond: did I say something that didn't make sense?
- # [14:48] * Philip` wonders if anyone has a C preprocessor implementation in JavaScript
- # [14:48] * Joins: colione_ (n=colione@17.247.241.83.in-addr.dgcsystems.net)
- # [14:48] <Hemebond> hsivonen: No. I just have no idea what it means.
- # [14:49] * Quits: colione (n=colione@17.247.241.83.in-addr.dgcsystems.net) (Read error: 104 (Connection reset by peer))
- # [14:52] * Quits: nickshanks (n=nickshan@home.nickshanks.com) (Read error: 110 (Connection timed out))
- # [14:57] <kig> how are the svg filters implemented? software renderer is draw to temp surface, apply filter, composite? hardware, shader chain
- # [15:00] <Philip`> kig: I believe Firefox's SVG uses Cairo, which does different things on different platforms (e.g. sending commands to X on Linux so it can use whatever hardware acceleration the X driver supports)
- # [15:01] <Philip`> and different things for different compositing/filtering/etc modes, depending on what features the backend provides and what it has to emulate itself
- # [15:02] * Parts: hdh (n=hdh@58.187.91.126)
- # [15:03] * krijnh doesn't get http://arjaneising.nl/me/2007-as-an-html-element :s
- # [15:06] * Joins: MugginsM (n=jennyj@202.127.9.159)
- # [15:16] <kig> Philip`: okay, but if you want to do them using the 2d canvas?
- # [15:17] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [15:17] <kig> it's going to be hellishly slow, but better than not having them..
- # [15:21] <Philip`> I guess that depends on what the filter is - some look fairly straightforward, but others could only be done with getPixelData
- # [15:25] * Joins: inimino (n=inimino@c-75-71-88-233.hsd1.co.comcast.net)
- # [15:28] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [15:28] <zcorpan> Hixie: something for acid3 (assuming the spec covers it): # in data: url
- # [15:34] <Lachy> # in URLs is, I believe, covered by the URI RFC. It's always supposed to mean a fragment identifier in all URIs
- # [15:35] <Lachy> is anyone able to access http://lachy.id.au/ ? It's timing out for me.
- # [15:36] * Philip` wonders if he's forgetting an easy way to load stuff from one XML file into scripts in another XHTML file, without requiring something irritating like XHR
- # [15:37] <Philip`> Oh, maybe <iframe> does it
- # [15:37] <zcorpan> Lachy: well, that doesn't really make sense for e.g. mailto: or javascript:
- # [15:37] <Philip`> except that's a bit ugly :-(
- # [15:39] * zcorpan can't access http://lachy.id.au/
- # [15:39] <zcorpan> Lachy: but in any case, firefox and opera treat # in data: differently
- # [15:39] <Philip`> Lachy: I can ping it and ssh into it and connect to port 80, but then it times out before responding
- # [15:41] <Lachy> Philip`, same result I'm getting
- # [15:41] <Lachy> thanks
- # [15:41] * Lachy emails tech support...
- # [15:42] <Lachy> that's weird, I can't ssh to it.
- # [15:48] * Joins: grimboy_uk (n=grimboy@85-211-247-173.dsl.pipex.com)
- # [15:48] * Quits: grimeboy (n=grimboy@85-211-251-7.dsl.pipex.com) (Connection reset by peer)
- # [15:49] <Philip`> $ ssh lachy.id.au
- # [15:49] <Philip`> The authenticity of host 'lachy.id.au (207.210.111.50)' can't be established.
- # [15:49] <Philip`> RSA key fingerprint is 5e:13:16:fc:77:53:f5:f5:2a:7a:62:04:38:b2:9b:53.
- # [15:49] <Philip`> ...seems to indicate that it's connecting fine
- # [15:50] * Philip` wonders how cryptographically hard it is to get a "near collision" between RSA key fingerprints, so that somebody comparing two of them by eye will think they're the same
- # [15:51] <Philip`> (I usually compare MD5 checksums by only looking at the first half a dozen hex digits, which doesn't do much good to its security properties)
- # [15:54] * Parts: Hemebond (n=Hemebond@ip-118-90-78-199.xdsl.xnet.co.nz)
- # [15:56] * Joins: aroben_ (n=aroben@unaffiliated/aroben)
- # [15:56] * Quits: aroben (n=aroben@unaffiliated/aroben) (Nick collision from services.)
- # [15:56] * aroben_ is now known as aroben
- # [15:57] <Lachy> Philip`, I once read an article somewhere that discussed the usability of fingerprints, and IIRC, it said if the first and last few chars are the same, it's enough to fool most people.
- # [15:58] <MugginsM> would be an interesting programming problem, produce matching hexes that to a passing glance, look the same
- # [15:58] <Lachy> looks like lachy.id.au is back up
- # [16:01] <Philip`> Ooh, 'gl_FragColor = normal' makes prettily-coloured spheres
- # [16:02] * MacDomeSleep is now known as MacDome
- # [16:09] * Joins: dbaron (n=dbaron@pool-72-94-185-124.phlapa.fios.verizon.net)
- # [16:09] * Quits: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Read error: 110 (Connection timed out))
- # [16:17] * MacDome is now known as MacDomeOut
- # [16:19] * Joins: phsiao (n=shawn@nat/ibm/x-f34bb26647d32bed)
- # [16:28] * Joins: aroben_ (n=aroben@unaffiliated/aroben)
- # [16:29] * Quits: aroben (n=aroben@unaffiliated/aroben) (Nick collision from services.)
- # [16:29] * aroben_ is now known as aroben
- # [16:44] * Joins: aroben_ (n=aroben@unaffiliated/aroben)
- # [16:51] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [16:58] * Quits: maikmerten (n=merten@ls5laptop14.cs.uni-dortmund.de) ("Verlassend")
- # [16:59] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 110 (Connection timed out))
- # [17:01] <zcorpan> http://software.hixie.ch/utilities/js/live-dom-viewer/?%3Ctextarea%20style%3D%22overflow%3Avisible%22%3E%0D%0A1%0D%0A2%0D%0A3%0D%0A4%0D%0A%3C%2Ftextarea%3E
- # [17:01] <zcorpan> try that in ie
- # [17:02] <zcorpan> seems useful... any reason why we shouldn't copy this behavior?
- # [17:06] <krijnh> Please copy that, it's super handy :)
- # [17:08] <zcorpan> i wonder why ie only does it in quirks mode
- # [17:09] <krijnh> Does it?
- # [17:09] <zcorpan> yeah
- # [17:09] <krijnh> I've used it in standards mode
- # [17:10] <zcorpan> ...in ie7
- # [17:10] <zcorpan> ie6 does it in standards mode too
- # [17:10] <krijnh> IE7 as well
- # [17:10] * krijnh tests
- # [17:11] * krijnh still sucks at that
- # [17:11] <krijnh> You're right :)
- # [17:11] <zcorpan> perhaps they dropped it because they didn't know how to do it with correct impl of 'height'
- # [17:12] <zcorpan> should the text overflow outside the textarea when you've set a height?
- # [17:13] <zcorpan> or should height act as min-height?
- # [17:13] <krijnh> You shouldn't set a height when you want it to be as high as the content
- # [17:14] <zcorpan> that doesn't tell what UAs should do
- # [17:15] <zcorpan> ignore height altogether?
- # [17:15] <zcorpan> (act as min-height seems more useful of the alternatives, like ie6)
- # [17:17] * Quits: Lachy (n=Lachlan@pat-tdc.opera.com) ("This computer has gone to sleep")
- # [17:19] <krijnh> Yeah, I think so
- # [17:21] * Joins: csarven (n=nevrasc@modemcable130.251-202-24.mc.videotron.ca)
- # [17:28] * Joins: gsnedders (n=gsnedder@host86-137-236-187.range86-137.btcentralplus.com)
- # [17:29] * aroben_ is now known as aroben
- # [17:33] * Joins: cgriego (n=cgriego@216.138.69.206)
- # [17:37] <Philip`> http://www.microsoft.com/beta/downloads/About.aspx - hmm, the "Step 2" text on the right gets drawn underneath some other text in FF/Opera - does it work better in IE?
- # [17:38] <krijnh> Yes
- # [17:47] * Joins: grimeboy (n=grimboy@85-211-251-44.dsl.pipex.com)
- # [17:51] * Joins: aroben_ (n=aroben@76.111.161.65)
- # [17:52] * Quits: aroben (n=aroben@unaffiliated/aroben) (Nick collision from services.)
- # [17:52] * aroben_ is now known as aroben
- # [17:53] * Quits: colione_ (n=colione@17.247.241.83.in-addr.dgcsystems.net)
- # [17:54] * Joins: colione (n=colione@17.247.241.83.in-addr.dgcsystems.net)
- # [17:54] * aroben is now known as aroben|away
- # [17:58] * Parts: MugginsM (n=jennyj@202.127.9.159) ("Leaving")
- # [18:03] * Quits: grimboy_uk (n=grimboy@85-211-247-173.dsl.pipex.com) (Connection timed out)
- # [18:04] * Quits: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [18:05] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [18:11] * Joins: grimboy_uk (n=grimboy@85.211.238.244)
- # [18:16] * Joins: tantek (n=tantek@68-25-236-142.area2.spcsdns.net)
- # [18:19] * Joins: aroben_ (n=aroben@unaffiliated/aroben)
- # [18:26] * Quits: grimeboy (n=grimboy@85-211-251-44.dsl.pipex.com) (Read error: 110 (Connection timed out))
- # [18:33] * aroben_ is now known as aroben_|away
- # [18:34] * Joins: grimeboy (n=grimboy@85.211.237.116)
- # [18:35] * Quits: tantek (n=tantek@68-25-236-142.area2.spcsdns.net) (Read error: 104 (Connection reset by peer))
- # [18:35] * Joins: tantek (n=tantek@99-203-132-250.area2.spcsdns.net)
- # [18:36] * Quits: aroben|away (n=aroben@76.111.161.65) (Read error: 110 (Connection timed out))
- # [18:49] * Quits: grimboy_uk (n=grimboy@85.211.238.244) (Read error: 110 (Connection timed out))
- # [18:57] * Joins: maikmerten (n=maikmert@Lae9b.l.pppool.de)
- # [18:58] * Parts: Camaban (n=adrianle@host81-133-64-167.in-addr.btopenworld.com)
- # [19:11] * Quits: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Read error: 110 (Connection timed out))
- # [19:14] * Joins: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [19:16] * aroben_|away is now known as aroben
- # [19:29] * Joins: kingryan (n=kingryan@dsl092-219-050.sfo1.dsl.speakeasy.net)
- # [19:32] * Quits: weinig|zZz (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [19:33] * Joins: aroben_ (n=aroben@unaffiliated/aroben)
- # [19:37] * Joins: aroben__ (n=aroben@76.111.161.65)
- # [19:37] * Quits: aroben (n=aroben@unaffiliated/aroben) (Nick collision from services.)
- # [19:37] * aroben__ is now known as aroben
- # [19:37] * Quits: aroben_ (n=aroben@unaffiliated/aroben) (Nick collision from services.)
- # [19:41] * aroben is now known as aroben|lunch
- # [19:53] * Quits: tantek (n=tantek@99-203-132-250.area2.spcsdns.net) (Read error: 104 (Connection reset by peer))
- # [19:54] * Quits: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no) ("This computer has gone to sleep")
- # [20:08] * Joins: webben (n=benh@nat/yahoo/x-9e4d147d13f7ccd5)
- # [20:33] * aroben|lunch is now known as aroben
- # [20:38] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [20:40] * Joins: weinig (n=weinig@17.203.15.140)
- # [20:59] * Quits: maikmerten (n=maikmert@Lae9b.l.pppool.de) ("Leaving")
- # [21:05] * Quits: webben (n=benh@nat/yahoo/x-9e4d147d13f7ccd5) (Read error: 104 (Connection reset by peer))
- # [21:06] * Joins: webben (n=benh@nat/yahoo/x-660c89990bdbd1ed)
- # [21:07] * Quits: webben (n=benh@nat/yahoo/x-660c89990bdbd1ed) (Client Quit)
- # [21:10] * Quits: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Read error: 110 (Connection timed out))
- # [21:17] * Joins: grimboy_uk (n=grimboy@85-211-251-200.dsl.pipex.com)
- # [21:22] * Joins: grimboy (n=grimboy@85.211.238.83)
- # [21:26] * Joins: roc (n=roc@202.0.36.64)
- # [21:28] * Joins: tantek (n=tantek@99-203-155-42.area2.spcsdns.net)
- # [21:32] * Quits: grimeboy (n=grimboy@85.211.237.116) (Read error: 110 (Connection timed out))
- # [21:36] * Quits: tantek (n=tantek@99-203-155-42.area2.spcsdns.net)
- # [21:37] * Quits: grimboy_uk (n=grimboy@85-211-251-200.dsl.pipex.com) (Read error: 110 (Connection timed out))
- # [21:46] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 110 (Connection timed out))
- # [21:51] * Joins: k0rnel (i=k0rnel@dup-dyn153.87-197-179.t-com.sk)
- # [22:01] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [22:04] * Quits: jruderman (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net)
- # [22:06] * Joins: eseidel (n=eseidel@nat/google/x-148aa62076246e4c)
- # [22:24] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [22:29] * Joins: jruderman (n=jruderma@corp-241.mountainview.mozilla.com)
- # [22:36] * Quits: YaaL (i=yaal@hell.pl) (Read error: 104 (Connection reset by peer))
- # [22:39] * Quits: eseidel (n=eseidel@nat/google/x-148aa62076246e4c)
- # [22:40] * Joins: eseidel (n=eseidel@nat/google/x-d81f03be67dd31e9)
- # [22:42] * Quits: eseidel (n=eseidel@nat/google/x-d81f03be67dd31e9) (Client Quit)
- # [22:43] * Joins: YaaL (i=yaal@hell.pl)
- # [23:00] * Joins: cgriego_ (n=cgriego@216.138.69.206)
- # [23:04] * Quits: cgriego_ (n=cgriego@216.138.69.206) (Client Quit)
- # [23:07] * Joins: eseidel (n=eseidel@nat/google/x-0c331a8c43b4664b)
- # [23:11] * Quits: mpt (n=mpt@canonical/launchpad/mpt) ("Ex-Chat")
- # [23:14] * Quits: eseidel (n=eseidel@nat/google/x-0c331a8c43b4664b)
- # [23:17] * Quits: cgriego (n=cgriego@216.138.69.206) (Read error: 113 (No route to host))
- # [23:25] * Quits: YaaL (i=yaal@hell.pl) (Read error: 104 (Connection reset by peer))
- # [23:26] * Joins: eseidel (n=eseidel@nat/google/x-c9f0be35d0a3e4fe)
- # [23:27] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [23:35] * Joins: YaaL (i=yaal@hell.pl)
- # [23:39] * Joins: mpt (n=mpt@canonical/launchpad/mpt)
- # [23:52] <jruderman> Hixie: does the nodelist returned by getElementsByClassName have to be in document order?
- # [23:55] * Quits: dbaron (n=dbaron@pool-72-94-185-124.phlapa.fios.verizon.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [23:55] * Quits: mpt (n=mpt@canonical/launchpad/mpt) ("Ex-Chat")
- # Session Close: Fri Jan 04 00:00:00 2008
The end :)