/irc-logs / freenode / #whatwg / 2010-09-27 / end

Options:

  1. # Session Start: Mon Sep 27 00:00:00 2010
  2. # Session Ident: #whatwg
  3. # [01:03] * Disconnected
  4. # [01:04] * Attempting to rejoin channel #whatwg
  5. # [01:04] * Rejoined channel #whatwg
  6. # [01:04] * Topic is 'WHATWG: http://www.whatwg.org/ -- logs: http://krijnhoetmer.nl/irc-logs/ -- stats: http://gavinsharp.com/irc/whatwg.html -- Please leave your sense of logic at the door, thanks!'
  7. # [01:04] * Set by annevk42 on Mon Oct 19 23:03:06
  8. # [01:14] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
  9. # [01:17] * Quits: smaug____ (~chatzilla@cs181063178.pp.htv.fi) (Ping timeout: 240 seconds)
  10. # [01:21] * Quits: hamcore (rhythm@unaffiliated/hamcore)
  11. # [01:22] * Joins: macpherson (~macpherso@nat/google/x-snxbqfnslgznnzyb)
  12. # [01:23] * Joins: agektmr (~Adium@p3113-ipbf1903marunouchi.tokyo.ocn.ne.jp)
  13. # [01:28] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
  14. # [01:28] * Quits: agektmr (~Adium@p3113-ipbf1903marunouchi.tokyo.ocn.ne.jp) (Ping timeout: 276 seconds)
  15. # [01:32] <AryehGregor> Who's Kris Krueger and what role does he have in the testing task force?
  16. # [01:38] * Joins: karlcow (~karl@nerval.la-grange.net)
  17. # [01:48] <Philip`> He's a Microsoft person who seems to be trying to get the TF to do some work
  18. # [01:48] <Philip`> (organising some things and talking to people and doing telcons and submitting some tests etc)
  19. # [01:49] <AryehGregor> What's the decision-making procedure there, beyond consensus? He acts like he's in charge of it.
  20. # [01:50] <Philip`> I'm not aware that there are any procedures
  21. # [01:50] <Philip`> It's mostly just down to whoever's willing to do the work
  22. # [01:50] <AryehGregor> Except that people review your tests at 25 a week?
  23. # [01:50] <AryehGregor> I'm going to submit over 15,000, I wonder how that will work.
  24. # [01:51] <Philip`> "people" don't seem to be reviewing them (as far as I can tell), only he is
  25. # [01:52] <Philip`> and I'm not going to demand that he review faster
  26. # [01:52] <AryehGregor> Because no one else can be bothered?
  27. # [01:52] <Philip`> Apparently
  28. # [01:52] <Philip`> If anybody else wants to do more of the work then that'd be great and I don't think anyone would object
  29. # [01:53] <AryehGregor> So basically Microsoft is the only one that cares about tests, am I right?
  30. # [01:53] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
  31. # [01:54] <Philip`> Some people like jgraham and gsnedders have been doing some related stuff too
  32. # [01:55] <AryehGregor> Yay.
  33. # [01:55] <Philip`> Most browser people only seem to care about their own test suites, not about a coordinated HTML WG test suite
  34. # [01:56] <AryehGregor> Maybe I'll get Google or Mozilla to pay me to do this when I get my degree in January.
  35. # [01:58] <Philip`> If you have tests, I expect browser people are more interested in spending effort importing it into their automated testing systems and then maintaining it there, rather than on getting it in a W3C test suite and on carefully reviewing every test
  36. # [01:58] <AryehGregor> So why don't they incorporate some version of the W3C test suite into their automated test suites?
  37. # [01:59] <AryehGregor> Maybe Google or Mozilla would also pay me to do that for their respective browsers.
  38. # [01:59] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
  39. # [01:59] <AryehGregor> (hopefully someone will pay me to do something, otherwise I'll starve to death)
  40. # [02:01] * Joins: kennyluck (~kennyluck@EM111-188-76-58.pool.e-mobile.ne.jp)
  41. # [02:02] <Philip`> If there was a standardised format for the W3C test suite with lots of tests they don't already have, then I think writing tools to import into their test systems would be useful and good
  42. # [02:02] <Philip`> and I'd generally expect them to be interested in doing that
  43. # [02:03] <Philip`> but currently there isn't much of a standardised format and there aren't many tests so there's not much for them to care about yet
  44. # [02:08] <Philip`> By the way, one concern with automated test suites and lots of tests is the time it takes to run
  45. # [02:08] <Philip`> and particularly the time wasted creating and destroying documents
  46. # [02:09] <AryehGregor> My tests don't waste time creating and destroying documents. :)
  47. # [02:09] <AryehGregor> But anyway, existing browser tests have that problem too.
  48. # [02:09] <Philip`> so e.g. Mozilla combined all my canvas tests into a single giant .html file
  49. # [02:09] <AryehGregor> Mozilla's tests take like an hour to run.
  50. # [02:09] <AryehGregor> Obviously the TF should produce tests in whatever format is best for the browsers.
  51. # [02:10] <Philip`> So you don't have 15,000 of any concrete thing, just that number of iterations of a loop?
  52. # [02:10] <Philip`> In that case it's probably not a concern
  53. # [02:10] * Quits: kennyluck (~kennyluck@EM111-188-76-58.pool.e-mobile.ne.jp) (Quit: kennyluck)
  54. # [02:11] <AryehGregor> Something like that, yeah.
  55. # [02:11] * Quits: wakaba_ (~wakaba_@134.157.197.113.dy.bbexcite.jp) (Ping timeout: 264 seconds)
  56. # [02:11] <AryehGregor> http://aryeh.name/tests/reflection.html
  57. # [02:11] <AryehGregor> The real work is in: http://aryeh.name/tests/reflection.js
  58. # [02:13] <Philip`> Are you intentionally relying on ES5 features?
  59. # [02:13] <Philip`> (Array.indexOf in particular)
  60. # [02:15] <AryehGregor> I'm just aiming for it to work in the latest versions of everything.
  61. # [02:15] <AryehGregor> I don't particularly care that they don't work in IE8.
  62. # [02:15] <AryehGregor> They seem to work in everything else.
  63. # [02:15] <Anti-X> if your audience is developers or geeks, they're not using ie8 anyways
  64. # [02:16] * Joins: estes (~aestes@76-220-34-58.lightspeed.sntcca.sbcglobal.net)
  65. # [02:16] <Anti-X> and if they are, they obviously arent worth dealing with
  66. # [02:16] <AryehGregor> It's browser implementers.
  67. # [02:16] <Anti-X> right
  68. # [02:16] * Joins: cying (~cying@c-24-4-120-70.hsd1.ca.comcast.net)
  69. # [02:17] <Anti-X> just commented on ie8 supportiveness, didn't actually check your product
  70. # [02:19] * Quits: Martijnc (~Martijnc@91.176.12.220) (Ping timeout: 276 seconds)
  71. # [02:20] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
  72. # [02:22] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 252 seconds)
  73. # [02:22] * Joins: miketaylr (~miketaylr@24.42.95.108)
  74. # [02:26] <AryehGregor> I like how now that I'm testing things like document.bgColor, the tests flash odd colors briefly while they run.
  75. # [02:26] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
  76. # [02:28] * Quits: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net) (Quit: othermaciej)
  77. # [02:28] * Joins: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
  78. # [02:29] * Joins: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net)
  79. # [02:29] * Quits: miketaylr (~miketaylr@24.42.95.108) (Quit: miketaylr)
  80. # [02:31] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
  81. # [02:35] * Quits: cying (~cying@c-24-4-120-70.hsd1.ca.comcast.net) (Quit: cying)
  82. # [02:41] * Joins: paul_irish (~paul_iris@80.242.184.13)
  83. # [02:46] * Quits: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net) (Remote host closed the connection)
  84. # [02:51] * Joins: miketaylr (~miketaylr@24.42.95.108)
  85. # [03:11] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
  86. # [03:12] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Client Quit)
  87. # [03:13] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
  88. # [03:14] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
  89. # [03:15] <nimbupani> hi MikeSmith you around?
  90. # [03:15] * Quits: miketaylr (~miketaylr@24.42.95.108) (Remote host closed the connection)
  91. # [03:15] <MikeSmith> yep
  92. # [03:20] * boaz_ is now known as boaz
  93. # [03:24] * Quits: paul_irish (~paul_iris@80.242.184.13) (Ping timeout: 265 seconds)
  94. # [03:24] <Hixie> well
  95. # [03:25] <Hixie> i wonder if i can get the chairs to push the deadline for responding to bugs
  96. # [03:25] <Hixie> since the bug system is down
  97. # [03:32] <itissid> after 3 hours of search I was able to inject possibly mallacious HTML into an sandboxed Iframe in chrome and I am happy to say that it disables all inline script execution(provided you remove the allow-scripts tag)... http://pastebin.com/cGe5d8C6
  98. # [03:32] <itissid> No XSS possible... Yet...
  99. # [03:32] * Quits: MikeSmith (~MikeSmith@EM114-48-54-75.pool.e-mobile.ne.jp) (Quit: MikeSmith)
  100. # [03:32] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
  101. # [03:34] * Quits: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
  102. # [03:41] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
  103. # [03:46] * Quits: estes (~aestes@76-220-34-58.lightspeed.sntcca.sbcglobal.net) (Quit: estes)
  104. # [03:57] * Joins: Rotham (~Rotham@75-106-224-200.cust.wildblue.net)
  105. # [04:05] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
  106. # [04:09] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Ping timeout: 265 seconds)
  107. # [04:10] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
  108. # [04:12] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
  109. # [04:13] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
  110. # [04:28] * Joins: MikeSmith (~MikeSmith@EM111-188-92-23.pool.e-mobile.ne.jp)
  111. # [04:43] * Quits: erlehmann (~erlehmann@82.113.121.0) (Ping timeout: 252 seconds)
  112. # [04:46] * Joins: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
  113. # [04:46] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
  114. # [04:48] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
  115. # [05:05] * Joins: yusukes (~yusukes@2401:fa00:4:1000:224:81ff:fec1:6444)
  116. # [05:07] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
  117. # [05:07] * Quits: aho (~nya@fuld-4d00d07e.pool.mediaWays.net) (Quit: EXEC_over.METHOD_SUBLIMATION)
  118. # [05:07] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Client Quit)
  119. # [05:30] * Quits: weinig (~weinig@cpe-66-108-207-62.nyc.res.rr.com) (Quit: weinig)
  120. # [05:31] * Joins: weinig (~weinig@cpe-66-108-207-62.nyc.res.rr.com)
  121. # [05:32] * Joins: agektmr (~Adium@220.109.219.245)
  122. # [05:38] * Quits: agektmr (~Adium@220.109.219.245) (Quit: Leaving.)
  123. # [05:51] * Quits: itissid (~chatzilla@ip72-208-138-22.ph.ph.cox.net) (Ping timeout: 264 seconds)
  124. # [05:57] * Joins: cying (~cying@c-24-4-120-70.hsd1.ca.comcast.net)
  125. # [06:04] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
  126. # [06:09] * Joins: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net)
  127. # [06:11] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
  128. # [06:14] * Quits: MikeSmith (~MikeSmith@EM111-188-92-23.pool.e-mobile.ne.jp) (Quit: The curfew tolls the knell of parting day... the plowman homeward plods his weary way)
  129. # [06:18] * Joins: Phae (~Phae@chimera.macmillan.com)
  130. # [06:30] * Joins: agektmr (~Adium@s232.GtokyoFL24.vectant.ne.jp)
  131. # [06:31] * Joins: paul_irish (~paul_iris@80.242.184.14)
  132. # [06:34] * Quits: beverloo (~peter@5ED75878.cm-7-8b.dynamic.ziggo.nl)
  133. # [06:58] <Hixie> "So how does Microdata fit with Microformats and RDFa? Well, the WHAT-WG, which helps to develop the HTML5 spec, decided the flame wars provoked by the debate over whether to use Microformats or RDFa lacked sufficient vehemence, so they added a third definition of their own."
  134. # [06:58] <Hixie> lol
  135. # [06:58] <Hixie> (http://www.webmonkey.com/2010/09/microdata-html5s-best-kept-secret/)
  136. # [06:59] * Quits: paul_irish (~paul_iris@80.242.184.14) (Ping timeout: 240 seconds)
  137. # [07:12] <nimbupani> roflz
  138. # [07:20] * Quits: agektmr (~Adium@s232.GtokyoFL24.vectant.ne.jp) (Quit: Leaving.)
  139. # [07:21] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
  140. # [07:24] * Joins: agektmr (~Adium@s232.GtokyoFL24.vectant.ne.jp)
  141. # [07:29] * Joins: Ankheg (~Miranda@fs91-201-3-30.dubna-net.ru)
  142. # [07:34] * temp01 is now known as temp01\`{}^
  143. # [07:34] * temp01\`{}^ is now known as temp01
  144. # [07:35] * Joins: FireFly (~firefly@unaffiliated/firefly)
  145. # [07:47] * Joins: MikeSmith (~MikeSmith@EM111-188-33-78.pool.e-mobile.ne.jp)
  146. # [07:48] * Quits: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
  147. # [07:49] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
  148. # [07:51] * Joins: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
  149. # [07:54] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
  150. # [07:55] * Joins: mokush (~quassel@79.116.75.16)
  151. # [08:11] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  152. # [08:21] * Quits: temp01 (~temp01@unaffiliated/temp01) (Quit: Poof.)
  153. # [08:22] * Joins: matjas (~matjas@ip-213-49-115-201.dsl.scarlet.be)
  154. # [08:22] * Joins: temp01 (~temp01@unaffiliated/temp01)
  155. # [08:25] * Joins: estes (~aestes@76-220-34-58.lightspeed.sntcca.sbcglobal.net)
  156. # [08:28] * Joins: rimantas (~rimliu@lan-84-240-20-219.vln.skynet.lt)
  157. # [08:36] * Joins: annevk (~annevk@5355737B.cable.casema.nl)
  158. # [08:40] * Quits: MikeSmith (~MikeSmith@EM111-188-33-78.pool.e-mobile.ne.jp) (Quit: The curfew tolls the knell of parting day... the plowman homeward plods his weary way)
  159. # [08:41] * Joins: maikmerten (~merten@dhcp-11-239.it.uu.se)
  160. # [08:41] * Joins: mpt (~mpt@canonical/mpt)
  161. # [08:44] * Quits: matjas (~matjas@ip-213-49-115-201.dsl.scarlet.be) (Remote host closed the connection)
  162. # [08:45] * Joins: matjas (~matjas@ip-213-49-115-201.dsl.scarlet.be)
  163. # [08:49] * Joins: zalan (~zalan@catv-89-135-140-7.catv.broadband.hu)
  164. # [08:50] * Quits: agektmr (~Adium@s232.GtokyoFL24.vectant.ne.jp) (Quit: Leaving.)
  165. # [08:50] * Joins: agektmr (~Adium@p1023-ipbf3309marunouchi.tokyo.ocn.ne.jp)
  166. # [08:52] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
  167. # [08:59] * Quits: JoePeck (~JoePeck@c-76-102-33-198.hsd1.ca.comcast.net) (Quit: -)
  168. # [09:00] * Joins: kennyluck (~kennyluck@EM114-48-167-97.pool.e-mobile.ne.jp)
  169. # [09:18] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 240 seconds)
  170. # [09:20] * Quits: matjas (~matjas@ip-213-49-115-201.dsl.scarlet.be) (Remote host closed the connection)
  171. # [09:21] * Joins: davidhund (~davidhund@78-27-27-74.dsl.alice.nl)
  172. # [09:21] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 245 seconds)
  173. # [09:22] * Joins: Steve_B (~chatzilla@gatek.mh.bbc.co.uk)
  174. # [09:22] * Quits: cying (~cying@c-24-4-120-70.hsd1.ca.comcast.net) (Quit: cying)
  175. # [09:23] <jgraham> Philip`, AryehGregor: I think it is inaccurate to say that only Microsoft care about the testing TF thing. Certianly we care and are trying to release tests and so on
  176. # [09:24] <jgraham> It is somewhat disappointing that others are not more involved
  177. # [09:24] <jgraham> But I assume that will change
  178. # [09:26] * Joins: henrikbjorn (~henrik@80.199.116.190.static.peytz.dk)
  179. # [09:27] <jgraham> It is also somewhat true that Kris seems to be doing a lot of the review. I'm not quite sure what to think about review of the tests, but I'm not sure the current setup will scale if we get a reasonably-sized testsuite
  180. # [09:27] * Joins: pauld (~chatzilla@host86-174-210-104.range86-174.btcentralplus.com)
  181. # [09:28] * Joins: agektmr1 (~Adium@s232.GtokyoFL24.vectant.ne.jp)
  182. # [09:28] <annevk> well, html5lib tests are in active development, just not at the W3C
  183. # [09:30] * Quits: agektmr (~Adium@p1023-ipbf3309marunouchi.tokyo.ocn.ne.jp) (Ping timeout: 255 seconds)
  184. # [09:31] * Joins: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie)
  185. # [09:32] * Quits: kennyluck (~kennyluck@EM114-48-167-97.pool.e-mobile.ne.jp) (Quit: kennyluck)
  186. # [09:33] <jgraham> annevk: true
  187. # [09:37] * Joins: Amorphous (jan@unaffiliated/amorphous)
  188. # [09:45] <annevk> oh, all of Bugzilla is down now
  189. # [09:55] * abarth is now known as abarth|zZz
  190. # [09:56] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 265 seconds)
  191. # [09:58] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Quit: brb)
  192. # [09:59] <micheil> does anyone know if the validators are opensource?
  193. # [10:00] <micheil> (css3, html5, that is.)
  194. # [10:00] <annevk> they are
  195. # [10:03] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
  196. # [10:06] <micheil> oh?
  197. # [10:06] <micheil> links perhaps?
  198. # [10:07] <Peter`> http://about.validator.nu/#src
  199. # [10:09] <micheil> hmm.. validator.nu doesn't do css, does it?
  200. # [10:10] <Peter`> http://jigsaw.w3.org/css-validator/DOWNLOAD.html is for the css validator
  201. # [10:11] * Joins: matjas (~matjas@188.188.101.98)
  202. # [10:12] <annevk> also http://dev.w3.org/cvsweb/2002/css-validator/
  203. # [10:15] <annevk> W3C Bugzilla back online
  204. # [10:16] * Joins: stalled (~stalled@unaffiliated/stalled)
  205. # [10:17] * Quits: matjas (~matjas@188.188.101.98) (Remote host closed the connection)
  206. # [10:17] <annevk> oh, but it's still broken
  207. # [10:18] * Joins: itissid (~chatzilla@149-169-127-141.nat.asu.edu)
  208. # [10:18] * Joins: sean` (~seankoole@h183146.upc-h.chello.nl)
  209. # [10:21] <micheil> okay, cool.
  210. # [10:22] <micheil> I think I might rewrite it in node/javascript just for fun.
  211. # [10:23] <jgraham> micheil: Good luck with that :)
  212. # [10:23] <jgraham> Also I think DanC started rewiting the CSS Validator in Scala
  213. # [10:23] <micheil> heh, I probably won't start, but I may.
  214. # [10:23] <Peter`> porting is easier than reading the spec yourself :p
  215. # [10:23] <micheil> Peter-: yes, it is.
  216. # [10:24] <micheil> Peter-: I'm doing some judging for the McFarlane Prize.. and the validators are just sooo slow at the moment.
  217. # [10:24] <jgraham> http://dvcs.w3.org/hg/css-val/
  218. # [10:24] <Hixie> anyone have a link to the e-mail i wrote a few months ago explaining why image maps wouldn't work well as a way to make canvas interactive?
  219. # [10:25] * Joins: payman_m (~payman_m@pat.se.opera.com)
  220. # [10:25] <jgraham> micheil: The solution to that sounds like running a local instance rather than rewriting from scratch
  221. # [10:25] <micheil> maybe
  222. # [10:25] <micheil> isn't it in like php or java or something?
  223. # [10:26] <micheil> to of the things that either don't run or won't run on this machine well.
  224. # [10:26] <Peter`> Hixie: http://lists.w3.org/Archives/Public/public-html/2010Jun/0542.html that one?
  225. # [10:27] <micheil> I mean, parsing CSS shouldn't be too hard; then the validating would be fairly easy once you have a tree of the css
  226. # [10:27] <Hixie> that's the only one i could find as well, and it just repeats what i wrote on the bug... i was hoping i'd written a more detailed one
  227. # [10:27] <Hixie> oh well
  228. # [10:27] <Hixie> Peter`: thanks anyway!
  229. # [10:27] <Peter`> You're welcome
  230. # [10:28] * Joins: mpt (~mpt@canonical/mpt)
  231. # [10:31] <zcorpan> the processing around <script> is really rediculous
  232. # [10:31] <Hixie> no kidding
  233. # [10:32] <micheil> hmm?
  234. # [10:34] <hsivonen> fwiw, I commented on http://www.w3.org/Bugs/Public/show_bug.cgi?id=10067 but Bugzilla's email sending is broken
  235. # [10:35] <Hixie> any opinions on http://www.w3.org/Bugs/Public/show_bug.cgi?id=10314 ? (also a parsing issue)
  236. # [10:36] <micheil> hmm.. the validator seems to be down.
  237. # [10:39] <hsivonen> micheil: http://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.iki.fi%2F not down for me
  238. # [10:39] <micheil> hsivonen: css validator
  239. # [10:39] <micheil> not html
  240. # [10:39] <micheil> my bad there.
  241. # [10:40] <hsivonen> Hixie: my initial thought is that we shouldn't have "in foreign content" as a mode and we instead should check if the namespace of the current node is not the HTML namespace
  242. # [10:40] <Hixie> that would add a branch for every single tag on the entire web
  243. # [10:40] <Hixie> that seems suboptimal
  244. # [10:41] * Joins: ROBOd (~robod@109.96.224.164)
  245. # [10:41] <hsivonen> Hixie: I've already implemented it as as an additional branch per start tag
  246. # [10:41] <hsivonen> anyway, gotta run now. I'll take a better look later.
  247. # [10:42] * Joins: smaug____ (~chatzilla@cs181063178.pp.htv.fi)
  248. # [10:44] <hsivonen> oh, one more constraint about named characters in Gecko: currently, the code assumes that the sum of the tails of the named character names (including the semicolon but not including the first two letters) fits in 16 bits
  249. # [10:44] <gsnedders> Philip`, AryehGregor: Almost all myself and jgraham have spent time with the testing TF is making sure they can be imported and are auotable.
  250. # [10:45] <gsnedders> Philip`, AryehGregor: Also, reviewing all tests doesn't seem worth the time it takes (we'd look at what we fail, but if there's a bogus pass, we probably wouldn't notice)
  251. # [10:46] * Joins: Martijnc (~Martijnc@91.176.145.237)
  252. # [10:49] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
  253. # [10:49] <gsnedders> I fear what's happening is what happened with CSS 2.1, which is nobody apart from MS does anything apart from submit tests till after beta 1 is released, by which time it is too lat
  254. # [10:50] <micheil> with DOMEvents, the actual callback to the event, or the event handler, are the arguments as set in init[type]Event or in the Attributes?
  255. # [10:51] <jgraham> gsnedders: That won't happen here
  256. # [10:53] <annevk> CSS 2.1 got rushed for unclear reasons
  257. # [10:53] * Quits: Phae (~Phae@chimera.macmillan.com) (Read error: Connection reset by peer)
  258. # [10:54] * Joins: Phae (~Phae@gatekeeper.macmillan.co.uk)
  259. # [10:56] * Quits: smaug____ (~chatzilla@cs181063178.pp.htv.fi) (Remote host closed the connection)
  260. # [10:56] * Joins: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk)
  261. # [11:02] * Joins: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie)
  262. # [11:03] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
  263. # [11:05] * Quits: Phae (~Phae@gatekeeper.macmillan.co.uk) (Quit: Leaving.)
  264. # [11:05] * Joins: Phae (~Phae@gatekeeper.macmillan.co.uk)
  265. # [11:10] * Quits: annevk (~annevk@5355737B.cable.casema.nl) (Remote host closed the connection)
  266. # [11:10] * Joins: david_carlisle (~davidc@62.231.145.254)
  267. # [11:11] * Joins: annevk (~annevk@5355737B.cable.casema.nl)
  268. # [11:11] * Quits: annevk (~annevk@5355737B.cable.casema.nl) (Remote host closed the connection)
  269. # [11:12] * Joins: annevk (~annevk@5355737B.cable.casema.nl)
  270. # [11:40] * Disconnected
  271. # [11:41] * Attempting to rejoin channel #whatwg
  272. # [11:41] * Rejoined channel #whatwg
  273. # [11:41] * Topic is 'WHATWG: http://www.whatwg.org/ -- logs: http://krijnhoetmer.nl/irc-logs/ -- stats: http://gavinsharp.com/irc/whatwg.html -- Please leave your sense of logic at the door, thanks!'
  274. # [11:41] * Set by annevk42 on Mon Oct 19 23:03:06
  275. # [11:44] * Joins: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net)
  276. # [13:44] * Disconnected
  277. # [13:45] * Attempting to rejoin channel #whatwg
  278. # [13:45] * Rejoined channel #whatwg
  279. # [13:45] * Topic is 'WHATWG: http://www.whatwg.org/ -- logs: http://krijnhoetmer.nl/irc-logs/ -- stats: http://gavinsharp.com/irc/whatwg.html -- Please leave your sense of logic at the door, thanks!'
  280. # [13:45] * Set by annevk42 on Mon Oct 19 23:03:06
  281. # [14:01] <annevk> so is Bugzilla working again?
  282. # [14:02] <zcorpan> seems so, but it gives up an error message when commenting (but the comment goes through anyway)
  283. # [14:02] <annevk> hmm, I'll try submit a bug from the spec
  284. # [14:03] * Joins: agektmr (~Adium@s232.GtokyoFL24.vectant.ne.jp)
  285. # [14:07] <annevk> now I understand the duplicates
  286. # [14:07] <annevk> it gives an error back when submitting a bug from the WHATWG spec
  287. # [14:07] <annevk> but the bug is actually there
  288. # [14:07] <annevk> http://www.w3.org/Bugs/Public/show_bug.cgi?id=10767
  289. # [14:09] * Quits: henrikbjorn (~henrik@80.199.116.190.static.peytz.dk) (Read error: No route to host)
  290. # [14:09] * aroben is now known as aroben|breakfast
  291. # [14:12] * Joins: henrikbjorn (~henrik@80.199.116.190.static.peytz.dk)
  292. # [14:16] <annevk> AryehGregor, nuking HTMLMarqueeElement might be nice
  293. # [14:16] <hsivonen> I commented on http://www.w3.org/Bugs/Public/show_bug.cgi?id=10067
  294. # [14:16] <hsivonen> Do MathML authors really type &NotNestedGreaterGreater;?
  295. # [14:17] <annevk> " It also looks like the longest of the proposed names is substantially longer than the longest existing name," shouldn't this say shorter somewhere for it not to matter?
  296. # [14:17] <hsivonen> annevk: there's a "not" missing
  297. # [14:18] <annevk> ok
  298. # [14:18] <annevk> I wonder about the IE entities
  299. # [14:18] <annevk> &pdf; or some such
  300. # [14:19] <annevk> they seemed potentially useful for mixed direction text editing
  301. # [14:19] <hsivonen> annevk: I thought the use cases were covered by bdo='' and dir=''
  302. # [14:19] * Joins: KaOSoFt (~maxzagato@unaffiliated/kaosoft)
  303. # [14:20] <hsivonen> I wonder what proportion of the DLL space on a non-error-reporting HTML5 parser is named character tables
  304. # [14:25] <annevk> http://www.google.com/hostednews/ap/article/ALeqM5j-lHgTNcpwpJ4fC_zPzYRtsuym0QD9IG7JNO1 euh they cannot eavesdrop there now? so what if terrorists just set up their own provider?
  305. # [14:26] <annevk> (i'm not sure any of this is a good thing btw; just wondering what the point if this law is to begin with)
  306. # [14:26] * Joins: david_carlisle (~davidc@62.231.145.254)
  307. # [14:29] <david_carlisle> hsivonen> Do MathML authors really type &NotNestedGreaterGreater;?
  308. # [14:29] <david_carlisle> perhaps, the camel case names historically come from mathematica, so more to the point, mathml authoring systems probably do.
  309. # [14:30] <david_carlisle> MathML3 though tries to downplay entity names as much as possible, all instances of entity names in the mathml2 spec are replaced by numeric references or character data in the mathml3 spec.
  310. # [14:30] <annevk> david_carlisle, btw, you may wanna point out on the member-math list that the annotation-xml thingie has been fixed
  311. # [14:31] <david_carlisle> done
  312. # [14:31] <annevk> figures :)
  313. # [14:32] <david_carlisle> (is there a version of the generated spec that mentions the annotation-xml encoding = ... test, maybe I looked in the wrong place but i couldn't see what i thought I'd see in http://www.whatwg.org/specs/web-apps/current-work/multipage/parsing.html
  314. # [14:33] <annevk> http://lists.w3.org/Archives/Public/www-html-editor/2010JulSep/0002.html is awesome
  315. # [14:33] <annevk> (about <abbr> and <acronym>)
  316. # [14:34] <annevk> david_carlisle, the interesting bit is in http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html
  317. # [14:35] * Quits: agektmr (~Adium@s232.GtokyoFL24.vectant.ne.jp) (Quit: Leaving.)
  318. # [14:35] <david_carlisle> ah maybe I should have used the dreaded single page version so search worked:-)
  319. # [14:35] * Joins: miketaylr (~miketaylr@24.42.95.108)
  320. # [14:36] * Joins: agektmr (~Adium@s232.GtokyoFL24.vectant.ne.jp)
  321. # [14:36] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Remote host closed the connection)
  322. # [14:37] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
  323. # [14:41] <jacobolus> does html5 ignore security? http://news.ycombinator.com/item?id=1731253 :p
  324. # [14:41] <Philip`> annevk: I expect the point is that most terrorists are lazy and poor and technologically ignorant (like most non-terrorists too), and will use cheap commonplace technology that seems to work (like mobile phones and Facebook) and use rubbish codewords to try to make it appear more secure
  325. # [14:42] <Philip`> and almost none of them will bother doing something that's actually securely encrypted because it's too much effort
  326. # [14:44] <Philip`> so it's useful for governments to intercept the common communication methods
  327. # [14:44] <jacobolus> crockford: "there doesn't appear to be a lot of discipline in the html5 thing"
  328. # [14:44] * aroben|breakfast is now known as aroben
  329. # [14:45] <jgraham> http://www.guardian.co.uk/science/the-lay-scientist/2010/sep/24/1?CMP=twt_gu
  330. # [14:46] <annevk> crockford is a known troll
  331. # [14:47] <jgraham> Or, more precisely, based on his previous musigs on HTML5 (at which point he wanted the whole thing to be thrown out), he is unaware of the design constraints in this space
  332. # [14:47] <hsivonen> does Acid3 test that DOM APIs throw on "bad" names?
  333. # [14:47] <annevk> jgraham, nice article
  334. # [14:47] <jgraham> I haven't watched this interview so I don't know if he is still making the same errors as before
  335. # [14:47] <annevk> hsivonen, yeah it might
  336. # [14:48] * annevk looks at the crockford thing against better judgment
  337. # [14:48] <jacobolus> annevk: I disclaim any responsibility for the consequences :)
  338. # [14:49] <annevk> wow, weak comments on that ycombinator thing
  339. # [14:49] <annevk> i thought that was a good site
  340. # [14:49] * Quits: agektmr (~Adium@s232.GtokyoFL24.vectant.ne.jp) (Quit: Leaving.)
  341. # [14:49] <jacobolus> well they've been there all of 5 minutes, and no one has voted on them yet or made reasonable comments for contrast
  342. # [14:49] <jacobolus> 10 minutes I guess
  343. # [14:49] <annevk> oh
  344. # [14:49] <annevk> fair enough
  345. # [14:53] * Joins: weinig (~weinig@m2c2d36d0.tmodns.net)
  346. # [14:54] <annevk> he's actually mostly reasonable
  347. # [14:55] <annevk> glad I watched it
  348. # [14:55] <annevk> went a long way from "lets replace HTML5 with these 10 notes I just thought up"
  349. # [14:55] <jacobolus> yeah, not too bad
  350. # [14:56] <jacobolus> bits like "we should only have one of {svg, canvas}" aren't too convincing, I must say
  351. # [14:57] <annevk> he's right that some stuff got somewhat bloated, but then he forgets some of it has been in development since 2000 (SVG) and not just in recent years
  352. # [14:57] <annevk> HTML5 itself started in 2004
  353. # [14:59] * Quits: smaug____ (~chatzilla@vallila-gw.hupnet.helsinki.fi) (Ping timeout: 240 seconds)
  354. # [15:01] <hsivonen> I shouldn't comment on Crockford, but he was pro-compat in the JS context but when he talks about anything else, he is quick to suggest throwing old stuff out and doing something else
  355. # [15:04] * Joins: karlcow (~karl@nerval.la-grange.net)
  356. # [15:04] * Quits: karlushi (~karlushi@fw.vdl2.ca) (Quit: Leaving)
  357. # [15:06] * Joins: erlehmann (~erlehmann@82.113.121.0)
  358. # [15:06] * Joins: FireFly (~firefly@unaffiliated/firefly)
  359. # [15:14] * Quits: reni__home (~reni@sedkit.inf.u-szeged.hu) (Quit: Leaving)
  360. # [15:15] * Joins: justinhjohnson (~justinjn@67-131-94-2.dia.static.qwest.net)
  361. # [15:16] * Joins: BlurstOfTimes (~blurstoft@168.203.117.107)
  362. # [15:21] * Quits: miketaylr (~miketaylr@24.42.95.108) (Remote host closed the connection)
  363. # [15:23] * Joins: plainhao (~plainhao@mail.xbiotica.com)
  364. # [15:28] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
  365. # [15:29] * Quits: weinig (~weinig@m2c2d36d0.tmodns.net) (Quit: weinig)
  366. # [15:31] * erlehmann is now known as erduschmann
  367. # [15:33] * Joins: agektmr1 (~Adium@220.109.219.245)
  368. # [15:34] * Quits: Ankheg (~Miranda@fs91-201-3-30.dubna-net.ru) (Read error: Connection reset by peer)
  369. # [15:35] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Ping timeout: 276 seconds)
  370. # [15:37] * Quits: justinhjohnson (~justinjn@67-131-94-2.dia.static.qwest.net) (Read error: Connection reset by peer)
  371. # [15:38] * Joins: justinhjohnson (~justinjn@67-131-94-2.dia.static.qwest.net)
  372. # [15:43] * Joins: pesla (~pesla@188.202.125.121)
  373. # [15:51] * Joins: ChrisLTD (~iMac@ur174.ur.unc.edu)
  374. # [15:52] * Quits: ChrisLTD (~iMac@ur174.ur.unc.edu) (Client Quit)
  375. # [15:59] * erduschmann is now known as erlehmann
  376. # [16:03] * Quits: kinetik (~kinetik@121.98.132.55) (Ping timeout: 240 seconds)
  377. # [16:03] * Joins: kinetik (~kinetik@121.98.132.55)
  378. # [16:06] * Quits: henrikbjorn (~henrik@80.199.116.190.static.peytz.dk) (Remote host closed the connection)
  379. # [16:06] * Quits: mokush (~quassel@79.116.75.16) (Remote host closed the connection)
  380. # [16:20] * Joins: smaug____ (~chatzilla@cs181063178.pp.htv.fi)
  381. # [16:22] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Quit: Ex-Chat)
  382. # [16:24] * Joins: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com)
  383. # [16:24] * Joins: oal (~oal@5.79-160-122.customer.lyse.net)
  384. # [16:27] * Quits: erlehmann (~erlehmann@82.113.121.0) (Quit: Die demokratieerhaltende Whistleblower-Organistation Krautchan freut sich immer über Spenden.)
  385. # [16:28] * Joins: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net)
  386. # [16:29] * Quits: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
  387. # [16:29] <annevk> the wiretap thing is also gonna fail for P2P
  388. # [16:43] <hsivonen> annevk: wiretap?
  389. # [16:43] <annevk> http://www.nytimes.com/2010/09/27/us/27wiretap.htm?_r=1
  390. # [16:44] <annevk> or
  391. # [16:44] <annevk> http://www.google.com/hostednews/ap/article/ALeqM5j-lHgTNcpwpJ4fC_zPzYRtsuym0QD9IG7JNO1
  392. # [16:45] <jcranmer> well
  393. # [16:45] <jcranmer> it would be easy if secure protocols weren't designed to guard against MITM attacks
  394. # [16:46] <AryehGregor> Then they wouldn't be secure, would they?
  395. # [16:47] <AryehGregor> There's no way you're going to be able to enforce backdoors in P2P applications. You can easily use open-source stuff.
  396. # [16:47] <jcranmer> well, I have read somewhere that MITM attacks are rare in practice
  397. # [16:47] <AryehGregor> Even just tunnel some random program over SSL.
  398. # [16:47] <jcranmer> since it pretty much requires ISP collusion to work
  399. # [16:47] <Philip`> jcranmer: Maybe they're rare because protocols are secure against them
  400. # [16:48] <AryehGregor> jcranmer, not quite. They're very uncommon in practice, it's true, but partly because protocols are usually secure against them where it's important.
  401. # [16:48] <AryehGregor> E.g., websites with sensitive info generally use SSL.
  402. # [16:48] <AryehGregor> Without that, hackers could feasibly compromise a router, or just dump a free WiFi hotspot and grab all traffic from that.
  403. # [16:48] <AryehGregor> Or even just listen in on someone else's free WiFi hotspot.
  404. # [16:48] <AryehGregor> Or use DNS cache poisoning to redirect the traffic to their servers.
  405. # [16:48] <AryehGregor> Etc.
  406. # [16:49] <AryehGregor> Luckily, preventing this sort of thing is a solved problem, we just need to deploy some more infrastructure (like DNSSEC).
  407. # [16:50] * Philip` wouldn't consider it a solved problem when we still just need to do the really hard part :-p
  408. # [16:50] <AryehGregor> Well, theoretically solved.
  409. # [16:50] <AryehGregor> As opposed to other problems that are theoretically hard as well.
  410. # [16:50] <Philip`> Ah
  411. # [16:50] <AryehGregor> Like, what was I reading about the other day?
  412. # [16:50] * AryehGregor checks browser history
  413. # [16:51] <Philip`> DRM?
  414. # [16:51] <jgraham> FTLT?
  415. # [16:51] <AryehGregor> http://en.wikipedia.org/wiki/Differential_privacy
  416. # [16:51] * AryehGregor doesn't know what FTLT is
  417. # [16:51] <AryehGregor> DRM is a good example too.
  418. # [16:52] <AryehGregor> Although there it's mostly implementation details ("how can we get the program to really require using our hardware without messing up the user experience?").
  419. # [16:52] <AryehGregor> So maybe not a good example.
  420. # [16:52] <jgraham> (Faster Than Light Travel; I was being facetious)
  421. # [16:52] <AryehGregor> Ah.
  422. # [16:53] <AryehGregor> Speaking of up-and-coming cryptography stuff, tcpcrypt.org is very cool.
  423. # [16:53] <AryehGregor> There's really no reason to not encrypt everything these days.
  424. # [16:53] <AryehGregor> Even without authentication.
  425. # [16:54] <Philip`> Is stopping terrorists not a sufficient reason?
  426. # [16:55] <AryehGregor> You can't do that either way, if the terrorists are even mildly competent, because they can use encryption regardless.
  427. # [16:56] <micheil> Philip`: who says that the CIA / FBI can't break the encryption any way?
  428. # [16:56] <Philip`> Given how many terrorist plots are reportedly foiled by intercepted communications, and how few plots succeed, they're clearly not mildly competent
  429. # [16:56] <jgraham> Right now, somebody on slashdot will be saying "if you make strong encryption illegal, then only terrorists will have strong encryption")
  430. # [16:56] <micheil> >_>
  431. # [16:56] <AryehGregor> micheil, because they use it themselves.
  432. # [16:56] <AryehGregor> The NSA has approved AES for top-secret communications, for instance (if it has to be transmitted at all).
  433. # [16:56] <micheil> but if only they have the tech to decrypt / break the encryption, then they could still use it.
  434. # [16:57] <AryehGregor> No, because then they know there's a break that they were able to find.
  435. # [16:57] <AryehGregor> Which means other people could find it too.
  436. # [16:57] <AryehGregor> Like, I don't know, the Chinese government.
  437. # [16:57] <Philip`> If they have the tech, everyone else will have it in a few years from now when computers are a tenth of the cost
  438. # [16:57] <AryehGregor> Or some random annoying researcher from Japan who doesn't tell them in advance of publication.
  439. # [16:57] <micheil> well, either way, there's a bundle of issues there.
  440. # [16:57] <Philip`> and secret data needs to stay secret for a long time
  441. # [16:57] <AryehGregor> Depends on the data.
  442. # [16:57] <AryehGregor> It could be "we're going to bomb Iran in three days".
  443. # [16:57] <Philip`> Well, some secret data
  444. # [16:58] <AryehGregor> Stuff like "how to build a nuclear bomb" is unlikely to have to be transmitted where MITMs could intercept it anyway.
  445. # [16:58] <Philip`> You'd still want to protect that for a long time, because you might change your mind two days later and don't want anyone to decrypt your old message a year from now
  446. # [16:58] <AryehGregor> (although that particular issue is evidently a lost cause anyway)
  447. # [16:59] <micheil> minds you, just the fact that I'm even talking / thinking about these sorts of things could more then likely lay me in jail in australia.
  448. # [16:59] <Philip`> By "more than likely" I assume you mean "extremely unlikely"?
  449. # [16:59] <micheil> actually, no.
  450. # [17:00] * Philip` doubts that a large percentage of people discussing encryption will get jailed
  451. # [17:00] <micheil> australian law is really odd on that
  452. # [17:00] <micheil> no, more so the part about terrorism
  453. # [17:00] * Quits: agektmr1 (~Adium@220.109.219.245) (Quit: Leaving.)
  454. # [17:00] <AryehGregor> Maybe you mean "there were one or two high-profile cases where someone talked about something like this and landed in jail, so I'm going to generalize that to me while ignoring the hundreds of thousands of people who say things like this and don't end up in jail"?
  455. # [17:00] * Quits: pesla (~pesla@188.202.125.121) (Quit: kthxbye!)
  456. # [17:00] <AryehGregor> Lots of people like to do that when it comes to free speech.
  457. # [17:01] <micheil> sides the point; I'd rather not take chances ;P
  458. # [17:01] <AryehGregor> "One journalist was jailed for refusing to disclose sources to a grand jury! America is becoming a police state!!!!"
  459. # [17:01] <AryehGregor> "Two American citizens were jailed in Guantanamo Bay without trial, until a court ordered their release, at which point they were released! American citizens no longer have a right to habeas corpus!!!!!!!!"
  460. # [17:02] * AryehGregor doesn't know if it was actually two, but that's the right order of magnitude
  461. # [17:02] <micheil> just like entering that competition where you get given a scenario and have to think up the worst terrorist attack possible could land you in jail in australia if you participated.
  462. # [17:02] <AryehGregor> "could"
  463. # [17:02] <micheil> (run by the guy that did Bluefish and such)
  464. # [17:02] <AryehGregor> Jaywalking "could" land you in jail too.
  465. # [17:02] <micheil> actually, it's legal in some towns
  466. # [17:02] <AryehGregor> That doesn't mean the possibility is significantly enough to be worth contemplating.
  467. # [17:03] * Joins: cying (~cying@c-24-4-120-70.hsd1.ca.comcast.net)
  468. # [17:04] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Read error: Connection timed out)
  469. # [17:04] <AryehGregor> s/ly//
  470. # [17:05] <annevk> bah rain
  471. # [17:05] <annevk> for the entire day now
  472. # [17:05] <annevk> and i don't have dinner
  473. # [17:05] <AryehGregor> Here too.
  474. # [17:06] <annevk> can't believe I never needed grep before
  475. # [17:06] <annevk> it's so useful
  476. # [17:06] <AryehGregor> You never needed grep before? O_o
  477. # [17:06] <AryehGregor> How is that even remotely possible?
  478. # [17:06] <AryehGregor> Maybe if you use IDEs for absolutely everything, and they magically find all the function calls and things for you . . .
  479. # [17:06] <annevk> it probably is not, but I never used it before
  480. # [17:07] <annevk> no... I use a text editor
  481. # [17:07] * Quits: Steve_B (~chatzilla@gatek.mh.bbc.co.uk) (Quit: ChatZilla 0.9.86 [Firefox 3.6.10/20100914120618])
  482. # [17:07] <AryehGregor> Then how do you do something like find all callers of a function whose interface you want to change?
  483. # [17:08] <AryehGregor> Or find where a function is defined, even?
  484. # [17:08] <AryehGregor> (or class, or anything else)
  485. # [17:08] <AryehGregor> (maybe automated documentation works for that?)
  486. # [17:08] <jgraham> Maybe annevk doesn't write that much code :)
  487. # [17:08] <annevk> I only do very simple programs :)
  488. # [17:08] <micheil> or you know your code so well you know where everything is
  489. # [17:09] <AryehGregor> Really? I thought you worked for Opera as a programmer. What do you do, then?
  490. # [17:09] <micheil> man..
  491. # [17:09] <micheil> css3 validator is still down
  492. # [17:09] <micheil> does someone know if it's server can be restarted or something?
  493. # [17:10] <jgraham> annevk is responsible for collecting up all the cups from peoples desks
  494. # [17:10] <jgraham> (that or specs/QA. I forget)
  495. # [17:10] <annevk> and I do that remotely, too
  496. # [17:11] <AryehGregor> Well, for people who don't do a lot of programming, not having used grep before is reasonable.
  497. # [17:11] <AryehGregor> It's only mildly useful for things other than working with large programs.
  498. # [17:11] * Philip` likes ack, since it's like grep with the annoyances fixed
  499. # [17:11] <annevk> which is why I rake up lots of frequent flier miles
  500. # [17:11] <AryehGregor> (since if it's just one or two files, you can use any text editor to search)
  501. # [17:12] <MikeSmith> micheil: I'll check on the CS3 validator
  502. # [17:12] <AryehGregor> ACK is a highly versatile Kanji code converter. ACK can do reciprocal conversion among Japanese EUC, Shift-JIS and 7bit JIS. JIS Kata-kana(SJIS Han-kaku Kana) is also supported. Kanji code can be automatically detected even if the input stream contains Kata-kana characters. Besides, ACK can be used as a Kanji code checker with very high detection rate.
  503. # [17:12] <MikeSmith> CSS3
  504. # [17:12] <annevk> but euh, it's hard to describe what I do; something with standards
  505. # [17:12] <micheil> many thanks
  506. # [17:12] * Quits: davidhund (~davidhund@78-27-27-74.dsl.alice.nl) (Quit: davidhund)
  507. # [17:13] <micheil> I'm needing it to do judging for the McFarlane prize..
  508. # [17:13] <Philip`> AryehGregor: Probably not quite that one
  509. # [17:16] * Joins: Craig` (~craig@host81-141-118-226.wlms-broadband.com)
  510. # [17:16] * jgraham assumes http://betterthangrep.com/
  511. # [17:19] <jgraham> Is is DVCS aware? The webpage is rather vauge about which VCS's files it ignores
  512. # [17:19] * Joins: mpt (~mpt@canonical/mpt)
  513. # [17:20] <jgraham> Oh it says
  514. # [17:23] <AryehGregor> Okay, this sounds like it's worth it.
  515. # [17:23] * AryehGregor installs
  516. # [17:23] * Joins: MikeSmith_ (~MikeSmith@EM114-48-210-16.pool.e-mobile.ne.jp)
  517. # [17:23] <MikeSmith_> micheil: http://jigsaw.w3.org/css-validator/ appears to be working
  518. # [17:23] <MikeSmith_> just very slowly
  519. # [17:23] <micheil> okay
  520. # [17:24] <micheil> yeah, I'm getting little response.
  521. # [17:24] <MikeSmith_> I think load on it is currently extreme
  522. # [17:25] <micheil> may have been me earlier in the day
  523. # [17:25] <micheil> validating 80 odd sits over 3 hours.
  524. # [17:25] <micheil> (i still have another.. 70 to go)
  525. # [17:25] * Philip` would have assumed its average load was quite a lot higher than that
  526. # [17:26] * Joins: EverettZ (~chatzilla@bas3-toronto06-1177890034.dsl.bell.ca)
  527. # [17:26] <MikeSmith_> EverettZ: hey there
  528. # [17:26] * Quits: MikeSmith (~MikeSmith@EM114-48-97-6.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
  529. # [17:26] * MikeSmith_ is now known as MikeSmith
  530. # [17:27] * Quits: rimantas (~rimliu@lan-84-240-20-219.vln.skynet.lt) (Quit: Leaving)
  531. # [17:28] * Joins: jgornick (~joe@199.199.212.242)
  532. # [17:31] <annevk> hmm
  533. # [17:31] <annevk> is there an Apache setting that allows you to handle HEAD requests yourself?
  534. # [17:31] <AryehGregor> Define "yourself"?
  535. # [17:31] <annevk> i.e. someone does a HEAD request and I give back a response entity body because I like to mess with them?
  536. # [17:32] <AryehGregor> I think for CGI, it will pass the request on to the script just like for a GET and then just ignore the body.
  537. # [17:32] * Joins: tonyg-cr (~Adium@nat/google/x-uqfyglgtrmuaxtlo)
  538. # [17:32] <micheil> annevk: why would you do that?
  539. # [17:34] <annevk> micheil, tests
  540. # [17:34] <micheil> ah, okay
  541. # [17:37] <Philip`> http://perl.apache.org/docs/2.0/user/handlers/http.html#Handling_HEAD_Requests suggests that Apache tries hard to stop you doing that
  542. # [17:38] * Quits: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net) (Quit: zzzzz)
  543. # [17:38] <annevk> bah
  544. # [17:39] <annevk> one day i'll write my own server
  545. # [17:39] <Philip`> Lots of languages have HTTP server implementations you could use and modify
  546. # [17:40] <annevk> just printing a set of octets over a socket connection is prolly sufficient for my needs
  547. # [17:41] <annevk> with some infrastructure around it to make it easy to add tests
  548. # [17:41] * Quits: david_carlisle (~davidc@62.231.145.254) (Read error: Connection reset by peer)
  549. # [17:41] * Joins: david_carlisle (~davidc@62.231.145.254)
  550. # [17:42] * Joins: weinig (~weinig@12.130.118.131)
  551. # [17:42] <EverettZ> annevk: I haven't used it myself, but would Varnish possibly allow you to script something like this?
  552. # [17:46] * temp01 is now known as away01
  553. # [17:46] <annevk> dunno, it doesn't really matter
  554. # [17:46] * Joins: nielsle (~nielsle@1385163672.dhcp.dbnet.dk)
  555. # [17:53] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 265 seconds)
  556. # [17:53] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Quit: mhausenblas)
  557. # [17:53] * Quits: f1lt3r (~f1lt3r@64.119.153.2) (Quit: Gettin' out while I still can!)
  558. # [17:59] * Quits: sean` (~seankoole@h183146.upc-h.chello.nl) (Quit: Ik ga weg)
  559. # [18:00] * Joins: kennyluck (~kennyluck@114-43-121-234.dynamic.hinet.net)
  560. # [18:01] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Quit: This computer has gone to sleep)
  561. # [18:13] * Joins: mpt (~mpt@91.189.88.12)
  562. # [18:13] * Quits: mpt (~mpt@91.189.88.12) (Changing host)
  563. # [18:13] * Joins: mpt (~mpt@canonical/mpt)
  564. # [18:14] * Joins: loucapo_ (d1fbc8f3@gateway/web/freenode/ip.209.251.200.243)
  565. # [18:14] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  566. # [18:14] <loucapo_> hey everyone
  567. # [18:14] <Craig`> hi
  568. # [18:14] <loucapo_> new to irc
  569. # [18:15] <loucapo_> was recommended to come on here
  570. # [18:15] * Joins: agektmr (~Adium@p3113-ipbf1903marunouchi.tokyo.ocn.ne.jp)
  571. # [18:15] * matjas is now known as Firefox
  572. # [18:15] <loucapo_> RE: xmlhttprequest level 2
  573. # [18:16] <zcorpan> welcome loucapo_
  574. # [18:17] <loucapo_> thx zcorpan
  575. # [18:17] <loucapo_> i'm running into a strange issue and am not sure if there is a recommended way to handle it.
  576. # [18:20] <zcorpan> what's the issue?
  577. # [18:20] <loucapo_> anyone here have experience with this?
  578. # [18:20] <loucapo_> o
  579. # [18:20] <loucapo_> well, lets say u do a cross-origin POST...and get anything outside the 200 range as a response.
  580. # [18:21] <loucapo_> the spec says it should return a status of 0
  581. # [18:21] <loucapo_> so u dont know WTF happened...how can/should you error trap this?
  582. # [18:21] <annevk> that's not what the spec says
  583. # [18:22] <loucapo_> unless i misread it....but that seems to be what its doing
  584. # [18:23] <annevk> you misread it then
  585. # [18:24] <annevk> it would help to know why you think it said that
  586. # [18:25] <loucapo_> section 3.7.1
  587. # [18:26] <annevk> why would the error flag be set?
  588. # [18:27] <loucapo_> ok, the spec is updated from when i first read it
  589. # [18:27] <loucapo_> but here is what i am experiencing
  590. # [18:28] <annevk> the spec hasn't changed much in this regard to be honest
  591. # [18:28] <loucapo_> site x does a post to site y
  592. # [18:28] <annevk> but has been clarified a few times
  593. # [18:28] <loucapo_> site y returns a 500
  594. # [18:28] <loucapo_> the browser can only see a 0
  595. # [18:28] <loucapo_> and status text of ""
  596. # [18:29] <annevk> does site y set the appropriate headers to make cross-origin requests work?
  597. # [18:29] <loucapo_> yup
  598. # [18:29] <annevk> also for the 500?
  599. # [18:29] * Quits: maikmerten (~merten@dhcp-11-239.it.uu.se) (Read error: Connection reset by peer)
  600. # [18:29] <annevk> i.e. did you inspect the network traffic to make sure that's all dandy?
  601. # [18:29] <loucapo_> looks it to me
  602. # [18:30] <loucapo_> here is my page:
  603. # [18:30] <loucapo_> http://ozoli.comuf.com/
  604. # [18:30] * away01 is now known as temp01
  605. # [18:30] <annevk> oh
  606. # [18:30] <annevk> does the site handle the preflight request?
  607. # [18:31] <annevk> site y
  608. # [18:31] <annevk> I see you are setting Content-Type to json
  609. # [18:31] <annevk> that makes this a complex cross-origin request
  610. # [18:31] * Quits: baba (~sallabanc@unaffiliated/cypha) (Ping timeout: 252 seconds)
  611. # [18:32] <annevk> -> food
  612. # [18:32] <loucapo_> good idea
  613. # [18:32] <loucapo_> bbiab
  614. # [18:33] <loucapo_> thx for the help, btw
  615. # [18:33] <Firefox> Remember kids, use Ctrl + L on Windows or Cmd + L on Mac to focus the address bar!
  616. # [18:33] * Quits: Phae (~Phae@gatekeeper.macmillan.co.uk) (Quit: Leaving.)
  617. # [18:36] * Joins: JonathanNeal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com)
  618. # [18:37] * Joins: ap (~ap@17.246.19.89)
  619. # [18:43] * Quits: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk) (Quit: akamike)
  620. # [18:49] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 240 seconds)
  621. # [18:53] * Quits: Craig` (~craig@host81-141-118-226.wlms-broadband.com) (Ping timeout: 245 seconds)
  622. # [18:53] * Quits: agektmr (~Adium@p3113-ipbf1903marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving.)
  623. # [18:54] * Joins: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net)
  624. # [18:57] * Quits: david_carlisle (~davidc@62.231.145.254) (Quit: david_carlisle)
  625. # [18:58] * Joins: dave_levin (~dave_levi@nat/google/x-omimbsgtlfehwuys)
  626. # [18:58] * Quits: cying (~cying@c-24-4-120-70.hsd1.ca.comcast.net) (Quit: cying)
  627. # [18:59] * Parts: zcorpan (~zcorpan@pat.se.opera.com)
  628. # [19:00] * Joins: zcorpan (~zcorpan@pat.se.opera.com)
  629. # [19:01] * Quits: weinig (~weinig@12.130.118.131) (Quit: weinig)
  630. # [19:03] * Joins: maikmerten (~merten@m83-185-26-120.cust.tele2.se)
  631. # [19:03] * abarth|zZz is now known as abarth
  632. # [19:13] * Joins: mdelaney (~mdelaney@67.218.109.239)
  633. # [19:15] <loucapo_> back
  634. # [19:15] <annevk> let me know if the above was not the problem
  635. # [19:16] <annevk> won't be much available for some time
  636. # [19:16] <loucapo_> my response content type is text/html
  637. # [19:16] <annevk> no, it's about the request
  638. # [19:17] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
  639. # [19:17] <annevk> see http://dev.w3.org/2006/waf/access-control/ for details
  640. # [19:17] <annevk> (that is what XHR2 uses for cross-origin requests)
  641. # [19:20] * Joins: justinhjohnson_ (~justinjn@67-131-94-2.dia.static.qwest.net)
  642. # [19:20] * Quits: justinhjohnson (~justinjn@67-131-94-2.dia.static.qwest.net) (Read error: Connection reset by peer)
  643. # [19:20] * justinhjohnson_ is now known as justinhjohnson
  644. # [19:21] * Joins: mpt (~mpt@canonical/mpt)
  645. # [19:21] * Joins: Ms2ger (~Ms2ger@91.181.99.230)
  646. # [19:26] * temp01 is now known as temp01\
  647. # [19:27] * Joins: FireFly (~firefly@unaffiliated/firefly)
  648. # [19:30] * Quits: ukai (~ukai@nat/google/x-ertfzryhyarxhoue) (Ping timeout: 255 seconds)
  649. # [19:32] * Joins: ukai (~ukai@nat/google/x-eyqbibnbppljbatk)
  650. # [19:32] * Joins: JoePeck (~JoePeck@2620:0:1b00:1f08:fa1e:dfff:fed9:b9a)
  651. # [19:33] * Joins: sean` (~Sean@84-106-110-173.cable.quicknet.nl)
  652. # [19:38] * Joins: chronos (~quassel@unaffiliated/chronos)
  653. # [19:38] * Quits: EverettZ (~chatzilla@bas3-toronto06-1177890034.dsl.bell.ca) (Quit: ChatZilla 0.9.86 [Firefox 3.6.10/20100914125854])
  654. # [19:43] * Joins: romeo_ (~romeo__@x1-6-00-10-a7-28-f3-47.k561.webspeed.dk)
  655. # [19:48] * Quits: ap (~ap@17.246.19.89) (Remote host closed the connection)
  656. # [19:48] * Joins: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6)
  657. # [19:49] * Joins: cying (~cying@173-228-29-224.dsl.static.sonic.net)
  658. # [19:57] * Joins: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com)
  659. # [19:59] * Joins: hamcore (rhythm@unaffiliated/hamcore)
  660. # [19:59] * Quits: mdelaney (~mdelaney@67.218.109.239) (Quit: mdelaney)
  661. # [20:00] * Joins: dbaron (~dbaron@nat/mozilla/x-iodlxnnwgsimrdiz)
  662. # [20:04] * Quits: hober (~ted@unaffiliated/hober) (Remote host closed the connection)
  663. # [20:04] * Quits: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net) (Quit: othermaciej)
  664. # [20:05] * Joins: estes (~aestes@17.246.18.87)
  665. # [20:10] * Joins: reni__home (~reni@54030309.catv.pool.telekom.hu)
  666. # [20:10] * Joins: hober (~ted@unaffiliated/hober)
  667. # [20:11] * Joins: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0)
  668. # [20:11] * Quits: hober (~ted@unaffiliated/hober) (Quit: ERC Version 5.3 (IRC client for Emacs))
  669. # [20:12] * Quits: reni__home (~reni@54030309.catv.pool.telekom.hu) (Client Quit)
  670. # [20:12] * Quits: variable (~variable@unaffiliated/variable) (Read error: Connection reset by peer)
  671. # [20:14] * aroben is now known as aroben|lunch
  672. # [20:16] * abarth is now known as abarth|deepdive
  673. # [20:16] * Joins: hober (~ted@unaffiliated/hober)
  674. # [20:18] * Quits: JoePeck (~JoePeck@2620:0:1b00:1f08:fa1e:dfff:fed9:b9a) (Quit: -)
  675. # [20:25] <Hixie> lol. Charles Pritchard e-mailed me privately to say that I was wrong about thinking that making a canvas editor was dumb, and linked to http://www.reddit.com/r/programming/comments/dj75k/lead_html_5_specs_editor_denies_accessibility/ to prove his case
  676. # [20:26] <Hixie> yet pretty much everyone there is agreeing with me :-P
  677. # [20:26] * Quits: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net) (Quit: zzzzz)
  678. # [20:27] * temp01\ is now known as temp01
  679. # [20:30] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
  680. # [20:32] * aroben|lunch is now known as aroben
  681. # [20:34] <Hixie> feedback on http://www.w3.org/Bugs/Public/show_bug.cgi?id=10314 welcome
  682. # [20:38] * Quits: estes (~aestes@17.246.18.87) (Quit: estes)
  683. # [20:43] * Joins: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net)
  684. # [20:44] <Ms2ger> Internal error
  685. # [20:45] <Ms2ger> Also, is Opera planning to remove element.all?
  686. # [20:47] <gsnedders> Ms2ger: Yes.
  687. # [20:47] <Ms2ger> Good
  688. # [20:48] * Quits: zalan (~zalan@catv-89-135-140-7.catv.broadband.hu)
  689. # [20:50] * Joins: karlcow (~karl@nerval.la-grange.net)
  690. # [20:52] * Quits: tonyg-cr (~Adium@nat/google/x-uqfyglgtrmuaxtlo) (Quit: Leaving.)
  691. # [20:55] * Joins: tonyg-cr (~Adium@nat/google/x-dfljamfmcmwlfwuq)
  692. # [20:57] <loucapo_> just got back to this after a delay, getting the same issue
  693. # [21:04] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
  694. # [21:06] * Quits: justinhjohnson (~justinjn@67-131-94-2.dia.static.qwest.net) (Read error: Connection reset by peer)
  695. # [21:06] * Joins: weinig (~weinig@12.130.118.131)
  696. # [21:06] * Joins: justinhjohnson (~justinjn@67-131-94-2.dia.static.qwest.net)
  697. # [21:07] <zcorpan> Hixie: what's wrong with the current behavior for 10314?
  698. # [21:07] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 272 seconds)
  699. # [21:09] <jgraham> bugzilla search 404?
  700. # [21:09] * Quits: tonyg-cr (~Adium@nat/google/x-dfljamfmcmwlfwuq) (Quit: Leaving.)
  701. # [21:11] <AryehGregor> Why is this channel +s?
  702. # [21:12] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Remote host closed the connection)
  703. # [21:17] * Joins: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net)
  704. # [21:17] * Quits: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net) (Client Quit)
  705. # [21:17] * Quits: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net) (Ping timeout: 265 seconds)
  706. # [21:19] <Hixie> zcorpan: <svg><body><desc></html> e.g. closes the SVG <body> because of seeing an HTML </html>
  707. # [21:21] <zcorpan> Hixie: ah, ok. i was thinking about the <table><tr><td><svg><desc><td> case
  708. # [21:24] * Joins: Craig` (~craig@host81-141-118-226.wlms-broadband.com)
  709. # [21:24] * Quits: jgornick (~joe@199.199.212.242) (Ping timeout: 245 seconds)
  710. # [21:30] * Joins: jgornick (~joe@199.199.212.242)
  711. # [21:32] * Quits: weinig (~weinig@12.130.118.131) (Quit: weinig)
  712. # [21:33] * Quits: Craig` (~craig@host81-141-118-226.wlms-broadband.com) (Read error: Connection reset by peer)
  713. # [21:42] * Joins: tonyg-cr (~Adium@nat/google/x-vwowdxngbacotath)
  714. # [21:42] * Quits: Peter- (~peter@5351772F.cable.casema.nl)
  715. # [21:46] * Quits: plainhao (~plainhao@mail.xbiotica.com) (Quit: plainhao)
  716. # [21:46] <inimino> MikeSmith ⋱ Hey, how'd you generate your HTML ES5 version?
  717. # [21:47] * inimino had one of those in the works but never finished it
  718. # [21:50] * Joins: Peter- (~peter@5ED0FE14.cm-7-1d.dynamic.ziggo.nl)
  719. # [21:51] * Quits: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com) (Quit: Leaving)
  720. # [21:53] * Joins: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net)
  721. # [21:53] * Quits: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net) (Client Quit)
  722. # [21:56] * Quits: smaug____ (~chatzilla@cs181063178.pp.htv.fi) (Ping timeout: 240 seconds)
  723. # [21:57] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 252 seconds)
  724. # [21:59] * Joins: karlcow (~karl@nerval.la-grange.net)
  725. # [22:00] * Quits: sean` (~Sean@84-106-110-173.cable.quicknet.nl) (Read error: Connection reset by peer)
  726. # [22:00] * Joins: sean` (~Sean@84-106-110-173.cable.quicknet.nl)
  727. # [22:02] <MikeSmith> inimino: started from HTML export from OpenOffice
  728. # [22:06] * Joins: payman_m (~payman_m@h85-8-2-58.static.se.alltele.net)
  729. # [22:08] * Joins: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net)
  730. # [22:10] * Quits: Ms2ger (~Ms2ger@91.181.99.230) (Ping timeout: 245 seconds)
  731. # [22:18] * Quits: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net) (Remote host closed the connection)
  732. # [22:21] * Quits: oal (~oal@5.79-160-122.customer.lyse.net) (Remote host closed the connection)
  733. # [22:24] * Joins: Ms2ger (~Ms2ger@91.181.81.254)
  734. # [22:24] * Joins: smaug____ (~chatzilla@YZMMDCCXIII.gprs.sl-laajakaista.fi)
  735. # [22:25] * Joins: Craig` (~craig@host81-141-118-226.wlms-broadband.com)
  736. # [22:31] * Guest1936 is now known as Moo--__
  737. # [22:33] * Quits: maikmerten (~merten@m83-185-26-120.cust.tele2.se) (Ping timeout: 272 seconds)
  738. # [22:38] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
  739. # [22:48] * Quits: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
  740. # [22:49] * Joins: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com)
  741. # [22:50] <MikeSmith> http://twitter.com/jeresig/status/25705944689
  742. # [22:50] <MikeSmith> "There doesn't appear to be a way to detect a 304 response from an Ajax request in Opera"
  743. # [22:50] <MikeSmith> really?
  744. # [22:59] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 265 seconds)
  745. # [23:01] <gsnedders> MikeSmith: Really.
  746. # [23:02] * Joins: temp01 (~temp01@unaffiliated/temp01)
  747. # [23:02] * Joins: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net)
  748. # [23:02] <MikeSmith> well, that should be fixed
  749. # [23:02] <MikeSmith> should get fixe
  750. # [23:04] <inimino> MikeSmith ⋱ Ah, I think that's what I started with too, then did you do the rest by hand?
  751. # [23:06] <MikeSmith> inimino: did the by postprocessing with some custom scripts, regular-expression replacements in vim, and some manual tweaks
  752. # [23:06] * Quits: Craig` (~craig@host81-141-118-226.wlms-broadband.com) (Ping timeout: 245 seconds)
  753. # [23:07] <inimino> cool
  754. # [23:08] <inimino> looks great
  755. # [23:09] * Quits: Ms2ger (~Ms2ger@91.181.81.254) (Quit: nn)
  756. # [23:13] * Quits: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
  757. # [23:13] * Joins: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net)
  758. # [23:16] <MikeSmith> inimino: would be great to have some actual annotations added
  759. # [23:18] <MikeSmith> I think forking and pull requests would be a good way to manage collaboration on the annotations
  760. # [23:18] <MikeSmith> but other ideas would be welcom
  761. # [23:20] * Quits: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net) (Ping timeout: 240 seconds)
  762. # [23:20] <inimino> Ah, I hadn't thought about adding annotations but it could be useful.
  763. # [23:21] * Joins: justinhjohnson_ (~justinjn@67-131-94-2.dia.static.qwest.net)
  764. # [23:21] * Quits: justinhjohnson (~justinjn@67-131-94-2.dia.static.qwest.net) (Read error: Connection reset by peer)
  765. # [23:21] * justinhjohnson_ is now known as justinhjohnson
  766. # [23:22] <annevk> MikeSmith, it's being planned
  767. # [23:22] * Quits: sean` (~Sean@84-106-110-173.cable.quicknet.nl) (Quit: Leaving)
  768. # [23:23] * Joins: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net)
  769. # [23:26] * Quits: MikeSmith (~MikeSmith@EM114-48-210-16.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
  770. # [23:26] <annevk> Deadmau5 is chill
  771. # [23:27] * Joins: tw2113 (~tw2113asw@fedora/tw2113)
  772. # [23:28] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  773. # [23:29] <cardona507> can anyone point me toward a chart that shows HTML5 support in iOS and Android devices?
  774. # [23:30] * Joins: Lachy (~Lachlan@84.215.59.50)
  775. # [23:32] * Joins: MikeSmith (~MikeSmith@EM114-48-41-200.pool.e-mobile.ne.jp)
  776. # [23:32] <MikeSmith> annevk: ok
  777. # [23:32] <MikeSmith> btw, http://twitter.com/james_clark/status/25542207709
  778. # [23:32] * Joins: nattokirai (~nattokira@ac242062.dynamic.ppp.asahi-net.or.jp)
  779. # [23:33] <MikeSmith> 「@ndw Good luck! I think they are beyond help in many ways, but it is noble of you to try.」
  780. # [23:33] <MikeSmith> they = us
  781. # [23:33] <MikeSmith> I guess
  782. # [23:34] <annevk> whoa, James Clark comments
  783. # [23:34] <annevk> I think that might be a first, no?
  784. # [23:36] <MikeSmith> first I can recall seeing at least
  785. # [23:36] * Quits: ROBOd (~robod@109.96.224.164) (Quit: .)
  786. # [23:36] <MikeSmith> ringing vote of confidence
  787. # [23:36] <MikeSmith> I suggest we all take a moment to pat ourselves on the back
  788. # [23:37] <annevk> asked on twitter
  789. # [23:38] * Quits: nielsle (~nielsle@1385163672.dhcp.dbnet.dk) (Quit: Ex-Chat)
  790. # [23:38] <MikeSmith> "beyond help" means "don't need any help", right?
  791. # [23:39] <hober> AryehGregor: thanks for replying to the ISSUE-41 poll!
  792. # [23:39] <AryehGregor> I was the only one, last I checked.
  793. # [23:39] <annevk> MikeSmith, it is "noble to try" suggests he's not pleased :)
  794. # [23:41] <AryehGregor> Who's James Clark?
  795. # [23:41] * Joins: weinig (~weinig@2620:0:1b00:1191:223:32ff:feaf:7f36)
  796. # [23:42] * Quits: boaz (~boaz@64.119.153.2) (Quit: boaz)
  797. # [23:42] <jacobolus> is useCapture a required argument in firefox's addEventListener?
  798. # [23:42] <jgraham> yes
  799. # [23:42] <jacobolus> in Safari it doesn't matter if I leave it off, but in Firefox leaving it off makes it barf
  800. # [23:42] * Joins: paul_irish (~paul_iris@32.167.5.65)
  801. # [23:42] * Firefox barfs
  802. # [23:42] <MikeSmith> "it is noble of you try to try, but clearly no help is needed" is obviously what he meant
  803. # [23:42] <jgraham> g.org/ -- logs: http://krijnhoetmer.nl/irc-logs/ -- stats: http://gavinsharp.com/irc/whatwg
  804. # [23:42] <jgraham> 16:29 < MikeSmith> btw, http://twitter.com/james_clark/status/25542207709
  805. # [23:42] <jgraham> Oops
  806. # [23:42] <jgraham> Sorry
  807. # [23:43] <jgraham> Terminal.app decided I was trying to drag text
  808. # [23:43] <jacobolus> jgraham: was that 'yes' directed at me?
  809. # [23:43] <jgraham> jacobolus: Yes
  810. # [23:44] <jacobolus> jgraham: is there a reason it's optional in safari & required in ff?
  811. # [23:45] <jacobolus> or is that just to make sure we're paying attention and test everywhere
  812. # [23:46] <annevk> AryehGregor, guy who wrote / designed / implemented XSLT, RelaxNG, and more such things
  813. # [23:46] <AryehGregor> Ah.
  814. # [23:48] <jgraham> jacobolus: I see no evidence in the spec it is optional
  815. # [23:48] <jgraham> Though it is pretty dumb to make it required IMHO
  816. # [23:49] <hober> annevk: don't forget nxml-mode
  817. # [23:49] * Quits: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net) (Ping timeout: 252 seconds)
  818. # [23:49] <jgraham> AryehGregor: By all accounts, James Clarke is a genius. But a tragically XML-obsessed genius :)
  819. # [23:50] <jgraham> s/e//
  820. # [23:50] * Joins: karlcow (~karl@nerval.la-grange.net)
  821. # [23:50] * Joins: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net)
  822. # [23:51] <jacobolus> grumble grumble spotty café wifi (I missed anything after my last comment)
  823. # [23:51] <MikeSmith> I think James has in recent years been more critical of XML in recent years
  824. # [23:51] <MikeSmith> about shortcomings in XML
  825. # [23:51] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  826. # [23:51] <MikeSmith> e.g., his post about XML namespaces
  827. # [23:51] * Quits: KaOSoFt (~maxzagato@unaffiliated/kaosoft)
  828. # [23:52] <MikeSmith> http://blog.jclark.com/2010/01/xml-namespaces.html
  829. # [23:53] <jgraham> jacobolus: I don't think so. useCapture appears to be required. Arguably it should be optional. Per current specs you would conclude that it should raise TypeError if missing
  830. # [23:53] <MikeSmith> "On the one hand, the pain that is caused by XML Namespaces seems massively out of proportion to the benefits that they provide."
  831. # [23:53] <MikeSmith> etc.
  832. # [23:53] <jacobolus> jgraham: okay. that's what it does in FF
  833. # [23:53] <jgraham> Oh, @ping landed in webkit
  834. # [23:53] <jacobolus> (ff 3.6)
  835. # [23:54] <annevk> MikeSmith, yeah, he has a sense of perspective, so it'd be really interesting to hear his thoughts
  836. # [23:54] <jacobolus> jgraham: I think my confusion was just because jquery's function which does the same makes that arg. optional
  837. # [23:55] <jacobolus> and then because safari seemed to do the same
  838. # [23:55] * Quits: paul_irish (~paul_iris@32.167.5.65) (Ping timeout: 240 seconds)
  839. # [23:55] <MikeSmith> annevk: true, seriously speaking, it would be great to hear some specifics about what he believes the problems are
  840. # [23:55] <jgraham> jacobolus: I miss out that parameter by mistake rather often
  841. # [23:57] * Joins: justinhjohnson_ (~justinjn@67-131-94-2.dia.static.qwest.net)
  842. # [23:57] * Quits: justinhjohnson (~justinjn@67-131-94-2.dia.static.qwest.net) (Read error: Connection reset by peer)
  843. # [23:57] * justinhjohnson_ is now known as justinhjohnson
  844. # [23:57] <annevk> MikeSmith, I started following him in twitter and replied
  845. # [23:57] <annevk> MikeSmith, not really sure what protocol is on twitter to get someone's attention, but hopefully this works
  846. # [23:58] <MikeSmith> yeah, I think an @ reply will work
  847. # [23:58] * Joins: everton (~everton@KD118153063184.ppp-bb.dion.ne.jp)
  848. # [23:59] * Quits: smaug____ (~chatzilla@YZMMDCCXIII.gprs.sl-laajakaista.fi) (Ping timeout: 252 seconds)
  849. # Session Close: Tue Sep 28 00:00:00 2010

The end :)