Options:
- # Session Start: Thu Dec 18 00:00:00 2008
- # Session Ident: #html-wg
- # [00:00] * Joins: aaronlev (chatzilla@85.176.248.168)
- # [00:20] * Quits: adele (adele@17.203.14.201) (Quit: adele)
- # [00:23] * Joins: adele (adele@17.244.18.168)
- # [00:25] * Joins: adele_ (adele@17.203.14.201)
- # [00:28] * Quits: adele (adele@17.244.18.168) (Ping timeout)
- # [00:40] <DanC> in python, arr.index(x) finds the index of x in arr; what's the corresponding javascript idiom? I'm looking this up for the umpteenth time
- # [00:40] <gavin> arr.indexOf(x)
- # [00:40] <DanC> christmas wish: javascript cheat-sheet for python programmers
- # [00:40] <gavin> IE doesn't support it, though
- # [00:41] <DanC> I don't see it on https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Global_Objects/Array either
- # [00:41] <gavin> I think Opera and Safari do
- # [00:41] <gavin> https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Working_with_Arrays#Introduced_in_JavaScript_1.6
- # [00:42] <gavin> it's on https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Global_Objects/Array/Prototype#Methods which is linked to from your page
- # [00:42] * Quits: maddiin (mc@87.185.233.224) (Quit: maddiin)
- # [00:42] <karl> DanC: slides http://www.mathtran.org/docs/pyconuk2008/
- # [00:43] <DanC> checked google doctype; it doesn't seem to cover javascript
- # [00:44] <karl> or the opposite http://hg.toolness.com/python-for-js-programmers/raw-file/tip/PythonForJsProgrammers.html
- # [00:44] <karl> Python for Javascript Programmers
- # [00:45] <DanC> ah... tasty, karl... "Please provide tests ... and make it modular"
- # [00:48] <DanC> hmm... doesn't actually have the cheat-sheet, though
- # [00:50] <karl> I didn't say it had ;) I said slides :)
- # [01:02] <DanC> darn; trim() is new in ff 3.1
- # [01:03] <DanC> darn; not in http://mochikit.com/doc/html/MochiKit/Text.html
- # [01:05] <DanC> aha... http://www.prototypejs.org/api/string/strip
- # [01:09] * DanC finds source @ http://github.com/sstephenson/prototype/tree/master/src/lang/string.js
- # [01:09] <Philip> DanC: You could probably use something like string.match(/^\s*((.|\n)*?)\s*$/)[1] to strip whitespace
- # [01:10] <DanC> return this.replace(/^\s+/, '').replace(/\s+$/, '');
- # [01:10] <DanC> ^ is that too simple?
- # [01:10] <Philip> I suppose that'd work too
- # [01:10] <DanC> it passes my 2 tests
- # [01:17] <DanC> hmm... how to handle "greater than or equal to U+007F " in ABNF
- # [01:17] <DanC> what does the IRI spec do?
- # [01:18] <Philip> There's an upper bound of U+10FFFF so you could enumerate all the values in finite space
- # [01:18] <DanC> ucschar = %xA0-D7FF / %xF900-FDCF / %xFDF0-FFEF
- # [01:18] <DanC> etc.
- # [01:19] <hober> DanC: speaking of javascript and trim, http://blog.stevenlevithan.com/archives/faster-trim-javascript
- # [01:20] <DanC> boggle... \s\s* is distinguishable from \s+
- # [01:25] <DanC> oops; I'm 22 minutes late. where did the time go?
- # [01:28] <DanC> 39:b371e7e02bc2 2008-12-17 - match_part() for test cases for extended "url" notion
- # [01:28] <DanC> http://homer.w3.org/~connolly/projects/urlp/
- # [01:33] * Quits: aaronlev (chatzilla@85.176.248.168) (Quit: ChatZilla 0.9.84-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [01:37] * Quits: aroben (aroben@69.137.139.251) (Quit: Leaving)
- # [01:37] * Quits: karl (karlcow@70.81.84.168) (Quit: This computer has gone to sleep)
- # [02:28] * Quits: Sander (svl@86.87.68.167) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [02:33] * Joins: marcos (marcos@87.196.232.155)
- # [02:52] * Quits: adele_ (adele@17.203.14.201) (Quit: adele_)
- # [02:53] * Quits: rking3 (rking3@99.50.23.198) (Quit: rking3)
- # [03:07] * Joins: marcos_ (marcos@87.196.99.233)
- # [03:08] * Quits: marcos (marcos@87.196.232.155) (Ping timeout)
- # [03:14] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: sex break)
- # [03:46] * Quits: heycam (cam@130.194.72.84) (Quit: bye)
- # [04:30] * Quits: dbaron (dbaron@63.245.220.241) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [05:07] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [05:59] * Joins: karl (karlcow@70.81.84.24)
- # [06:04] * Joins: shepazu (schepers@128.30.52.30)
- # [06:04] * Joins: tH_ (Rob@83.100.138.116)
- # [06:05] * Quits: tH (Rob@87.102.93.106) (Ping timeout)
- # [06:05] * tH_ is now known as tH
- # [07:39] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
- # [07:39] * Quits: karl (karlcow@70.81.84.24) (Quit: This computer has gone to sleep)
- # [07:44] * Joins: gavin_ (gavin@99.226.207.11)
- # [07:49] * Joins: scotfl (scotfl@70.64.14.62)
- # [07:50] * Quits: scotfl (scotfl@70.64.14.62) (Client exited)
- # [07:56] * Joins: karl (karlcow@69.70.209.57)
- # [08:17] <MikeSmith> http://blogs.msdn.com/ie/archive/2008/12/17/ie-december-out-of-band-release.aspx
- # [08:19] * Joins: pimpbot (pimpbot@80.68.92.65)
- # [08:20] <MikeSmith> http://blogs.msdn.com/ie/archive/2008/12/17/ie-december-out-of-band-release.aspx
- # [08:20] <pimpbot> Title: IEBlog : IE December Out-of-Band release (at blogs.msdn.com)
- # [08:31] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: sex break)
- # [09:32] * Joins: aaronlev (chatzilla@78.51.196.203)
- # [10:27] * Joins: darobin (robinb@81.66.15.230)
- # [10:33] * Quits: aaronlev (chatzilla@78.51.196.203) (Quit: ChatZilla 0.9.84-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [10:35] * Joins: ROBOd (robod@89.122.216.38)
- # [10:37] * Joins: deane (opera@121.72.172.237)
- # [10:38] * Quits: darobin (robinb@81.66.15.230) (Ping timeout)
- # [10:41] * Joins: tlr (tlr@128.30.52.30)
- # [10:41] * Joins: aaronlev (chatzilla@78.51.196.203)
- # [11:03] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: This computer has gone to sleep)
- # [11:28] * Joins: Lachy (Lachlan@213.236.208.22)
- # [11:41] * Joins: darobin (robinb@82.233.247.234)
- # [12:25] * Quits: darobin (robinb@82.233.247.234) (Connection timed out)
- # [12:31] * Joins: darobin (robinb@82.233.247.234)
- # [13:02] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [13:07] * Quits: darobin (robinb@82.233.247.234) (Ping timeout)
- # [13:11] * Joins: darobin (robinb@82.233.247.234)
- # [13:21] * Quits: darobin (robinb@82.233.247.234) (Ping timeout)
- # [13:29] <MikeSmith> http://www.christiansejersen.com/blog/2008/12/11/how-do-we-bring-the-web-to-where-people-are/
- # [13:29] <pimpbot> Title: Christian Sejersen - » How do we bring the web to where people are? (at www.christiansejersen.com)
- # [13:32] * Joins: darobin (robinb@82.233.247.234)
- # [13:34] * Quits: deane (opera@121.72.172.237) (Ping timeout)
- # [13:52] * Joins: Sander (svl@86.87.68.167)
- # [13:59] * Joins: maddiin (mc@87.185.246.71)
- # [14:05] * Joins: Julian (chatzilla@217.91.35.233)
- # [14:14] * Quits: karl (karlcow@69.70.209.57) (Quit: This computer has gone to sleep)
- # [14:16] * Joins: karl (karlcow@69.70.209.57)
- # [14:18] * marcos_ is now known as marcos
- # [14:32] * Joins: myakura (myakura@122.17.190.200)
- # [14:33] * Joins: aroben (aroben@69.137.139.251)
- # [14:41] * Quits: myakura (myakura@122.17.190.200) (Quit: Leaving...)
- # [14:47] * Joins: myakura (myakura@122.17.190.200)
- # [14:50] * Joins: zcorpan (zcorpan@83.252.193.84)
- # [14:53] * Quits: zcorpan (zcorpan@83.252.193.84) (Ping timeout)
- # [15:07] * Quits: marcos (marcos@87.196.99.233) (Quit: marcos)
- # [15:08] * Joins: marcos (marcos@87.196.99.233)
- # [15:14] * Quits: marcos (marcos@87.196.99.233) (Quit: marcos)
- # [15:40] * Joins: marcos (marcos@87.196.99.233)
- # [15:51] * Quits: myakura (myakura@122.17.190.200) (Quit: Leaving...)
- # [16:24] * Quits: Sander (svl@86.87.68.167) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [16:34] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: This computer has gone to sleep)
- # [16:40] * Quits: aaronlev (chatzilla@78.51.196.203) (Ping timeout)
- # [16:46] * Joins: MichaelC (Michael@128.30.52.30)
- # [16:49] * Quits: Julian (chatzilla@217.91.35.233) (Ping timeout)
- # [17:04] * Joins: Lachy (Lachlan@85.196.122.246)
- # [17:07] * Joins: billmason (bmason@69.30.57.55)
- # [17:16] * Joins: Julian (chatzilla@217.91.35.233)
- # [17:24] * Quits: marcos (marcos@87.196.99.233) (Quit: marcos)
- # [17:29] * Joins: marcos (marcos@87.196.99.233)
- # [17:29] * Quits: tlr (tlr@128.30.52.30) (Quit: happy holidays )
- # [17:35] * Quits: darobin (robinb@82.233.247.234) (Connection timed out)
- # [17:36] * Joins: darobin (robinb@82.233.247.234)
- # [17:52] * Quits: darobin (robinb@82.233.247.234) (Ping timeout)
- # [17:57] * Quits: billmason (bmason@69.30.57.55) (Quit: Leaving.)
- # [17:57] * Joins: rubys (rubys@75.182.87.110)
- # [17:58] <Julian> Zakim, what's the code?
- # [17:58] * Joins: Joshue (Joshue@86.45.197.24)
- # [17:59] <MikeSmith> trackbot, start meeting
- # [17:59] * trackbot is starting a teleconference
- # [17:59] * Joins: RRSAgent (rrs-loggee@128.30.52.30)
- # [17:59] <RRSAgent> logging to http://www.w3.org/2008/12/18-html-wg-irc
- # [17:59] <trackbot> RRSAgent, make logs public
- # [17:59] <RRSAgent> I have made the request, trackbot
- # [17:59] * Joins: Zakim (rrs-bridgg@128.30.52.30)
- # [17:59] <trackbot> Zakim, this will be HTML
- # [17:59] <Zakim> ok, trackbot; I see HTML_WG()12:00PM scheduled to start in 3 minutes
- # [17:59] <trackbot> Meeting: HTML Weekly Teleconference
- # [17:59] <trackbot> Date: 18 December 2008
- # [17:59] <Julian> Zakim, what's the code?
- # [17:59] <Zakim> the conference code is 4865 (tel:+1.617.761.6200 tel:+33.4.89.06.34.99 tel:+44.117.370.6152), Julian
- # [17:59] <Zakim> HTML_WG()12:00PM has now started
- # [17:59] <Zakim> +Sam
- # [17:59] <Hixie> hey i'm up at the time of the telecon
- # [17:59] <Zakim> + +49.251.280.aaaa
- # [18:00] <Julian> Zakim, +49.251.280.aaaa is me
- # [18:00] <Zakim> +Julian; got it
- # [18:01] <MikeSmith> Zakim, call Mike
- # [18:01] <Zakim> ok, MikeSmith; the call is being made
- # [18:01] <Zakim> +Mike
- # [18:01] <MikeSmith> Zakim, Mike is MikeSmith
- # [18:01] <Zakim> +MikeSmith; got it
- # [18:01] <Zakim> +Ian_Hickson
- # [18:01] <MikeSmith> Zakim, who's on the phone?
- # [18:01] <Zakim> On the phone I see Sam, Julian, MikeSmith, Ian_Hickson
- # [18:01] <Zakim> +??P10
- # [18:01] <Joshue> zakim, ??P10 is Joshue
- # [18:01] <Zakim> +Joshue; got it
- # [18:02] * Joins: smedero (smedero@192.223.6.251)
- # [18:02] <Hixie> Zakim, I am Ian_Hickson
- # [18:02] <Zakim> ok, Hixie, I now associate you with Ian_Hickson
- # [18:02] <MikeSmith> Topic: Agenda review
- # [18:02] <MikeSmith> scribenick: MikeSmith
- # [18:03] <Zakim> + +1.484.802.aabb
- # [18:03] <smedero> Zakim, +1.484.802.aabb is me
- # [18:03] <Zakim> +smedero; got it
- # [18:03] <smedero> Zakim, mute me
- # [18:03] <Zakim> smedero should now be muted
- # [18:03] <MikeSmith> MikeSmith: any suggestions for agenda to add?
- # [18:04] <smedero> I don't...
- # [18:04] <MikeSmith> [nothing to add]
- # [18:04] <MikeSmith> Topic: General sync-up
- # [18:04] * Joins: billmason (bmason@69.30.57.55)
- # [18:05] <MikeSmith> Zakim, who's on the phone?
- # [18:05] <Zakim> On the phone I see Sam, Julian, MikeSmith, Ian_Hickson (muted), Joshue, smedero (muted)
- # [18:05] * Joins: darobin (robinb@82.233.247.234)
- # [18:05] * DanC is inclined to stay irc-only and continue coding on the url stuff
- # [18:05] <MikeSmith> DanC: can you call in for a bit?
- # [18:05] <DanC> Zakim, call DanC-work
- # [18:05] <Zakim> ok, DanC; the call is being made
- # [18:05] <Zakim> +DanC
- # [18:06] <Zakim> +Cynthia_Shelly
- # [18:06] <DanC> Topic: HTML WG chair evolution
- # [18:07] <MikeSmith> q?
- # [18:07] * Zakim sees no one on the speaker queue
- # [18:07] * Joshue good luck to Sam
- # [18:07] <DanC> regrets+ ChrisW
- # [18:07] <rubys> Thanks, Joshue: Sam will need it. :-)
- # [18:07] <MikeSmith> regrets+ Gregory
- # [18:08] <Julian> q+
- # [18:08] * Zakim sees Julian on the speaker queue
- # [18:08] <DanC> -> http://lists.w3.org/Archives/Public/public-html/2008Dec/0145.html Sam Ruby appointed co-chair for HTML Working Group, effective January 5 Michael(tm) Smith (Monday, 15 December)
- # [18:08] <pimpbot> Title: Sam Ruby appointed co-chair for HTML Working Group, effective January 5 from Michael(tm) Smith on 2008-12-15 (public-html@w3.org from December 2008) (at lists.w3.org)
- # [18:08] <MikeSmith> ack Julian
- # [18:08] * Zakim sees no one on the speaker queue
- # [18:08] <DanC> Mike: DanC, what do you know about your participation going forward?
- # [18:08] <MikeSmith> Julian: Sam blogged about the relationship with the XHTML2 WG, maybe can say a bit about that.
- # [18:08] * Joins: cshelly (61713d41@128.30.52.43)
- # [18:08] <DanC> DanC: it looks like I'll get funding to keep doing HTML 5 work, but can't give details yet
- # [18:09] <DanC> agenda + overlap with XHTML 2 WG (issue-nn)
- # [18:09] * Zakim notes agendum 1 added
- # [18:09] <MikeSmith> rubys: Philippe Le Hegeart said that there was no overlap, but there clearly is overlap
- # [18:09] * Hixie notes that the overlap of the xhtml2 wg's xhtml2 language with the xhtml1 language exists independent of what we do
- # [18:09] <smedero> Is this still hanging in the air, MikeSmith: http://www.w3.org/html/wg/tracker/actions/62
- # [18:09] <pimpbot> Title: ACTION-62 - HTML Weekly Tracker (at www.w3.org)
- # [18:10] <DanC> agenda + overlap with XHTML 2 WG (issue-52)
- # [18:10] * Zakim notes agendum 2 added
- # [18:10] <MikeSmith> ... proceeding with the position that there is no overlap [is not realistic]
- # [18:10] * Julian agrees with Sam
- # [18:10] <DanC> agenda -1
- # [18:10] * Zakim notes agendum 1, overlap with XHTML 2 WG (issue-nn), dropped
- # [18:10] <DanC> Zakim, take up item 2
- # [18:10] <Zakim> agendum 2. "overlap with XHTML 2 WG (issue-52)" taken up [from DanC]
- # [18:10] <Julian> q+
- # [18:10] * Zakim sees Julian on the speaker queue
- # [18:10] * darobin regrets sorry, just joined and hadn't yet inserted conf into planning
- # [18:10] * rubys acks Hixie's note, but that's not my problem to solve :-)
- # [18:10] <DanC> q+ to observe overlap in (a) namespace (b) mime type (c) brand name
- # [18:10] * Zakim sees Julian, DanC on the speaker queue
- # [18:10] <MikeSmith> rubys: clearly there is overlap because of the namespace
- # [18:10] <MikeSmith> q?
- # [18:10] * Zakim sees Julian, DanC on the speaker queue
- # [18:11] * Quits: xover (xover@193.157.66.22) (Quit: Leaving)
- # [18:11] <MikeSmith> regrets+ RobinBerjon
- # [18:11] <Julian> q+ to state that incompaitble syntax for @rel is being defined (QName vs Cuie vs String/URI)
- # [18:11] * Zakim sees Julian, DanC on the speaker queue
- # [18:12] <DanC> issue-52?
- # [18:12] * trackbot getting information on ISSUE-52
- # [18:12] <MikeSmith> rubys: I will object if I hear someone assert again that there is no overlap.
- # [18:12] <trackbot> ISSUE-52 -- Resolve XHTML2 WG objections to language in HTML5 draft regarding XHTML1 -- OPEN
- # [18:12] <trackbot> http://www.w3.org/html/wg/tracker/issues/52
- # [18:12] <pimpbot> Title: ISSUE-52 - HTML Weekly Tracker (at www.w3.org)
- # [18:12] <MikeSmith> rubys: my intent is to spend most of my time on HTML5
- # [18:12] <MikeSmith> ... I think the groups should either be merged or the overlap eliminated.
- # [18:12] <MikeSmith> ack Julian
- # [18:12] <Zakim> Julian, you wanted to state that incompaitble syntax for @rel is being defined (QName vs Cuie vs String/URI)
- # [18:12] * Zakim sees DanC on the speaker queue
- # [18:13] <MikeSmith> Julian: we have 2 groups that have come up with 3 incompatible syntaxes for @rel
- # [18:13] <Hixie> rubys, yeah, agreed. seems like solving that problem solves the problem you mentioned automatically though, which is why it's relevant.
- # [18:13] <DanC> (we have another issue specifically on rel...)
- # [18:13] <DanC> issue-27?
- # [18:13] * trackbot getting information on ISSUE-27
- # [18:13] <trackbot> ISSUE-27 -- @rel value ownership, registry consideration -- RAISED
- # [18:13] <trackbot> http://www.w3.org/html/wg/tracker/issues/27
- # [18:13] <pimpbot> Title: ISSUE-27 - HTML Weekly Tracker (at www.w3.org)
- # [18:13] <MikeSmith> ack DanC
- # [18:13] <Zakim> DanC, you wanted to observe overlap in (a) namespace (b) mime type (c) brand name
- # [18:13] * Zakim sees no one on the speaker queue
- # [18:13] <smedero> DanC, If you are looking for it ISSUE-60 is the one dealing with the XHTML namespace...
- # [18:13] <MikeSmith> DanC: the 1999 namespace is certainly overlap
- # [18:14] <MikeSmith> DanC: but beyond that, there is certainly the brand name
- # [18:15] <DanC> (overlap is discussed in the "architectural vision" thingy from March 2007 cited from http://www.w3.org/html/wg/#charter )
- # [18:15] <pimpbot> Title: W3C HTML Working Group (at www.w3.org)
- # [18:16] <DanC> action-62?
- # [18:16] * trackbot getting information on ACTION-62
- # [18:16] <trackbot> ACTION-62 -- Michael(tm) Smith to get XHTML 2 WG response to edits around name of XML serialization -- due 2008-12-04 -- OPEN
- # [18:16] <trackbot> http://www.w3.org/html/wg/tracker/actions/62
- # [18:16] <pimpbot> Title: ACTION-62 - HTML Weekly Tracker (at www.w3.org)
- # [18:16] * Quits: sryo (sryo@190.245.204.198) (Ping timeout)
- # [18:16] <DanC> . action-62 due xyz
- # [18:16] <smedero> I can do it
- # [18:16] <Hixie> danc, the w3c also publicly mentioned the branding issue in http://www.w3.org/2007/03/html-pressrelease (fwiw)
- # [18:16] <pimpbot> Title: W3C Relaunches HTML Activity (at www.w3.org)
- # [18:16] * Joins: adele (adele@17.203.14.201)
- # [18:16] <DanC> yes, there's that too, Hixie
- # [18:16] <MikeSmith> action-62 due next month
- # [18:16] * trackbot attempting to change due date on ACTION-62.
- # [18:16] <trackbot> ACTION-62 get XHTML 2 WG response to edits around name of XML serialization due date now next month
- # [18:16] <MikeSmith> q?
- # [18:16] * Zakim sees no one on the speaker queue
- # [18:17] <smedero> seems to have worked
- # [18:17] <DanC> action-62?
- # [18:17] * trackbot getting information on ACTION-62
- # [18:17] <trackbot> ACTION-62 -- Michael(tm) Smith to get XHTML 2 WG response to edits around name of XML serialization -- due 2009-01-18 -- OPEN
- # [18:17] <trackbot> http://www.w3.org/html/wg/tracker/actions/62
- # [18:17] <smedero> "2009-01-18"
- # [18:17] <pimpbot> Title: ACTION-62 - HTML Weekly Tracker (at www.w3.org)
- # [18:17] <DanC> agenda + Ian's status thingy
- # [18:17] * Zakim notes agendum 3 added
- # [18:18] <MikeSmith> URL for the message from Hixie?
- # [18:18] <Hixie> http://www.whatwg.org/status-2008-12
- # [18:18] <DanC> http://www.whatwg.org/status-2008-12
- # [18:18] <MikeSmith> thanks
- # [18:18] <DanC> news to me: "- content sniffing to ietf (maybe adam barth as editor?)
- # [18:18] <DanC> "
- # [18:18] <Hixie> hold on
- # [18:18] <Hixie> Zakim, unmute me
- # [18:18] <Zakim> Ian_Hickson should no longer be muted
- # [18:19] <MikeSmith> DanC: it was news to me that Adam Barth is interested in the content-type sniffing stuff
- # [18:19] <MikeSmith> Hixie: he's sent mail about it.. it's a maybe
- # [18:19] <DanC> -> http://lists.w3.org/Archives/Public/public-html-comments/2008Oct/0005.html # Content sniffing data from Chrome Dan Connolly (Friday, 24 October)
- # [18:19] <pimpbot> Title: Content sniffing data from Chrome from Dan Connolly on 2008-10-24 (public-html-comments@w3.org from October 2008) (at lists.w3.org)
- # [18:20] <DanC> ^ Adam Barth's work
- # [18:21] <DanC> q+ to observe "Last Call Working Draft in October 2009" and suggest trying that on the homepage
- # [18:21] * Zakim sees DanC on the speaker queue
- # [18:21] <MikeSmith> q?
- # [18:21] * Zakim sees DanC on the speaker queue
- # [18:22] <DanC> (on RDFa and data- attributes, we haven't made a tracker issue out of that; I wonder if that's worth doing)
- # [18:22] * Joins: dsinger (dsinger@17.202.35.52)
- # [18:22] <Zakim> +[Apple]
- # [18:22] <DanC> issue-14?
- # [18:22] * trackbot getting information on ISSUE-14
- # [18:22] <trackbot> ISSUE-14 -- Integration of WAI-ARIA roles into HTML5 -- RAISED
- # [18:22] <trackbot> http://www.w3.org/html/wg/tracker/issues/14
- # [18:22] <pimpbot> Title: ISSUE-14 - HTML Weekly Tracker (at www.w3.org)
- # [18:22] <dsinger> zakim , [Apple] has dsinger
- # [18:22] <MikeSmith> present+ DaveSinger
- # [18:23] <MikeSmith> agenda?
- # [18:23] * Zakim sees 2 items remaining on the agenda:
- # [18:23] <dsinger> zakim, [Apple] has dsinger
- # [18:23] * Zakim 2. overlap with XHTML 2 WG (issue-52) [from DanC]
- # [18:23] <Joshue> +q
- # [18:23] * Zakim 3. Ian's status thingy [from DanC]
- # [18:23] <Zakim> +dsinger; got it
- # [18:23] * Zakim sees DanC, Joshue on the speaker queue
- # [18:23] <DanC> ack danc
- # [18:23] <Zakim> DanC, you wanted to observe "Last Call Working Draft in October 2009" and suggest trying that on the homepage
- # [18:23] * Zakim sees Joshue on the speaker queue
- # [18:24] <MikeSmith> q?
- # [18:24] * Zakim sees Joshue on the speaker queue
- # [18:24] <MikeSmith> ack Joshue
- # [18:24] * Zakim sees no one on the speaker queue
- # [18:24] <Joshue> http://www.w3.org/html/wg/tracker/issues/20
- # [18:24] <pimpbot> Title: ISSUE-20 - HTML Weekly Tracker (at www.w3.org)
- # [18:24] <Joshue> http://www.w3.org/html/wg/tracker/actions/76
- # [18:24] <pimpbot> Title: ACTION-76 - HTML Weekly Tracker (at www.w3.org)
- # [18:25] <DanC> issue-32?
- # [18:25] * trackbot getting information on ISSUE-32
- # [18:25] <trackbot> ISSUE-32 -- how to provide a summary of a table, e.g. for unsighted navigation? -- OPEN
- # [18:25] <trackbot> http://www.w3.org/html/wg/tracker/issues/32
- # [18:25] <pimpbot> Title: ISSUE-32 - HTML Weekly Tracker (at www.w3.org)
- # [18:25] <MikeSmith> Joshue: a couple of things that are outstanding are the td/th @headers and table @summary
- # [18:25] * Hixie is planning on working on the table feedback today fwiw
- # [18:25] <Hixie> should i delay?
- # [18:25] <MikeSmith> Hixie: no, I think would be good to go ahead
- # [18:25] <Joshue> good stuff Ian
- # [18:25] * Joins: Sander (svl@86.87.68.167)
- # [18:26] <MikeSmith> Joshue: there was a response from the PF recently
- # [18:26] <Joshue> http://esw.w3.org/topic/HTML/SummaryForTABLE
- # [18:26] <pimpbot> Title: HTML/SummaryForTABLE - ESW Wiki (at esw.w3.org)
- # [18:26] <DanC> (tracker thinks ChrisW has the ball on summary... action-76)
- # [18:27] <MikeSmith> Joshue: that's a distilled overview of why we think @summary is important
- # [18:27] <MikeSmith> q?
- # [18:27] * Zakim sees no one on the speaker queue
- # [18:27] <DanC> (taking a quick look at SummaryForTABLE , it seems to do better with NPOV than other summaries. nice.)
- # [18:27] * Joshue bye bye y'all and happy Christmas :-)
- # [18:28] <dsinger> happy hols, everyone!! byee......
- # [18:28] <Zakim> -Joshue
- # [18:28] <DanC> *
- # [18:28] <DanC> HTML/SummaryForTABLE (last edited 2008-11-24 12:35:42
- # [18:28] <MikeSmith> [adjourned]
- # [18:28] <Zakim> -Cynthia_Shelly
- # [18:28] <Zakim> -[Apple]
- # [18:28] <Zakim> -Ian_Hickson
- # [18:28] <Zakim> -Sam
- # [18:28] <Zakim> -Julian
- # [18:28] * Quits: Joshue (Joshue@86.45.197.24) (Quit: Quitting!)
- # [18:28] <Zakim> -smedero
- # [18:28] <MikeSmith> Zakim, drop Mike
- # [18:28] <Zakim> MikeSmith is being disconnected
- # [18:28] <Zakim> -MikeSmith
- # [18:28] * Quits: dsinger (dsinger@17.202.35.52) (Quit: dsinger)
- # [18:28] <MikeSmith> RRSAgent, please make minutes
- # [18:28] <RRSAgent> I have made the request to generate http://www.w3.org/2008/12/18-html-wg-minutes.html MikeSmith
- # [18:29] <MikeSmith> http://www.whatwg.org/issues/data.html
- # [18:29] <pimpbot> Title: Issues Graph (at www.whatwg.org)
- # [18:32] * Quits: smedero (smedero@192.223.6.251) (Quit: smedero)
- # [18:32] <MikeSmith> http://www.flickr.com/photos/apelad/sets/72157594388426362/detail/
- # [18:32] <pimpbot> Title: HTTP errors - a set on Flickr (at www.flickr.com)
- # [18:33] * Joins: xover (xover@193.157.66.22)
- # [18:37] <MikeSmith> http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2008-December/017884.html
- # [18:37] <pimpbot> Title: [whatwg] XSLT and DOCTYPES (at lists.whatwg.org)
- # [18:38] <MikeSmith> Julian: ↑
- # [18:38] * Quits: Julian (chatzilla@217.91.35.233) (Ping timeout)
- # [18:39] * Quits: Dashiva (noone@84.48.51.1) (Quit: Dashiva)
- # [18:40] * Joins: Dashiva (noone@84.48.51.1)
- # [18:42] * Joins: MichaelC_ (Michael@128.30.52.30)
- # [18:45] * Quits: MichaelC (Michael@128.30.52.30) (Ping timeout)
- # [18:45] * MichaelC_ is now known as MichaelC
- # [18:57] * Joins: marcos_ (marcos@87.196.29.35)
- # [18:58] * Quits: marcos (marcos@87.196.99.233) (Ping timeout)
- # [19:03] * Quits: billmason (bmason@69.30.57.55) (Quit: Leaving.)
- # [19:06] * Quits: cshelly (61713d41@128.30.52.43) (Quit: CGI:IRC (Ping timeout))
- # [19:11] * Joins: anne (annevk@217.174.106.250)
- # [19:12] <anne> (much belated regrets, residing in Moscow atm)
- # [19:14] * Joins: aaronlev (chatzilla@78.51.196.203)
- # [19:15] <MikeSmith> anne: we had a short call anyway
- # [19:15] <anne> ok
- # [19:16] <anne> not sure when I'm normally available again, might be January, could be February
- # [19:17] * Quits: darobin (robinb@82.233.247.234) (Ping timeout)
- # [19:34] <MikeSmith> OK
- # [19:36] <Zakim> disconnecting the lone participant, DanC, in HTML_WG()12:00PM
- # [19:36] <Zakim> HTML_WG()12:00PM has ended
- # [19:36] <Zakim> Attendees were Sam, Julian, MikeSmith, Ian_Hickson, Joshue, smedero, DanC, Cynthia_Shelly, dsinger
- # [19:54] <pimpbot> planet: This week in HTML 5 - Episode 16 <http://blog.whatwg.org/this-week-in-html-5-episode-16>
- # [19:59] * Joins: sryo (sryo@190.245.204.198)
- # [20:07] * Quits: sryo (sryo@190.245.204.198) (Ping timeout)
- # [20:14] * Joins: heycam (cam@203.217.82.242)
- # [20:29] * Joins: sryo (sryo@190.245.204.198)
- # [20:37] * Joins: Julian (chatzilla@217.91.35.233)
- # [20:37] <Julian> MikeSmith: thanks for the pointer, I already replied to it.
- # [20:40] * Quits: karl (karlcow@69.70.209.57) (Quit: This computer has gone to sleep)
- # [20:53] * Joins: karl (karlcow@70.81.84.168)
- # [21:56] * Joins: marcos (marcos@87.196.131.207)
- # [21:58] * Quits: marcos_ (marcos@87.196.29.35) (Ping timeout)
- # [22:09] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
- # [22:20] * Joins: rking3 (rking3@99.50.23.198)
- # [22:37] * Quits: rking3 (rking3@99.50.23.198) (Quit: rking3)
- # [22:37] * Joins: rking3 (rking3@99.50.23.198)
- # [22:41] * Quits: heycam (cam@203.217.82.242) (Quit: bye)
- # [22:42] * Quits: aaronlev (chatzilla@78.51.196.203) (Ping timeout)
- # [23:28] <gsnedders> marcos: ping
- # [23:37] * Quits: MichaelC (Michael@128.30.52.30) (Quit: ChatZilla 0.9.84 [Firefox 3.0.4/2008102920])
- # [23:45] <marcos> gsnedders: pong
- # [23:45] <gsnedders> marcos: You ever get anolis locally?
- # [23:46] <marcos> gsnedders: tried...
- # [23:46] <gsnedders> marcos: OK, it should be simpler :P
- # [23:46] <gsnedders> marcos: Download it, and run the installer
- # [23:46] <marcos> woot!
- # [23:46] <marcos> will it download all the dependencies?
- # [23:46] <gsnedders> yup
- # [23:47] * Joins: heycam (cam@130.194.72.84)
- # [23:52] <marcos> gsnedders: errors :(
- # [23:52] <marcos> you want me to email them to you?
- # Session Close: Fri Dec 19 00:00:00 2008
The end :)