/irc-logs / w3c / #html-wg / 2008-12-18 / end

Options:

  1. # Session Start: Thu Dec 18 00:00:00 2008
  2. # Session Ident: #html-wg
  3. # [00:00] * Joins: aaronlev (chatzilla@85.176.248.168)
  4. # [00:20] * Quits: adele (adele@17.203.14.201) (Quit: adele)
  5. # [00:23] * Joins: adele (adele@17.244.18.168)
  6. # [00:25] * Joins: adele_ (adele@17.203.14.201)
  7. # [00:28] * Quits: adele (adele@17.244.18.168) (Ping timeout)
  8. # [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
  9. # [00:40] <gavin> arr.indexOf(x)
  10. # [00:40] <DanC> christmas wish: javascript cheat-sheet for python programmers
  11. # [00:40] <gavin> IE doesn't support it, though
  12. # [00:41] <DanC> I don't see it on https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Global_Objects/Array either
  13. # [00:41] <gavin> I think Opera and Safari do
  14. # [00:41] <gavin> https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Working_with_Arrays#Introduced_in_JavaScript_1.6
  15. # [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
  16. # [00:42] * Quits: maddiin (mc@87.185.233.224) (Quit: maddiin)
  17. # [00:42] <karl> DanC: slides http://www.mathtran.org/docs/pyconuk2008/
  18. # [00:43] <DanC> checked google doctype; it doesn't seem to cover javascript
  19. # [00:44] <karl> or the opposite http://hg.toolness.com/python-for-js-programmers/raw-file/tip/PythonForJsProgrammers.html
  20. # [00:44] <karl> Python for Javascript Programmers
  21. # [00:45] <DanC> ah... tasty, karl... "Please provide tests ... and make it modular"
  22. # [00:48] <DanC> hmm... doesn't actually have the cheat-sheet, though
  23. # [00:50] <karl> I didn't say it had ;) I said slides :)
  24. # [01:02] <DanC> darn; trim() is new in ff 3.1
  25. # [01:03] <DanC> darn; not in http://mochikit.com/doc/html/MochiKit/Text.html
  26. # [01:05] <DanC> aha... http://www.prototypejs.org/api/string/strip
  27. # [01:09] * DanC finds source @ http://github.com/sstephenson/prototype/tree/master/src/lang/string.js
  28. # [01:09] <Philip> DanC: You could probably use something like string.match(/^\s*((.|\n)*?)\s*$/)[1] to strip whitespace
  29. # [01:10] <DanC> return this.replace(/^\s+/, '').replace(/\s+$/, '');
  30. # [01:10] <DanC> ^ is that too simple?
  31. # [01:10] <Philip> I suppose that'd work too
  32. # [01:10] <DanC> it passes my 2 tests
  33. # [01:17] <DanC> hmm... how to handle "greater than or equal to U+007F " in ABNF
  34. # [01:17] <DanC> what does the IRI spec do?
  35. # [01:18] <Philip> There's an upper bound of U+10FFFF so you could enumerate all the values in finite space
  36. # [01:18] <DanC> ucschar = %xA0-D7FF / %xF900-FDCF / %xFDF0-FFEF
  37. # [01:18] <DanC> etc.
  38. # [01:19] <hober> DanC: speaking of javascript and trim, http://blog.stevenlevithan.com/archives/faster-trim-javascript
  39. # [01:20] <DanC> boggle... \s\s* is distinguishable from \s+
  40. # [01:25] <DanC> oops; I'm 22 minutes late. where did the time go?
  41. # [01:28] <DanC> 39:b371e7e02bc2 2008-12-17 - match_part() for test cases for extended "url" notion
  42. # [01:28] <DanC> http://homer.w3.org/~connolly/projects/urlp/
  43. # [01:33] * Quits: aaronlev (chatzilla@85.176.248.168) (Quit: ChatZilla 0.9.84-rdmsoft [XULRunner 1.9.0.1/2008072406])
  44. # [01:37] * Quits: aroben (aroben@69.137.139.251) (Quit: Leaving)
  45. # [01:37] * Quits: karl (karlcow@70.81.84.168) (Quit: This computer has gone to sleep)
  46. # [02:28] * Quits: Sander (svl@86.87.68.167) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  47. # [02:33] * Joins: marcos (marcos@87.196.232.155)
  48. # [02:52] * Quits: adele_ (adele@17.203.14.201) (Quit: adele_)
  49. # [02:53] * Quits: rking3 (rking3@99.50.23.198) (Quit: rking3)
  50. # [03:07] * Joins: marcos_ (marcos@87.196.99.233)
  51. # [03:08] * Quits: marcos (marcos@87.196.232.155) (Ping timeout)
  52. # [03:14] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: sex break)
  53. # [03:46] * Quits: heycam (cam@130.194.72.84) (Quit: bye)
  54. # [04:30] * Quits: dbaron (dbaron@63.245.220.241) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  55. # [05:07] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
  56. # [05:59] * Joins: karl (karlcow@70.81.84.24)
  57. # [06:04] * Joins: shepazu (schepers@128.30.52.30)
  58. # [06:04] * Joins: tH_ (Rob@83.100.138.116)
  59. # [06:05] * Quits: tH (Rob@87.102.93.106) (Ping timeout)
  60. # [06:05] * tH_ is now known as tH
  61. # [07:39] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
  62. # [07:39] * Quits: karl (karlcow@70.81.84.24) (Quit: This computer has gone to sleep)
  63. # [07:44] * Joins: gavin_ (gavin@99.226.207.11)
  64. # [07:49] * Joins: scotfl (scotfl@70.64.14.62)
  65. # [07:50] * Quits: scotfl (scotfl@70.64.14.62) (Client exited)
  66. # [07:56] * Joins: karl (karlcow@69.70.209.57)
  67. # [08:17] <MikeSmith> http://blogs.msdn.com/ie/archive/2008/12/17/ie-december-out-of-band-release.aspx
  68. # [08:19] * Joins: pimpbot (pimpbot@80.68.92.65)
  69. # [08:20] <MikeSmith> http://blogs.msdn.com/ie/archive/2008/12/17/ie-december-out-of-band-release.aspx
  70. # [08:20] <pimpbot> Title: IEBlog : IE December Out-of-Band release (at blogs.msdn.com)
  71. # [08:31] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: sex break)
  72. # [09:32] * Joins: aaronlev (chatzilla@78.51.196.203)
  73. # [10:27] * Joins: darobin (robinb@81.66.15.230)
  74. # [10:33] * Quits: aaronlev (chatzilla@78.51.196.203) (Quit: ChatZilla 0.9.84-rdmsoft [XULRunner 1.9.0.1/2008072406])
  75. # [10:35] * Joins: ROBOd (robod@89.122.216.38)
  76. # [10:37] * Joins: deane (opera@121.72.172.237)
  77. # [10:38] * Quits: darobin (robinb@81.66.15.230) (Ping timeout)
  78. # [10:41] * Joins: tlr (tlr@128.30.52.30)
  79. # [10:41] * Joins: aaronlev (chatzilla@78.51.196.203)
  80. # [11:03] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: This computer has gone to sleep)
  81. # [11:28] * Joins: Lachy (Lachlan@213.236.208.22)
  82. # [11:41] * Joins: darobin (robinb@82.233.247.234)
  83. # [12:25] * Quits: darobin (robinb@82.233.247.234) (Connection timed out)
  84. # [12:31] * Joins: darobin (robinb@82.233.247.234)
  85. # [13:02] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
  86. # [13:07] * Quits: darobin (robinb@82.233.247.234) (Ping timeout)
  87. # [13:11] * Joins: darobin (robinb@82.233.247.234)
  88. # [13:21] * Quits: darobin (robinb@82.233.247.234) (Ping timeout)
  89. # [13:29] <MikeSmith> http://www.christiansejersen.com/blog/2008/12/11/how-do-we-bring-the-web-to-where-people-are/
  90. # [13:29] <pimpbot> Title: Christian Sejersen - » How do we bring the web to where people are? (at www.christiansejersen.com)
  91. # [13:32] * Joins: darobin (robinb@82.233.247.234)
  92. # [13:34] * Quits: deane (opera@121.72.172.237) (Ping timeout)
  93. # [13:52] * Joins: Sander (svl@86.87.68.167)
  94. # [13:59] * Joins: maddiin (mc@87.185.246.71)
  95. # [14:05] * Joins: Julian (chatzilla@217.91.35.233)
  96. # [14:14] * Quits: karl (karlcow@69.70.209.57) (Quit: This computer has gone to sleep)
  97. # [14:16] * Joins: karl (karlcow@69.70.209.57)
  98. # [14:18] * marcos_ is now known as marcos
  99. # [14:32] * Joins: myakura (myakura@122.17.190.200)
  100. # [14:33] * Joins: aroben (aroben@69.137.139.251)
  101. # [14:41] * Quits: myakura (myakura@122.17.190.200) (Quit: Leaving...)
  102. # [14:47] * Joins: myakura (myakura@122.17.190.200)
  103. # [14:50] * Joins: zcorpan (zcorpan@83.252.193.84)
  104. # [14:53] * Quits: zcorpan (zcorpan@83.252.193.84) (Ping timeout)
  105. # [15:07] * Quits: marcos (marcos@87.196.99.233) (Quit: marcos)
  106. # [15:08] * Joins: marcos (marcos@87.196.99.233)
  107. # [15:14] * Quits: marcos (marcos@87.196.99.233) (Quit: marcos)
  108. # [15:40] * Joins: marcos (marcos@87.196.99.233)
  109. # [15:51] * Quits: myakura (myakura@122.17.190.200) (Quit: Leaving...)
  110. # [16:24] * Quits: Sander (svl@86.87.68.167) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  111. # [16:34] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: This computer has gone to sleep)
  112. # [16:40] * Quits: aaronlev (chatzilla@78.51.196.203) (Ping timeout)
  113. # [16:46] * Joins: MichaelC (Michael@128.30.52.30)
  114. # [16:49] * Quits: Julian (chatzilla@217.91.35.233) (Ping timeout)
  115. # [17:04] * Joins: Lachy (Lachlan@85.196.122.246)
  116. # [17:07] * Joins: billmason (bmason@69.30.57.55)
  117. # [17:16] * Joins: Julian (chatzilla@217.91.35.233)
  118. # [17:24] * Quits: marcos (marcos@87.196.99.233) (Quit: marcos)
  119. # [17:29] * Joins: marcos (marcos@87.196.99.233)
  120. # [17:29] * Quits: tlr (tlr@128.30.52.30) (Quit: happy holidays )
  121. # [17:35] * Quits: darobin (robinb@82.233.247.234) (Connection timed out)
  122. # [17:36] * Joins: darobin (robinb@82.233.247.234)
  123. # [17:52] * Quits: darobin (robinb@82.233.247.234) (Ping timeout)
  124. # [17:57] * Quits: billmason (bmason@69.30.57.55) (Quit: Leaving.)
  125. # [17:57] * Joins: rubys (rubys@75.182.87.110)
  126. # [17:58] <Julian> Zakim, what's the code?
  127. # [17:58] * Joins: Joshue (Joshue@86.45.197.24)
  128. # [17:59] <MikeSmith> trackbot, start meeting
  129. # [17:59] * trackbot is starting a teleconference
  130. # [17:59] * Joins: RRSAgent (rrs-loggee@128.30.52.30)
  131. # [17:59] <RRSAgent> logging to http://www.w3.org/2008/12/18-html-wg-irc
  132. # [17:59] <trackbot> RRSAgent, make logs public
  133. # [17:59] <RRSAgent> I have made the request, trackbot
  134. # [17:59] * Joins: Zakim (rrs-bridgg@128.30.52.30)
  135. # [17:59] <trackbot> Zakim, this will be HTML
  136. # [17:59] <Zakim> ok, trackbot; I see HTML_WG()12:00PM scheduled to start in 3 minutes
  137. # [17:59] <trackbot> Meeting: HTML Weekly Teleconference
  138. # [17:59] <trackbot> Date: 18 December 2008
  139. # [17:59] <Julian> Zakim, what's the code?
  140. # [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
  141. # [17:59] <Zakim> HTML_WG()12:00PM has now started
  142. # [17:59] <Zakim> +Sam
  143. # [17:59] <Hixie> hey i'm up at the time of the telecon
  144. # [17:59] <Zakim> + +49.251.280.aaaa
  145. # [18:00] <Julian> Zakim, +49.251.280.aaaa is me
  146. # [18:00] <Zakim> +Julian; got it
  147. # [18:01] <MikeSmith> Zakim, call Mike
  148. # [18:01] <Zakim> ok, MikeSmith; the call is being made
  149. # [18:01] <Zakim> +Mike
  150. # [18:01] <MikeSmith> Zakim, Mike is MikeSmith
  151. # [18:01] <Zakim> +MikeSmith; got it
  152. # [18:01] <Zakim> +Ian_Hickson
  153. # [18:01] <MikeSmith> Zakim, who's on the phone?
  154. # [18:01] <Zakim> On the phone I see Sam, Julian, MikeSmith, Ian_Hickson
  155. # [18:01] <Zakim> +??P10
  156. # [18:01] <Joshue> zakim, ??P10 is Joshue
  157. # [18:01] <Zakim> +Joshue; got it
  158. # [18:02] * Joins: smedero (smedero@192.223.6.251)
  159. # [18:02] <Hixie> Zakim, I am Ian_Hickson
  160. # [18:02] <Zakim> ok, Hixie, I now associate you with Ian_Hickson
  161. # [18:02] <MikeSmith> Topic: Agenda review
  162. # [18:02] <MikeSmith> scribenick: MikeSmith
  163. # [18:03] <Zakim> + +1.484.802.aabb
  164. # [18:03] <smedero> Zakim, +1.484.802.aabb is me
  165. # [18:03] <Zakim> +smedero; got it
  166. # [18:03] <smedero> Zakim, mute me
  167. # [18:03] <Zakim> smedero should now be muted
  168. # [18:03] <MikeSmith> MikeSmith: any suggestions for agenda to add?
  169. # [18:04] <smedero> I don't...
  170. # [18:04] <MikeSmith> [nothing to add]
  171. # [18:04] <MikeSmith> Topic: General sync-up
  172. # [18:04] * Joins: billmason (bmason@69.30.57.55)
  173. # [18:05] <MikeSmith> Zakim, who's on the phone?
  174. # [18:05] <Zakim> On the phone I see Sam, Julian, MikeSmith, Ian_Hickson (muted), Joshue, smedero (muted)
  175. # [18:05] * Joins: darobin (robinb@82.233.247.234)
  176. # [18:05] * DanC is inclined to stay irc-only and continue coding on the url stuff
  177. # [18:05] <MikeSmith> DanC: can you call in for a bit?
  178. # [18:05] <DanC> Zakim, call DanC-work
  179. # [18:05] <Zakim> ok, DanC; the call is being made
  180. # [18:05] <Zakim> +DanC
  181. # [18:06] <Zakim> +Cynthia_Shelly
  182. # [18:06] <DanC> Topic: HTML WG chair evolution
  183. # [18:07] <MikeSmith> q?
  184. # [18:07] * Zakim sees no one on the speaker queue
  185. # [18:07] * Joshue good luck to Sam
  186. # [18:07] <DanC> regrets+ ChrisW
  187. # [18:07] <rubys> Thanks, Joshue: Sam will need it. :-)
  188. # [18:07] <MikeSmith> regrets+ Gregory
  189. # [18:08] <Julian> q+
  190. # [18:08] * Zakim sees Julian on the speaker queue
  191. # [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)
  192. # [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)
  193. # [18:08] <MikeSmith> ack Julian
  194. # [18:08] * Zakim sees no one on the speaker queue
  195. # [18:08] <DanC> Mike: DanC, what do you know about your participation going forward?
  196. # [18:08] <MikeSmith> Julian: Sam blogged about the relationship with the XHTML2 WG, maybe can say a bit about that.
  197. # [18:08] * Joins: cshelly (61713d41@128.30.52.43)
  198. # [18:08] <DanC> DanC: it looks like I'll get funding to keep doing HTML 5 work, but can't give details yet
  199. # [18:09] <DanC> agenda + overlap with XHTML 2 WG (issue-nn)
  200. # [18:09] * Zakim notes agendum 1 added
  201. # [18:09] <MikeSmith> rubys: Philippe Le Hegeart said that there was no overlap, but there clearly is overlap
  202. # [18:09] * Hixie notes that the overlap of the xhtml2 wg's xhtml2 language with the xhtml1 language exists independent of what we do
  203. # [18:09] <smedero> Is this still hanging in the air, MikeSmith: http://www.w3.org/html/wg/tracker/actions/62
  204. # [18:09] <pimpbot> Title: ACTION-62 - HTML Weekly Tracker (at www.w3.org)
  205. # [18:10] <DanC> agenda + overlap with XHTML 2 WG (issue-52)
  206. # [18:10] * Zakim notes agendum 2 added
  207. # [18:10] <MikeSmith> ... proceeding with the position that there is no overlap [is not realistic]
  208. # [18:10] * Julian agrees with Sam
  209. # [18:10] <DanC> agenda -1
  210. # [18:10] * Zakim notes agendum 1, overlap with XHTML 2 WG (issue-nn), dropped
  211. # [18:10] <DanC> Zakim, take up item 2
  212. # [18:10] <Zakim> agendum 2. "overlap with XHTML 2 WG (issue-52)" taken up [from DanC]
  213. # [18:10] <Julian> q+
  214. # [18:10] * Zakim sees Julian on the speaker queue
  215. # [18:10] * darobin regrets sorry, just joined and hadn't yet inserted conf into planning
  216. # [18:10] * rubys acks Hixie's note, but that's not my problem to solve :-)
  217. # [18:10] <DanC> q+ to observe overlap in (a) namespace (b) mime type (c) brand name
  218. # [18:10] * Zakim sees Julian, DanC on the speaker queue
  219. # [18:10] <MikeSmith> rubys: clearly there is overlap because of the namespace
  220. # [18:10] <MikeSmith> q?
  221. # [18:10] * Zakim sees Julian, DanC on the speaker queue
  222. # [18:11] * Quits: xover (xover@193.157.66.22) (Quit: Leaving)
  223. # [18:11] <MikeSmith> regrets+ RobinBerjon
  224. # [18:11] <Julian> q+ to state that incompaitble syntax for @rel is being defined (QName vs Cuie vs String/URI)
  225. # [18:11] * Zakim sees Julian, DanC on the speaker queue
  226. # [18:12] <DanC> issue-52?
  227. # [18:12] * trackbot getting information on ISSUE-52
  228. # [18:12] <MikeSmith> rubys: I will object if I hear someone assert again that there is no overlap.
  229. # [18:12] <trackbot> ISSUE-52 -- Resolve XHTML2 WG objections to language in HTML5 draft regarding XHTML1 -- OPEN
  230. # [18:12] <trackbot> http://www.w3.org/html/wg/tracker/issues/52
  231. # [18:12] <pimpbot> Title: ISSUE-52 - HTML Weekly Tracker (at www.w3.org)
  232. # [18:12] <MikeSmith> rubys: my intent is to spend most of my time on HTML5
  233. # [18:12] <MikeSmith> ... I think the groups should either be merged or the overlap eliminated.
  234. # [18:12] <MikeSmith> ack Julian
  235. # [18:12] <Zakim> Julian, you wanted to state that incompaitble syntax for @rel is being defined (QName vs Cuie vs String/URI)
  236. # [18:12] * Zakim sees DanC on the speaker queue
  237. # [18:13] <MikeSmith> Julian: we have 2 groups that have come up with 3 incompatible syntaxes for @rel
  238. # [18:13] <Hixie> rubys, yeah, agreed. seems like solving that problem solves the problem you mentioned automatically though, which is why it's relevant.
  239. # [18:13] <DanC> (we have another issue specifically on rel...)
  240. # [18:13] <DanC> issue-27?
  241. # [18:13] * trackbot getting information on ISSUE-27
  242. # [18:13] <trackbot> ISSUE-27 -- @rel value ownership, registry consideration -- RAISED
  243. # [18:13] <trackbot> http://www.w3.org/html/wg/tracker/issues/27
  244. # [18:13] <pimpbot> Title: ISSUE-27 - HTML Weekly Tracker (at www.w3.org)
  245. # [18:13] <MikeSmith> ack DanC
  246. # [18:13] <Zakim> DanC, you wanted to observe overlap in (a) namespace (b) mime type (c) brand name
  247. # [18:13] * Zakim sees no one on the speaker queue
  248. # [18:13] <smedero> DanC, If you are looking for it ISSUE-60 is the one dealing with the XHTML namespace...
  249. # [18:13] <MikeSmith> DanC: the 1999 namespace is certainly overlap
  250. # [18:14] <MikeSmith> DanC: but beyond that, there is certainly the brand name
  251. # [18:15] <DanC> (overlap is discussed in the "architectural vision" thingy from March 2007 cited from http://www.w3.org/html/wg/#charter )
  252. # [18:15] <pimpbot> Title: W3C HTML Working Group (at www.w3.org)
  253. # [18:16] <DanC> action-62?
  254. # [18:16] * trackbot getting information on ACTION-62
  255. # [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
  256. # [18:16] <trackbot> http://www.w3.org/html/wg/tracker/actions/62
  257. # [18:16] <pimpbot> Title: ACTION-62 - HTML Weekly Tracker (at www.w3.org)
  258. # [18:16] * Quits: sryo (sryo@190.245.204.198) (Ping timeout)
  259. # [18:16] <DanC> . action-62 due xyz
  260. # [18:16] <smedero> I can do it
  261. # [18:16] <Hixie> danc, the w3c also publicly mentioned the branding issue in http://www.w3.org/2007/03/html-pressrelease (fwiw)
  262. # [18:16] <pimpbot> Title: W3C Relaunches HTML Activity (at www.w3.org)
  263. # [18:16] * Joins: adele (adele@17.203.14.201)
  264. # [18:16] <DanC> yes, there's that too, Hixie
  265. # [18:16] <MikeSmith> action-62 due next month
  266. # [18:16] * trackbot attempting to change due date on ACTION-62.
  267. # [18:16] <trackbot> ACTION-62 get XHTML 2 WG response to edits around name of XML serialization due date now next month
  268. # [18:16] <MikeSmith> q?
  269. # [18:16] * Zakim sees no one on the speaker queue
  270. # [18:17] <smedero> seems to have worked
  271. # [18:17] <DanC> action-62?
  272. # [18:17] * trackbot getting information on ACTION-62
  273. # [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
  274. # [18:17] <trackbot> http://www.w3.org/html/wg/tracker/actions/62
  275. # [18:17] <smedero> "2009-01-18"
  276. # [18:17] <pimpbot> Title: ACTION-62 - HTML Weekly Tracker (at www.w3.org)
  277. # [18:17] <DanC> agenda + Ian's status thingy
  278. # [18:17] * Zakim notes agendum 3 added
  279. # [18:18] <MikeSmith> URL for the message from Hixie?
  280. # [18:18] <Hixie> http://www.whatwg.org/status-2008-12
  281. # [18:18] <DanC> http://www.whatwg.org/status-2008-12
  282. # [18:18] <MikeSmith> thanks
  283. # [18:18] <DanC> news to me: "- content sniffing to ietf (maybe adam barth as editor?)
  284. # [18:18] <DanC> "
  285. # [18:18] <Hixie> hold on
  286. # [18:18] <Hixie> Zakim, unmute me
  287. # [18:18] <Zakim> Ian_Hickson should no longer be muted
  288. # [18:19] <MikeSmith> DanC: it was news to me that Adam Barth is interested in the content-type sniffing stuff
  289. # [18:19] <MikeSmith> Hixie: he's sent mail about it.. it's a maybe
  290. # [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)
  291. # [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)
  292. # [18:20] <DanC> ^ Adam Barth's work
  293. # [18:21] <DanC> q+ to observe "Last Call Working Draft in October 2009" and suggest trying that on the homepage
  294. # [18:21] * Zakim sees DanC on the speaker queue
  295. # [18:21] <MikeSmith> q?
  296. # [18:21] * Zakim sees DanC on the speaker queue
  297. # [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)
  298. # [18:22] * Joins: dsinger (dsinger@17.202.35.52)
  299. # [18:22] <Zakim> +[Apple]
  300. # [18:22] <DanC> issue-14?
  301. # [18:22] * trackbot getting information on ISSUE-14
  302. # [18:22] <trackbot> ISSUE-14 -- Integration of WAI-ARIA roles into HTML5 -- RAISED
  303. # [18:22] <trackbot> http://www.w3.org/html/wg/tracker/issues/14
  304. # [18:22] <pimpbot> Title: ISSUE-14 - HTML Weekly Tracker (at www.w3.org)
  305. # [18:22] <dsinger> zakim , [Apple] has dsinger
  306. # [18:22] <MikeSmith> present+ DaveSinger
  307. # [18:23] <MikeSmith> agenda?
  308. # [18:23] * Zakim sees 2 items remaining on the agenda:
  309. # [18:23] <dsinger> zakim, [Apple] has dsinger
  310. # [18:23] * Zakim 2. overlap with XHTML 2 WG (issue-52) [from DanC]
  311. # [18:23] <Joshue> +q
  312. # [18:23] * Zakim 3. Ian's status thingy [from DanC]
  313. # [18:23] <Zakim> +dsinger; got it
  314. # [18:23] * Zakim sees DanC, Joshue on the speaker queue
  315. # [18:23] <DanC> ack danc
  316. # [18:23] <Zakim> DanC, you wanted to observe "Last Call Working Draft in October 2009" and suggest trying that on the homepage
  317. # [18:23] * Zakim sees Joshue on the speaker queue
  318. # [18:24] <MikeSmith> q?
  319. # [18:24] * Zakim sees Joshue on the speaker queue
  320. # [18:24] <MikeSmith> ack Joshue
  321. # [18:24] * Zakim sees no one on the speaker queue
  322. # [18:24] <Joshue> http://www.w3.org/html/wg/tracker/issues/20
  323. # [18:24] <pimpbot> Title: ISSUE-20 - HTML Weekly Tracker (at www.w3.org)
  324. # [18:24] <Joshue> http://www.w3.org/html/wg/tracker/actions/76
  325. # [18:24] <pimpbot> Title: ACTION-76 - HTML Weekly Tracker (at www.w3.org)
  326. # [18:25] <DanC> issue-32?
  327. # [18:25] * trackbot getting information on ISSUE-32
  328. # [18:25] <trackbot> ISSUE-32 -- how to provide a summary of a table, e.g. for unsighted navigation? -- OPEN
  329. # [18:25] <trackbot> http://www.w3.org/html/wg/tracker/issues/32
  330. # [18:25] <pimpbot> Title: ISSUE-32 - HTML Weekly Tracker (at www.w3.org)
  331. # [18:25] <MikeSmith> Joshue: a couple of things that are outstanding are the td/th @headers and table @summary
  332. # [18:25] * Hixie is planning on working on the table feedback today fwiw
  333. # [18:25] <Hixie> should i delay?
  334. # [18:25] <MikeSmith> Hixie: no, I think would be good to go ahead
  335. # [18:25] <Joshue> good stuff Ian
  336. # [18:25] * Joins: Sander (svl@86.87.68.167)
  337. # [18:26] <MikeSmith> Joshue: there was a response from the PF recently
  338. # [18:26] <Joshue> http://esw.w3.org/topic/HTML/SummaryForTABLE
  339. # [18:26] <pimpbot> Title: HTML/SummaryForTABLE - ESW Wiki (at esw.w3.org)
  340. # [18:26] <DanC> (tracker thinks ChrisW has the ball on summary... action-76)
  341. # [18:27] <MikeSmith> Joshue: that's a distilled overview of why we think @summary is important
  342. # [18:27] <MikeSmith> q?
  343. # [18:27] * Zakim sees no one on the speaker queue
  344. # [18:27] <DanC> (taking a quick look at SummaryForTABLE , it seems to do better with NPOV than other summaries. nice.)
  345. # [18:27] * Joshue bye bye y'all and happy Christmas :-)
  346. # [18:28] <dsinger> happy hols, everyone!! byee......
  347. # [18:28] <Zakim> -Joshue
  348. # [18:28] <DanC> *
  349. # [18:28] <DanC> HTML/SummaryForTABLE (last edited 2008-11-24 12:35:42
  350. # [18:28] <MikeSmith> [adjourned]
  351. # [18:28] <Zakim> -Cynthia_Shelly
  352. # [18:28] <Zakim> -[Apple]
  353. # [18:28] <Zakim> -Ian_Hickson
  354. # [18:28] <Zakim> -Sam
  355. # [18:28] <Zakim> -Julian
  356. # [18:28] * Quits: Joshue (Joshue@86.45.197.24) (Quit: Quitting!)
  357. # [18:28] <Zakim> -smedero
  358. # [18:28] <MikeSmith> Zakim, drop Mike
  359. # [18:28] <Zakim> MikeSmith is being disconnected
  360. # [18:28] <Zakim> -MikeSmith
  361. # [18:28] * Quits: dsinger (dsinger@17.202.35.52) (Quit: dsinger)
  362. # [18:28] <MikeSmith> RRSAgent, please make minutes
  363. # [18:28] <RRSAgent> I have made the request to generate http://www.w3.org/2008/12/18-html-wg-minutes.html MikeSmith
  364. # [18:29] <MikeSmith> http://www.whatwg.org/issues/data.html
  365. # [18:29] <pimpbot> Title: Issues Graph (at www.whatwg.org)
  366. # [18:32] * Quits: smedero (smedero@192.223.6.251) (Quit: smedero)
  367. # [18:32] <MikeSmith> http://www.flickr.com/photos/apelad/sets/72157594388426362/detail/
  368. # [18:32] <pimpbot> Title: HTTP errors - a set on Flickr (at www.flickr.com)
  369. # [18:33] * Joins: xover (xover@193.157.66.22)
  370. # [18:37] <MikeSmith> http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2008-December/017884.html
  371. # [18:37] <pimpbot> Title: [whatwg] XSLT and DOCTYPES (at lists.whatwg.org)
  372. # [18:38] <MikeSmith> Julian: ↑
  373. # [18:38] * Quits: Julian (chatzilla@217.91.35.233) (Ping timeout)
  374. # [18:39] * Quits: Dashiva (noone@84.48.51.1) (Quit: Dashiva)
  375. # [18:40] * Joins: Dashiva (noone@84.48.51.1)
  376. # [18:42] * Joins: MichaelC_ (Michael@128.30.52.30)
  377. # [18:45] * Quits: MichaelC (Michael@128.30.52.30) (Ping timeout)
  378. # [18:45] * MichaelC_ is now known as MichaelC
  379. # [18:57] * Joins: marcos_ (marcos@87.196.29.35)
  380. # [18:58] * Quits: marcos (marcos@87.196.99.233) (Ping timeout)
  381. # [19:03] * Quits: billmason (bmason@69.30.57.55) (Quit: Leaving.)
  382. # [19:06] * Quits: cshelly (61713d41@128.30.52.43) (Quit: CGI:IRC (Ping timeout))
  383. # [19:11] * Joins: anne (annevk@217.174.106.250)
  384. # [19:12] <anne> (much belated regrets, residing in Moscow atm)
  385. # [19:14] * Joins: aaronlev (chatzilla@78.51.196.203)
  386. # [19:15] <MikeSmith> anne: we had a short call anyway
  387. # [19:15] <anne> ok
  388. # [19:16] <anne> not sure when I'm normally available again, might be January, could be February
  389. # [19:17] * Quits: darobin (robinb@82.233.247.234) (Ping timeout)
  390. # [19:34] <MikeSmith> OK
  391. # [19:36] <Zakim> disconnecting the lone participant, DanC, in HTML_WG()12:00PM
  392. # [19:36] <Zakim> HTML_WG()12:00PM has ended
  393. # [19:36] <Zakim> Attendees were Sam, Julian, MikeSmith, Ian_Hickson, Joshue, smedero, DanC, Cynthia_Shelly, dsinger
  394. # [19:54] <pimpbot> planet: This week in HTML 5 - Episode 16 <http://blog.whatwg.org/this-week-in-html-5-episode-16>
  395. # [19:59] * Joins: sryo (sryo@190.245.204.198)
  396. # [20:07] * Quits: sryo (sryo@190.245.204.198) (Ping timeout)
  397. # [20:14] * Joins: heycam (cam@203.217.82.242)
  398. # [20:29] * Joins: sryo (sryo@190.245.204.198)
  399. # [20:37] * Joins: Julian (chatzilla@217.91.35.233)
  400. # [20:37] <Julian> MikeSmith: thanks for the pointer, I already replied to it.
  401. # [20:40] * Quits: karl (karlcow@69.70.209.57) (Quit: This computer has gone to sleep)
  402. # [20:53] * Joins: karl (karlcow@70.81.84.168)
  403. # [21:56] * Joins: marcos (marcos@87.196.131.207)
  404. # [21:58] * Quits: marcos_ (marcos@87.196.29.35) (Ping timeout)
  405. # [22:09] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
  406. # [22:20] * Joins: rking3 (rking3@99.50.23.198)
  407. # [22:37] * Quits: rking3 (rking3@99.50.23.198) (Quit: rking3)
  408. # [22:37] * Joins: rking3 (rking3@99.50.23.198)
  409. # [22:41] * Quits: heycam (cam@203.217.82.242) (Quit: bye)
  410. # [22:42] * Quits: aaronlev (chatzilla@78.51.196.203) (Ping timeout)
  411. # [23:28] <gsnedders> marcos: ping
  412. # [23:37] * Quits: MichaelC (Michael@128.30.52.30) (Quit: ChatZilla 0.9.84 [Firefox 3.0.4/2008102920])
  413. # [23:45] <marcos> gsnedders: pong
  414. # [23:45] <gsnedders> marcos: You ever get anolis locally?
  415. # [23:46] <marcos> gsnedders: tried...
  416. # [23:46] <gsnedders> marcos: OK, it should be simpler :P
  417. # [23:46] <gsnedders> marcos: Download it, and run the installer
  418. # [23:46] <marcos> woot!
  419. # [23:46] <marcos> will it download all the dependencies?
  420. # [23:46] <gsnedders> yup
  421. # [23:47] * Joins: heycam (cam@130.194.72.84)
  422. # [23:52] <marcos> gsnedders: errors :(
  423. # [23:52] <marcos> you want me to email them to you?
  424. # Session Close: Fri Dec 19 00:00:00 2008

The end :)