/irc-logs / freenode / #whatwg / 2010-06-15 / end

Options:

  1. # Session Start: Tue Jun 15 00:00:01 2010
  2. # Session Ident: #whatwg
  3. # [00:00] <jgraham> (on typical operating systems)
  4. # [00:00] <jgraham> Given the figures quoted earlier, I wonder why it is needed
  5. # [00:01] * Quits: weinig (~weinig@17.246.16.145) (Quit: weinig)
  6. # [00:01] <jgraham> (actually I still wonder why we care so much about the specific case of carets when so many other things could cause similar but worse problems)
  7. # [00:02] <jgraham> (since they won't typically be at 2Hz)
  8. # [00:03] <jgraham> I guess I will send this feedback to the list tommorow, so if I am totally wrong about anything it would be nice to let me know
  9. # [00:03] * Joins: weinig (~weinig@2620:0:1b00:1191:223:32ff:feaf:7f36)
  10. # [00:06] * Joins: knowtheory (~knowtheor@bas5-london14-1242452413.dsl.bell.ca)
  11. # [00:07] * Quits: BlurstOfTimes (~blurstoft@168.203.117.112) (Quit: Leaving...)
  12. # [00:09] * Joins: mmn1 (~mmn@129-97-225-97.uwaterloo.ca)
  13. # [00:11] * Quits: mmn (~mmn@129-97-225-97.uwaterloo.ca) (Ping timeout: 245 seconds)
  14. # [00:18] <MikeSmith> http://dev.opera.com/articles/view/css3-show-and-hide/ is nice
  15. # [00:18] <MikeSmith> http://devfiles.myopera.com/articles/1861/css-menu-ex4.html
  16. # [00:19] <zcorpan_> hmm, basing it on :focus seems weird
  17. # [00:20] <zcorpan_> :target seems better if you want css-only
  18. # [00:21] <MikeSmith> dunno about the details, but for one thing, it seems like this could be used to emulate support for the display element
  19. # [00:21] <MikeSmith> until such time as we get native implementations
  20. # [00:21] <TabAtkins> Yeah, you really don't want :focus - it'll rehide or reshow things as focus moves, which is weird.
  21. # [00:21] <zcorpan_> you mean details element?
  22. # [00:21] <MikeSmith> zcorpan_: erp, yeah
  23. # [00:21] <MikeSmith> details
  24. # [00:21] * TabAtkins still likes using the hidden :checked hack.
  25. # [00:22] <MikeSmith> would make a good html5doctor article maybe
  26. # [00:22] * MikeSmith looks around for some HTML5 doctors in the house
  27. # [00:22] <zcorpan_> as TabAtkins says, :focus doesn't work except for a minimal demo page
  28. # [00:22] <zcorpan_> the article acks this at the end
  29. # [00:23] <MikeSmith> http://dev.opera.com/forums/topic/600712?t=1276554067&page=1#comment5792922
  30. # [00:23] <MikeSmith> yeah
  31. # [00:23] <zcorpan_> an infobox instead of a menu would be more appropriate for showcasing :focus
  32. # [00:23] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
  33. # [00:24] <zcorpan_> but maybe even that would be annoying
  34. # [00:30] * Joins: nessy (~Adium@124-168-162-47.dyn.iinet.net.au)
  35. # [00:34] * Quits: nattokirai (~nattokira@ac242062.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  36. # [00:41] * Quits: smaug (~chatzilla@a91-154-41-248.elisa-laajakaista.fi) (Ping timeout: 276 seconds)
  37. # [00:46] <zcorpan_> does safari not fire any events for the arrow keys?
  38. # [00:54] * Joins: KevinMarks (~KevinMark@157.22.22.57)
  39. # [01:03] * Quits: MikeSmith (~MikeSmith@EM114-48-11-88.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
  40. # [01:06] * Quits: kennyluck_ (~kennyluck@tea11.w3.mag.keio.ac.jp) (Quit: kennyluck_)
  41. # [01:07] * Quits: aroben (~aroben@unaffiliated/aroben) (Quit: Leaving)
  42. # [01:09] * Joins: MikeSmith (~MikeSmith@EM111-188-10-222.pool.e-mobile.ne.jp)
  43. # [01:11] <TabAtkins> zcorpan_: Looks like not. I was just trying to use your demo on Chrome, and it doesn't do anything for the arrow keys.
  44. # [01:14] <zcorpan_> TabAtkins: so that means canvas games don't work in safari/chrome?
  45. # [01:14] <TabAtkins> Presumably!
  46. # [01:14] <zcorpan_> awesome
  47. # [01:16] <MikeSmith> http://www.oipf.tv/docs/Release1/Release1_1/OIPF-T1-R1-Specification-Volume-5-Declarative-Application-Environment-V1_1-2009-10-08.pdf
  48. # [01:18] <MikeSmith> peruse the table of contents there
  49. # [01:19] <TabAtkins> zcorpan_: I'm hearing that we intentionally only support keyup and keydown, not keypress.
  50. # [01:19] <TabAtkins> And just confirmed that swapping to onkeydown works as expected.
  51. # [01:20] <zcorpan_> onkeydown doesn't seem to work in safari 5
  52. # [01:21] <TabAtkins> ...
  53. # [01:21] <TabAtkins> Well, it works in Chrome5 at least.
  54. # [01:21] <zcorpan_> yep, got it working in chrome
  55. # [01:22] <zcorpan_> so why not keypress?
  56. # [01:22] <zcorpan_> ie compat thing?
  57. # [01:23] <TabAtkins> No clue. I'm asking right now, but via a fairly async method, so I won't find out for a bit.
  58. # [01:23] <zcorpan_> k
  59. # [01:23] <zcorpan_> i'll get some sleep meanwhile, but do share when you know more :)
  60. # [01:24] <TabAtkins> Will do.
  61. # [01:24] <zcorpan_> cheers
  62. # [01:24] * Quits: zcorpan_ (~zcorpan@c-1799e355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan_)
  63. # [01:38] * Quits: dglazkov (~dglazkov@nat/google/x-ogayknbnkdsfvfbu) (Quit: dglazkov)
  64. # [01:41] <TabAtkins> zcorpan: Got some explanation. We try to do some union of IE and Gecko key events. For keypress specifically, we only fire for "character generating" keys (this matches IE).
  65. # [01:48] * Quits: deepthawtz (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net) (Ping timeout: 248 seconds)
  66. # [01:58] * Quits: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net) (Quit: zzzzz)
  67. # [02:04] * Quits: JonathanNeal (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com) (Quit: Leaving)
  68. # [02:17] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
  69. # [02:17] * Quits: sicking (~chatzilla@nat/mozilla/x-lpklucggdadqfiki) (Ping timeout: 272 seconds)
  70. # [02:24] * Quits: MattCampbell (~matt@ip68-102-47-79.ks.ok.cox.net) (Quit: ircII EPIC4-2.10 -- Are we there yet?)
  71. # [02:30] * Quits: ap (~ap@17.246.19.110) (Quit: ap)
  72. # [02:32] * Quits: nessy (~Adium@124-168-162-47.dyn.iinet.net.au) (Read error: Connection reset by peer)
  73. # [02:32] * Joins: nessy (~Adium@124-168-162-47.dyn.iinet.net.au)
  74. # [02:32] * Quits: weinig (~weinig@2620:0:1b00:1191:223:32ff:feaf:7f36) (Quit: weinig)
  75. # [02:34] * Joins: nessy1 (~Adium@203-214-145-24.perm.iinet.net.au)
  76. # [02:35] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
  77. # [02:36] * Quits: nessy (~Adium@124-168-162-47.dyn.iinet.net.au) (Ping timeout: 240 seconds)
  78. # [02:38] * Joins: sicking (~chatzilla@nat/mozilla/x-fakrdtdzrnyxduja)
  79. # [02:38] * Joins: michaeln (~michaeln@nat/google/x-cqkagbyxrrsowfuc)
  80. # [02:40] * Joins: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net)
  81. # [02:42] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
  82. # [02:42] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
  83. # [02:43] * Quits: sicking (~chatzilla@nat/mozilla/x-fakrdtdzrnyxduja) (Ping timeout: 276 seconds)
  84. # [02:46] * Joins: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
  85. # [02:47] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
  86. # [02:50] * Quits: dave_levin (~dave_levi@nat/google/x-gnyirxofhlmhtpnd) (Quit: dave_levin)
  87. # [02:52] * Quits: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net) (Quit: zzzzz)
  88. # [03:08] * Joins: til_ (~til@c-98-246-164-234.hsd1.or.comcast.net)
  89. # [03:08] * Quits: til (~til@c-98-246-164-234.hsd1.or.comcast.net) (Read error: Connection reset by peer)
  90. # [03:08] * til_ is now known as til
  91. # [03:10] * Quits: yutak_home (~kee@U017209.ppp.dion.ne.jp) (Quit: Ex-Chat)
  92. # [03:27] * Quits: shepazu (~schepers@host86-162-75-133.range86-162.btcentralplus.com) (Ping timeout: 245 seconds)
  93. # [03:27] * Quits: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
  94. # [03:28] * Joins: wakaba_ (~wakaba_@203-140-90-184.eonet.ne.jp)
  95. # [03:29] * Joins: miketaylr (~miketaylr@24.42.95.108)
  96. # [03:32] * Quits: dbaron (~dbaron@nat/mozilla/x-iwwnjojkzhyxwkrw) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  97. # [03:34] * Joins: shepazu (~schepers@host81-159-250-143.range81-159.btcentralplus.com)
  98. # [03:35] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
  99. # [03:38] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
  100. # [03:45] * Quits: KevinMarks (~KevinMark@157.22.22.57) (Quit: The computer fell asleep)
  101. # [03:54] * Joins: mmn (~mmn@129-97-225-97.uwaterloo.ca)
  102. # [03:54] * Quits: mmn1 (~mmn@129-97-225-97.uwaterloo.ca) (Read error: Connection reset by peer)
  103. # [03:58] * Joins: karlcow (~karl@nerval.la-grange.net)
  104. # [04:12] <MikeSmith> http://lists.w3.org/Archives/Public/public-xg-audio/2010Jun/0010.html
  105. # [04:12] <MikeSmith> http://chromium.googlecode.com/svn/trunk/samples/audio/specification/specification.html
  106. # [04:12] <MikeSmith> demos: http://chromium.googlecode.com/svn/trunk/samples/audio/index.html
  107. # [04:13] <MikeSmith> joining the Audio Incubator Group would be a good way to get involved in discussion
  108. # [04:14] <MikeSmith> although I guess you can also just subscribe to the mailing list:
  109. # [04:14] <MikeSmith> http://lists.w3.org/Archives/Public/public-xg-audio/
  110. # [04:21] <MikeSmith> so the new HTML5 tokenizer in Webkit is 5% faster on benchmarks than the old HTML parser
  111. # [04:21] <MikeSmith> https://lists.webkit.org/pipermail/webkit-dev/2010-June/013244.html
  112. # [04:23] <MikeSmith> and from other discussions in that thread, it seems the new code is much more amenable to further optimizations than the old everybodys-afraid-to-touch-for-fear-of-regressions code
  113. # [04:24] <MikeSmith> so that eventually there will be further optimizations that could make it quite significantly faster than the old code
  114. # [04:33] <othermaciej> that's the old tree builder with the new HTML5 tokenizer
  115. # [04:33] <othermaciej> I am sure there is plenty more optimization juice in there
  116. # [04:39] <roc> oiks
  117. # [04:42] * Joins: mdelaney_ (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0)
  118. # [04:43] <roc> that audio API is somewhat ... complex
  119. # [04:56] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
  120. # [05:00] <MikeSmith> othermaciej: fwiw, I personally wish we could put a complete moratorium on use of the word "objection"
  121. # [05:00] <MikeSmith> especially when it's preceded by the word "formal"
  122. # [05:00] <othermaciej> heh :-)
  123. # [05:01] * Joins: jaket (~jake@ppp118-209-170-27.lns20.mel6.internode.on.net)
  124. # [05:03] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
  125. # [05:04] <MikeSmith> I think it could be argued that the use of the word "objection", instead of ensuring that something doesn't get overlooked, instead just causes many people to write it off as an attempt to fast-track a disagreement to becoming an Issue
  126. # [05:05] <MikeSmith> instead of a good-faith attempt to actual defend a position on basis of technical merit
  127. # [05:05] <MikeSmith> *actually defend
  128. # [05:08] <MikeSmith> I think I the Advanced Dungeons and Dragons Dungeonmaster's Guide actually puts a limit on how many times a player can invoke the W3C formal-objection magic
  129. # [05:09] <MikeSmith> a quota
  130. # [05:09] <roc> each formal objection ages you by five years
  131. # [05:10] <MikeSmith> I think for this case the rules also require that the DM can't reveal to the player what the quota limit is
  132. # [05:10] <MikeSmith> instead, when the player reaches the limit, a big fricking lightning bolt shoots down and obliterates them completely
  133. # [05:10] <MikeSmith> and game play moves on from there
  134. # [05:11] <MikeSmith> with the other players learning a lesson from that
  135. # [05:28] * Joins: drunknbass (~drunknbas@76.91.255.83)
  136. # [05:33] <MikeSmith> I wonder how long it takes to implement an HTML5 tree builder
  137. # [05:33] <MikeSmith> relative to implementing a tokenizer
  138. # [05:34] <MikeSmith> seems like it only took 3 weeks or so from Adam and Eric to land the new tokenizer code
  139. # [05:34] <MikeSmith> or I guess maybe they had gotten started well before I noticed
  140. # [05:35] * Quits: michaeln (~michaeln@nat/google/x-cqkagbyxrrsowfuc) (Quit: Leaving.)
  141. # [05:40] <MikeSmith> "Why do you persist in this game?"
  142. # [05:40] <MikeSmith> a wonderful existential question
  143. # [05:47] * Quits: mdelaney_ (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0) (Quit: mdelaney_)
  144. # [05:58] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
  145. # [06:03] * Quits: knowtheory (~knowtheor@bas5-london14-1242452413.dsl.bell.ca) (Quit: Computer has gone to sleep)
  146. # [06:10] <MikeSmith> well, this is interesting
  147. # [06:10] <MikeSmith> I found a picture of the guy who's responsible for "scheduled maintenance" at Twitter
  148. # [06:11] <MikeSmith> http://a.gd/bad5df
  149. # [06:11] <miketaylr> :D
  150. # [06:11] <MikeSmith> guy looks of familiar
  151. # [06:12] <MikeSmith> *kind of
  152. # [06:13] <MikeSmith> perhaps that mobile handset he's sporting is symbolic of the cutting-edge nature of the technology they're using on the backend
  153. # [06:14] <MikeSmith> I asked somebody at Twitter why they hai
  154. # [06:14] <MikeSmith> I asked somebody at Twitter why they hired that guy
  155. # [06:14] <MikeSmith> and they said, "He interviewed well."
  156. # [06:14] <MikeSmith> not sure what they meant
  157. # [06:16] <MikeSmith> but I somehow get a sense that dude would be pretty good at putting forward a "formal objection" or two
  158. # [06:16] <MikeSmith> were he involved in standards discussions
  159. # [06:18] <MikeSmith> anyway, dunno why I brought this up
  160. # [06:18] <MikeSmith> or why I persist in it
  161. # [06:18] <MikeSmith> to paraphrase another great thinker:
  162. # [06:18] <MikeSmith> "To persist or not to persist... That is the question."
  163. # [06:19] <othermaciej> MikeSmith: I think they seriously have been working on it only a few weeks - they are both very fast programmers
  164. # [06:21] * Joins: knowtheory (~knowtheor@bas1-london16-1176189908.dsl.bell.ca)
  165. # [06:22] <MikeSmith> othermaciej: great to hear, then
  166. # [06:22] <MikeSmith> so I reckon they can make similar rapid progress on the tree builder
  167. # [06:23] <MikeSmith> nice to have stuff to look forward to, though
  168. # [06:23] <MikeSmith> it's going to be kind of less motivating once everything gets implemented
  169. # [06:23] <MikeSmith> as far as HTML5
  170. # [06:24] <MikeSmith> but I guess we will have other new stuff coming along by then
  171. # [06:24] <Hixie> HTML5 is old hat
  172. # [06:24] <Hixie> already
  173. # [06:24] <Hixie> e.g. <device>
  174. # [06:25] <MikeSmith> yeah, at least we don't have worry about anybody implementing that for a while ;)
  175. # [06:26] * MikeSmith heads off to lunch
  176. # [06:31] * Joins: mmn1 (~mmn@129-97-225-97.uwaterloo.ca)
  177. # [06:31] * Quits: mmn (~mmn@129-97-225-97.uwaterloo.ca) (Read error: Connection reset by peer)
  178. # [06:37] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
  179. # [06:41] * Quits: miketaylr (~miketaylr@24.42.95.108) (Remote host closed the connection)
  180. # [06:43] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
  181. # [06:43] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 260 seconds)
  182. # [06:44] * Quits: jwalden (~waldo@nat/mozilla/x-fovzaxtjwppsacct) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2/20100122095031])
  183. # [06:49] * Joins: gavin_ (~gavin@firefox/developer/gavin)
  184. # [06:55] * Quits: knowtheory (~knowtheor@bas1-london16-1176189908.dsl.bell.ca) (Ping timeout: 265 seconds)
  185. # [07:00] * Joins: MikeSmithX (~MikeSmith@EM111-188-32-148.pool.e-mobile.ne.jp)
  186. # [07:02] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
  187. # [07:03] * Joins: knowtheory (~knowtheor@bas1-london16-1176189157.dsl.bell.ca)
  188. # [07:03] * Quits: MikeSmith (~MikeSmith@EM111-188-10-222.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
  189. # [07:06] * Quits: knowtheory (~knowtheor@bas1-london16-1176189157.dsl.bell.ca) (Client Quit)
  190. # [07:06] * Quits: othermaciej (~mjs@17.246.19.10) (Quit: othermaciej)
  191. # [07:22] * MikeSmithX is now known as MikeSmith
  192. # [07:25] * Joins: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se)
  193. # [07:28] * Quits: boaz (~boaz@64.119.159.231) (Quit: boaz)
  194. # [07:28] * Joins: boaz (~boaz@64.119.159.231)
  195. # [07:28] * Quits: boaz (~boaz@64.119.159.231) (Client Quit)
  196. # [07:37] * Joins: kennyluck (~kennyluck@2001:200:1c0:2900:226:8ff:fe07:40c6)
  197. # [07:52] * Joins: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de)
  198. # [07:53] * Quits: mmn1 (~mmn@129-97-225-97.uwaterloo.ca) (Quit: Leaving.)
  199. # [07:58] * Joins: zalan (~zalan@183-15-30.ip.adsl.hu)
  200. # [07:59] * Quits: roc (~roc@203-97-204-82.dsl.clear.net.nz) (Quit: roc)
  201. # [08:01] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  202. # [08:03] * Quits: Amorphous (jan@unaffiliated/amorphous) (Read error: Connection reset by peer)
  203. # [08:06] <hsivonen> MikeSmith: the HTML5 parser in Gecko is also significantly faster than the old parser. However, the HTML parser is a tiny part of the total pageload time, so making the tiny part smaller doesn't make a big difference to the overall perf
  204. # [08:08] <hsivonen> (and there's still room for perf improvements in the tokenizer in Gecko)
  205. # [08:09] * Joins: FireFly (~firefly@unaffiliated/firefly)
  206. # [08:12] <MikeSmith> hsivonen: yeah, I knew it didn't make any big difference in total pageload times
  207. # [08:13] <MikeSmith> just that part of the sentiment expressed in the discussion on the webkit-dev list was that it at least should not be any slower than the older parser
  208. # [08:14] <hsivonen> Yeah, it would be surprising if a fresh implementation of the spec were slower than an implementation that evolved over time
  209. # [08:20] * Quits: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
  210. # [08:21] * Joins: Amorphous (jan@unaffiliated/amorphous)
  211. # [08:31] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  212. # [08:34] * Joins: eighty4 (~eighty4@h-112-7.A163.corp.bahnhof.se)
  213. # [08:35] * Joins: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl)
  214. # [08:43] * Joins: roc (~roc@121.98.230.221)
  215. # [08:46] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 264 seconds)
  216. # [08:46] * Joins: gavin_ (~gavin@firefox/developer/gavin)
  217. # [08:46] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
  218. # [08:50] * Joins: henrikbjorn (~hb@80.199.116.190.static.peytz.dk)
  219. # [08:58] * Joins: JohnnyAmerica (~Simon@213-64-113-37-no97.tbcn.telia.com)
  220. # [08:59] * Joins: mpt (~mpt@canonical/mpt)
  221. # [09:04] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Ping timeout: 245 seconds)
  222. # [09:28] * Joins: Anonameless (~Nameless@cm218-252-156-82.hkcable.com.hk)
  223. # [09:29] * Joins: cedricv (~cedric@112.199.155.253)
  224. # [09:31] <annevk> "100% of Task Force members voting on this recommendation via WBS voted to support it." ... that it's only a little over 20% of the Task Force doesn't seem to matter
  225. # [09:32] <annevk> What I mostly don't get though is this caret proposal. Do they still consider Bespin a valid example for <canvas> usage?
  226. # [09:36] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
  227. # [09:39] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
  228. # [09:39] * svl_ is now known as svl
  229. # [09:46] <Slaanesh> http://twitter.com/fantasai/status/16181517781 :)
  230. # [09:47] <annevk> Seems the CSS WG is getting even better at not defining CSS... :/
  231. # [09:59] * Quits: lifechamp (~gary@cpe-76-93-5-92.socal.res.rr.com) (Quit: lifechamp)
  232. # [10:02] <Slaanesh> The minutes from the 2008 GeoPriv BOF shouldn't be surprising to me at this point, but I'm still surprised how people don't understand users
  233. # [10:08] * Joins: slartsa (~Lari@adsl-215-234-204.kymp.net)
  234. # [10:14] * Joins: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk)
  235. # [10:17] * Joins: smaug (~chatzilla@a91-154-41-248.elisa-laajakaista.fi)
  236. # [10:27] <annevk> fwiw, CORS now has http://dev.w3.org/2006/waf/access-control/#http-access-control-expose-headers
  237. # [10:28] <annevk> I think the only thing that is stopping it from moving on is some coherent explanation of how you should not run untrusted script in your own origin and then let it talk cross-origin
  238. # [10:34] <MikeSmith> cool
  239. # [10:34] * Joins: mat_t (~mattomasz@91.189.88.12)
  240. # [10:35] <MikeSmith> the CORS adventure has been quite an odyssey
  241. # [10:36] <MikeSmith> epic poems could be written about it
  242. # [10:37] <annevk> a meeting was had / a proposal was made / done it seemed / but three more years await
  243. # [10:37] * Joins: Phae (~Phae@chimera.macmillan.com)
  244. # [10:37] <annevk> now the rest of it...
  245. # [10:37] <MikeSmith> heh
  246. # [10:37] <MikeSmith> brilliant
  247. # [10:38] <MikeSmith> take a break from spec writing and focus on the poetry for a while
  248. # [10:38] <MikeSmith> you may be on to something
  249. # [10:38] <nessy1> I hope the media fragment journey won't be such an odyssey
  250. # [10:38] <MikeSmith> tragic comedy
  251. # [10:39] <MikeSmith> is the main form of narrative we often seem to find ourselves in
  252. # [10:39] <MikeSmith> as far as work on technology standards
  253. # [10:39] * Quits: til (~til@c-98-246-164-234.hsd1.or.comcast.net) (Read error: Connection reset by peer)
  254. # [10:39] * Joins: til (~til@c-98-246-164-234.hsd1.or.comcast.net)
  255. # [10:39] <jgraham> Yeah, and I was told it would be erotic fiction
  256. # [10:40] <jgraham> Imagine my disappointment
  257. # [10:40] <MikeSmith> heh
  258. # [10:40] <nessy1> lol
  259. # [10:41] * annevk is somewhat tempted to point out to Roy: "Didn't he just do that?"
  260. # [10:42] * Joins: pesla (~pesla@188.202.125.121)
  261. # [10:42] <jgraham> No point in getting in pissing matches with trolls
  262. # [10:42] <annevk> yeah, deleted the email
  263. # [10:42] * Quits: til (~til@c-98-246-164-234.hsd1.or.comcast.net) (Read error: Connection reset by peer)
  264. # [10:42] <annevk> it's the thought that counts, I guess :p
  265. # [10:43] * Joins: til (~til@c-98-246-164-234.hsd1.or.comcast.net)
  266. # [10:44] * Quits: JohnnyAmerica (~Simon@213-64-113-37-no97.tbcn.telia.com) (Read error: Operation timed out)
  267. # [10:44] <MikeSmith> I sometimes find myself wanting to just put a plague on both the houses
  268. # [10:45] <jgraham> MikeSmith: Isn't that just your general God complex playing up again?
  269. # [10:46] <MikeSmith> there's clearly no god in this universe
  270. # [10:46] <MikeSmith> only a demiurge
  271. # [10:46] <MikeSmith> and I was thinking more in terms of what happened to Mercutio
  272. # [10:46] <jgraham> In any case I think a plauge of hotly-worded-emails is the modern day equivalent of frogs, at least
  273. # [10:47] <annevk> http://www.w3.org/2000/09/dbwg/details?group=44977&public=1 -- pretty much all W3C old-timers
  274. # [10:47] <MikeSmith> hotly worded e-mails are like the nurse in the play
  275. # [10:47] <MikeSmith> comic relief
  276. # [10:48] * jgraham doesn't remember what happened to Mercutio, apart from the fact that he ended up dead
  277. # [10:48] <MikeSmith> or like Quentin Compson
  278. # [10:49] <MikeSmith> er, I mean Benji
  279. # [10:49] <jgraham> I saw them as more like the priest. Well intentioned, but ultimatley responsible for the tragedy
  280. # [10:50] <MikeSmith> or make that Benjy
  281. # [10:50] <MikeSmith> not the dog
  282. # [10:50] <MikeSmith> although if the story were told by a dog that would be maybe even be better
  283. # [10:53] <MikeSmith> hsivonen: when you're back around, I wanted to ask about how to proceed with that MathML update for v.nu
  284. # [10:54] <MikeSmith> based on my understanding from the offlist discussion, I have http://qa-dev.w3.org:8888/ confoir
  285. # [10:54] <MikeSmith> *configured to only allow HTML markup in <mtext>
  286. # [10:54] <MikeSmith> for now at least
  287. # [10:55] <MikeSmith> unless/until whatever ends up being added to the HTML5 spec says otherwiser
  288. # [10:55] <annevk> MathML needs to be updated for this, not HTML5, I think
  289. # [10:55] <Slaanesh> So now Roy is claiming that thousands of CMSes use Content-Language?
  290. # [10:56] <jgraham> Hixie: yt?
  291. # [10:56] <MikeSmith> annevk: I have had some offlist discussion about that, and it was pointed out to me that the MathML3 spec says this: "The draft HTML5 Recommendation, [HTML5], contains details for how MathML is included in HTML5 (and XHTML5)."
  292. # [10:56] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: This computer has gone to sleep)
  293. # [10:57] <MikeSmith> http://www.w3.org/TR/MathML3/chapter6.html#interf.html
  294. # [10:57] <jgraham> Hixie: never mind
  295. # [10:58] <MikeSmith> btw, everybody, MathML3 is back at LC, with a deadline for comments of July 1
  296. # [10:58] <annevk> MikeSmith, but not how HTML5 is included in MathML
  297. # [10:58] <annevk> (which is what the question is here)
  298. # [10:58] <annevk> Slaanesh, according to Roy browsers are hardly relevant
  299. # [10:59] <Slaanesh> I know that, but previously it's been vague suggestions that some unspecified CMS uses it
  300. # [10:59] <Slaanesh> Thousands is quite a step up
  301. # [10:59] * Joins: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
  302. # [11:00] <Slaanesh> I imagine you need a really loose definition of CMS for there to exist thousands of them
  303. # [11:00] <MikeSmith> annevk: true. perhaps I need to make an LC comment to ask for text to be amended to the that: "And how HTML content in included in MathML content within HTML documents."
  304. # [11:00] <jgraham> IS it actually only possible to change the selection in an element that has focus?
  305. # [11:00] * Quits: wakaba_ (~wakaba_@203-140-90-184.eonet.ne.jp) (Ping timeout: 245 seconds)
  306. # [11:01] <Slaanesh> jgraham: What if the element doesn't take focus?
  307. # [11:01] <jgraham> Slaanesh: My reason for asking is that http://lists.w3.org/Archives/Public/public-canvas-api/2010AprJun/att-0054/2dcontext10-June-7.html#focus-management has setCaretSelectionRect which assumes the element with a selection is also focused
  308. # [11:02] <MikeSmith> annevk: I do now notice that sentence, "In the lax schema profile, elements from non-MathML namespaces are allowed in token elements, but not in other elements."
  309. # [11:03] * Quits: shepazu (~schepers@host81-159-250-143.range81-159.btcentralplus.com) (Quit: Core Breach)
  310. # [11:04] <jgraham> Oh wait, maybe the "or is not a document descendant of the element with whose context the method is associated" applies
  311. # [11:04] <jgraham> yeah
  312. # [11:06] <jgraham> Argh. Logic fail
  313. # [11:07] <Slaanesh> Hum
  314. # [11:08] <annevk> MikeSmith, hmm yeah, though note that if browsers are to follow the HTML5 rules it will also work in "MathML documents"
  315. # [11:08] <annevk> there's no real distinction between those things in code
  316. # [11:08] <Slaanesh> I'm not quite sure I understand the problem, but e.g. text can be selected and won't trigger focus events (but it does blur the previous focus owner, if any)
  317. # [11:08] * Joins: zcorpan_ (~zcorpan@c-1799e355.410-6-64736c14.cust.bredbandsbolaget.se)
  318. # [11:09] <annevk> Slaanesh, that can happen
  319. # [11:09] <jgraham> Slaanesh: If I do "select all" does that necessarily have to focus the control where the text is being selected?
  320. # [11:09] <annevk> Slaanesh, well actually, the document would have focus in that case so something is triggered (iirc)
  321. # [11:09] <jgraham> (assuming I am implementing with DOM)
  322. # [11:10] <jgraham> s/do/implement/
  323. # [11:11] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
  324. # [11:11] * Joins: ROBOd (~robod@92.84.201.119)
  325. # [11:12] <Slaanesh> Besides, once you involve script they're definitely not connected, e.g. having a 'select text' button in the app UI
  326. # [11:12] <jgraham> Yes, exactly
  327. # [11:12] <jgraham> Nice example
  328. # [11:12] <MikeSmith> hmm, anybody been following work on this doc? - http://www.w3.org/TR/xml-proc-profiles/
  329. # [11:13] <MikeSmith> zcorpan_ maybe?
  330. # [11:13] <MikeSmith> see https://lists.webkit.org/pipermail/webkit-dev/2010-June/013250.html
  331. # [11:14] <MikeSmith> [[
  332. # [11:14] <MikeSmith> Basically, the profile would be much like what is described as the
  333. # [11:14] <MikeSmith> "minimum XML processor profile" except that reading the external
  334. # [11:14] <MikeSmith> subset would not be required.
  335. # [11:14] <MikeSmith> ]]
  336. # [11:14] <MikeSmith> indeed
  337. # [11:15] <MikeSmith> on the face of it, it seems odd that the minimal profile would require reading external markup declarations
  338. # [11:16] <MikeSmith> hmm, there is actually also a "minimum XML processor profile" that's meant to be simpler than the "basic XML processor profile"
  339. # [11:17] <MikeSmith> but it still requires support for reading external markup declarations
  340. # [11:17] <annevk> really?
  341. # [11:17] <annevk> silly
  342. # [11:18] <MikeSmith> as far as I can see, those are the only profiles it permits
  343. # [11:18] <MikeSmith> so browsers currently can't conform to this spec at all
  344. # [11:19] <zcorpan_> MikeSmith: i haven't seen that
  345. # [11:19] <MikeSmith> OK
  346. # [11:19] <MikeSmith> well, seems like it would be worthwhile to comment on it
  347. # [11:19] * Quits: jaket (~jake@ppp118-209-170-27.lns20.mel6.internode.on.net) (Quit: jaket)
  348. # [11:19] <MikeSmith> comments to public-xml-processing-model-comments@w3.org
  349. # [11:20] <zcorpan_> can't find any mention of it in my public-xml-core-wg inbox
  350. # [11:20] <MikeSmith> I guess maybe Alex Milowski is in that group
  351. # [11:20] <MikeSmith> zcorpan_: because it's a different group
  352. # [11:20] <MikeSmith> http://www.w3.org/XML/Processing/
  353. # [11:21] <MikeSmith> not XML Core
  354. # [11:25] * Quits: nessy1 (~Adium@203-214-145-24.perm.iinet.net.au) (Quit: Leaving.)
  355. # [11:25] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
  356. # [11:26] <Lachy> "I don't think the text should even appear in the HTML standard until it has been implemented with some consistency" -- Roy T. Fielding
  357. # [11:26] <Lachy> haha. How does he expect implementation to occur without a spec?
  358. # [11:27] <zcorpan_> it's certainly possible to implement something without a spec
  359. # [11:27] <zcorpan_> even with some consistency
  360. # [11:28] <annevk> if the spec is a mental image?
  361. # [11:28] <Lachy> well, yes, but it requires reverse engineering
  362. # [11:28] * Joins: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk)
  363. # [11:28] <zcorpan_> Lachy: yes. maybe that's what roy is advocating?
  364. # [11:40] <annevk> guess he missed the part of history where we were doing exactly that and felt miserable
  365. # [11:44] * Quits: rjack (giacomo@gateway/shell/bshellz.net/x-oikejmnjjjyxbplm) (Ping timeout: 248 seconds)
  366. # [11:49] * Quits: kennyluck (~kennyluck@2001:200:1c0:2900:226:8ff:fe07:40c6) (Quit: kennyluck)
  367. # [11:53] * Joins: rjack (giacomo@gateway/shell/bshellz.net/x-iqswxvbrouumvamo)
  368. # [12:01] <annevk> oh god
  369. # [12:01] <annevk> confusion all over
  370. # [12:01] <annevk> http://lists.w3.org/Archives/Member/member-math/2010Jun/0069.html (W3C Member-only #$@)
  371. # [12:01] <annevk> not that it matters
  372. # [12:03] * maikmerten is now known as maik|afk
  373. # [12:03] <annevk> http://www.w3.org/2010/06/09-xhtml-minutes.html -- 'sad news, steven VITAL (Visionary Technology in Library Solutions) is scrapping plans for integrating xforms so as to be "compatible" with HTML5' 'still trying to talk them into using XHTML M12n'
  374. # [12:05] <jgraham> The W3C should admonish people that post things to private lists that have no sensitive information in them
  375. # [12:05] <annevk> interesting news about XHTML M12n "please advocate amongst W3C members to vote and sign up for it -- need at least 10 votes in favor"
  376. # [12:07] <annevk> and WebApps has a new charter: http://www.w3.org/2010/webapps/charter/
  377. # [12:08] <annevk> there are some interesting details attached to it, but alas, all W3C Member-only #$@
  378. # [12:10] <roc> I wonder if I should bother digging out my password
  379. # [12:10] * Quits: MikeSmith (~MikeSmith@EM111-188-32-148.pool.e-mobile.ne.jp) (Quit: This computer has gone to sleep)
  380. # [12:10] * Quits: til (~til@c-98-246-164-234.hsd1.or.comcast.net) (Read error: Connection reset by peer)
  381. # [12:10] * Joins: til (~til@c-98-246-164-234.hsd1.or.comcast.net)
  382. # [12:11] <annevk> roc, for WebApps WG you might want to, unless you're a member of the group, in which case you should gave gotten an email
  383. # [12:11] <roc> hmm
  384. # [12:11] <roc> is the charter public?
  385. # [12:12] <annevk> yes, should be
  386. # [12:12] <annevk> http://www.w3.org/2010/webapps/charter/,access says it is anyway
  387. # [12:12] <annevk> but considerations in drafting the charter are private
  388. # [12:14] <annevk> http://lists.w3.org/Archives/Member/member-webapps/2010AprJun/0022.html which forwards http://lists.w3.org/Archives/Member/w3c-ac-members/2010AprJun/0056.html (both W3C Member-only) has the details
  389. # [12:14] <roc> interesting
  390. # [12:14] <roc> thanks
  391. # [12:15] <roc> ooh, we should have helped to try to get Widgets kicked out
  392. # [12:15] <roc> oh well
  393. # [12:15] <roc> grr
  394. # [12:16] <roc> man, this stuff needs to be in the open
  395. # [12:17] <roc> it's not fair to have people secretly blocking stuff
  396. # [12:17] <annevk> uhuh
  397. # [12:17] <roc> thanks
  398. # [12:18] * Quits: eighty4 (~eighty4@h-112-7.A163.corp.bahnhof.se) (Remote host closed the connection)
  399. # [12:19] * Quits: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk) (Quit: akamike)
  400. # [12:20] * Quits: cedricv (~cedric@112.199.155.253) (Ping timeout: 258 seconds)
  401. # [12:23] * Joins: MikeSmith (~MikeSmith@EM114-48-167-163.pool.e-mobile.ne.jp)
  402. # [12:29] <hsivonen> is there a back story to go along with http://www.w3.org/2000/09/dbwg/details?group=44977&public=1 ?
  403. # [12:30] * Quits: slartsa (~Lari@adsl-215-234-204.kymp.net) (Ping timeout: 265 seconds)
  404. # [12:31] * Joins: slartsa (~Lari@adsl-215-234-204.kymp.net)
  405. # [12:34] * Joins: Martijnc (~Martijnc@91.176.168.59)
  406. # [12:39] <karlcow> hsivonen: http://www.w3.org/2010/04/w3c-vision-public/wiki/Newstd
  407. # [12:39] <karlcow> http://www.w3.org/2010/Talks/ij-newstd-201005/#%281%29
  408. # [12:39] * Quits: f1lt3r (~f1lt3r@64.119.159.231) (Remote host closed the connection)
  409. # [12:39] <karlcow> http://www.w3.org/2010/04/w3c-vision-public/wiki/Main_Page
  410. # [12:51] * Joins: MikeSmithX (~MikeSmith@EM111-188-74-105.pool.e-mobile.ne.jp)
  411. # [12:54] * Quits: MikeSmithX (~MikeSmith@EM111-188-74-105.pool.e-mobile.ne.jp) (Client Quit)
  412. # [12:55] * Quits: MikeSmith (~MikeSmith@EM114-48-167-163.pool.e-mobile.ne.jp) (Ping timeout: 245 seconds)
  413. # [13:18] * Joins: nessy (~Adium@203-214-145-24.perm.iinet.net.au)
  414. # [13:22] * Joins: eighty4 (~eighty4@h-112-7.A163.corp.bahnhof.se)
  415. # [13:23] * jgraham wonders if the usemap thing conflicts with the drawFocusRing changes
  416. # [13:23] * maik|afk is now known as maikmerten
  417. # [13:35] <hsivonen> was the new vision group open to charter review at some point?
  418. # [13:36] <annevk> it's a special Task Force so I guess not
  419. # [13:36] <hsivonen> I see
  420. # [13:36] <annevk> I'm guessing it came out of the W3C getting a new CEO or some such
  421. # [13:37] <annevk> it's somewhat announced here: http://www.w3.org/QA/2010/06/the_mission_of_w3c.html
  422. # [13:37] <annevk> but not in a very concrete way
  423. # [13:37] <annevk> "we are building teams that will look at each of these topics"
  424. # [13:39] <hsivonen> I guess "Make W3C the best place for new standards work." semi-implies that it isn't already, which may not be an entirely wrong implication
  425. # [13:40] <annevk> right, but then putting mostly W3C old-timers in the "vision" Task Force does not give much hope for change
  426. # [13:41] <hsivonen> I find it interesting that Andy Updegrove is in the task force
  427. # [13:44] * Joins: knowtheory (~knowtheor@bas1-london16-1176190250.dsl.bell.ca)
  428. # [13:48] * Joins: pmuellr (~pmuellr@24.148.174.112)
  429. # [13:56] <hsivonen> I think the placement of "Impl." in http://www.w3.org/2010/Talks/ij-newstd-201005/#%288%29 doesn't reflect reality
  430. # [13:58] <jgraham> No, the problem with reality is that it doesn't make for convenient slides or slogans
  431. # [14:00] <annevk> yes, lets blame reality
  432. # [14:03] <annevk> hmm
  433. # [14:04] <annevk> maybe XHR can be moved to CR if the WebApps WG can make a decision to that effect
  434. # [14:05] <annevk> it would also mean people would have to agree with the decisions made so far, but given the lack of email so far I guess that will go okay (or not)
  435. # [14:06] <jgraham> I'm not blaming reality; I'm pointing out that complex things are often poorly understood because they are hard to communicate so people communicate simple fantasies instead
  436. # [14:07] * Joins: MikeSmith (~MikeSmith@EM114-48-178-124.pool.e-mobile.ne.jp)
  437. # [14:11] <zcorpan_> Hixie: "Let origin be the ASCII serialization of the origin of the script that invoked the WebSocket() constructor, converted to ASCII lowercase." - was the 'of the script' part deliberate?
  438. # [14:15] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Quit: Leaving)
  439. # [14:15] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
  440. # [14:16] * Joins: lifechamp (~gary@cpe-76-93-5-92.socal.res.rr.com)
  441. # [14:21] <annevk> zcorpan_, I think so
  442. # [14:21] * Quits: slartsa (~Lari@adsl-215-234-204.kymp.net) (Ping timeout: 264 seconds)
  443. # [14:21] <annevk> zcorpan_, XMLHttpRequest does it differently
  444. # [14:22] <annevk> zcorpan_, but it matters in e.g. an iframe scenario where the iframes are of different domains but can communicate to document.domain
  445. # [14:23] <zcorpan_> why does it matter? if they can talk to each other, there's no security reason to get the origin from the script instead of from the constructor
  446. # [14:25] <annevk> what do you mean "from the constructor"?
  447. # [14:25] <annevk> like XMLHttpRequest does it?
  448. # [14:25] * Joins: JohnnyAmerica (~Simon@213-64-113-37-no97.tbcn.telia.com)
  449. # [14:25] * Joins: karlushi (~karlushi@fw.vdl2.ca)
  450. # [14:25] <annevk> iirc XMLHttpRequest is quite exceptional
  451. # [14:26] <zcorpan_> i mean from the window object of the constructor
  452. # [14:27] <annevk> it's not that simple, you can copy the interface object
  453. # [14:27] <zcorpan_> how?
  454. # [14:28] <annevk> win.X2 = win2.XMLHttpRequest; x = new X2;
  455. # [14:29] <zcorpan_> that's not a copy though, just a reference. it's the same object
  456. # [14:29] <zcorpan_> does that change which origin is used?
  457. # [14:29] <annevk> no
  458. # [14:30] <jgraham> Running eval in the context of othre windows is "fun"
  459. # [14:30] <jgraham> *other
  460. # [14:30] <karlushi> hsivonen, annevk, any suggestions are super welcome for the task force.
  461. # [14:30] <annevk> the other thing in case of XHR is that the base URL is also based on the original document
  462. # [14:31] <annevk> unless you use XHR in the context of workers
  463. # [14:31] <karlushi> I can also step down if you think it will be better for it. I can only explain my goals joining it under invitation.
  464. # [14:31] <annevk> karlushi, no worries :)
  465. # [14:31] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
  466. # [14:31] <zcorpan_> annevk: ok, but let's ignore baseurl since websockets doesn't have it
  467. # [14:31] <annevk> I'd focus on seeing how the process can be changed to meet reality
  468. # [14:32] <annevk> i.e. implementations happen before CR (before REC even, see also patent policy)
  469. # [14:33] <karlushi> My goals are to push w3c toward a more flexible way of working. It's a bit hard right now for one to spontaneously start things at w3c. I have no idea if it will happen but at least there is a door open and a welcoming hand. So let's try.
  470. # [14:33] <annevk> zcorpan_, most other contexts like window.location and such come to the base URL by using the "first script" (or whatever we call it now)
  471. # [14:33] <annevk> zcorpan_, so it would make sense to also get the origin there
  472. # [14:33] <annevk> zcorpan_, rather than the different way XMLHttpRequest goes about things
  473. # [14:33] <hsivonen> karlushi: in addition to the point annevk made, a major bug I see in the Process, and a bug that is actively harming HTML5, is the way dissent is handled
  474. # [14:34] <hsivonen> karlushi: specifically, "can live with" and "weakest objections" are ways to get a race to the bottom in terms of technical excellence if non-implementors start objecting a lot
  475. # [14:36] <karlushi> hsivonen, here you express the issue. What process implementation, do you propose?
  476. # [14:36] * Quits: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
  477. # [14:37] <hsivonen> karlushi: that WG decisions should be technically the best that implementors agree to implement even if the decisions draws loud objections
  478. # [14:38] <hsivonen> karlushi: that is, framing decisions in terms of technical merit instead of framing them in terms of least objection
  479. # [14:40] * Joins: pauld (~chatzilla@64.196.201.96)
  480. # [14:41] <karlushi> hsivonen, hmm it doesn't seem testable either. "should", "technical merit", "agree to implement" push a bit further the issue.
  481. # [14:41] <karlushi> Would it help if a controversial issue was raised to have test cases, and implemented code to finally make the balance (according to different class of products)?
  482. # [14:41] <karlushi> s/was raised/when raised/
  483. # [14:42] <jgraham> I'm not convinced test cases help the class of problems we have had in the HTMLWG
  484. # [14:42] <jgraham> Except insofar as they can be used to demonstrate claims about existing behaviour
  485. # [14:43] <karlushi> jgraham, maybe that would be a good starting point. Taking the type of issues we had and see how practically we could solve them in a testable way. If possible.
  486. # [14:43] <karlushi> test cases are half part of the story. Implemented code is necessary too.
  487. # [14:44] <jgraham> For some issues (X would be better as a seperate document) it's hard to see what type of testcases you could even write
  488. # [14:44] <hsivonen> karlushi: like jgraham says, test cases only help establishing what the current state of implementation is
  489. # [14:45] <jgraham> (because the experiment you want to do is to have X in/out of the main document and see if the implementations are of higher quality in the long term, but you can't do that)
  490. # [14:45] <hsivonen> karlushi: basically, stuff like "remove X", "split out Y", "make a non-normative reference to Z" should not be taking a group's time
  491. # [14:45] <hsivonen> karlushi: and proposals to change technical substance should be decided on technical merit--not on who threates to complain the most
  492. # [14:46] <karlushi> jgraham, splitting out spec is an entire different issue which might be handled at the start and has nothing to do with technical merit that was the initial point of starting the discussion :)
  493. # [14:47] <karlushi> * technical merit of a feature
  494. # [14:47] <karlushi> * specs organization
  495. # [14:48] <hsivonen> karlushi: that could be partially solved by letting a participant make non-technical proposals (like splitting the spec) only after the participant has a track record of also contributing technically
  496. # [14:48] <hsivonen> (by sending in good review comments, implementing the spec, writing test cases, etc.)
  497. # [14:49] <karlushi> hsivonen, stackoverflow model. Good participants get more ways of participating. Getting credentials in a community. Could be interesting indeed.
  498. # [14:50] <hsivonen> karlushi: the basic problem is that working groups need to be open so that new people who contribute positively can come in
  499. # [14:50] <hsivonen> karlushi: but
  500. # [14:51] <hsivonen> karlushi: not so open that anyone can come in and start process trolling the group
  501. # [14:52] <karlushi> hsivonen, basically you are proposing: open read access, and progressive write access with positive contributions. Worth trying, would have to be modelled a bit to understand the possible issues.
  502. # [14:53] <jgraham> karlushi: It does have technical ramifications if it makes implementing harder, or affects the accuracy of the spec (because split documents diverge, for example)
  503. # [14:53] <hsivonen> karlushi: yes. also, an important point: one should be able to suggest technical "write" things right away but shouldn't feel an entitlement of getting one's suggestions accepted right away
  504. # [14:54] * Joins: f1lt3r (~f1lt3r@64.119.159.231)
  505. # [14:55] <hsivonen> karlushi: in fact, a strong sense of entitlement is part of the problem
  506. # [14:55] <hsivonen> karlushi: when I got involved, I didn't get paid to work on a browser
  507. # [14:56] <hsivonen> karlushi: I made suggestions, but I didn't have a grandiose feeling of entitlement
  508. # [14:56] <hsivonen> karlushi: that is, I didn't think the WHATWG were required to do things my way
  509. # [14:58] * zcorpan_ has the same experience as hsivonen
  510. # [14:59] <karlushi> hsivonen, yep difficult issue. Even in free community (not paid and nothing to pay), I have seen people asking for things like if we were forced to do it. (example validators when the source code was available.)
  511. # [14:59] <karlushi> But I'm not sure this issue can be solved.
  512. # [15:00] <karlushi> I guess it is the "moral" stance of each individuals which drives them. Some people are respectful. Some less. :/ very hard issue.
  513. # [15:02] * karlushi will point out Ian to this discussion and pushes further. Back to my daily work. Thanks hsivonen and jgraham
  514. # [15:02] <hsivonen> karlushi: thanks
  515. # [15:03] <hsivonen> karlushi: and one solution is that chairs tell people who walk in with a strong sense of entitlement that they need to adjust their attitude
  516. # [15:04] * Joins: davidb_ (~davidb@mozca02.ca.mozilla.com)
  517. # [15:05] * Quits: til (~til@c-98-246-164-234.hsd1.or.comcast.net) (Read error: Connection reset by peer)
  518. # [15:06] * Joins: til (~til@c-98-246-164-234.hsd1.or.comcast.net)
  519. # [15:07] * Joins: BlurstOfTimes (~blurstoft@168.203.117.112)
  520. # [15:10] <Slaanesh> The "Public Accountability part of process" bullet point makes me wonder if that only applies to decision and not to rationale and discussion on private lists
  521. # [15:14] * Joins: aroben (~aroben@unaffiliated/aroben)
  522. # [15:19] * Joins: Marcosc (~Marcosc@213.236.208.247)
  523. # [15:22] * Marcosc notes roc "ooh, we should have helped to try to get Widgets kicked out", why would you do that?
  524. # [15:24] <Marcosc> yeah, I thought so...
  525. # [15:33] <Slaanesh> "For instance, it seems there may be resistance to finalizing CSS 2.1 out of concern it will not be maintained once a Rec."
  526. # [15:33] <Slaanesh> What is this about?
  527. # [15:34] * Quits: Marcosc (~Marcosc@213.236.208.247) (Quit: Marcosc)
  528. # [15:36] * Quits: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl) (Ping timeout: 276 seconds)
  529. # [15:38] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
  530. # [15:38] <hsivonen> Slaanesh: where's the quote from?
  531. # [15:38] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Client Quit)
  532. # [15:38] * Joins: Marcosc (~Marcosc@213.236.208.247)
  533. # [15:39] <Slaanesh> From the wiki page about the new vision thing
  534. # [15:40] * Joins: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl)
  535. # [15:40] * Quits: Marcosc (~Marcosc@213.236.208.247) (Client Quit)
  536. # [15:42] * Joins: boaz (~boaz@64.119.159.231)
  537. # [15:43] <MikeSmith> somebody should please create a "Web platform" article at Wikipedia
  538. # [15:43] <zcorpan_> MikeSmith: just rename the "HTML5" article
  539. # [15:43] <MikeSmith> heh
  540. # [15:43] <MikeSmith> well, I was thinking something more along the lines of what hober has written up at http://edward.oconnor.cx/2009/05/what-the-web-platform-is
  541. # [15:46] <MikeSmith> and what hsivonen diagrammed at http://hsivonen.iki.fi/web-stack/
  542. # [15:47] <karlushi> http://en.wikipedia.org/wiki/World_Wide_Web
  543. # [15:47] <karlushi> maybe starts with a section here.
  544. # [15:48] <MikeSmith> yeah, that'd be one way to do it
  545. # [15:49] <annevk> seems there would be conflict of interest
  546. # [15:50] <MikeSmith> well, there would be if I were to do it at least
  547. # [15:50] * Joins: yutak_home (~kee@U017209.ppp.dion.ne.jp)
  548. # [15:51] <MikeSmith> annevk: or maybe I misunderstand what you meant
  549. # [15:51] <annevk> nope :)
  550. # [15:52] <hsivonen> annevk: the problem with wikipedia rules is that if you actually know a lot about a topic, you've probably crossed the conflict of interest line
  551. # [15:53] <annevk> no suggestion there
  552. # [15:53] * Joins: pablof (~palbo@pat-tdc.opera.com)
  553. # [15:54] * Joins: miketaylr (~miketaylr@38.117.156.163)
  554. # [15:55] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
  555. # [15:55] * Joins: blah__ (~blah@pat-tdc.opera.com)
  556. # [15:55] * Parts: blah__ (~blah@pat-tdc.opera.com)
  557. # [15:56] * Quits: miketaylr (~miketaylr@38.117.156.163) (Remote host closed the connection)
  558. # [15:56] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 272 seconds)
  559. # [15:56] * Joins: gavin_ (~gavin@firefox/developer/gavin)
  560. # [15:58] <Slaanesh> hsivonen: You're also likely to run into the whole "need third party sources, preferably paper ones" issue :)
  561. # [15:58] * Quits: pauld (~chatzilla@64.196.201.96) (Ping timeout: 272 seconds)
  562. # [15:59] <hsivonen> Slaanesh: my other writing is already authoritative enough to be cited on wikipedia, so it's worth trying to use my writing as a source for more :-)
  563. # [16:01] * Joins: miketaylr (~miketaylr@38.117.156.163)
  564. # [16:01] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Quit: stupidity buffer overflow)
  565. # [16:05] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
  566. # [16:10] * Quits: nessy (~Adium@203-214-145-24.perm.iinet.net.au) (Quit: Leaving.)
  567. # [16:17] <Lachy> So it turns out that the iPhone 4 will be available unlocked in the UK, and will work on carriers worldwide. :-)
  568. # [16:18] <Lachy> I'm considering getting one. Though I want to evaluate some other alternatives before I commit.
  569. # [16:18] <hsivonen> Lachy: don't you want a phone that runs Opera Mobile 10.x?
  570. # [16:19] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
  571. # [16:23] <annevk> so I finally got time to look into CSSOM again
  572. # [16:24] <annevk> the way getComputedStyle works in Gecko is indeed as Boris described (unsurprisingly)
  573. # [16:25] <annevk> it takes the style rules of the document of the window on which it is invoked and then applies those to the tree/fragment the element is from (irrespective of whether it is in fact the same document or not) and gives you an object with answerss
  574. # [16:25] <Lachy> hsivonen, I will look at the available Android phones first
  575. # [16:25] <annevk> whenever something changes that would affect the computations the object is updated
  576. # [16:26] <Lachy> I believe there are some android phones on the market with Opera 10 on them. I'm not sure which though
  577. # [16:26] <hsivonen> annevk: what do other browsers do if the owner doc and the window don't match?
  578. # [16:26] <hsivonen> Lachy: is Opera Mobile available for Android as a self-install download?
  579. # [16:26] <annevk> usually assume there are no style rules
  580. # [16:26] <annevk> but apparently developers like what Gecko does
  581. # [16:27] <annevk> some of them anyway
  582. # [16:27] <annevk> and I'm happy either way
  583. # [16:28] <annevk> I wanna discuss it with Rune who is mainly responsible for layout in Opera, but I doubt he feels strongly either way
  584. # [16:30] <Lachy> hsivonen, I don't know.
  585. # [16:30] <Lachy> I can find out
  586. # [16:32] <Lachy> hsivonen, gsnedders tells me that it's only avaialble on Android phones that are shipped with it pre-installed.
  587. # [16:32] <Lachy> I believe Mini is available though
  588. # [16:33] <gsnedders> Mini in beta
  589. # [16:40] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 272 seconds)
  590. # [16:43] <Lachy> hsivonen, apparently there aren't any android devices with Mobile either. Only mini.
  591. # [16:48] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
  592. # [16:53] * Quits: pmuellr (~pmuellr@24.148.174.112) (Quit: pmuellr)
  593. # [16:56] * lifechamp is now known as newblooser
  594. # [16:57] * newblooser is now known as adaptive
  595. # [17:01] * Quits: masterov (~masterov@93.153.167.74) (Quit: masterov)
  596. # [17:03] * Quits: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de) (Remote host closed the connection)
  597. # [17:03] * Joins: fishd (~fishd@nat/google/x-ylnuydbjglfkvsyw)
  598. # [17:03] * Quits: henrikbjorn (~hb@80.199.116.190.static.peytz.dk) (Ping timeout: 265 seconds)
  599. # [17:03] * Joins: mpt (~mpt@canonical/mpt)
  600. # [17:04] * Quits: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl) (Quit: Disconnected...)
  601. # [17:09] * Joins: dglazkov (~dglazkov@nat/google/x-cwghtxluydgzndiq)
  602. # [17:12] <annevk> hmm, does that new speech input proposal lack a link or is it just me?
  603. # [17:12] * Joins: Dashiva (~noone@ti0169a380-1868.bb.online.no)
  604. # [17:12] * Quits: Dashiva (~noone@ti0169a380-1868.bb.online.no) (Changing host)
  605. # [17:12] * Joins: Dashiva (~noone@wikia/Dashiva)
  606. # [17:12] <annevk> or is the link in the old proposal email?
  607. # [17:13] * Joins: jgornick (~joe@199.199.212.242)
  608. # [17:17] * Quits: Dashiva (~noone@wikia/Dashiva) (Ping timeout: 260 seconds)
  609. # [17:20] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
  610. # [17:21] * Joins: mpt (~mpt@canonical/mpt)
  611. # [17:23] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
  612. # [17:32] * Quits: smaug (~chatzilla@a91-154-41-248.elisa-laajakaista.fi) (Remote host closed the connection)
  613. # [17:33] * svl is now known as svl_
  614. # [17:37] * Quits: eighty4 (~eighty4@h-112-7.A163.corp.bahnhof.se) (Remote host closed the connection)
  615. # [17:41] * Joins: smaug (~chatzilla@a91-154-41-248.elisa-laajakaista.fi)
  616. # [17:43] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Quit: This computer has gone to sleep)
  617. # [17:44] * Joins: Maurice` (copyman@5ED573FA.cable.ziggo.nl)
  618. # [17:47] * Joins: Dashiva (~noone@ti0169a380-1868.bb.online.no)
  619. # [17:47] * Quits: Dashiva (~noone@ti0169a380-1868.bb.online.no) (Changing host)
  620. # [17:47] * Joins: Dashiva (~noone@wikia/Dashiva)
  621. # [17:52] * Joins: dglazkov_ (~dglazkov@nat/google/x-ipcasgffbgohvtbh)
  622. # [17:55] * Quits: dglazkov (~dglazkov@nat/google/x-cwghtxluydgzndiq) (Ping timeout: 265 seconds)
  623. # [17:55] * dglazkov_ is now known as dglazkov
  624. # [17:57] * Joins: jrgarrison (~garrison@wikiotics/jrgarrison)
  625. # [17:57] * Joins: pauld (~chatzilla@64.196.200.108)
  626. # [18:00] * Joins: henrikbjorn (~hb@109.57.217.157)
  627. # [18:01] * Quits: Peter` (~peter@170-116.citynet.ftth.internl.net) (Ping timeout: 276 seconds)
  628. # [18:01] * Joins: chris_7 (~chris@CPE00222d5ab028-CM00222d5ab025.cpe.net.cable.rogers.com)
  629. # [18:02] * Quits: pesla (~pesla@188.202.125.121) (Quit: kthxbye!)
  630. # [18:04] * Joins: Peter` (~peter@170-116.citynet.ftth.internl.net)
  631. # [18:04] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (*.net *.split)
  632. # [18:04] * Quits: boaz (~boaz@64.119.159.231) (*.net *.split)
  633. # [18:04] * Quits: davidb_ (~davidb@mozca02.ca.mozilla.com) (*.net *.split)
  634. # [18:04] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (*.net *.split)
  635. # [18:04] * Quits: drunknbass (~drunknbas@76.91.255.83) (*.net *.split)
  636. # [18:04] * Quits: onar (~onar@17.216.36.168) (*.net *.split)
  637. # [18:04] * Quits: ukai (~ukai@220.109.219.244) (*.net *.split)
  638. # [18:05] * Joins: masterov (~masterov@93.153.167.74)
  639. # [18:06] * Quits: pauld (~chatzilla@64.196.200.108) (Ping timeout: 260 seconds)
  640. # [18:06] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
  641. # [18:07] * Joins: boaz (~boaz@64.119.159.231)
  642. # [18:07] * Joins: davidb_ (~davidb@mozca02.ca.mozilla.com)
  643. # [18:07] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
  644. # [18:07] * Joins: drunknbass (~drunknbas@76.91.255.83)
  645. # [18:07] * Joins: onar (~onar@17.216.36.168)
  646. # [18:08] * Quits: mpt (~mpt@canonical/mpt) (Quit: Ex-Chat)
  647. # [18:13] * Quits: jcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (Ping timeout: 240 seconds)
  648. # [18:13] * Joins: pauld (~chatzilla@64.196.201.244)
  649. # [18:13] * Quits: jrgarrison (~garrison@wikiotics/jrgarrison) (Quit: Ex-Chat)
  650. # [18:14] * Joins: jcranmer (~jcranmer@ltsp2.csl.tjhsst.edu)
  651. # [18:15] * Joins: til_ (~til@c-98-246-164-234.hsd1.or.comcast.net)
  652. # [18:15] * Quits: til (~til@c-98-246-164-234.hsd1.or.comcast.net) (Read error: Connection reset by peer)
  653. # [18:15] * til_ is now known as til
  654. # [18:17] * Joins: chriswindows7 (~chris@64-9-175-223.fwd.datafoundry.com)
  655. # [18:20] * Quits: chris_7 (~chris@CPE00222d5ab028-CM00222d5ab025.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
  656. # [18:22] * Quits: henrikbjorn (~hb@109.57.217.157) (Ping timeout: 240 seconds)
  657. # [18:24] * Joins: pmuellr (~pmuellr@nat/ibm/x-zvjvhmnnfzdftigo)
  658. # [18:24] * Quits: pmuellr (~pmuellr@nat/ibm/x-zvjvhmnnfzdftigo) (Remote host closed the connection)
  659. # [18:24] * Joins: pmuellr (~pmuellr@nat/ibm/x-bkdsdyppphydnklm)
  660. # [18:24] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
  661. # [18:29] * Joins: mmn (~mmn@129-97-225-97.uwaterloo.ca)
  662. # [18:32] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
  663. # [18:32] * Joins: ukai (~ukai@220.109.219.244)
  664. # [18:33] * Quits: zcorpan_ (~zcorpan@c-1799e355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan_)
  665. # [18:36] * Joins: jwalden (~waldo@nat/mozilla/x-nysjruguotoldwyi)
  666. # [18:37] * chriswindows7 is now known as chris_7
  667. # [18:39] * Quits: Phae (~Phae@chimera.macmillan.com) (Quit: Leaving.)
  668. # [18:44] * Quits: pauld (~chatzilla@64.196.201.244) (Ping timeout: 240 seconds)
  669. # [18:45] * Joins: ap (~ap@17.246.19.110)
  670. # [18:45] * Quits: Peter` (~peter@170-116.citynet.ftth.internl.net) (Ping timeout: 276 seconds)
  671. # [18:47] * Quits: mat_t (~mattomasz@91.189.88.12) (Quit: This computer has gone to sleep)
  672. # [18:50] * Joins: Peter` (~peter@170-116.citynet.ftth.internl.net)
  673. # [18:51] * Quits: dglazkov (~dglazkov@nat/google/x-ipcasgffbgohvtbh) (Remote host closed the connection)
  674. # [18:51] * Joins: dglazkov (~dglazkov@nat/google/x-tykdqnxtiqsptaak)
  675. # [18:52] * Joins: maikmerten (~maikmerte@port-92-201-96-124.dynamic.qsc.de)
  676. # [18:55] <TabAtkins> I... have no idea what that vision document is going on about re: css 2.1. If anyone is resisting finalizing 2.1, it's certainly news to me, and I expect to the rest of the CSSWG.
  677. # [18:58] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  678. # [18:59] <TabAtkins> annevk: That status from fantasai was a joke. ^_^
  679. # [19:05] * Quits: knowtheory (~knowtheor@bas1-london16-1176190250.dsl.bell.ca) (Quit: Computer has gone to sleep)
  680. # [19:06] * Joins: henrikbjor (~hb@c83-249-67-192.bredband.comhem.se)
  681. # [19:06] <hsivonen> I hadn't realized tere was an ISSUE about the title of the ARIA section
  682. # [19:07] <TabAtkins> Ffs, really?
  683. # [19:07] <hsivonen> having the bikesheds as ISSUEs is kinda sad
  684. # [19:07] * TabAtkins really isn't sure of proper policy in starting a sentence with an acronym that would be written lowercase...
  685. # [19:07] <TabAtkins> It's all about entitlement. Sigh.
  686. # [19:08] <hsivonen> TabAtkins: http://www.w3.org/html/wg/tracker/issues/109
  687. # [19:10] <TabAtkins> Double sigh.
  688. # [19:10] <TabAtkins> What's the w3c process for "this is frivolous bullshit, and no one cares"?
  689. # [19:10] <AryehGregor> I think W3C process isn't relevant, only HTMLWG process?
  690. # [19:11] <TabAtkins> Either one.
  691. # [19:11] <AryehGregor> Process in some WGs would be to say "shut up", or have a quick vote. Process in the HTMLWG appears to be the usual Decision Policy.
  692. # [19:15] <hsivonen> AryehGregor: "usual"? did you meand *un*usual?
  693. # [19:15] <hsivonen> s/d//
  694. # [19:16] <AryehGregor> Usual as in the same policy used to handle all other complaints in the HTMLWG, i.e., no difference between frivolous and non-frivolous.
  695. # [19:17] <hsivonen> now I feel like writing a counter-proposal to the ASCII ref ISSUE
  696. # [19:17] * Joins: slartsa (~Lari@adsl-215-234-204.kymp.net)
  697. # [19:22] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
  698. # [19:24] * Joins: jrgarrison (~garrison@wikiotics/jrgarrison)
  699. # [19:24] * Joins: mpt (~mpt@canonical/mpt)
  700. # [19:24] * Joins: michaeln (~michaeln@nat/google/x-jaidtlzmhwvpkpdn)
  701. # [19:25] * aroben is now known as aroben|errands
  702. # [19:32] * Quits: jrgarrison (~garrison@wikiotics/jrgarrison) (Quit: Ex-Chat)
  703. # [19:37] * Joins: erlehmann (~erlehmann@89.204.137.71)
  704. # [19:39] * Joins: dave_levin (~dave_levi@nat/google/x-dssgplwgstcgayzi)
  705. # [19:42] * Joins: aho (~nya@f050253086.adsl.alicedsl.de)
  706. # [19:46] * Quits: mpt (~mpt@canonical/mpt) (Quit: Ex-Chat)
  707. # [19:53] * Joins: pmuellr_ (~pmuellr@nat/ibm/x-edowebhiqxwolouw)
  708. # [19:53] * Quits: pmuellr_ (~pmuellr@nat/ibm/x-edowebhiqxwolouw) (Client Quit)
  709. # [19:54] * Quits: pmuellr (~pmuellr@nat/ibm/x-bkdsdyppphydnklm) (Read error: Operation timed out)
  710. # [19:55] * Quits: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl) (Quit: Necrathex)
  711. # [19:56] * Joins: pmuellr (~pmuellr@nat/ibm/x-vnizjamaalsqhini)
  712. # [20:00] * Joins: knowtheory (~knowtheor@bas5-london14-1242452413.dsl.bell.ca)
  713. # [20:00] * Quits: jwalden (~waldo@nat/mozilla/x-nysjruguotoldwyi) (Quit: brb)
  714. # [20:01] * Joins: dbaron (~dbaron@nat/mozilla/x-fxqbqrrgycclivki)
  715. # [20:03] * Joins: deepthawtz (~deepthawt@173-11-69-17-SFBA.hfc.comcastbusiness.net)
  716. # [20:05] * Quits: slartsa (~Lari@adsl-215-234-204.kymp.net) (Ping timeout: 240 seconds)
  717. # [20:05] * Quits: pmuellr (~pmuellr@nat/ibm/x-vnizjamaalsqhini) (Quit: pmuellr)
  718. # [20:06] * Joins: othermaciej (~mjs@17.246.19.128)
  719. # [20:06] * Joins: MikeSmithX (~MikeSmith@EM114-48-134-177.pool.e-mobile.ne.jp)
  720. # [20:07] * Joins: KevinMarks (~KevinMark@157.22.22.57)
  721. # [20:08] * Joins: boogyman (~boogy@unaffiliated/boogyman)
  722. # [20:10] * Quits: MikeSmith (~MikeSmith@EM114-48-178-124.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
  723. # [20:10] * Quits: broquaint (b13402f070@spc2-brig11-0-0-cust40.asfd.cable.virginmedia.com) (Remote host closed the connection)
  724. # [20:12] * Joins: sicking (~chatzilla@nat/mozilla/x-zrysyohaxryuzkez)
  725. # [20:15] * Joins: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net)
  726. # [20:16] * Joins: dglazkov_ (~dglazkov@nat/google/x-lewkdhqovsabxrsf)
  727. # [20:20] * Quits: dglazkov (~dglazkov@nat/google/x-tykdqnxtiqsptaak) (Ping timeout: 248 seconds)
  728. # [20:20] * dglazkov_ is now known as dglazkov
  729. # [20:25] * henrikbjor is now known as henrikbjorn
  730. # [20:28] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
  731. # [20:29] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: Leaving)
  732. # [20:29] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
  733. # [20:29] * Joins: KaOSoFt (~webmaster@unaffiliated/kaosoft)
  734. # [20:32] * boogyman is now known as Boog|world_cup
  735. # [20:35] * Quits: chris_7 (~chris@64-9-175-223.fwd.datafoundry.com) (Read error: Connection reset by peer)
  736. # [20:35] * Joins: chris_7 (~chris@64-9-175-223.fwd.datafoundry.com)
  737. # [20:39] * Quits: henrikbjorn (~hb@c83-249-67-192.bredband.comhem.se) (Remote host closed the connection)
  738. # [20:42] * Quits: chris_7 (~chris@64-9-175-223.fwd.datafoundry.com) (Read error: Connection reset by peer)
  739. # [20:42] * Joins: chris_7 (~chris@64-9-175-223.fwd.datafoundry.com)
  740. # [20:53] * Joins: boogyman (~boogy@unaffiliated/boogyman)
  741. # [20:54] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Read error: Connection reset by peer)
  742. # [20:55] * Quits: Boog|world_cup (~boogy@unaffiliated/boogyman) (Ping timeout: 245 seconds)
  743. # [20:56] * Joins: boogyman (~boogy@unaffiliated/boogyman)
  744. # [21:05] * Joins: fantasai (~fantasai@freenet6.org)
  745. # [21:08] * Joins: jwalden (~waldo@nat/mozilla/x-kevfdqkyqclqcejc)
  746. # [21:08] * Quits: jwalden (~waldo@nat/mozilla/x-kevfdqkyqclqcejc) (Client Quit)
  747. # [21:08] * Quits: adaptive (~gary@cpe-76-93-5-92.socal.res.rr.com) (Quit: adaptive)
  748. # [21:09] * Quits: roc (~roc@121.98.230.221) (Quit: roc)
  749. # [21:10] * Joins: roc (~roc@121.98.230.221)
  750. # [21:12] * Quits: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net) (Quit: zzzzz)
  751. # [21:12] <TabAtkins> Hixie: Is there anything in particular preventing the WHATWG from adopting a similar patent policy to the W3C?
  752. # [21:14] * Joins: lifechamp (~gary@cpe-76-93-5-92.socal.res.rr.com)
  753. # [21:16] * Joins: pmuellr (~pmuellr@nat/ibm/x-vpsinyryichdmzlk)
  754. # [21:20] <othermaciej> TabAtkins: it's definitely possible, but since there is no real concept of joining the WHATWG (you just subscribe to the list), so you couldn't require people or organizations to agree to it to join
  755. # [21:21] <othermaciej> I think it would be good for WHATWG to have a patent policy
  756. # [21:21] <karlushi> TabAtkins, you need a backup [money] when shit hits the fan. It can be super costly.
  757. # [21:22] * Joins: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se)
  758. # [21:23] * Quits: pmuellr (~pmuellr@nat/ibm/x-vpsinyryichdmzlk) (Quit: pmuellr)
  759. # [21:23] <AryehGregor> othermaciej, you could require the employers of Steering Committee members to agree to it. And ask other parties nicely if they'd like to, I guess.
  760. # [21:25] <othermaciej> AryehGregor: that's certainly one option - though that would be a smaller set of IPR commitments than the HTML WG has
  761. # [21:25] * Quits: deepthawtz (~deepthawt@173-11-69-17-SFBA.hfc.comcastbusiness.net) (Ping timeout: 264 seconds)
  762. # [21:25] <AryehGregor> Yes, I think considerably smaller.
  763. # [21:25] <AryehGregor> Adobe and Microsoft come to mind.
  764. # [21:25] <othermaciej> IBM also has a large patent portfolio
  765. # [21:25] <AryehGregor> Right.
  766. # [21:26] <othermaciej> besides large corporation patent portfolios, there is also the theoretical vulnerability of a patent troll deliberately proposing a feature on which they have a submarine patent
  767. # [21:27] <othermaciej> but the W3C process is vulnerable to that too, if the patent troll simply fails to join the WG
  768. # [21:27] <AryehGregor> That could happen just as well in the HTMLWG. Right.
  769. # [21:27] * Joins: pmuellr (~pmuellr@nat/ibm/x-ufgtlxqirpvzzkuj)
  770. # [21:27] * Quits: pmuellr (~pmuellr@nat/ibm/x-ufgtlxqirpvzzkuj) (Remote host closed the connection)
  771. # [21:27] <othermaciej> so the main advantage is getting patent commitments from some of the relevant industry players
  772. # [21:27] <Lachy> getting all the lawyers and management from so many companies to agree to a whatwg patent policy would be a nightmare to deal with. Unfortunately, it wouldn't be as simple as just reusing the W3C patent policy either
  773. # [21:27] * Joins: pmuellr (~pmuellr@nat/ibm/x-zjkmicwzrryseudx)
  774. # [21:32] * Quits: chris_7 (~chris@64-9-175-223.fwd.datafoundry.com) (Read error: Connection reset by peer)
  775. # [21:32] * Quits: maikmerten (~maikmerte@port-92-201-96-124.dynamic.qsc.de) (Remote host closed the connection)
  776. # [21:32] * Joins: chris_7 (~chris@64-9-175-223.fwd.datafoundry.com)
  777. # [21:34] * Quits: aroben|errands (~aroben@unaffiliated/aroben) (Read error: Connection reset by peer)
  778. # [21:35] * Joins: deepthawtz (~deepthawt@173-11-98-125-SFBA.hfc.comcastbusiness.net)
  779. # [21:36] * Quits: chris_7 (~chris@64-9-175-223.fwd.datafoundry.com) (Read error: Connection reset by peer)
  780. # [21:36] * Joins: chris_7 (~chris@64-9-175-223.fwd.datafoundry.com)
  781. # [21:38] * Joins: chriswindows7 (~chris@CPE00222d5ab028-CM00222d5ab025.cpe.net.cable.rogers.com)
  782. # [21:38] <othermaciej> I suspect you could get the three copyright holders plus google to agree, but someone would have to do the work
  783. # [21:38] <othermaciej> unfortunately, you probably have to be a lawyer to do anything useful on that front
  784. # [21:38] * Quits: chriswindows7 (~chris@CPE00222d5ab028-CM00222d5ab025.cpe.net.cable.rogers.com) (Client Quit)
  785. # [21:39] * Joins: jrgarrison (~garrison@wikiotics/jrgarrison)
  786. # [21:39] <AryehGregor> Are any HTMLWG members likely to sue anyone else for implementing an open standard anyway?
  787. # [21:39] <AryehGregor> I suppose so, if it came to it.
  788. # [21:40] * AryehGregor reads the W3C patent policy
  789. # [21:40] <AryehGregor> s/reads/skims/
  790. # [21:41] <TabAtkins> Yeah, I'm sure that you could get at least that much commitment. Hopefully one could get MS to agree too.
  791. # [21:41] * Quits: chris_7 (~chris@64-9-175-223.fwd.datafoundry.com) (Ping timeout: 264 seconds)
  792. # [21:42] * Joins: boogyman_ (~boogy@unaffiliated/boogyman)
  793. # [21:42] * Quits: boogyman_ (~boogy@unaffiliated/boogyman) (Client Quit)
  794. # [21:42] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Ping timeout: 245 seconds)
  795. # [21:43] * Joins: dimich (~dimich@nat/google/x-jiusjbsoxmwgymyh)
  796. # [21:43] <AryehGregor> Okay, so does this policy only require licensing when the spec hits REC, or before that too? I'm not clear on that point.
  797. # [21:43] <AryehGregor> Also, what if a party holds a patent they didn't disclose? Is it auto-licensed?
  798. # [21:45] <TabAtkins> I *think* so, yes. You disclose a patent specifically so you *don't* want to license it.
  799. # [21:46] * Quits: othermaciej (~mjs@17.246.19.128) (Quit: othermaciej)
  800. # [21:48] * Joins: nielsle (~nielsle@1503032406.dhcp.dbnet.dk)
  801. # [21:50] * Joins: jwalden (~waldo@nat/mozilla/x-ihgvbmzvesglbvhr)
  802. # [21:54] * Joins: slartsa (~Lari@adsl-215-234-204.kymp.net)
  803. # [21:56] * Quits: dave_levin (~dave_levi@nat/google/x-dssgplwgstcgayzi) (Quit: dave_levin)
  804. # [21:56] * Joins: dave_levin (~dave_levi@nat/google/x-uqdpxsqxdahpvjii)
  805. # [21:57] * Joins: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net)
  806. # [22:11] * Joins: broquaint (1f3095feb7@spc2-brig11-0-0-cust40.asfd.cable.virginmedia.com)
  807. # [22:12] * Quits: JohnnyAmerica (~Simon@213-64-113-37-no97.tbcn.telia.com) (Quit: Lost terminal)
  808. # [22:12] * Quits: davidb_ (~davidb@mozca02.ca.mozilla.com) (Quit: davidb_)
  809. # [22:34] * Quits: nielsle (~nielsle@1503032406.dhcp.dbnet.dk) (Quit: Ex-Chat)
  810. # [22:38] * Joins: chris_7 (~chris@64-9-175-214.fwd.datafoundry.com)
  811. # [22:40] * Joins: logand (~user@g226035240.adsl.alicedsl.de)
  812. # [22:45] * Parts: fantasai (~fantasai@freenet6.org)
  813. # [22:46] * Joins: johnst (~johnst@x1-6-00-07-95-57-08-bb.k123.webspeed.dk)
  814. # [22:46] <TabAtkins> My hobby: annoying my wife with strange unicode smilies.
  815. # [22:46] * Quits: chris_7 (~chris@64-9-175-214.fwd.datafoundry.com) (Read error: Connection reset by peer)
  816. # [22:47] * Joins: chris_7 (~chris@64-9-175-214.fwd.datafoundry.com)
  817. # [22:48] * Quits: chris_7 (~chris@64-9-175-214.fwd.datafoundry.com) (Read error: Connection reset by peer)
  818. # [22:48] * Joins: chris_7 (~chris@64-9-175-214.fwd.datafoundry.com)
  819. # [22:49] * Joins: othermaciej (~mjs@17.246.19.128)
  820. # [22:49] <othermaciej> AryehGregor: the W3C Patent Policy is a little convoluted, but here is basically how it works:
  821. # [22:50] <othermaciej> (1) For any First Public Working Draft or Last Call Working Draft, there is a call for exclusion, which is an opportunity for WG Members to list specific patents or patent claims for which they will *not* agree to grant royalty-free licenses. Anything not excluded is assumed to be licensed.
  822. # [22:51] <othermaciej> (2) Technically, the license does not actually go into effect until the spec hits REC, but you do have to license anything you didn't exclude by LC. That's part of why specs have to go back to Working Draft if they have substantial changes made in CR - those changes could possibly entrain new IP.
  823. # [22:51] <othermaciej> (3) You can put certain limits on the RF license, such as basing it on the other party cross-licensing any essential claims they have on the spec.
  824. # [22:52] <othermaciej> You can read the whole thing if you want the gory details.
  825. # [22:52] * Quits: chris_7 (~chris@64-9-175-214.fwd.datafoundry.com) (Read error: Connection reset by peer)
  826. # [22:52] <AryehGregor> So if someone actually wanted to sue someone over HTML5, they could do so anyway until 2022 or whatever.
  827. # [22:52] * Joins: chris_7 (~chris@64-9-175-214.fwd.datafoundry.com)
  828. # [22:52] <AryehGregor> By which point most possible patents will probably be expired anyway.
  829. # [22:53] <AryehGregor> (since HTML5 qualifies as prior art for any essential claims, I'd think)
  830. # [22:54] <jgraham> Sigh, WebIDl is officially without an editor
  831. # [22:54] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  832. # [22:56] <AryehGregor> And people in the HTMLWG want to get rid of their existing highly active editor. :)
  833. # [22:56] * TabAtkins is very, very glad he started binning HTMLWG when he did...
  834. # [22:57] * AryehGregor is mildly interested to see what happens.
  835. # [22:57] <TabAtkins> I'll let you track it and summarize for me later.
  836. # [22:58] * Quits: ROBOd (~robod@92.84.201.119) (Quit: http://www.robodesign.ro)
  837. # [22:59] <AryehGregor> In short, Ian complained in rather undiplomatic terms about the chairs' decision-making, and various arguments ensued, with some flames directed in various directions from the people you'd expect, and calls to remove Hixie from the people you'd expect. Still ongoing.
  838. # [22:59] <jgraham> Yeah, the WebIDL thing is a real pain because WebIDL is a really important spec and it blocks other specs
  839. # [22:59] <jgraham> And of course almost no one is qualified to actually edit it
  840. # [22:59] <TabAtkins> Fun.
  841. # [23:00] <othermaciej> TabAtkins: I did reply to one of your direct questions, you may want to consider reading that post (though there were some flames in the follow-up)
  842. # [23:00] * Quits: dbaron (~dbaron@nat/mozilla/x-fxqbqrrgycclivki) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  843. # [23:01] <TabAtkins> othermaciej: I'll go find it. My HTMLWG email is just getting auto-read-and-archived.
  844. # [23:03] * Quits: sicking (~chatzilla@nat/mozilla/x-zrysyohaxryuzkez) (Ping timeout: 240 seconds)
  845. # [23:06] <daedb> The spec for ASCII actually costs money? :O
  846. # [23:06] <TabAtkins> Yup.
  847. # [23:06] <AryehGregor> There's actually a spec for ASCII?
  848. # [23:07] <AryehGregor> Does it need one?
  849. # [23:07] <daedb> Apparently
  850. # [23:07] <AryehGregor> Can't you just read the Wikipedia article for the bits you haven't bothered to memorize?
  851. # [23:07] <AryehGregor> Do other W3C specs reference anything for ASCII?
  852. # [23:07] <TabAtkins> othermaciej: What's the title of the thread you responded to me in?
  853. # [23:08] * Joins: chriswindows7 (~chris@CPE00222d5ab028-CM00222d5ab025.cpe.net.cable.rogers.com)
  854. # [23:08] <TabAtkins> Oh, I see, it's a top-level thread.
  855. # [23:08] <TabAtkins> nm
  856. # [23:08] * Quits: Anonameless (~Nameless@cm218-252-156-82.hkcable.com.hk) (Quit: Leaving)
  857. # [23:10] <AryehGregor> TabAtkins, you should have it go to your inbox if it contains your name.
  858. # [23:11] * AryehGregor has some Wikimedia lists set like that, so he only gets the stuff that contains his name or the name of other interesting people
  859. # [23:11] <TabAtkins> AryehGregor: Shrug, I can depend on it getting mentioned to me at some point if I don't respond directly.
  860. # [23:12] * Quits: chris_7 (~chris@64-9-175-214.fwd.datafoundry.com) (Ping timeout: 260 seconds)
  861. # [23:12] * Joins: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com)
  862. # [23:13] * Joins: chris_7 (~chris@64-9-175-223.fwd.datafoundry.com)
  863. # [23:13] * Quits: chriswindows7 (~chris@CPE00222d5ab028-CM00222d5ab025.cpe.net.cable.rogers.com) (Ping timeout: 248 seconds)
  864. # [23:14] <TabAtkins> In other words, I'm willing to put the cost on the HTMLWG participants to make sure I get relevant email, because I'm purposely not caring about that list at the moment.
  865. # [23:14] * Quits: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
  866. # [23:14] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Quit: ⌘Q)
  867. # [23:14] * Quits: pmuellr (~pmuellr@nat/ibm/x-zjkmicwzrryseudx) (Quit: pmuellr)
  868. # [23:15] * Joins: zcorpan_ (~zcorpan@c-1799e355.410-6-64736c14.cust.bredbandsbolaget.se)
  869. # [23:16] * Joins: sicking (~chatzilla@nat/mozilla/x-akwdapljdvljxbee)
  870. # [23:23] * Quits: zalan (~zalan@183-15-30.ip.adsl.hu)
  871. # [23:24] * Quits: Maurice` (copyman@5ED573FA.cable.ziggo.nl)
  872. # [23:27] * Quits: roc (~roc@121.98.230.221) (Quit: roc)
  873. # [23:29] * Joins: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se)
  874. # [23:30] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
  875. # [23:31] <jgraham> hsivonen: I don't really see why .pdf.zip is not considered acceptable
  876. # [23:31] * Quits: chris_7 (~chris@64-9-175-223.fwd.datafoundry.com) (Read error: Connection reset by peer)
  877. # [23:32] * Joins: chris_7 (~chris@64-9-175-223.fwd.datafoundry.com)
  878. # [23:35] * Quits: chris_7 (~chris@64-9-175-223.fwd.datafoundry.com) (Read error: Connection reset by peer)
  879. # [23:35] <Lachy> for a spec that no-one actually needs to read, the inconvenience of a zipped PDF seems negligible
  880. # [23:36] <Lachy> but the fact that there are other non-zipped alternatives available, it's preferable to go with those anyway
  881. # [23:37] * Joins: mpt (~mpt@canonical/mpt)
  882. # [23:38] <jgraham> Well sure
  883. # [23:39] <jgraham> But I wouldn't exclude something just because it was zipped
  884. # [23:39] <jgraham> If it was the actual useful reference
  885. # [23:40] * Quits: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
  886. # [23:42] * Quits: Martijnc (~Martijnc@91.176.168.59)
  887. # [23:45] <TabAtkins> othermaciej: Sorry for my email. :\
  888. # [23:46] * Joins: chris_7 (~chris@CPE00222d5ab028-CM00222d5ab025.cpe.net.cable.rogers.com)
  889. # [23:46] * Quits: chris_7 (~chris@CPE00222d5ab028-CM00222d5ab025.cpe.net.cable.rogers.com) (Read error: Connection reset by peer)
  890. # [23:47] * Joins: Dashimon (~noone@ti0169a380-0333.bb.online.no)
  891. # [23:47] * Quits: Dashimon (~noone@ti0169a380-0333.bb.online.no) (Changing host)
  892. # [23:47] * Joins: Dashimon (~noone@wikia/Dashiva)
  893. # [23:47] * Joins: chris_7 (~chris@CPE00222d5ab028-CM00222d5ab025.cpe.net.cable.rogers.com)
  894. # [23:47] * Quits: chris_7 (~chris@CPE00222d5ab028-CM00222d5ab025.cpe.net.cable.rogers.com) (Read error: Connection reset by peer)
  895. # [23:47] <TabAtkins> Urgh, HTMLWG stresses me out.
  896. # [23:49] * Quits: Dashiva (~noone@wikia/Dashiva) (Ping timeout: 265 seconds)
  897. # [23:49] * Dashimon is now known as Dashiva
  898. # [23:50] <gsnedders> Do asteroids have to come from within the solar-system?
  899. # [23:50] <TabAtkins> No.
  900. # [23:50] <gsnedders> That's what I thought.
  901. # [23:51] * Quits: smaug (~chatzilla@a91-154-41-248.elisa-laajakaista.fi) (Ping timeout: 276 seconds)
  902. # [23:51] * Quits: dglazkov (~dglazkov@nat/google/x-lewkdhqovsabxrsf) (Remote host closed the connection)
  903. # [23:51] * Joins: dglazkov (~dglazkov@nat/google/x-swdjijqywasdjqku)
  904. # [23:51] <TabAtkins> There aren't very many rocks floating in intersteller space anyway, but you can call them asteroids if you find them.
  905. # [23:51] <gsnedders> That's what I thought
  906. # [23:51] <gsnedders> Yay for signs being wrong is museums.
  907. # [23:51] <TabAtkins> Does it say what interstellar rocks are called?
  908. # [23:53] <karlushi> gsnedders, the space is mostly empty. It is just that the asteroids are most likely to come from the solar system. They do not have to. Pave the solar system cowpath ;)
  909. # [23:54] <gsnedders> karlushi: :)
  910. # [23:54] <TabAtkins> Presumably the pathmakers are spherical frictionless cows.
  911. # [23:54] <gsnedders> TabAtkins: No, it just categorized rocks hitting the earth into two categories: asteroids from within the solar system, and comets, basically.
  912. # [23:55] <gsnedders> (or rather entering Earth's atmosphere)
  913. # [23:55] <TabAtkins> That's totally wrong.
  914. # [23:55] <gsnedders> Maybe the German was better, but I think it said the same
  915. # [23:55] <gsnedders> TabAtkins: Indeed, that's what I thought.
  916. # [23:55] <TabAtkins> Comets are quite distinct from asteroids.
  917. # [23:55] <gsnedders> I find it sad when my physics is better than a sign in a museum
  918. # [23:56] <karlushi> TabAtkins, indeed. They are a lot cuter, with long eyelashes
  919. # [23:56] <TabAtkins> Comets are the females of the subplanetary ecosystem?
  920. # [23:56] <jgraham> This isn't physics is it just naming things
  921. # [23:57] <gsnedders> When, physics related terminology
  922. # [23:57] <karlushi> In French at least. Un astéroïde, une comète.
  923. # [23:57] <gsnedders> *Well
  924. # [23:57] * gsnedders hasn't drunk anything
  925. # [23:57] <TabAtkins> Astronymics!
  926. # [23:59] <karlushi> anyway, there are both SSSB since 2006
  927. # [23:59] <TabAtkins> Solar System Smash Bros?
  928. # Session Close: Wed Jun 16 00:00:00 2010

The end :)