Options:
- # Session Start: Fri Apr 03 00:00:00 2009
- # Session Ident: #html-wg
- # [01:27] * Disconnected
- # [01:27] * Attempting to rejoin channel #html-wg
- # [01:27] * Rejoined channel #html-wg
- # [01:27] * Topic is 'HTML WG 12 Mar http://lists.w3.org/Archives/Public/public-html-wg-announce/2009JanMar/0041.html (This channel is logged: http://krijnhoetmer.nl/irc-logs/ )'
- # [01:27] * Set by DanC on Thu Mar 12 17:00:49
- # [01:32] * Quits: tH (Rob@129.11.83.14) (Quit: ChatZilla 0.9.84-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [02:43] * Quits: adele (adele@17.246.18.119) (Quit: adele)
- # [03:05] * Quits: maddiin (mc@87.185.235.209) (Quit: maddiin)
- # [03:09] * Quits: Philip (philip@92.243.11.39) (Ping timeout)
- # [03:09] * Joins: Philip (philip@92.243.11.39)
- # [03:10] * MikeSmith watches v.nu/whattf svn roll over to r400
- # [04:15] * Quits: shepazu (schepers@128.30.52.30) (Client exited)
- # [04:15] * Joins: shepazu (schepers@128.30.52.30)
- # [04:20] * Quits: shepazu (schepers@128.30.52.30) (Client exited)
- # [04:20] * Joins: shepazu (schepers@128.30.52.30)
- # [04:30] * Quits: gavin_ (gavin@99.226.207.11) (Connection reset by peer)
- # [04:32] * Joins: gavin_ (gavin@99.226.207.11)
- # [05:02] * Joins: adele (adele@24.7.123.50)
- # [06:19] * Joins: pimpbot (pimpbot@80.68.92.65)
- # [06:37] * Quits: nico (nico@133.27.247.181) (Ping timeout)
- # [06:37] * Joins: nico (nico@133.27.247.181)
- # [07:28] * Quits: heycam (cam@130.194.73.110) (Quit: bye)
- # [08:08] * Quits: adele (adele@24.7.123.50) (Quit: adele)
- # [08:30] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Tomorrow to fresh woods, and pastures new.)
- # [09:09] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [09:09] <hsivonen> the htmlparser is already at r514
- # [09:10] <MikeSmith> hsivonen: you're using separate repositories?
- # [09:10] <hsivonen> MikeSmith: yes. probably a bad idea but that's the setup
- # [09:10] <hsivonen> MikeSmith: deployment script running for r400 now
- # [09:11] <MikeSmith> cool
- # [09:12] <MikeSmith> anyway, doesn't seem like a bad idea unless your're making changes across the repositories at the same time
- # [09:13] <MikeSmith> so that you could have atomic checkin and could revert back to whatever state/rev of the whole thing
- # [09:13] <MikeSmith> to try to isolate a bug or whatever
- # [09:22] <hsivonen> I occasionally do non-atomic multi-repository check-ins and hope that no one happens to check out at that time
- # [09:29] <MikeSmith> hsivonen: http://bugzilla.validator.nu/attachment.cgi?id=74
- # [09:29] <MikeSmith> consolidated some rules by using <name> to report name of context node
- # [09:29] <MikeSmith> maybe it's overkill
- # [09:30] <hsivonen> MikeSmith: makes sense. My XPath skills just sucked.
- # [09:31] <MikeSmith> mine still suck. just suck a bit less than my java skills
- # [09:31] <MikeSmith> also http://bugzilla.validator.nu/show_bug.cgi?id=468
- # [09:32] <pimpbot> Title: Bug 468 - investigate using XSLT key() mechanism for improving assertions.sch (at bugzilla.validator.nu)
- # [09:32] <MikeSmith> using keys in the schematron checking might make a very significant performance difference
- # [09:33] <MikeSmith> ten or maybe even tens of times faster, possibly
- # [09:35] <MikeSmith> anyway, I'll mess with that and see what I get
- # [09:37] <MikeSmith> hsivonen: or maybe not
- # [09:38] <MikeSmith> just looking through assertions.sch again now, I don't see much that would benefit from use of keys
- # [09:38] <MikeSmith> not a lot of costly XPath lookups in there, actually
- # [09:38] <MikeSmith> as far as I can see
- # [09:39] <MikeSmith> I guess the schematron slowness you had was mostly just due to general slowness of XSLT
- # [09:41] <MikeSmith> hsivonen: one last thing for now: http://bugzilla.validator.nu/show_bug.cgi?id=470
- # [09:41] <pimpbot> Title: Bug 470 - remove constraint that blockquote can't have header or address ancestors (at bugzilla.validator.nu)
- # [09:41] <MikeSmith> I can't find where in the spec those constraints on blockquote came from
- # [09:42] <MikeSmith> that blockquote can't have header or address ancestors
- # [09:44] <hsivonen> MikeSmith: I'm pretty sure it used to be there, but if isn't now, the constraint is a bug
- # [09:45] <MikeSmith> hsivonen: dunno, I cuold be missing something
- # [09:45] <MikeSmith> hsivonen: maybe was because of the outline algorithm?
- # [09:45] <hsivonen> possible
- # [09:46] <hsivonen> I haven't yet gotten to reviewing the new one properly
- # [09:46] <hsivonen> I really should implement it
- # [09:46] <MikeSmith> hsivonen: was blockquote ever "sectioning content"? maybe it was before. but just "sectioning root" now
- # [09:47] <hsivonen> that might be it
- # [09:47] <MikeSmith> hsivonen: current outline algorithm seems to have a bug with respect to <header>
- # [09:47] <hsivonen> I think it was a sectioning element for the purpose of content models but masked its internal outline
- # [09:47] <MikeSmith> zcorpan bug from yesterday
- # [09:49] <MikeSmith> hsivonen: so OK if I go ahead and remove the blockquote check from both the java and schematron checking?
- # [09:49] <hsivonen> ok
- # [09:49] <MikeSmith> ok, will do
- # [09:52] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
- # [09:53] * Joins: gavin_ (gavin@99.226.207.11)
- # [10:22] * Joins: heycam (cam@210.84.21.15)
- # [10:33] * Joins: ROBOd (robod@89.122.216.38)
- # [10:55] * Joins: Sander (svl@86.87.68.167)
- # [11:08] * Joins: Julian (chatzilla@217.91.35.233)
- # [12:06] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: This computer has gone to sleep)
- # [12:10] * Quits: Sander (svl@86.87.68.167) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [12:23] * Joins: Lachy (Lachlan@213.236.208.22)
- # [12:43] * Quits: xover (xover@193.157.66.22) (Ping timeout)
- # [14:28] <anne> MikeSmith, why is pimpbot no longer reporting new bug comments?
- # [14:28] * anne was using that feature
- # [14:32] * Julian thinks Mike disabled it during yesterday#s telco
- # [14:33] * Joins: maddiin (mc@87.185.192.192)
- # [15:12] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Ping timeout)
- # [15:15] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: Leaving)
- # [15:15] * Joins: Lachy (Lachlan@213.236.208.22)
- # [15:19] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: Leaving)
- # [15:39] * Joins: Lachy (Lachlan@213.236.208.22)
- # [15:41] * Joins: MichaelC (Michael@128.30.52.30)
- # [16:08] * Quits: nico (nico@133.27.247.181) (Ping timeout)
- # [16:11] * Joins: nico (nico@133.27.247.181)
- # [16:20] * Joins: myakura (myakura@122.29.116.63)
- # [16:38] * Joins: xover (xover@193.157.66.22)
- # [16:55] * Joins: dbaron (dbaron@98.234.51.190)
- # [17:15] * Quits: anne (annevk@83.86.138.148) (Ping timeout)
- # [17:16] * Joins: billmason (bmason@69.30.57.90)
- # [17:19] * Joins: anne (annevk@83.86.138.148)
- # [17:36] * Joins: asbjornu (asbjorn@84.48.116.244)
- # [17:37] * Quits: ChrisWilson (cwilso@131.107.0.86) (Ping timeout)
- # [17:42] * Joins: ChrisWilson (cwilso@131.107.0.105)
- # [18:01] * Quits: xover (xover@193.157.66.22) (Ping timeout)
- # [18:01] * Joins: aroben (aroben@71.58.77.15)
- # [18:04] * Parts: DanC (connolly@128.30.52.30) (Leaving)
- # [18:14] * Joins: Sander (svl@86.87.68.167)
- # [18:15] * Joins: adele (adele@17.246.18.119)
- # [18:41] * Joins: smedero (smedero@66.114.145.154)
- # [18:56] * Joins: xover (xover@193.157.66.22)
- # [19:00] * Parts: asbjornu (asbjorn@84.48.116.244)
- # [19:01] * Quits: dbaron (dbaron@98.234.51.190) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [19:06] * Joins: dsinger (dsinger@68.126.190.20)
- # [19:06] * Quits: dsinger (dsinger@68.126.190.20) (Quit: dsinger)
- # [19:30] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: This computer has gone to sleep)
- # [19:55] * Joins: dbaron (dbaron@63.245.220.241)
- # [21:07] * Joins: Lachy (Lachlan@85.196.122.246)
- # [21:38] * Quits: heycam (cam@210.84.21.15) (Ping timeout)
- # [21:44] * Joins: heycam (cam@210.84.43.129)
- # [21:55] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: This computer has gone to sleep)
- # [22:07] * Quits: Hixie (ianh@129.241.93.37) (Quit: restarting irc client to pick up new configuration)
- # [22:07] * Joins: Hixie (ianh@129.241.93.37)
- # [22:19] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
- # [22:26] * Joins: Zeros (Zeros-Elip@67.154.87.254)
- # [22:31] * Quits: smedero (smedero@66.114.145.154) (Quit: smedero)
- # Session Close: Sat Apr 04 00:00:00 2009
The end :)