Options:
- # Session Start: Mon Apr 13 00:00:00 2009
- # Session Ident: #html-wg
- # [00:00] * Joins: Lachy (Lachlan@93.158.28.130)
- # [00:00] * Quits: Lachy (Lachlan@93.158.28.130) (Client exited)
- # [00:06] * Joins: Lachy (Lachlan@93.158.28.130)
- # [00:13] * Joins: dbaron (dbaron@98.234.51.190)
- # [00:35] * Quits: Sander (svl@86.87.68.167) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [01:18] * Joins: xover (xover@193.157.66.22)
- # [01:27] * Quits: Lachy (Lachlan@93.158.28.130) (Quit: This computer has gone to sleep)
- # [03:10] * Joins: jwatt (roslea@83.87.4.17)
- # [04:20] * Quits: shepazu (schepers@128.30.52.30) (Client exited)
- # [04:20] * Joins: shepazu (schepers@128.30.52.30)
- # [04:23] * Quits: nico (nico@133.27.247.181) (Ping timeout)
- # [04:27] * Joins: nico (nico@133.27.247.181)
- # [04:41] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [06:34] <MikeSmith> @changes
- # [06:34] <pimpbot> MikeSmith: Update abstract for Oracle. <http://lists.w3.org/Archives/Public/public-html-diffs/2009Apr/0036.html> ** Add keygen to the void element list; make those element lists alphabetical; correct an acknowledgement spelling. (whatwg r2961) <http://lists.w3.org/Archives/Public/public-html-diffs/2009Apr/0035.html> ** 1.2125 2961 Add keygen to the void element list; make those element lists alphabetical; (8 more messages)
- # [07:27] <MikeSmith> @changes
- # [07:27] <pimpbot> MikeSmith: Update abstract for Oracle. <http://lists.w3.org/Archives/Public/public-html-diffs/2009Apr/0036.html> ** Add keygen to the void element list; make those element lists alphabetical; correct an acknowledgement spelling. (whatwg r2961) <http://lists.w3.org/Archives/Public/public-html-diffs/2009Apr/0035.html> ** 1.2125 2961 Add keygen to the void element list; make those element lists alphabetical; (8 more messages)
- # [07:30] * Quits: dhairya1 (dhairya@116.72.175.194) (Connection reset by peer)
- # [07:30] * Joins: dhairya (dhairya@116.72.175.194)
- # [07:31] * Joins: dhairya1 (dhairya@116.72.175.194)
- # [07:31] * Quits: dhairya (dhairya@116.72.175.194) (Connection reset by peer)
- # [07:32] <pimpbot> changes: "initial add" (15 messages in thread) <http://lists.w3.org/Archives/Public/public-html-diffs/2009Apr/0051.html>
- # [08:41] <MikeSmith> hsivonen: when you get back to keyboard, wanted to ask what you think about having GNU-formatted output also include the "Content model for element foo" information and "Element-specific attributes for element foo", the way the HTML output does
- # [08:41] <MikeSmith> for GNU, it seems like it could be included as an info message
- # [08:46] <MikeSmith> separate from the error message
- # [08:48] * Joins: Lachy (Lachlan@93.158.8.176)
- # [08:51] * Quits: dbaron (dbaron@98.234.51.190) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [09:27] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Tomorrow to fresh woods, and pastures new.)
- # [09:39] * Quits: Lachy (Lachlan@93.158.8.176) (Quit: Leaving)
- # [09:50] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [09:52] <MikeSmith> hsivonen: also wanted to ask you if there is any way to run plain-vanilla jing from command line in a way that makes it aware of the HTML5 datatype library
- # [09:53] <hsivonen> MikeSmith: magic should happen if you have the datatype lib in classpath
- # [09:53] <hsivonen> MikeSmith: my initial reaction to exposing elaborations in the GNU format is negative, but I'll think about it
- # [09:54] <MikeSmith> hsivonen: thanks
- # [09:55] <MikeSmith> about the datatypes, I think I tried already putting the jar in my classpath, and it didn't seem to work
- # [09:55] <MikeSmith> but i'll try again and confirm
- # [09:55] <hsivonen> MikeSmith: then I have no idea how to make it work. did you also put rhino and icu4j in the classpath?
- # [09:56] <MikeSmith> no
- # [09:56] <MikeSmith> I guess I need to do that too?
- # [09:56] <hsivonen> MikeSmith: try putting those in there, too
- # [09:56] <MikeSmith> OK
- # [10:19] <MikeSmith> hsivonen: tried with same classpath as v.nu uses (all dependencies and jars), but for whatever reason, does not seem to find/use the datatype lib
- # [10:19] <MikeSmith> http://pastebin.com/m6c268fc3
- # [10:19] <pimpbot> Title: pastebin - collaborative debugging tool (at pastebin.com)
- # [10:23] <hsivonen> MikeSmith: sorry, I don't know why that happens :-(
- # [10:59] <MikeSmith> hsivonen: I find that running com.thaiopensource.relaxng.util.Driver directly works
- # [10:59] <MikeSmith> as opposed to using -jar
- # [11:00] <MikeSmith> so I once again re-learn the lesson not to trust -jar executable-jar thing
- # [11:00] * Joins: ROBOd (robod@89.122.216.38)
- # [11:01] <hsivonen> MikeSmith: oh, you can't use -jar together with classpath
- # [11:01] <hsivonen> MikeSmith: it sucks. badly
- # [11:01] <MikeSmith> OK
- # [11:02] <hsivonen> MikeSmith: you need to put everything in classpath and then run the main class by name
- # [11:02] <MikeSmith> I see
- # [11:02] * MikeSmith (re)writes mental note to never use -jar at all, ever
- # [11:03] <hsivonen> MikeSmith: sorry I didn't catch -jar in you pastebin
- # [11:03] <MikeSmith> hsivonen: no problem
- # [11:03] <hsivonen> indeed a mental note never to use -jar is useful
- # [11:04] <MikeSmith> java command itself should emit a warning message: "You're using the -jar switch, that's usually a really bad idea. Are you sure that's what you want to do?"
- # [11:04] <MikeSmith> hsivonen: anyway, I learn best the hard way
- # [11:05] <MikeSmith> the more pain and suffering, the more likely I'll remember :)
- # [11:06] <MikeSmith> hsivonen: btw, this patch seems to fix the problem with "#null" links in error messages:
- # [11:06] <MikeSmith> http://bugzilla.validator.nu/attachment.cgi?id=79
- # [11:06] <MikeSmith> did some testing and it doesn't seem to regress anything so far as I can see
- # [11:07] <hsivonen> MikeSmith: if the ids were consistently hoisted to h4 by Hixie, looks good
- # [11:13] * Joins: maddiin (mc@87.185.201.28)
- # [11:24] <MikeSmith> hsivonen: yeah, as far as I can see, they IDs are all on h4s now
- # [11:24] <MikeSmith> but I'm actually writing test cases now to confirm
- # [11:29] <MikeSmith> hsivonen: the only problem case I found so far is for h1-h6
- # [11:30] <MikeSmith> because there are not separate IDs for those
- # [11:30] <MikeSmith> instead, it's <h4 id=the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>
- # [11:33] <MikeSmith> <h4 id=the-h1,-h2,-h3,-h4,-h5,-and-h6-elements><span class=secno>4.4.6 </span>The <dfn><code>h1</code></dfn>, <dfn><code>h2</code></dfn>
- # [11:33] <MikeSmith> etc.
- # [11:34] <MikeSmith> anyway, I'll try to write a patch for Html5SpecBuilder.java to cover that case too
- # [11:43] * Joins: Sander (svl@86.87.68.167)
- # [12:36] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Tomorrow to fresh woods, and pastures new.)
- # [12:37] * Quits: dhairya1 (dhairya@116.72.175.194) (Ping timeout)
- # [12:38] * Joins: dhairya (dhairya@116.72.175.194)
- # [13:00] * Quits: heycam (cam@210.84.37.90) (Ping timeout)
- # [13:06] * Joins: heycam (cam@124.168.119.97)
- # [13:30] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [13:52] * Quits: Sander (svl@86.87.68.167) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [14:03] * Joins: Sander (svl@86.87.68.167)
- # [14:04] * Joins: myakura (myakura@122.29.116.63)
- # [14:06] <pimpbot> planet: Getting to the depths of “time” <http://feedproxy.google.com/~r/ajaxian/~3/QBtbrae3IXE/html5-time>
- # [14:14] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Tomorrow to fresh woods, and pastures new.)
- # [14:58] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [16:10] * Joins: aroben (aroben@71.58.77.15)
- # [16:26] * Joins: rubys1 (rubys@75.182.92.38)
- # [16:27] * Quits: dhairya (dhairya@116.72.175.194) (Ping timeout)
- # [16:30] * Parts: rubys1 (rubys@75.182.92.38)
- # [16:32] * Joins: smedero (smedero@66.114.145.154)
- # [16:45] * Joins: dbaron (dbaron@98.234.51.190)
- # [16:46] * Joins: billmason (bmason@69.30.57.98)
- # [17:24] * Quits: dbaron (dbaron@98.234.51.190) (Ping timeout)
- # [17:29] * Quits: smedero (smedero@66.114.145.154) (Ping timeout)
- # [17:31] * Joins: dbaron (dbaron@98.234.51.190)
- # [17:36] * Joins: smedero (smedero@66.114.145.154)
- # [17:46] * Quits: myakura (myakura@122.29.116.63) (Quit: Leaving...)
- # [17:57] * Quits: dbaron (dbaron@98.234.51.190) (Ping timeout)
- # [17:59] * Quits: smedero (smedero@66.114.145.154) (Ping timeout)
- # [18:05] * Joins: smedero (smedero@66.114.145.154)
- # [18:05] * Joins: dbaron (dbaron@98.234.51.190)
- # [18:07] <pimpbot> planet: This Week in HTML 5 - Episode 30 <http://blog.whatwg.org/this-week-in-html-5-episode-30>
- # [18:14] * Quits: smedero (smedero@66.114.145.154) (Ping timeout)
- # [18:22] * Joins: smedero (smedero@66.114.145.154)
- # [18:47] * Quits: smedero (smedero@66.114.145.154) (Ping timeout)
- # [18:54] * Joins: smedero (smedero@66.114.145.154)
- # [19:01] * Quits: smedero (smedero@66.114.145.154) (Ping timeout)
- # [19:08] * Joins: smedero (smedero@66.114.145.154)
- # [19:09] * Parts: smedero (smedero@66.114.145.154)
- # [19:16] * Quits: dbaron (dbaron@98.234.51.190) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [19:33] * Joins: adele (adele@17.246.18.119)
- # [19:36] * Joins: dbaron (dbaron@63.245.220.241)
- # [20:01] * Joins: MichaelC (Michael@128.30.52.30)
- # [21:03] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Ping timeout)
- # [21:04] * Quits: asbjornu (asbjorn@84.48.116.244) (Ping timeout)
- # [21:20] * Joins: shepazu_ (schepers@128.30.52.30)
- # [21:24] * Quits: shepazu (schepers@128.30.52.30) (Ping timeout)
- # [21:30] * Quits: dbaron (dbaron@63.245.220.241) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [22:00] * Quits: shepazu_ (schepers@128.30.52.30) (Ping timeout)
- # [22:13] * Joins: shepazu (schepers@128.30.52.30)
- # [22:35] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
- # [22:38] * Joins: matt (matt@128.30.52.30)
- # [22:38] * Joins: dbaron (dbaron@63.245.220.241)
- # [22:49] * Joins: bjoern (bjoern@94.223.189.37)
- # [22:49] * Parts: bjoern (bjoern@94.223.189.37)
- # [23:56] * Quits: aroben (aroben@71.58.77.15) (Connection reset by peer)
- # [23:56] * Quits: maddiin (mc@87.185.201.28) (Quit: maddiin)
- # Session Close: Tue Apr 14 00:00:00 2009
The end :)