/irc-logs / freenode / #whatwg / 2010-11-24 / end

Options:

  1. # Session Start: Wed Nov 24 00:00:00 2010
  2. # Session Ident: #whatwg
  3. # [00:06] * Joins: myakura (~myakura@p1059-ipbf2708marunouchi.tokyo.ocn.ne.jp)
  4. # [00:11] * Quits: Steve^ (~steve@cpc2-hari1-0-0-cust1111.hari.cable.virginmedia.com) (Quit: Leaving)
  5. # [00:12] <annevk> oh, Tyler Close replied to my CORS email
  6. # [00:12] <annevk> guess it's time to go to bed
  7. # [00:13] <annevk> nn
  8. # [00:16] * Joins: bga_ (~bga@ppp91-122-191-24.pppoe.avangarddsl.ru)
  9. # [00:16] <bga_> hi
  10. # [00:16] * Quits: matjas (~matjas@ip-81-11-180-67.dsl.scarlet.be) (Quit: Computer has gone to sleep.)
  11. # [00:18] <bga_> anybody not zombie? :)
  12. # [00:18] <TabAtkins> Ask a question, not a meta-question, please.
  13. # [00:18] <TabAtkins> ^_^
  14. # [00:18] <bga_> ok
  15. # [00:19] <bga_> i want to talk about future of web :)
  16. # [00:19] <bga_> i dream about multilanguage web
  17. # [00:19] * Quits: cying (~cying@173-228-29-224.dsl.static.sonic.net) (Read error: Connection reset by peer)
  18. # [00:19] * Joins: cying (~cying@173-228-29-224.dsl.static.sonic.net)
  19. # [00:20] <bga_> i mean multi programming language
  20. # [00:20] <bga_> we should split renderer and scripting engine
  21. # [00:20] <bga_> as google does in chome
  22. # [00:20] <bga_> webkit + v8
  23. # [00:21] <bga_> but instead v8 we should use .NET
  24. # [00:21] <bga_> because it allows alot of languages
  25. # [00:22] <bga_> for example i can make my site usiing ADA or F# :)
  26. # [00:22] <bga_> not only js
  27. # [00:22] <bga_> also there is a very good feature
  28. # [00:22] <bga_> we do not need to compress source code
  29. # [00:23] <TabAtkins> We already have multi-language support a *tiny* bit, in that you can switch between different javascript engines in some browsers. The main problem with more langauges is defining a new DOM interface that respects the particular language's strengths and quirks.
  30. # [00:23] <bga_> browser download CRL binary code
  31. # [00:23] <TabAtkins> (We tried creating interfaces in a generic fashion so both javascript and java could use the same code, and that was a *massive* mistake.)
  32. # [00:24] <TabAtkins> Downloading binaries is also somewhat of a minus, because it kills the ability to view source, which a lot of us webdevs used to learn stuff (and still do).
  33. # [00:24] <Rik`> and we also have enough troubles with having interoperable JS implementations
  34. # [00:26] <bga_> yes but .NET declares classes in CRL level and all languages can uses it w/o troubles
  35. # [00:26] <Rik`> I'm not sure we want MS deciding for the future of the web either
  36. # [00:26] <bga_> TabAtkins yes but it reduces world`s traffic
  37. # [00:27] <bga_> Rik` yes but we have Mono
  38. # [00:27] <TabAtkins> bga_: I didn't say it was evil, just that it has minuses.
  39. # [00:27] <Rik`> TabAtkins: do you really view source on minified code ?
  40. # [00:28] * Quits: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 255 seconds)
  41. # [00:29] <bga_> TabAtkins also we can have normal debug in IDE ^_^
  42. # [00:29] <TabAtkins> Rik`: Yes, though I don't like it because I have to pass it through a beautifier first.
  43. # [00:29] <Rik`> bga_: Mono is financed by Microsoft and follow .NET choices so this is not relevant
  44. # [00:29] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
  45. # [00:29] <Rik`> TabAtkins: I can't read a beautified minified code
  46. # [00:29] <TabAtkins> Rik`: It's not the same as the original code, but it's usually "good enough".
  47. # [00:29] <Rik`> this is not how you want to learn
  48. # [00:30] <TabAtkins> I'm just talking about minified by stripping whitespace. Renaming vars and such is too much.
  49. # [00:30] <Rik`> minifying by stripping whitespace is kind of useless
  50. # [00:31] <Rik`> gzip is just enough for that
  51. # [00:31] <bga_> TabAtkins i see its also good because now renderer developers do not need to develop scripting engine
  52. # [00:32] <bga_> and they can fix bugs faster
  53. # [00:32] <bga_> :)
  54. # [00:32] <Rik`> bga_: that's not true
  55. # [00:32] * Joins: charlvn (~charlvn@thunder.ipv6.charlvn.com)
  56. # [00:32] <TabAtkins> Separating the scripting engine from the rendering engine is a good idea anyway, but it's completely separate from using multiple languages.
  57. # [00:33] <Rik`> scripting and redering teams are already quite separated
  58. # [00:33] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
  59. # [00:33] <bga_> but i understand. i should talk about this ideas with MS team
  60. # [00:33] <Philip`> Script performance gives browser developers something quantitative to compete on and use in marketing
  61. # [00:33] <jcranmer> crossing language barriers can hurt speed performance
  62. # [00:33] <Philip`> It'd be much harder if they all just embedded Mono and there was no difference between them
  63. # [00:34] <jcranmer> I remember speeding something up by a factor of 5% by not throwing cross-language barrier exceptions
  64. # [00:34] <jcranmer> maybe it was 20%
  65. # [00:34] <bga_> Philip` they can compare rendering speed
  66. # [00:35] <jcranmer> the way the web is going
  67. # [00:35] <bga_> and quality of output
  68. # [00:35] <jcranmer> it's scripting speed that is more important
  69. # [00:35] <jcranmer> since you have to script to make things that depend on speed
  70. # [00:35] <jcranmer> e.g., web games
  71. # [00:35] <bga_> i guess no
  72. # [00:35] <jcranmer> rendering happens about once per page
  73. # [00:35] <bga_> js 2% rendering 98%
  74. # [00:36] <jcranmer> script events happen many, many, many more times
  75. # [00:36] <jcranmer> bga_: let me put it like this
  76. # [00:36] <gsnedders> bga_: At a certain level, you have to go for some bytecode that works for a variety of languages, and you won't get one that works for all. Quite possibly JS isn't /that/ bad as a target, given JIT'ing compilers that have a relatively small number of typechecks
  77. # [00:36] <jcranmer> if you're talking about smallish webpages
  78. # [00:36] <jcranmer> well
  79. # [00:37] <jcranmer> in many cases, network overhead outperforms rendering speed
  80. # [00:37] <TabAtkins> Google uses several languages that compile to JS. ^_^
  81. # [00:37] <Philip`> Has anyone made a JIT that targets JS?
  82. # [00:37] <bga_> yes
  83. # [00:37] <gsnedders> TabAtkins: And don't get any JS engine QA started on the output :)
  84. # [00:37] <jcranmer> so the initial rendering speed really isn't all that important, as long as it's not super-slow
  85. # [00:37] <TabAtkins> gsnedders: Oh god, I know. I'm just saying.
  86. # [00:37] <bga_> i know haskell -> js c# -> js java -> python -> js list -> js translators
  87. # [00:37] <jcranmer> on the other hand, some JS events need to be fired hundreds of times a second
  88. # [00:37] <bga_> even basic %)
  89. # [00:38] <jcranmer> in that case, I need fast JS speed
  90. # [00:38] <bga_> ppl wants more languages
  91. # [00:38] <jcranmer> I don't care about rendering speed, that happens fast enough
  92. # [00:38] <jcranmer> what I need is to driver the renderer fast enough
  93. # [00:38] <bga_> *lisp
  94. # [00:39] * Joins: bckenny (~bckenny@nat/google/x-mtdcfwwumnamdpjg)
  95. # [00:39] <gsnedders> bga_: The thing is ultimately something is going to be the target, and is the cost of introducing a new language (which effectively it is, even if only binary bytecode) bigger than the perf benefit you'd get by introducing something with strict typing?
  96. # [00:39] * Joins: nessy (~Adium@74.125.56.18)
  97. # [00:39] <jcranmer> I'll also note that there have been active proposals to introduce static typing to JS
  98. # [00:40] <bga_> yes
  99. # [00:40] <bga_> in es6
  100. # [00:40] <gsnedders> Nothing is really certain for Harmony (what will presumably be ES6) yet though
  101. # [00:40] <jcranmer> I thought harmony was es5
  102. # [00:40] <TabAtkins> We're treating harmony as es5.
  103. # [00:40] <gsnedders> Harmony itself is what will follow ES5
  104. # [00:41] <gsnedders> ES5 is really just a minor update to ES3, a stepping stone before Harmony
  105. # [00:41] <gsnedders> (Thus why it for the longest time was called ES3.1)
  106. # [00:41] <bga_> jcranmer http://wiki.ecmascript.org/doku.php?id=strawman:types
  107. # [00:42] <bga_> gsnedders you know than each language is best in own category of tasks
  108. # [00:43] <bga_> Haskell in parralell calcalations
  109. # [00:43] <jcranmer> adding new language backends introduces extremely high security risks
  110. # [00:43] <bga_> C in low level code
  111. # [00:43] <TabAtkins> jcranmer: Not necessarily. Chrome has NaCl, which you can run arbitrary languages in.
  112. # [00:43] <TabAtkins> (Because it's just running x86 bytecode.)
  113. # [00:43] <TabAtkins> It's sandboxed, though.
  114. # [00:44] <jcranmer> TabAtkins: well, Mozilla theoretically lets you run different languages
  115. # [00:44] <bga_> jcranmer CRL is absolutely safe
  116. # [00:44] <jcranmer> there's more than just the language itself
  117. # [00:44] <jcranmer> you have to do the cross-language glue
  118. # [00:44] <bga_> yes
  119. # [00:44] <bga_> .NET does it
  120. # [00:44] <jcranmer> that's where security holes can come into play
  121. # [00:45] <bga_> by desing
  122. # [00:45] <jcranmer> yes, but most people don't use .NET interfaces internally
  123. # [00:45] <gsnedders> bga_: Will MS grant a RF license for everything in .NET?
  124. # [00:45] <jcranmer> the other really big issue is compatibility
  125. # [00:46] <jcranmer> ECMAScript is supported by everybody
  126. # [00:46] <jcranmer> any other scripting language would not be
  127. # [00:46] * Quits: erlehmann (~erlehmann@89.204.137.13) (Quit: Die demokratieerhaltende Whistleblower-Organisation Krautchan freut sich immer über Spenden.)
  128. # [00:47] <bga_> i guess embeding Mono to renderer is 2-3 years
  129. # [00:47] <jcranmer> that will probably never happen, I suppose
  130. # [00:47] <bga_> ie ff5 opera12 chrome11 safari6 will have it
  131. # [00:47] <jcranmer> mono is too far beyond in terms of .NET support, last I checked
  132. # [00:48] <bga_> yes
  133. # [00:48] <jcranmer> at this point
  134. # [00:48] * Quits: bckenny (~bckenny@nat/google/x-mtdcfwwumnamdpjg) (Remote host closed the connection)
  135. # [00:49] * Joins: bckenny (~bckenny@nat/google/x-sqfaimwavfhpmncu)
  136. # [00:49] <jcranmer> you'd need something that could realistically run on Windows, Mac OS X, Linux, and probably Android and iOS as well
  137. # [00:49] <bga_> but part of mozilla`s google`s etc can contribute mono
  138. # [00:49] <bga_> *+ team
  139. # [00:49] <jcranmer> why should they?
  140. # [00:49] <TabAtkins> bga_: Speaking completely unofficially, I doubt Google would ever touch Mono. We already spent significant resources developing NativeClient, which fills the same niche.
  141. # [00:50] <bga_> contibute to common scripting engine
  142. # [00:50] <jcranmer> why should they expend valuable effort to support implementation for features that no one is using?
  143. # [00:50] <jcranmer> bga_: they don't use the same JS engine
  144. # [00:50] <gsnedders> And have a spec for it that actually defines it (the base classes for example are unspecified) to allow other impls, and have a patent grant, etc.
  145. # [00:50] <bga_> i know
  146. # [00:51] <jcranmer> if they're not contributing to a common scripting engine now, what makes you think they would contribute to a common one later?
  147. # [00:51] <jcranmer> to a common one for another language, that is
  148. # [00:51] <gsnedders> Multiple impls drives competition, which is benefical to the market
  149. # [00:51] <jcranmer> what the market is asking for is not support for another language
  150. # [00:51] <jcranmer> they're asking for improved speed on the JS engine
  151. # [00:52] <jcranmer> you're more likely to get traction on compiling other languages to *JS* than getting browsers to support other scripting languages
  152. # [00:52] <bga_> but mozilla has python as alternative scripting language :)
  153. # [00:52] <jcranmer> not really
  154. # [00:52] <jcranmer> you have to install an extension, which is at best semi-official
  155. # [00:53] <jcranmer> in that "if PyXPCOM crashes and burns, we don't really care"
  156. # [00:54] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Read error: Connection reset by peer)
  157. # [00:55] <bga_> too bad
  158. # [00:56] <bga_> may be in future we will have multilanguage web
  159. # [00:57] <jcranmer> perhaps
  160. # [00:57] <jcranmer> but to my knowledge, it's not a feature people have been clamoring for
  161. # [00:57] * TabAtkins points against to NaCl, which you can compile any language towards. It just only works in Chrome right now.
  162. # [00:58] <bga_> they want
  163. # [00:58] * Joins: Anti-X (~duckmysic@77.19.5.115.tmi.telenormobil.no)
  164. # [00:58] <bga_> but they do not talks about it
  165. # [00:59] <jcranmer> https://bugzilla.mozilla.org/show_bug.cgi?id=255942
  166. # [00:59] <bga_> alot of %language% -> js translators says about it
  167. # [00:59] <jcranmer> 34 votes
  168. # [01:00] <jcranmer> that's a really high number, you know...
  169. # [01:00] <jcranmer> I mean, restore mng only had 600 or so votes
  170. # [01:01] <jcranmer> oh, 700 votes as of now
  171. # [01:01] <bga_> http://twitter.com/bga_/status/7221442764611585 :)
  172. # [01:01] <bga_> wait 2000 :)
  173. # [01:01] * Quits: tndH (~Rob@cpc6-seac20-2-0-cust102.7-2.cable.virginmedia.com) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.1/2008072406])
  174. # [01:02] <jcranmer> supporting XInclude has even more votes
  175. # [01:02] * Quits: bckenny (~bckenny@nat/google/x-sqfaimwavfhpmncu) (Remote host closed the connection)
  176. # [01:03] * Philip` doesn't like how NaCl seems to be using x86 as probably the worst imaginable bytecode format, just because it happens to have a trivial mapping from bytecode to machine code on the current dominant desktop platform
  177. # [01:04] * jcranmer is suprised that more of these aren't WONTFIX'd
  178. # [01:04] <jcranmer> Philip`: it makes more sense to do ARM
  179. # [01:04] <jcranmer> considering that there are already a not-insignificant number of ARM emulators
  180. # [01:04] <jcranmer> on x86
  181. # [01:04] <jcranmer> seeing as how the GBA is implemented in ARM ;-)
  182. # [01:05] <jcranmer> heck, I think someone even did a GBA emulator in JS
  183. # [01:05] <gsnedders> It's a question of how large and complex you want your bytecode to be. :)
  184. # [01:06] <jcranmer> ah, no, it's only the original GameBoy
  185. # [01:06] <Philip`> Hmm, looks like the current NaCl approach to portability is that you should compile your application three times (for x86, amd64 and ARM), which seems a bit of a step backwards compared to the current state of the web
  186. # [01:07] <jcranmer> . . .
  187. # [01:07] <Philip`> (and the future NaCl approach is to use the LLVM bytecode format instead, in which case I'm not sure how it's Native any more)
  188. # [01:07] <gsnedders> Unsurprisingly for the vendor that probably ships on more platforms than any of the other major browser vendors, we don't want to do that.
  189. # [01:07] <bga_> btw i`ll planning open source project which will translate CRL -> js
  190. # [01:07] <bga_> :)
  191. # [01:08] * Joins: Xano___ (~Xano_@524BF837.cm-4-4d.dynamic.ziggo.nl)
  192. # [01:08] <Philip`> http://code.google.com/p/nativeclient-sdk/source/browse/trunk/src/examples/hello_world/hello_world.html#84 - lovely
  193. # [01:09] <jcranmer> Philip`: well, I suppose the people who want to use it are mostly the people who want to screw compatability
  194. # [01:09] <bga_> jcranmer https://bugzilla.mozilla.org/show_bug.cgi?id=255942 79 votes
  195. # [01:10] <TabAtkins> Philip`: Ah, it looks like maybe we support arm there? In addition to x86-32bit and x86-64bit.
  196. # [01:10] * Quits: Xano__ (~Xano_@524BF837.cm-4-4d.dynamic.ziggo.nl) (Ping timeout: 240 seconds)
  197. # [01:10] <gsnedders> What about all these MIPS-based internet-enabled TVs?
  198. # [01:11] <jcranmer> bga_: no, 35 votes
  199. # [01:11] <Philip`> What about everybody who's going to not bother compiling for x86-64 because there's not enough users to be worth the bother?
  200. # [01:12] <TabAtkins> I dunno how all this works.
  201. # [01:12] <Philip`> Seems it'll be exactly like plugins, just minus the security issues
  202. # [01:12] * Quits: wakaba_0 (~wakaba_@4.22.102.121.dy.bbexcite.jp) (Ping timeout: 265 seconds)
  203. # [01:13] * Quits: smaug____ (~chatzilla@GYZKMCLXIII.gprs.sl-laajakaista.fi) (Ping timeout: 245 seconds)
  204. # [01:18] * Joins: _bga (~bga@ppp91-122-191-24.pppoe.avangarddsl.ru)
  205. # [01:20] * Quits: ormaaj (~quassel@gateway/tor-sasl/ormaaj) (Remote host closed the connection)
  206. # [01:20] * Quits: bga_ (~bga@ppp91-122-191-24.pppoe.avangarddsl.ru) (Ping timeout: 240 seconds)
  207. # [01:21] * Quits: Xano___ (~Xano_@524BF837.cm-4-4d.dynamic.ziggo.nl) (Read error: Connection reset by peer)
  208. # [01:21] * Joins: Xano__ (~Xano_@524BF837.cm-4-4d.dynamic.ziggo.nl)
  209. # [01:25] * Joins: ormaaj (~quassel@gateway/tor-sasl/ormaaj)
  210. # [01:28] * Quits: sicking (~chatzilla@nat/mozilla/x-wfodvhicpmafevcq) (Remote host closed the connection)
  211. # [01:30] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
  212. # [01:33] * Quits: boaz (~boaz@c-75-69-147-207.hsd1.ma.comcast.net) (Quit: boaz)
  213. # [01:38] * Quits: expilicious (~zAyghip8@cpc2-ely02-0-0-cust338.5-1.cable.virginmedia.com) (Quit: nn)
  214. # [01:40] * Joins: boogyman (~boogy@unaffiliated/boogyman)
  215. # [01:40] <TabAtkins> Philip`: Yeah, that's basically what it is - a native plugin system.
  216. # [01:41] <jacobolus> beowulf: okay, I added a &thinsp; glyph to Delicious (and even made it slightly thinner than a usual &thinsp;), and now it renders fine in Opera. Still, I wonder why it picked such a honking huge replacement before
  217. # [01:45] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
  218. # [01:46] * Joins: boaz (~boaz@c-24-128-79-120.hsd1.ma.comcast.net)
  219. # [01:47] * Quits: boaz (~boaz@c-24-128-79-120.hsd1.ma.comcast.net) (Client Quit)
  220. # [01:47] * Quits: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net) (Quit: zzzzz)
  221. # [01:48] * Quits: dglazkov (~dglazkov@nat/google/x-zcfosbnxpbmdiwtx) (Quit: dglazkov)
  222. # [01:54] * Quits: Xano__ (~Xano_@524BF837.cm-4-4d.dynamic.ziggo.nl) (Quit: Xano__)
  223. # [01:58] <nessy> question for those here that understand WebSRT: how can I address a single cue through the CSS selectors?
  224. # [01:59] <nessy> IIUC you can only address all cues or all cue-parts of a certain node type
  225. # [02:02] <TabAtkins> nessy: Right now, the only way to do so is to give it a unique voice and target that.
  226. # [02:02] <nessy> ok, thanks
  227. # [02:05] * Quits: variable (~variable@unaffiliated/variable) (Quit: Daemon escaped from pentagram)
  228. # [02:06] * Joins: variable (~variable@unaffiliated/variable)
  229. # [02:08] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
  230. # [02:08] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
  231. # [02:09] * Quits: fishd (~fishd@nat/google/x-tnzffanadpshcfuw) (Quit: Leaving)
  232. # [02:10] * Quits: virtuelv (~virtuelv_@193.62.9.46.customer.cdi.no) (Ping timeout: 240 seconds)
  233. # [02:10] * Quits: Xano_ (~bart@524BF837.cm-4-4d.dynamic.ziggo.nl) (Quit: Beer o'clock!)
  234. # [02:10] * Joins: virtuelv (~virtuelv_@193.62.9.46.customer.cdi.no)
  235. # [02:11] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Quit: annevk)
  236. # [02:11] * Quits: MikeSmith (~MikeSmith@EM114-48-37-154.pool.e-mobile.ne.jp) (Ping timeout: 245 seconds)
  237. # [02:13] * Quits: jarib (jarib@unaffiliated/jarib) (Ping timeout: 272 seconds)
  238. # [02:15] * Joins: jarib (jarib@tttt.mine.nu)
  239. # [02:16] <_bga> hm
  240. # [02:16] <_bga> MonoTouch - Mono for iOS
  241. # [02:16] * Joins: MikeSmith (~MikeSmith@EM111-188-109-96.pool.e-mobile.ne.jp)
  242. # [02:16] * Joins: bckenny (~bckenny@nat/google/x-ozxxydrpyrhnzwtk)
  243. # [02:20] * Quits: charlvn (~charlvn@thunder.ipv6.charlvn.com) (Quit: Leaving)
  244. # [02:22] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 245 seconds)
  245. # [02:22] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  246. # [02:26] * Joins: gavin_ (~gavin@firefox/developer/gavin)
  247. # [02:41] * Joins: JonathanNeal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com)
  248. # [02:51] * Quits: paul_irish (~paul_iris@nat/google/x-mkknedndcxupobab) (Remote host closed the connection)
  249. # [02:53] * Joins: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  250. # [02:53] * Joins: paul_irish (~paul_iris@67.218.104.222)
  251. # [02:57] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 255 seconds)
  252. # [03:08] * Quits: paul_irish (~paul_iris@67.218.104.222) (Remote host closed the connection)
  253. # [03:20] * Joins: tau (~Gauss@186-194-34-185.i-next.psi.br)
  254. # [03:20] <tau> hi
  255. # [03:20] <tau> when i make d = html5lib.parse(f) it simply returns none.
  256. # [03:21] <TabAtkins> I believe the people you'd want to talk to are asleep, since they're european.
  257. # [03:21] * Quits: cying (~cying@173-228-29-224.dsl.static.sonic.net) (Quit: cying)
  258. # [03:21] <tau> TabAtkins, hm, could you help me then ?
  259. # [03:22] <TabAtkins> Not really. ^_^ html5lib was just written by a couple of the dudes who hang out in this room.
  260. # [03:22] * Quits: dbaron (~dbaron@nat/mozilla/x-vprkybgmtgdpyeey) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  261. # [03:22] <tau> TabAtkins, where are you from ?
  262. # [03:22] <TabAtkins> west coast of america
  263. # [03:22] <tau> cool
  264. # [03:25] * Joins: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net)
  265. # [03:26] <tau> lolwut
  266. # [03:26] * Parts: tau (~Gauss@186-194-34-185.i-next.psi.br) ("Leaving")
  267. # [03:27] <TabAtkins> Um?
  268. # [03:31] * Quits: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net) (Quit: cying)
  269. # [03:34] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  270. # [03:36] * Quits: JonathanNeal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com) (Quit: Leaving)
  271. # [03:38] * Quits: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 255 seconds)
  272. # [03:38] * Joins: murz (~mmurraywa@174-21-111-3.tukw.qwest.net)
  273. # [03:39] <nessy> TabAtkins: just to confirm about WebSRT - if I want to position a cue 5 lines higher than the bottom rendering area of the video, it would need to get a L: 5 cue setting, right?
  274. # [03:39] <nessy> or is it L: −5 ?
  275. # [03:57] * Joins: JonathanNeal (~Jonathan_@76-219-69-134.lightspeed.breaca.sbcglobal.net)
  276. # [03:58] * Quits: bckenny (~bckenny@nat/google/x-ozxxydrpyrhnzwtk) (Remote host closed the connection)
  277. # [04:05] * Joins: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net)
  278. # [04:08] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 260 seconds)
  279. # [04:09] * Joins: gavin_ (~gavin@firefox/developer/gavin)
  280. # [04:40] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
  281. # [04:41] * Quits: variable (~variable@unaffiliated/variable) (Remote host closed the connection)
  282. # [04:45] * tmzt_dg2root is now known as tmzt_g2root
  283. # [04:58] * _bga is now known as bga_|away
  284. # [05:17] * Joins: paul_irish_ (~paul_iris@166.190.76.234)
  285. # [05:20] * bga_|away is now known as bga_
  286. # [05:21] * Quits: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
  287. # [05:23] * Joins: abarth (~abarth@c-67-169-68-88.hsd1.ca.comcast.net)
  288. # [05:26] * Joins: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net)
  289. # [05:33] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Disconnected by services)
  290. # [05:33] * Joins: gavin__ (~gavin@CPE001346f5db49-CM0018c0db9a8a.cpe.net.cable.rogers.com)
  291. # [05:34] * Quits: paul_irish_ (~paul_iris@166.190.76.234)
  292. # [05:41] <boogyman> Hixie, AryehGregor is there a tentative date, or general timeframe, when the HTML5 spec is supposed to mature to the next phase?
  293. # [05:41] <MikeSmith> boogyman: what do you mean by next phase?
  294. # [05:41] <MikeSmith> do you mean as far as W3C process, or something else?
  295. # [05:42] <boogyman> currently in working draft, I assume the next is candidate recommendation
  296. # [05:43] <MikeSmith> yeah, that's the next big step
  297. # [05:43] <MikeSmith> but prior to that there's another step
  298. # [05:43] <MikeSmith> which is so-called Last Call
  299. # [05:43] <MikeSmith> which is actually more like First Call
  300. # [05:43] <m0> How long is the Last Call?
  301. # [05:44] <boogyman> Is there a tentative eta for that mike?
  302. # [05:44] <MikeSmith> we have not decided how long the LC for it will be
  303. # [05:44] * Joins: nattokirai (~nattokira@rtr.mozilla.or.jp)
  304. # [05:45] <MikeSmith> boogyman: schedule from the chairs is here:
  305. # [05:45] <MikeSmith> http://lists.w3.org/Archives/Public/public-html/2010Sep/0074.html
  306. # [05:45] <boogyman> Thanks
  307. # [05:45] <MikeSmith> the date we are aiming to start LC is May 22
  308. # [05:46] <MikeSmith> "LC resolution carries" = resolution from the group to agree to start LC
  309. # [05:46] <MikeSmith> and what LC at W3C means is that the group must record every comment it receives about the spec during the LC period
  310. # [05:47] <MikeSmith> and at the end of the LC period, publish a report listing the "disposition" for every comment
  311. # [05:48] <MikeSmith> including whether whether any change was made to the spec based on the comment
  312. # [05:48] <boogyman> ok
  313. # [05:50] * bga_ is now known as bga_|away
  314. # [05:50] <MikeSmith> what the HTML WG is doing right now is, the chairs are reviewing all escalated issues that have come in so far
  315. # [05:50] <MikeSmith> where "escalated issues" means, cases where somebody in the group asked for a change to the spec but the change was rejected
  316. # [05:51] <MikeSmith> those are cases that have to be adjudicated by the chairs
  317. # [05:51] <MikeSmith> based on their review of all the available information about the issue
  318. # [05:52] <MikeSmith> and the plan is to try to get all those open issues decided by the chairs, on behalf of the group, by April 22
  319. # [05:52] * Quits: bga_|away (~bga@ppp91-122-191-24.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
  320. # [05:52] <MikeSmith> m0: is some groups, the LC period is just 1 month or so
  321. # [05:52] <m0> Ah cool
  322. # [05:52] <MikeSmith> in this case, it will be significantly longer, though
  323. # [05:53] * m0 reading the mailing list
  324. # [05:53] <karlcow> plus theoritically we never exit a phase, but always enter a new phase. Aka we enter in a phase when all the requirements for entering are met
  325. # [05:53] <karlcow> but that is just semantics
  326. # [05:53] <karlcow> :)
  327. # [05:54] <MikeSmith> yeah, the phases all just accumulate
  328. # [05:54] <m0> I am surprised I never joined w3 working group :x Doing that now.
  329. # [05:54] <MikeSmith> like karmic dust
  330. # [05:57] <MikeSmith> anyway, Hixie originally estimated we would go to CR in 2012
  331. # [05:57] <MikeSmith> and a lot of people scoffed at that as being too far in the future
  332. # [05:57] <MikeSmith> when he said it back in 2006 or early 2007 or so
  333. # [05:58] <boogyman> From prior experience and looking at the development thus far, I'd say that Feb/Mar 2010 sounds about right
  334. # [05:58] <karlcow> (and given the type of specification that people were used to produce aka not a microscopically detailed specification ;) )
  335. # [05:58] <boogyman> 2012*
  336. # [05:58] <karlcow> different expectations
  337. # [05:59] <MikeSmith> yeah
  338. # [05:59] <MikeSmith> anyway, all the above said, none of these dates really have any effect on end users of the actual technologies
  339. # [05:59] <MikeSmith> or on most adopters of the technologies
  340. # [06:00] <MikeSmith> I mean on content providers or developers
  341. # [06:00] <MikeSmith> what really matters is what has actually been implemented
  342. # [06:00] <MikeSmith> and how interoperably it's been implemented
  343. # [06:00] <MikeSmith> and how stable it is
  344. # [06:00] <MikeSmith> an example is WebSocket
  345. # [06:01] <boogyman> I'm just happy MS is developing IE9 to be compliant with the new spec so developers wont have to waste another decade bickering over the inequities
  346. # [06:02] <MikeSmith> yeah, they have done some great stuff so far, as far as getting important features implemented in IE9
  347. # [06:02] <MikeSmith> but they have a lot left to do
  348. # [06:02] <MikeSmith> everybody does
  349. # [06:02] <MikeSmith> an good example is HTML5 forms support
  350. # [06:02] <MikeSmith> we still have a long way to go on that
  351. # [06:03] <MikeSmith> as far as getting it implemented
  352. # [06:03] <MikeSmith> and the example of WebSocket is one where we do already have some solid implementations
  353. # [06:04] <MikeSmith> but the spec is not completely stable
  354. # [06:04] <MikeSmith> for the protocol part
  355. # [06:04] <boogyman> I'm intrigued to see what roll web-sockets and <canvas> once decently implemented
  356. # [06:04] <MikeSmith> and implementations are all going to need to change still
  357. # [06:05] <MikeSmith> canvas is probably the most stable new feature from HTML5 that's actually been implemented
  358. # [06:05] <boogyman> I'm not really sold on regular expressions defined in dev source though
  359. # [06:05] <MikeSmith> huh?
  360. # [06:05] <MikeSmith> in what context?
  361. # [06:06] <boogyman> for instance input type=email pattern="RegEx"
  362. # [06:08] <MikeSmith> ah
  363. # [06:09] * Quits: roc (~chatzilla@203-97-204-82.dsl.clear.net.nz) (Ping timeout: 264 seconds)
  364. # [06:09] <boogyman> although, i guess that's more of an implementation bit, as it does have valid use for non-security type instances, such as a name or date
  365. # [06:10] <MikeSmith> yeah, but I supposed naive developers are certainly going to find ways to do stupid things with it
  366. # [06:10] <MikeSmith> but that's true of exposing any kind of feature like that to the masses
  367. # [06:10] <jacobolus> svg is more exciting than canvas IMO. once IE supports it, adoption is going to take off
  368. # [06:11] <MikeSmith> jacobolus: it's not an either-or at all
  369. # [06:11] <jacobolus> sure
  370. # [06:11] <jacobolus> SVG has I think more interesting applications than canvas does
  371. # [06:11] <MikeSmith> the market seems to thing they are both pretty exciting
  372. # [06:11] <jacobolus> definitely
  373. # [06:12] <boogyman> I've not really broken the surface with svg, I was going to do that on my holiday break while traveling
  374. # [06:12] <jacobolus> I've been playing with protovis for a couple weeks. After a somewhat steep learning curve, it's pretty neat
  375. # [06:12] <MikeSmith> what's protovis?
  376. # [06:12] <MikeSmith> authoring tool?
  377. # [06:12] <jacobolus> http://vis.stanford.edu/protovis/
  378. # [06:13] <jacobolus> infographic/visualization/chart tool by a prof. and a grad student at stanford
  379. # [06:13] * MikeSmith looks
  380. # [06:13] <jacobolus> better link: http://vis.stanford.edu/protovis/ex/
  381. # [06:13] <MikeSmith> nice
  382. # [06:13] <karlcow> svg and html are TSA approved, you can view the source. With canvas it is a bit more opaque ;)
  383. # [06:14] <m0> lol
  384. # [06:14] <jacobolus> karlcow: if you're generating SVG from javascript, it's not always super helpful
  385. # [06:14] <m0> jacobolus: well, you can inspect the page of generated JS and see the SVG
  386. # [06:15] <jacobolus> you can inspect the javascript drawing on the canvas too.... :)
  387. # [06:15] <MikeSmith> I'm not sure most JS programmers would agree that code for a canvas-based image/app is more opaque than that for a SVG one
  388. # [06:16] <jacobolus> but yeah, the era of multiplayer web games is on us, in a way it never was with flash
  389. # [06:16] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
  390. # [06:16] <jacobolus> (and also multiplayer web other stuff)
  391. # [06:16] <jacobolus> ("multi-user"?)
  392. # [06:16] <MikeSmith> yeah, god help us all
  393. # [06:17] <boogyman> jacobolus: have you seen http://10k.aneventapart.com/Entry/83
  394. # [06:17] <MikeSmith> great productivity booster that multiplayer games are
  395. # [06:18] <karlcow> "god" in French is a… (no, I'll pass on this one)
  396. # [06:18] * karlcow is going to bed
  397. # [06:29] * Quits: nessy (~Adium@74.125.56.18) (Quit: Leaving.)
  398. # [06:34] * Quits: jwalden (~waldo@c-68-40-243-245.hsd1.mi.comcast.net) (Ping timeout: 245 seconds)
  399. # [06:36] * Joins: jwalden (~waldo@c-68-40-243-245.hsd1.mi.comcast.net)
  400. # [06:41] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
  401. # [06:42] * Quits: ormaaj (~quassel@gateway/tor-sasl/ormaaj) (Remote host closed the connection)
  402. # [06:45] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (Ping timeout: 260 seconds)
  403. # [06:46] * Joins: ormaaj (~quassel@gateway/tor-sasl/ormaaj)
  404. # [06:50] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
  405. # [07:03] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Quit: ChatZilla 0.9.86 [Firefox 3.6.12/20101026210630])
  406. # [07:06] * Joins: agektmr (~Adium@202-243-189-26.iw2010.internetweek.jp)
  407. # [07:11] * Joins: agektmr1 (~Adium@2001:dc2:beef:400:fa1e:dfff:fee6:d74e)
  408. # [07:11] * Quits: agektmr (~Adium@202-243-189-26.iw2010.internetweek.jp) (Read error: Connection reset by peer)
  409. # [07:12] * Quits: JonathanNeal (~Jonathan_@76-219-69-134.lightspeed.breaca.sbcglobal.net) (Ping timeout: 240 seconds)
  410. # [07:12] * Quits: jacobolus (~jacobolus@fw-1-user-net-flrs.cictr.com) (Remote host closed the connection)
  411. # [07:16] * Quits: agektmr1 (~Adium@2001:dc2:beef:400:fa1e:dfff:fee6:d74e) (Ping timeout: 245 seconds)
  412. # [07:17] * Joins: payman_m (~payman_m@h85-8-2-58.static.se.alltele.net)
  413. # [07:17] * Quits: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: Leaving.)
  414. # [07:22] * Joins: agektmr (~Adium@u651240.xgsnu4.imtp.tachikawa.mopera.net)
  415. # [07:26] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
  416. # [07:26] * Joins: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net)
  417. # [07:31] * Quits: payman_m (~payman_m@h85-8-2-58.static.se.alltele.net) (Quit: payman_m)
  418. # [07:34] * Joins: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net)
  419. # [07:37] * Quits: agektmr (~Adium@u651240.xgsnu4.imtp.tachikawa.mopera.net) (Quit: Leaving.)
  420. # [07:38] * Quits: gavin__ (~gavin@CPE001346f5db49-CM0018c0db9a8a.cpe.net.cable.rogers.com) (Ping timeout: 252 seconds)
  421. # [07:42] * Joins: gavin_ (~gavin@firefox/developer/gavin)
  422. # [07:46] * Joins: agektmr (~Adium@u651240.xgsnu4.imtp.tachikawa.mopera.net)
  423. # [07:55] * Quits: MikeSmith (~MikeSmith@EM111-188-109-96.pool.e-mobile.ne.jp) (Ping timeout: 245 seconds)
  424. # [07:59] * Joins: Jon_Neal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net)
  425. # [07:59] * Quits: Jon_Neal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net) (Read error: Connection reset by peer)
  426. # [08:00] * Joins: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de)
  427. # [08:01] * Quits: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 255 seconds)
  428. # [08:03] * Joins: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net)
  429. # [08:09] * Quits: karlcow (~karl@nerval.la-grange.net) (Read error: Connection reset by peer)
  430. # [08:09] * Joins: karlushi (~karl@nerval.la-grange.net)
  431. # [08:10] * Joins: MikeSmith (~MikeSmith@EM111-188-138-8.pool.e-mobile.ne.jp)
  432. # [08:14] <JonathanNeal> Does anyone here know how I can correct for webkit's underflow? http://sandbox.thewikies.com/float-bugs/
  433. # [08:16] * Quits: daedb_ (~daed@78-72-108-100-no178.tbcn.telia.com) (Remote host closed the connection)
  434. # [08:17] <MikeSmith> JonathanNeal: is that a problem only in webkit?
  435. # [08:18] <MikeSmith> looks same to me in Minefield
  436. # [08:18] <MikeSmith> ah wait
  437. # [08:18] <JonathanNeal> I don't see it in Firefox 3.6.12 or Firefox 4.0b6
  438. # [08:18] <MikeSmith> one pixel
  439. # [08:18] <MikeSmith> yeah, I wasn't looking close enough
  440. # [08:22] <JonathanNeal> Is there a css property to adjust for this?
  441. # [08:23] * Joins: daedb (~daed@78-72-108-100-no178.tbcn.telia.com)
  442. # [08:24] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 250 seconds)
  443. # [08:24] * Joins: gavin_ (~gavin@firefox/developer/gavin)
  444. # [08:27] * Joins: MrOpposite (~mropposit@unaffiliated/mropposite)
  445. # [08:28] * Quits: virtuelv (~virtuelv_@193.62.9.46.customer.cdi.no) (Quit: Ex-Chat)
  446. # [08:37] * Joins: thiessenp (~thiessenp@hq.ebuddy.com)
  447. # [08:38] * Joins: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net)
  448. # [08:39] * Joins: henrikbjorn (~Henrik@dkcphfw01.infopaq.dk)
  449. # [08:42] * Joins: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl)
  450. # [08:47] * Joins: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie)
  451. # [08:48] * Quits: karlushi (~karl@nerval.la-grange.net) (Read error: Connection reset by peer)
  452. # [08:48] * Joins: karlushi (~karl@nerval.la-grange.net)
  453. # [08:49] * Quits: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net) (Quit: cying)
  454. # [08:56] <MikeSmith> https://github.com/ry/node/raw/19478ed4b14263c489e872156ca55ff16a07ebe0/README is great
  455. # [08:57] <MikeSmith> WHEREAS, The usage of threads has complicated computer programming; and WHEREAS, V8 javascript comes free of I/O and threads; and WHEREAS, Most operating systems do not provide asynchonous file system access. Now, therefore: This set server and client libraries were made to build simple but fast servers. They are provided free of charge under a permissive simple license.
  456. # [08:58] <MikeSmith> JonathanNeal: no clue from me about whether there's a CSS property for adjusting that
  457. # [08:58] * Quits: murz (~mmurraywa@174-21-111-3.tukw.qwest.net) (Remote host closed the connection)
  458. # [08:58] <MikeSmith> but it seems like a bug
  459. # [08:58] <MikeSmith> that you should report at least
  460. # [08:58] <MikeSmith> (which is realize doesn't help you for now with trying to get it to work the same)
  461. # [08:59] <JonathanNeal> Should I report @ https://bugs.webkit.org/ ?
  462. # [08:59] <MikeSmith> yep
  463. # [08:59] <JonathanNeal> or is it better to do it on the Chrome side? Okay, you got it.
  464. # [09:00] * MikeSmith steps away for a bit
  465. # [09:00] <MikeSmith> http://wordsquared.com/
  466. # [09:01] <MikeSmith> node-based multiplayer word game
  467. # [09:01] * MikeSmith now really steps away for a bit
  468. # [09:08] * Quits: agektmr (~Adium@u651240.xgsnu4.imtp.tachikawa.mopera.net) (Quit: Leaving.)
  469. # [09:10] <JonathanNeal> MikeSmith, there we go @ https://bugs.webkit.org/show_bug.cgi?id=50006 hope that helps.
  470. # [09:11] <JonathanNeal> In the meantime I'm trying to think of ways of correcting it with JS, without breaking FF or IE.
  471. # [09:11] * Quits: jwalden (~waldo@c-68-40-243-245.hsd1.mi.comcast.net) (Quit: g'night)
  472. # [09:13] * Joins: agektmr (~Adium@u651240.xgsnu4.imtp.tachikawa.mopera.net)
  473. # [09:14] * Joins: reschke (~chatzilla@p508FD307.dip.t-dialin.net)
  474. # [09:16] * Quits: agektmr (~Adium@u651240.xgsnu4.imtp.tachikawa.mopera.net) (Client Quit)
  475. # [09:17] * Quits: MrOpposite (~mropposit@unaffiliated/mropposite) (Remote host closed the connection)
  476. # [09:18] * Joins: davidhund (~davidhund@78-27-27-74.dsl.alice.nl)
  477. # [09:25] * Joins: cyphase (~cyphase@adsl-99-35-131-54.dsl.pltn13.sbcglobal.net)
  478. # [09:26] * Quits: cyphase (~cyphase@adsl-99-35-131-54.dsl.pltn13.sbcglobal.net) (Read error: Connection reset by peer)
  479. # [09:27] * Quits: reschke (~chatzilla@p508FD307.dip.t-dialin.net) (Remote host closed the connection)
  480. # [09:29] * Joins: zcorpan (~zcorpan@pat.se.opera.com)
  481. # [09:31] * Joins: tndH (~Rob@cpc6-seac20-2-0-cust102.7-2.cable.virginmedia.com)
  482. # [09:33] * Joins: Xano_ (~bart@524BF837.cm-4-4d.dynamic.ziggo.nl)
  483. # [09:37] * Joins: foolip (~philip@83.218.67.122)
  484. # [09:38] * Joins: agektmr (~Adium@2001:dc2:beef:400:fa1e:dfff:fee6:d74e)
  485. # [09:40] * Joins: rimantas (~rimliu@lan-84-240-20-219.vln.skynet.lt)
  486. # [09:40] * Joins: matjas (~matjas@ip-81-11-180-67.dsl.scarlet.be)
  487. # [09:41] * Joins: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  488. # [09:42] * Joins: ROBOd (~robod@92.84.204.116)
  489. # [09:42] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 255 seconds)
  490. # [09:45] * Quits: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net) (Remote host closed the connection)
  491. # [09:53] * Joins: nessy (~Adium@124-171-8-121.dyn.iinet.net.au)
  492. # [09:53] * Joins: virtuelv (~virtuelv_@193.62.9.46.customer.cdi.no)
  493. # [09:56] * Joins: reni (~reni@sedkit.inf.u-szeged.hu)
  494. # [09:59] * Joins: phrearch (~phrearch_@82-136-229-19.ip.telfort.nl)
  495. # [09:59] <phrearch> hi
  496. # [09:59] <phrearch> does a contenteditable div have the same events as a regular textarea?
  497. # [10:00] <phrearch> im trying to build a wysiwyg editor on top of jinfinote
  498. # [10:04] * Quits: nattokirai (~nattokira@rtr.mozilla.or.jp) (Quit: nattokirai)
  499. # [10:08] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Disconnected by services)
  500. # [10:08] * Joins: gavin__ (~gavin@CPE001346f5db49-CM0018c0db9a8a.cpe.net.cable.rogers.com)
  501. # [10:12] * Quits: espadrine (~espadrine@acces1400.res.insa-lyon.fr) (Ping timeout: 255 seconds)
  502. # [10:32] * Quits: mike][inq (~mike@2001:858:5:303:224:81ff:fe12:b5c4) (Read error: Connection reset by peer)
  503. # [10:34] * Joins: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net)
  504. # [10:34] * Joins: mike][inq (~mike@2001:858:5:303:224:81ff:fe12:b5c4)
  505. # [10:34] * Quits: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net) (Read error: Connection reset by peer)
  506. # [10:36] * Joins: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk)
  507. # [10:36] * Quits: virtuelv (~virtuelv_@193.62.9.46.customer.cdi.no) (Quit: Ex-Chat)
  508. # [10:38] * Joins: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net)
  509. # [10:43] * Quits: agektmr (~Adium@2001:dc2:beef:400:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
  510. # [10:45] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
  511. # [10:46] * Joins: pauld (~chatzilla@host86-166-166-118.range86-166.btcentralplus.com)
  512. # [10:46] * Joins: agektmr (~Adium@2001:dc2:beef:400:fa1e:dfff:fee6:d74e)
  513. # [10:48] * Joins: charlvn (~charlvn@thunder.ipv6.charlvn.com)
  514. # [10:49] * Quits: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
  515. # [10:50] * Quits: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net) (Quit: jeremyselier)
  516. # [10:51] * Joins: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl)
  517. # [11:02] * Joins: espadrine (~espadrine@acces1400.res.insa-lyon.fr)
  518. # [11:03] * Quits: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 255 seconds)
  519. # [11:04] * Joins: homata_ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  520. # [11:08] * Joins: Necrathex (~nectop@212-123-163-12.ip.telfort.nl)
  521. # [11:09] * Quits: agektmr (~Adium@2001:dc2:beef:400:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
  522. # [11:10] * Quits: Xano_ (~bart@524BF837.cm-4-4d.dynamic.ziggo.nl) (Quit: Kthxbye!)
  523. # [11:16] * Joins: Xano_ (~bart@524BF837.cm-4-4d.dynamic.ziggo.nl)
  524. # [11:21] <Hixie> http://blogs.gnome.org/alexl/2010/11/23/gtk3-vs-html5/ oh dear.
  525. # [11:21] <Hixie> someone's gonna have to explain html to them.
  526. # [11:26] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
  527. # [11:27] * Joins: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  528. # [11:30] * Quits: homata_ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 245 seconds)
  529. # [11:32] <hsivonen> Hixie: the same person who is going to explain HTML and JavaScript to Google?
  530. # [11:32] <hsivonen> (GWT team in particular)
  531. # [11:32] <Hixie> yeah, probably
  532. # [11:32] <Hixie> or indeed to the bespin team :-)
  533. # [11:34] <hsivonen> WebSocket would be more appropriate for the use case than XHR
  534. # [11:34] <Hixie> i'm far more concerned about the canvas side of it
  535. # [11:34] <Hixie> XHR vs WebSocket doesn't really harm anyone except the programmer
  536. # [11:35] <hsivonen> I think there's a pending "yo, dawg" joke in there when they get a browser running
  537. # [11:36] <hsivonen> Hixie: next, they need to implement an atk to ARIA bridge
  538. # [11:36] <Hixie> we don't provide enough hooks for them to do it
  539. # [11:36] <zcorpan> hsivonen: then they can do gtk in the browser in the gtk in the browser
  540. # [11:36] <Hixie> nor should we, the whole idea is hare-brained :-)
  541. # [11:37] <Hixie> (as implemented)
  542. # [11:37] <Hixie> would make much more sense to have gtk map to html
  543. # [11:37] <Hixie> that would actually be useful
  544. # [11:37] <hsivonen> Hixie: do we provide enough hooks for *that*?
  545. # [11:38] <Hixie> i dunno if we provide enough hooks to get you 100% of the way there
  546. # [11:38] * hsivonen notes that VNC sends over bitmaps, not the semantics of the toolkit of the remote system
  547. # [11:38] * Joins: smaug____ (~chatzilla@ZYKMMMDCCCXVI.gprs.sl-laajakaista.fi)
  548. # [11:38] <espadrine> zcorpan: didn't you see that the firefox copy he was running was actually inside a chrome tab?
  549. # [11:39] <Hixie> but the 80% of the way there that you get will be 100% "native" compared to the vnc-like solution which can get you 100% of the way there in terms of pixels and precisely 0% of the way there in terms of native
  550. # [11:39] <espadrine> (I hope it wasn't)
  551. # [11:39] <hsivonen> the word "accessibility" doesn't appear in the comment section of the blog post
  552. # [11:39] <Hixie> (where native means hooking into system things like IME, accessibility, etc)
  553. # [11:47] <hsivonen> speaking of native, I find it amusing (in a sad way) that the W3C offers an HTML/CSS/SVG reference as an Android app
  554. # [11:48] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
  555. # [11:49] <annevk> there's also an online version I think
  556. # [11:49] <espadrine> I hope they don't go over the network in the app version, at least...
  557. # [11:50] <hsivonen> annevk: I'm aware of the dogfood version
  558. # [11:50] <zcorpan> where's this reference?
  559. # [11:51] <hsivonen> zcorpan: http://dev.w3.org/2009/cheatsheet/doc/android
  560. # [11:52] * Quits: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
  561. # [11:52] * Joins: Phae (~Phae@chimera.macmillan.com)
  562. # [11:52] * Joins: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl)
  563. # [11:55] * Quits: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
  564. # [11:57] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
  565. # [11:57] <zcorpan> hsivonen: thanks. i don't understand how i get to the "web" version from http://dev.w3.org/2009/cheatsheet/doc/
  566. # [11:58] <espadrine> http://www.w3.org/2009/cheatsheet/
  567. # [11:58] <zcorpan> ah
  568. # [12:01] <zcorpan> no <datalist>
  569. # [12:01] <Rik`> http://www.w3.org/2009/cheatsheet/#search,datalist
  570. # [12:01] <zcorpan> i mean, the app doesn't use <datalist>
  571. # [12:02] <Rik`> well, datalist is quite unusable considering the webkit implementation
  572. # [12:02] <annevk> does use a non-polyglot DOCTYPE and a namespace declaration
  573. # [12:02] <annevk> hurray
  574. # [12:05] <jgraham> Hmm, I think the GTK-in-HTML thing is rather neat. I mean, doing it with HTML widgets would be better but would probably have the disadvantage of not actually working
  575. # [12:06] <jgraham> Obviously a11y is an issue
  576. # [12:23] * Disconnected
  577. # [12:24] * Attempting to rejoin channel #whatwg
  578. # [12:24] * Rejoined channel #whatwg
  579. # [12:24] * 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!'
  580. # [12:24] * Set by annevk42 on Mon Oct 19 22:03:06
  581. # [12:24] * Quits: krijnserver (~krijnhoet@83.160.77.30) (Read error: Connection reset by peer)
  582. # [12:29] * Joins: RytoEX (~RytoEX@c-98-235-83-123.hsd1.pa.comcast.net)
  583. # [12:31] * Joins: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net)
  584. # [12:32] * Quits: Yudai_______ (~Yudai@pc661f5.kngwnt01.ap.so-net.ne.jp) (Ping timeout: 240 seconds)
  585. # [12:37] * Quits: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie) (Quit: brb)
  586. # [12:46] * Joins: Yudai_______ (~Yudai@p0347cf.kngwnt01.ap.so-net.ne.jp)
  587. # [12:55] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Remote host closed the connection)
  588. # [13:01] * Quits: gavin__ (~gavin@CPE001346f5db49-CM0018c0db9a8a.cpe.net.cable.rogers.com) (Ping timeout: 252 seconds)
  589. # [13:01] * Joins: gavin_ (~gavin@CPE001346f5db49-CM0018c0db9a8a.cpe.net.cable.rogers.com)
  590. # [13:01] * Quits: gavin_ (~gavin@CPE001346f5db49-CM0018c0db9a8a.cpe.net.cable.rogers.com) (Changing host)
  591. # [13:01] * Joins: gavin_ (~gavin@firefox/developer/gavin)
  592. # [13:02] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
  593. # [13:11] <annevk> "After briefly trying out Debian and Fedora, I suspect Ubuntu might be the worst distro choice, except for all the others." :/
  594. # [13:20] <jgraham> I thought that was common wisdom
  595. # [13:27] * Joins: Rik` (~Rik`@mozilla-paris-222-194.cnt.nerim.net)
  596. # [13:32] * Joins: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
  597. # [13:33] * Joins: nimbupani1 (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
  598. # [13:33] * Quits: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net) (Read error: Connection reset by peer)
  599. # [13:37] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
  600. # [13:39] <annevk> this MS extensions to window.screen thread is completely useless
  601. # [13:40] <annevk> aah, found the start of the thread
  602. # [13:41] <annevk> aah okay
  603. # [13:42] <annevk> it's about APIs nobody wants to add
  604. # [13:42] * annevk moves along
  605. # [13:42] * annevk deletes thread
  606. # [13:48] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
  607. # [13:54] * Quits: smaug____ (~chatzilla@ZYKMMMDCCCXVI.gprs.sl-laajakaista.fi) (Ping timeout: 255 seconds)
  608. # [13:57] * Quits: nessy (~Adium@124-171-8-121.dyn.iinet.net.au) (Quit: Leaving.)
  609. # [14:01] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
  610. # [14:06] * Quits: Amorphous (jan@unaffiliated/amorphous) (Read error: Connection reset by peer)
  611. # [14:10] * Joins: MikeSmith_ (~MikeSmith@EM111-188-30-220.pool.e-mobile.ne.jp)
  612. # [14:13] * Quits: MikeSmith (~MikeSmith@EM111-188-138-8.pool.e-mobile.ne.jp) (Ping timeout: 264 seconds)
  613. # [14:13] * MikeSmith_ is now known as MikeSmith
  614. # [14:15] * Quits: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
  615. # [14:23] * Joins: Athox (~duckmysic@cF075BF51.dhcp.bluecom.no)
  616. # [14:24] * Joins: Amorphous (jan@unaffiliated/amorphous)
  617. # [14:24] * Quits: Anti-X (~duckmysic@77.19.5.115.tmi.telenormobil.no) (Read error: Connection reset by peer)
  618. # [14:35] * Joins: boaz (~boaz@c-24-128-79-120.hsd1.ma.comcast.net)
  619. # [14:37] * Quits: RytoEX (~RytoEX@c-98-235-83-123.hsd1.pa.comcast.net) (Quit: RytoEX)
  620. # [14:40] * Quits: boaz (~boaz@c-24-128-79-120.hsd1.ma.comcast.net) (Quit: boaz)
  621. # [14:40] * Joins: smaug____ (~chatzilla@GYYYKMCMLXV.gprs.sl-laajakaista.fi)
  622. # [14:43] * Quits: pauld (~chatzilla@host86-166-166-118.range86-166.btcentralplus.com) (Ping timeout: 245 seconds)
  623. # [14:46] * Joins: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net)
  624. # [14:46] * Joins: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie)
  625. # [14:47] * Joins: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net)
  626. # [14:52] * Quits: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
  627. # [14:52] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Quit: Ex-Chat)
  628. # [14:53] * Joins: payman_m (~payman_m@pat.se.opera.com)
  629. # [14:53] * Quits: payman_m (~payman_m@pat.se.opera.com) (Client Quit)
  630. # [15:02] * Joins: pauld (~chatzilla@host86-166-166-118.range86-166.btcentralplus.com)
  631. # [15:10] * Joins: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl)
  632. # [15:11] * Quits: zcorpan (~zcorpan@pat.se.opera.com) (Quit: zcorpan)
  633. # [15:14] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Quit: annevk)
  634. # [15:14] * Quits: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net) (Quit: cying)
  635. # [15:16] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
  636. # [15:20] * Joins: Peter` (~peter@170-116.citynet.ftth.internl.net)
  637. # [15:27] * Joins: miketaylr (~miketaylr@24.42.95.108)
  638. # [15:31] * Quits: Yudai_______ (~Yudai@p0347cf.kngwnt01.ap.so-net.ne.jp) (Read error: Operation timed out)
  639. # [15:31] * Joins: FireFly (~firefly@unaffiliated/firefly)
  640. # [15:34] * Joins: Yudai_______ (~Yudai@p02fba7.kngwnt01.ap.so-net.ne.jp)
  641. # [15:39] * Joins: Rik`_ (~Rik`@mozilla-paris-222-194.cnt.nerim.net)
  642. # [15:39] * Quits: Rik` (~Rik`@mozilla-paris-222-194.cnt.nerim.net) (Read error: Connection reset by peer)
  643. # [15:39] * Quits: henrikbjorn (~Henrik@dkcphfw01.infopaq.dk) (Remote host closed the connection)
  644. # [15:39] * Rik`_ is now known as Rik`
  645. # [15:43] * Joins: Ms2ger (~Ms2ger@91.181.206.10)
  646. # [15:47] * Quits: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net) (Remote host closed the connection)
  647. # [15:48] * Joins: toyoshima (~toyoshima@y168217.dynamic.ppp.asahi-net.or.jp)
  648. # [15:49] * Quits: nimbupani1 (~Adium@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: Leaving.)
  649. # [15:49] * Quits: toyoshima (~toyoshima@y168217.dynamic.ppp.asahi-net.or.jp) (Remote host closed the connection)
  650. # [15:49] * Joins: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
  651. # [15:51] * Joins: toyoshima (~toyoshima@y168217.dynamic.ppp.asahi-net.or.jp)
  652. # [15:52] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Quit: annevk)
  653. # [15:53] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
  654. # [15:55] * Joins: paul_irish (~paul_iris@67.218.104.222)
  655. # [15:58] * Joins: yod (~thereaux@fw.vdl2.ca)
  656. # [16:00] * Quits: karlushi (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
  657. # [16:00] * Joins: karlcow (~karl@nerval.la-grange.net)
  658. # [16:02] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
  659. # [16:02] * Parts: toyoshima (~toyoshima@y168217.dynamic.ppp.asahi-net.or.jp)
  660. # [16:04] * Quits: pauld (~chatzilla@host86-166-166-118.range86-166.btcentralplus.com) (Remote host closed the connection)
  661. # [16:09] * Quits: thiessenp (~thiessenp@hq.ebuddy.com) (Quit: thiessenp)
  662. # [16:22] * Quits: paul_irish (~paul_iris@67.218.104.222) (*.net *.split)
  663. # [16:22] * Quits: Necrathex (~nectop@212-123-163-12.ip.telfort.nl) (*.net *.split)
  664. # [16:22] * Quits: webr3 (~nathan@host86-134-1-62.range86-134.btcentralplus.com) (*.net *.split)
  665. # [16:22] * Quits: Peter` (~peter@170-116.citynet.ftth.internl.net) (*.net *.split)
  666. # [16:22] * Quits: aboodman (~aa@nat/google/x-tafxktqgzbectcyf) (*.net *.split)
  667. # [16:22] * Quits: pererik (~pe@unaffiliated/pererik) (*.net *.split)
  668. # [16:22] * Quits: SecretAgent (~sa@quake.nitemare.name) (*.net *.split)
  669. # [16:22] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (*.net *.split)
  670. # [16:22] * Quits: daedb (~daed@78-72-108-100-no178.tbcn.telia.com) (*.net *.split)
  671. # [16:22] * Quits: FireFly (~firefly@unaffiliated/firefly) (*.net *.split)
  672. # [16:22] * Quits: mike][inq (~mike@2001:858:5:303:224:81ff:fe12:b5c4) (*.net *.split)
  673. # [16:22] * Quits: phrearch (~phrearch_@82-136-229-19.ip.telfort.nl) (*.net *.split)
  674. # [16:22] * Quits: Martijnc (~Martijnc@91.176.25.7) (*.net *.split)
  675. # [16:22] * Quits: Kuruma____ (~Kuruman@p25099-ipngn1601marunouchi.tokyo.ocn.ne.jp) (*.net *.split)
  676. # [16:22] * Quits: f1lt3r (~f1lt3r@64.119.153.2) (*.net *.split)
  677. # [16:22] * Quits: micheil (~micheil@124-149-173-56.dyn.iinet.net.au) (*.net *.split)
  678. # [16:22] * Quits: bzed (~bzed@devel.recluse.de) (*.net *.split)
  679. # [16:22] * Quits: Phae (~Phae@chimera.macmillan.com) (*.net *.split)
  680. # [16:22] * Quits: jorlow (~jorlow@74.125.57.60) (*.net *.split)
  681. # [16:22] * Quits: yutak (~yutak@2401:fa00:4:1000:21d:9ff:fe0a:85f) (*.net *.split)
  682. # [16:22] * Quits: toyoshim (~toyoshim@2401:fa00:4:1000:baac:6fff:fe94:f8fa) (*.net *.split)
  683. # [16:22] * Quits: tmzt_g2root (~tmzt@76.211.0.152) (*.net *.split)
  684. # [16:22] * Quits: mven_ (~mven__@169.241.49.57) (*.net *.split)
  685. # [16:22] * Quits: Philip` (~philip@zaynar.co.uk) (*.net *.split)
  686. # [16:22] * Quits: onar (~onar@2620:0:1b00:16f2:21f:5bff:fe3e:944) (*.net *.split)
  687. # [16:22] * Quits: Workshiva (~Dashiva@74.125.57.36) (*.net *.split)
  688. # [16:22] * Quits: hasather (~davidh@pat-tdc.opera.com) (*.net *.split)
  689. # [16:22] * Quits: antti_s (~antti@173-203-97-98.static.cloud-ips.com) (*.net *.split)
  690. # [16:22] * Quits: Yudai_______ (~Yudai@p02fba7.kngwnt01.ap.so-net.ne.jp) (*.net *.split)
  691. # [16:22] * Quits: gavin_ (~gavin@firefox/developer/gavin) (*.net *.split)
  692. # [16:22] * Quits: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7) (*.net *.split)
  693. # [16:22] * Quits: m0 (~m0@mohamedmansour.com) (*.net *.split)
  694. # [16:22] * Quits: Peter- (~peter@5ED0FBEC.cm-7-1d.dynamic.ziggo.nl) (*.net *.split)
  695. # [16:22] * Quits: hjjaa (~ghe@132.150.124.56) (*.net *.split)
  696. # [16:22] * Quits: wirepair (fbi@random.supermario.org) (*.net *.split)
  697. # [16:22] * Quits: yod (~thereaux@fw.vdl2.ca) (*.net *.split)
  698. # [16:22] * Quits: Ms2ger (~Ms2ger@91.181.206.10) (*.net *.split)
  699. # [16:22] * Quits: Amorphous (jan@unaffiliated/amorphous) (*.net *.split)
  700. # [16:22] * Quits: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk) (*.net *.split)
  701. # [16:22] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
  702. # [16:22] * Quits: 64MAAXPAD (~bot@li165-234.members.linode.com) (*.net *.split)
  703. # [16:22] * Quits: ifette (~kvirc@nat/google/x-ytdxlllrcxokzgwg) (*.net *.split)
  704. # [16:22] * Quits: meledin (~vladi@f2.c7.5d45.static.theplanet.com) (*.net *.split)
  705. # [16:22] * Quits: hendry (~hendry@webconverger.org) (*.net *.split)
  706. # [16:22] * Quits: crash\ (bouncer@lubyte.de) (*.net *.split)
  707. # [16:22] * Quits: smaug____ (~chatzilla@GYYYKMCMLXV.gprs.sl-laajakaista.fi) (*.net *.split)
  708. # [16:22] * Quits: espadrine (~espadrine@acces1400.res.insa-lyon.fr) (*.net *.split)
  709. # [16:22] * Quits: jarib (jarib@tttt.mine.nu) (*.net *.split)
  710. # [16:22] * Quits: connrs (~paul@host213-122-159-146.range213-122.btcentralplus.com) (*.net *.split)
  711. # [16:22] * Quits: wakaba__ (~wakaba@4.22.102.121.dy.bbexcite.jp) (*.net *.split)
  712. # [16:22] * Quits: TabAtkins (~tabatkins@nat/google/x-ofwvdprbzowdhpau) (*.net *.split)
  713. # [16:22] * Quits: payman (~payman@pat.se.opera.com) (*.net *.split)
  714. # [16:22] * Quits: AryehGregor (~Simetrica@mediawiki/simetrical) (*.net *.split)
  715. # [16:23] * Quits: drry (~drry@unaffiliated/drry) (*.net *.split)
  716. # [16:23] * Quits: beowulf (u116@gateway/web/irccloud.com/x-rjpltkgctqhjooul) (*.net *.split)
  717. # [16:23] * Quits: webben (~benjamin@173-203-84-17.static.cloud-ips.com) (*.net *.split)
  718. # [16:23] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (*.net *.split)
  719. # [16:23] * Quits: rimantas (~rimliu@lan-84-240-20-219.vln.skynet.lt) (*.net *.split)
  720. # [16:23] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
  721. # [16:23] * Quits: stalled (~stalled@unaffiliated/stalled) (*.net *.split)
  722. # [16:23] * Quits: drunknbass (~drunknbas@76.91.255.83) (*.net *.split)
  723. # [16:23] * Quits: ivan`_ (~ivan__@gateway/web/irccloud.com/x-zpajpzxqwbmlbiph) (*.net *.split)
  724. # [16:23] * Quits: davidhund (~davidhund@78-27-27-74.dsl.alice.nl) (*.net *.split)
  725. # [16:23] * Quits: shepazu (~schepers@adsl-242-206-29.rmo.bellsouth.net) (*.net *.split)
  726. # [16:23] * Quits: gsnedders (~gsnedders@204.232.194.186) (*.net *.split)
  727. # [16:23] * Quits: hsivonen (~hsivonen@kekkonen.cs.hut.fi) (*.net *.split)
  728. # [16:23] * Quits: othree (~othree@admin39.ct.ntust.edu.tw) (*.net *.split)
  729. # [16:23] * Quits: foolip (~philip@83.218.67.122) (*.net *.split)
  730. # [16:23] * Quits: KrooniX (~KrooniX@irc.tellnes.com) (*.net *.split)
  731. # [16:23] * Quits: mamund (mamund@frost.nullshells.net) (*.net *.split)
  732. # [16:23] * Quits: moo_ (~quassel@herd37.twinapex.fi) (*.net *.split)
  733. # [16:23] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (*.net *.split)
  734. # [16:23] * Quits: heycam (~cam@wok.mcc.id.au) (*.net *.split)
  735. # [16:23] * Quits: karlcow (~karl@nerval.la-grange.net) (*.net *.split)
  736. # [16:23] * Quits: Athox (~duckmysic@cF075BF51.dhcp.bluecom.no) (*.net *.split)
  737. # [16:23] * Quits: temp01 (~temp01@unaffiliated/temp01) (*.net *.split)
  738. # [16:23] * Quits: inimino (~inimino@boshi.inimino.org) (*.net *.split)
  739. # [16:23] * Quits: ukai (~ukai@nat/google/x-wuccgbpmenqhwucw) (*.net *.split)
  740. # [16:23] * Quits: sideshow (~MikeSmith@sideshowbarker.net) (*.net *.split)
  741. # [16:23] * Quits: ciaran_lee (leecn@spoon.netsoc.tcd.ie) (*.net *.split)
  742. # [16:23] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (*.net *.split)
  743. # [16:23] * Quits: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net) (*.net *.split)
  744. # [16:23] * Quits: MikeSmith (~MikeSmith@EM111-188-30-220.pool.e-mobile.ne.jp) (*.net *.split)
  745. # [16:23] * Quits: Xano_ (~bart@524BF837.cm-4-4d.dynamic.ziggo.nl) (*.net *.split)
  746. # [16:23] * Quits: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net) (*.net *.split)
  747. # [16:23] * Quits: ROBOd (~robod@92.84.204.116) (*.net *.split)
  748. # [16:23] * Quits: matjas (~matjas@ip-81-11-180-67.dsl.scarlet.be) (*.net *.split)
  749. # [16:23] * Quits: tndH (~Rob@cpc6-seac20-2-0-cust102.7-2.cable.virginmedia.com) (*.net *.split)
  750. # [16:23] * Quits: ormaaj (~quassel@gateway/tor-sasl/ormaaj) (*.net *.split)
  751. # [16:23] * Quits: abarth (~abarth@c-67-169-68-88.hsd1.ca.comcast.net) (*.net *.split)
  752. # [16:23] * Quits: slartsa (~slartsa@alpha.pumppumedia.com) (*.net *.split)
  753. # [16:23] * Quits: jcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (*.net *.split)
  754. # [16:23] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
  755. # [16:23] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (*.net *.split)
  756. # [16:23] * Quits: myakura (~myakura@p1059-ipbf2708marunouchi.tokyo.ocn.ne.jp) (*.net *.split)
  757. # [16:23] * Quits: asmodai (asmodai@dhammapada.xs4all.nl) (*.net *.split)
  758. # [16:23] * Quits: Martinp23 (martinp23@freenode/staff/wikimedia.martinp23) (*.net *.split)
  759. # [16:23] * Quits: volkmar (~volkmar@gentoo/developer/volkmar) (*.net *.split)
  760. # [16:23] * Quits: aratus (U2FsdGVkX1@shell.evtek.fi) (*.net *.split)
  761. # [16:23] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
  762. # [16:23] * Quits: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net) (*.net *.split)
  763. # [16:23] * Quits: Rik` (~Rik`@mozilla-paris-222-194.cnt.nerim.net) (*.net *.split)
  764. # [16:23] * Quits: miketaylr (~miketaylr@24.42.95.108) (*.net *.split)
  765. # [16:23] * Quits: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl) (*.net *.split)
  766. # [16:23] * Quits: reni (~reni@sedkit.inf.u-szeged.hu) (*.net *.split)
  767. # [16:23] * Quits: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de) (*.net *.split)
  768. # [16:23] * Quits: 92AABM8BM (~bot@li165-234.members.linode.com) (*.net *.split)
  769. # [16:23] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
  770. # [16:23] * Quits: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk) (*.net *.split)
  771. # [16:23] * Quits: broquaint (1e6a527f67@cpc3-brig17-2-0-cust661.3-3.cable.virginmedia.com) (*.net *.split)
  772. # [16:23] * Quits: gavin (~gavin@firefox/developer/gavin) (*.net *.split)
  773. # [16:23] * Quits: nw (eero@heaven.unlink.org) (*.net *.split)
  774. # [16:23] * Quits: Jedi_ (~Jedi@Jedi.org) (*.net *.split)
  775. # [16:23] * Quits: kinetik (~kinetik@121.98.132.55) (*.net *.split)
  776. # [16:23] * Quits: Hixie (ianh@trivini.no) (*.net *.split)
  777. # [16:23] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (*.net *.split)
  778. # [16:23] * Quits: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl) (*.net *.split)
  779. # [16:23] * Quits: ivan` (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
  780. # [16:23] * Quits: jgraham (~jgraham@web22.webfaction.com) (*.net *.split)
  781. # [16:23] * Quits: mgdm (~michael@freenode/staff/mgdm) (*.net *.split)
  782. # [16:27] * Joins: MikeSmith (~MikeSmith@EM111-188-30-220.pool.e-mobile.ne.jp)
  783. # [16:27] * Joins: asmodai (asmodai@dhammapada.xs4all.nl)
  784. # [16:27] * Joins: aratus (U2FsdGVkX1@shell.evtek.fi)
  785. # [16:27] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
  786. # [16:27] * Joins: karlcow (~karl@nerval.la-grange.net)
  787. # [16:27] * Joins: yod (~thereaux@fw.vdl2.ca)
  788. # [16:27] * Joins: paul_irish (~paul_iris@67.218.104.222)
  789. # [16:27] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
  790. # [16:27] * Joins: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
  791. # [16:27] * Joins: Ms2ger (~Ms2ger@91.181.206.10)
  792. # [16:27] * Joins: Rik` (~Rik`@mozilla-paris-222-194.cnt.nerim.net)
  793. # [16:27] * Joins: Yudai_______ (~Yudai@p02fba7.kngwnt01.ap.so-net.ne.jp)
  794. # [16:27] * Joins: FireFly (~firefly@unaffiliated/firefly)
  795. # [16:27] * Joins: miketaylr (~miketaylr@24.42.95.108)
  796. # [16:27] * Joins: Peter` (~peter@170-116.citynet.ftth.internl.net)
  797. # [16:27] * Joins: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl)
  798. # [16:27] * Joins: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net)
  799. # [16:27] * Joins: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie)
  800. # [16:27] * Joins: smaug____ (~chatzilla@GYYYKMCMLXV.gprs.sl-laajakaista.fi)
  801. # [16:27] * Joins: Amorphous (jan@unaffiliated/amorphous)
  802. # [16:27] * Joins: Athox (~duckmysic@cF075BF51.dhcp.bluecom.no)
  803. # [16:27] * Joins: gavin_ (~gavin@firefox/developer/gavin)
  804. # [16:27] * Joins: Phae (~Phae@chimera.macmillan.com)
  805. # [16:27] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
  806. # [16:27] * Joins: Xano_ (~bart@524BF837.cm-4-4d.dynamic.ziggo.nl)
  807. # [16:27] * Joins: Necrathex (~nectop@212-123-163-12.ip.telfort.nl)
  808. # [16:27] * Joins: espadrine (~espadrine@acces1400.res.insa-lyon.fr)
  809. # [16:27] * Joins: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net)
  810. # [16:27] * Joins: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk)
  811. # [16:27] * Joins: mike][inq (~mike@2001:858:5:303:224:81ff:fe12:b5c4)
  812. # [16:27] * Joins: phrearch (~phrearch_@82-136-229-19.ip.telfort.nl)
  813. # [16:27] * Joins: reni (~reni@sedkit.inf.u-szeged.hu)
  814. # [16:27] * Joins: ROBOd (~robod@92.84.204.116)
  815. # [16:27] * Joins: matjas (~matjas@ip-81-11-180-67.dsl.scarlet.be)
  816. # [16:27] * Joins: rimantas (~rimliu@lan-84-240-20-219.vln.skynet.lt)
  817. # [16:27] * Joins: foolip (~philip@83.218.67.122)
  818. # [16:27] * Joins: tndH (~Rob@cpc6-seac20-2-0-cust102.7-2.cable.virginmedia.com)
  819. # [16:27] * Joins: davidhund (~davidhund@78-27-27-74.dsl.alice.nl)
  820. # [16:27] * Joins: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl)
  821. # [16:27] * Joins: daedb (~daed@78-72-108-100-no178.tbcn.telia.com)
  822. # [16:27] * Joins: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de)
  823. # [16:27] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
  824. # [16:27] * Joins: ormaaj (~quassel@gateway/tor-sasl/ormaaj)
  825. # [16:27] * Joins: abarth (~abarth@c-67-169-68-88.hsd1.ca.comcast.net)
  826. # [16:27] * Joins: jarib (jarib@tttt.mine.nu)
  827. # [16:27] * Joins: myakura (~myakura@p1059-ipbf2708marunouchi.tokyo.ocn.ne.jp)
  828. # [16:27] * Joins: Dashiva (Dashiva@wikia/Dashiva)
  829. # [16:27] * Joins: 64MAAXPAD (~bot@li165-234.members.linode.com)
  830. # [16:27] * Joins: 92AABM8BM (~bot@li165-234.members.linode.com)
  831. # [16:27] * Joins: ivan` (~ivan@unaffiliated/ivan/x-000001)
  832. # [16:27] * Joins: Martijnc (~Martijnc@91.176.25.7)
  833. # [16:27] * Joins: hober (~ted@unaffiliated/hober)
  834. # [16:27] * Joins: temp01 (~temp01@unaffiliated/temp01)
  835. # [16:27] * Joins: Kuruma____ (~Kuruman@p25099-ipngn1601marunouchi.tokyo.ocn.ne.jp)
  836. # [16:27] * Joins: f1lt3r (~f1lt3r@64.119.153.2)
  837. # [16:27] * Joins: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7)
  838. # [16:27] * Joins: micheil (~micheil@124-149-173-56.dyn.iinet.net.au)
  839. # [16:27] * Joins: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk)
  840. # [16:27] * Joins: connrs (~paul@host213-122-159-146.range213-122.btcentralplus.com)
  841. # [16:27] * Joins: slartsa (~slartsa@alpha.pumppumedia.com)
  842. # [16:27] * Joins: stalled (~stalled@unaffiliated/stalled)
  843. # [16:27] * Joins: ifette (~kvirc@nat/google/x-ytdxlllrcxokzgwg)
  844. # [16:27] * Joins: Workshiva (~Dashiva@74.125.57.36)
  845. # [16:27] * Joins: jorlow (~jorlow@74.125.57.60)
  846. # [16:27] * Joins: shepazu (~schepers@adsl-242-206-29.rmo.bellsouth.net)
  847. # [16:27] * Joins: drunknbass (~drunknbas@76.91.255.83)
  848. # [16:27] * Joins: yutak (~yutak@2401:fa00:4:1000:21d:9ff:fe0a:85f)
  849. # [16:27] * Joins: wakaba__ (~wakaba@4.22.102.121.dy.bbexcite.jp)
  850. # [16:27] * Joins: aboodman (~aa@nat/google/x-tafxktqgzbectcyf)
  851. # [16:27] * Joins: Martinp23 (martinp23@freenode/staff/wikimedia.martinp23)
  852. # [16:27] * Joins: tomaw (tom@freenode/staff/tomaw)
  853. # [16:27] * Joins: pererik (~pe@unaffiliated/pererik)
  854. # [16:27] * Joins: webr3 (~nathan@host86-134-1-62.range86-134.btcentralplus.com)
  855. # [16:27] * Joins: ivan`_ (~ivan__@gateway/web/irccloud.com/x-zpajpzxqwbmlbiph)
  856. # [16:27] * Joins: TabAtkins (~tabatkins@nat/google/x-ofwvdprbzowdhpau)
  857. # [16:27] * Joins: broquaint (1e6a527f67@cpc3-brig17-2-0-cust661.3-3.cable.virginmedia.com)
  858. # [16:27] * Joins: KrooniX (~KrooniX@irc.tellnes.com)
  859. # [16:27] * Joins: mamund (mamund@frost.nullshells.net)
  860. # [16:27] * Joins: gavin (~gavin@firefox/developer/gavin)
  861. # [16:27] * Joins: gsnedders (~gsnedders@204.232.194.186)
  862. # [16:27] * Joins: toyoshim (~toyoshim@2401:fa00:4:1000:baac:6fff:fe94:f8fa)
  863. # [16:27] * Joins: nw (eero@heaven.unlink.org)
  864. # [16:27] * Joins: tmzt_g2root (~tmzt@76.211.0.152)
  865. # [16:27] * Joins: jgraham (~jgraham@web22.webfaction.com)
  866. # [16:27] * Joins: m0 (~m0@mohamedmansour.com)
  867. # [16:27] * Joins: mven_ (~mven__@169.241.49.57)
  868. # [16:27] * Joins: Peter- (~peter@5ED0FBEC.cm-7-1d.dynamic.ziggo.nl)
  869. # [16:27] * Joins: hasather (~davidh@pat-tdc.opera.com)
  870. # [16:27] * Joins: payman (~payman@pat.se.opera.com)
  871. # [16:27] * Joins: hjjaa (~ghe@132.150.124.56)
  872. # [16:27] * Joins: SecretAgent (~sa@quake.nitemare.name)
  873. # [16:27] * Joins: AryehGregor (~Simetrica@mediawiki/simetrical)
  874. # [16:27] * Joins: moo_ (~quassel@herd37.twinapex.fi)
  875. # [16:27] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
  876. # [16:27] * Joins: inimino (~inimino@boshi.inimino.org)
  877. # [16:27] * Joins: drry (~drry@unaffiliated/drry)
  878. # [16:27] * Joins: mgdm (~michael@freenode/staff/mgdm)
  879. # [16:27] * Joins: beowulf (u116@gateway/web/irccloud.com/x-rjpltkgctqhjooul)
  880. # [16:27] * Joins: bzed (~bzed@devel.recluse.de)
  881. # [16:27] * Joins: wirepair (fbi@random.supermario.org)
  882. # [16:27] * Joins: jcranmer (~jcranmer@ltsp2.csl.tjhsst.edu)
  883. # [16:27] * Joins: hsivonen (~hsivonen@kekkonen.cs.hut.fi)
  884. # [16:27] * Joins: heycam (~cam@wok.mcc.id.au)
  885. # [16:27] * Joins: Philip` (~philip@zaynar.co.uk)
  886. # [16:27] * Joins: volkmar (~volkmar@gentoo/developer/volkmar)
  887. # [16:27] * Joins: onar (~onar@2620:0:1b00:16f2:21f:5bff:fe3e:944)
  888. # [16:27] * Joins: Jedi_ (~Jedi@Jedi.org)
  889. # [16:27] * Joins: othree (~othree@admin39.ct.ntust.edu.tw)
  890. # [16:27] * Joins: kinetik (~kinetik@121.98.132.55)
  891. # [16:27] * Joins: ukai (~ukai@nat/google/x-wuccgbpmenqhwucw)
  892. # [16:27] * Joins: Hixie (ianh@trivini.no)
  893. # [16:27] * Joins: meledin (~vladi@f2.c7.5d45.static.theplanet.com)
  894. # [16:27] * Joins: hendry (~hendry@webconverger.org)
  895. # [16:27] * Joins: webben (~benjamin@173-203-84-17.static.cloud-ips.com)
  896. # [16:27] * Joins: crash\ (bouncer@lubyte.de)
  897. # [16:27] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
  898. # [16:27] * Joins: jmb (~jmb@mail.parsifal.org.uk)
  899. # [16:27] * Joins: ciaran_lee (leecn@spoon.netsoc.tcd.ie)
  900. # [16:27] * Joins: sideshow (~MikeSmith@sideshowbarker.net)
  901. # [16:27] * Joins: antti_s (~antti@173-203-97-98.static.cloud-ips.com)
  902. # [16:27] * Quits: paul_irish (~paul_iris@67.218.104.222) (Ping timeout: 240 seconds)
  903. # [16:34] * Joins: paul_irish (~paul_iris@nat/google/x-eujzmqbbruwwnatj)
  904. # [16:37] * Joins: toyoshima (~toyoshima@y168217.dynamic.ppp.asahi-net.or.jp)
  905. # [16:41] * Quits: reni (~reni@sedkit.inf.u-szeged.hu) (Quit: Leaving)
  906. # [16:44] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
  907. # [16:45] * Quits: charlvn (~charlvn@thunder.ipv6.charlvn.com) (Quit: Leaving)
  908. # [16:48] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Quit: brb)
  909. # [16:50] * Joins: charlvn (~charlvn@nova.ipv6.charlvn.com)
  910. # [16:56] * Joins: erlehmann (~erlehmann@89.204.137.105)
  911. # [17:02] * Joins: jwalden (~waldo@c-68-40-243-245.hsd1.mi.comcast.net)
  912. # [17:05] * Joins: virtuelv (~virtuelv_@193.62.9.46.customer.cdi.no)
  913. # [17:10] * Quits: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl) (Quit: Disconnected...)
  914. # [17:11] * Quits: ormaaj (~quassel@gateway/tor-sasl/ormaaj) (Remote host closed the connection)
  915. # [17:17] * Quits: davidhund (~davidhund@78-27-27-74.dsl.alice.nl) (Quit: davidhund)
  916. # [17:19] * Joins: davidhund (~davidhund@78-27-27-74.dsl.alice.nl)
  917. # [17:21] * Quits: davidhund (~davidhund@78-27-27-74.dsl.alice.nl) (Read error: Operation timed out)
  918. # [17:24] * Quits: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de) (Ping timeout: 240 seconds)
  919. # [17:27] * Joins: boaz (~boaz@64.119.153.2)
  920. # [17:28] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Quit: annevk)
  921. # [17:31] * Quits: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net) (Quit: Leaving)
  922. # [17:34] * Quits: pererik (~pe@unaffiliated/pererik) (Ping timeout: 265 seconds)
  923. # [17:36] * Quits: espadrine (~espadrine@acces1400.res.insa-lyon.fr) (Ping timeout: 255 seconds)
  924. # [17:43] * Joins: henrikbjorn (~Henrik@c83-249-65-238.bredband.comhem.se)
  925. # [17:44] * Quits: henrikbjorn (~Henrik@c83-249-65-238.bredband.comhem.se) (Remote host closed the connection)
  926. # [17:44] * Joins: plainhao (~plainhao@208.75.85.237)
  927. # [17:45] * Quits: rimantas (~rimliu@lan-84-240-20-219.vln.skynet.lt) (Quit: Leaving)
  928. # [17:45] * Parts: plainhao (~plainhao@208.75.85.237)
  929. # [17:46] * Joins: plainhao (~plainhao@208.75.85.237)
  930. # [17:46] * Quits: erlehmann (~erlehmann@89.204.137.105) (Quit: Die demokratieerhaltende Whistleblower-Organisation Krautchan freut sich immer über Spenden.)
  931. # [17:52] * Quits: charlvn (~charlvn@nova.ipv6.charlvn.com) (Quit: Leaving)
  932. # [17:58] * Joins: pererik (~pe@unaffiliated/pererik)
  933. # [18:01] * Quits: paul_irish (~paul_iris@nat/google/x-eujzmqbbruwwnatj) (Read error: Connection reset by peer)
  934. # [18:01] * Joins: paul_irish (~paul_iris@nat/google/x-hlqcotucyfhgeiiq)
  935. # [18:05] * Joins: henrikbjorn (~Henrik@c83-249-65-238.bredband.comhem.se)
  936. # [18:07] * Joins: dglazkov (~dglazkov@nat/google/x-maudlrgogcgnpbbe)
  937. # [18:11] * Quits: Necrathex (~nectop@212-123-163-12.ip.telfort.nl) (Ping timeout: 240 seconds)
  938. # [18:15] * Joins: Necrathex (~nectop@212-123-163-12.ip.telfort.nl)
  939. # [18:17] * Joins: JonathanNeal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com)
  940. # [18:18] * Joins: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net)
  941. # [18:20] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  942. # [18:25] * Quits: matjas (~matjas@ip-81-11-180-67.dsl.scarlet.be) (Quit: Computer has gone to sleep.)
  943. # [18:25] * Joins: sean` (~Sean@h183194.upc-h.chello.nl)
  944. # [18:27] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
  945. # [18:29] * Quits: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk) (Quit: akamike)
  946. # [18:30] * Quits: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net) (Quit: cying)
  947. # [18:32] * Joins: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net)
  948. # [18:33] * Quits: Peter` (~peter@170-116.citynet.ftth.internl.net) (Ping timeout: 265 seconds)
  949. # [18:34] * Quits: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net) (Client Quit)
  950. # [18:34] * Joins: Peter` (~peter@170-116.citynet.ftth.internl.net)
  951. # [18:34] * Quits: Xano_ (~bart@524BF837.cm-4-4d.dynamic.ziggo.nl) (Quit: Kthxbye!)
  952. # [18:36] * Quits: yod (~thereaux@fw.vdl2.ca) (Ping timeout: 252 seconds)
  953. # [18:39] * Joins: espadrine (~espadrine@acces1400.res.insa-lyon.fr)
  954. # [18:40] * Joins: zcorpan (~zcorpan@c-2e98e355.410-6-64736c14.cust.bredbandsbolaget.se)
  955. # [18:42] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Quit: This computer has gone to sleep)
  956. # [18:42] * Joins: yod (~thereaux@fw.vdl2.ca)
  957. # [18:44] * Joins: Xano_ (~bart@524BF837.cm-4-4d.dynamic.ziggo.nl)
  958. # [18:45] * Quits: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
  959. # [18:45] * Joins: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl)
  960. # [18:45] * Quits: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
  961. # [18:46] * Joins: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net)
  962. # [18:51] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
  963. # [18:53] * Quits: paul_irish (~paul_iris@nat/google/x-hlqcotucyfhgeiiq) (Remote host closed the connection)
  964. # [18:58] * Quits: pererik (~pe@unaffiliated/pererik) (Ping timeout: 264 seconds)
  965. # [18:59] * Joins: ormaaj (~quassel@gateway/tor-sasl/ormaaj)
  966. # [19:00] * Joins: paul_irish (~paul_iris@nat/google/x-imqltlnsvuvfwezz)
  967. # [19:02] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Quit: Now time for the weather. Tiffany?)
  968. # [19:04] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
  969. # [19:04] * Quits: Phae (~Phae@chimera.macmillan.com) (Quit: Leaving.)
  970. # [19:05] * Joins: pererik (~pe@unaffiliated/pererik)
  971. # [19:09] * Joins: nielsle (~nielsle@4135136-cl69.boa.fiberby.dk)
  972. # [19:12] * Quits: Yudai_______ (~Yudai@p02fba7.kngwnt01.ap.so-net.ne.jp) (Ping timeout: 240 seconds)
  973. # [19:12] * Quits: f1lt3r (~f1lt3r@64.119.153.2) (Quit: less catch, more try)
  974. # [19:15] * Joins: peol (~andree@h55eb1ed3.selukra.dyn.perspektivbredband.net)
  975. # [19:15] * Quits: peol (~andree@h55eb1ed3.selukra.dyn.perspektivbredband.net) (Changing host)
  976. # [19:15] * Joins: peol (~andree@unaffiliated/peol)
  977. # [19:24] * Joins: Yudai_______ (~Yudai@p02fba7.kngwnt01.ap.so-net.ne.jp)
  978. # [19:27] * Quits: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net) (Remote host closed the connection)
  979. # [19:27] * Quits: sean` (~Sean@h183194.upc-h.chello.nl) (Ping timeout: 255 seconds)
  980. # [19:29] * Joins: maikmerten (~maikmerte@port-92-201-100-82.dynamic.qsc.de)
  981. # [19:30] * Quits: Yudai_______ (~Yudai@p02fba7.kngwnt01.ap.so-net.ne.jp) (Ping timeout: 260 seconds)
  982. # [19:31] * Quits: nielsle (~nielsle@4135136-cl69.boa.fiberby.dk) (Read error: Connection timed out)
  983. # [19:34] * Joins: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net)
  984. # [19:42] * Quits: Xano_ (~bart@524BF837.cm-4-4d.dynamic.ziggo.nl) (Ping timeout: 240 seconds)
  985. # [19:44] * Quits: daedb (~daed@78-72-108-100-no178.tbcn.telia.com) (Read error: Connection reset by peer)
  986. # [19:45] * Joins: daedb (~daed@78-72-108-100-no178.tbcn.telia.com)
  987. # [19:47] * Quits: yod (~thereaux@fw.vdl2.ca) (Ping timeout: 260 seconds)
  988. # [19:48] * Joins: nielsle (~nielsle@4135136-cl69.boa.fiberby.dk)
  989. # [19:50] * Joins: Xano_ (~bart@524BF837.cm-4-4d.dynamic.ziggo.nl)
  990. # [19:52] * Joins: Yudai_______ (~Yudai@p434c52.kngwnt01.ap.so-net.ne.jp)
  991. # [19:54] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Quit: annevk)
  992. # [19:56] * Quits: paul_irish (~paul_iris@nat/google/x-imqltlnsvuvfwezz) (Remote host closed the connection)
  993. # [20:01] * Quits: ivan`_ (~ivan__@gateway/web/irccloud.com/x-zpajpzxqwbmlbiph) (Excess Flood)
  994. # [20:10] * Joins: paul_irish (~paul_iris@nat/google/x-fgyrtvcejpuctgkh)
  995. # [20:14] * Quits: MikeSmith (~MikeSmith@EM111-188-30-220.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
  996. # [20:17] * Joins: othermaciej (~mjs@adsl-69-106-229-50.dsl.pltn13.pacbell.net)
  997. # [20:19] * Quits: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net) (Read error: Connection reset by peer)
  998. # [20:19] * Joins: cying_ (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net)
  999. # [20:19] * Joins: MikeSmith (~MikeSmith@EM114-48-28-143.pool.e-mobile.ne.jp)
  1000. # [20:19] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
  1001. # [20:28] * Quits: JonathanNeal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com) (Read error: Connection reset by peer)
  1002. # [20:29] * Joins: JonathanNeal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com)
  1003. # [20:30] * Quits: smaug____ (~chatzilla@GYYYKMCMLXV.gprs.sl-laajakaista.fi) (Ping timeout: 255 seconds)
  1004. # [20:32] * Quits: nielsle (~nielsle@4135136-cl69.boa.fiberby.dk) (Quit: Ex-Chat)
  1005. # [20:35] * Quits: phrearch (~phrearch_@82-136-229-19.ip.telfort.nl) (Remote host closed the connection)
  1006. # [20:36] * Quits: JonathanNeal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com) (Quit: Leaving)
  1007. # [20:39] * Quits: othermaciej (~mjs@adsl-69-106-229-50.dsl.pltn13.pacbell.net) (Quit: othermaciej)
  1008. # [20:39] * Joins: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net)
  1009. # [20:39] * Quits: virtuelv (~virtuelv_@193.62.9.46.customer.cdi.no) (Read error: Connection reset by peer)
  1010. # [20:40] * Joins: virtuelv (~virtuelv_@193.62.9.46.customer.cdi.no)
  1011. # [20:41] * Joins: karlcow (~karl@nerval.la-grange.net)
  1012. # [20:41] * Xano_ is now known as Xano_moviezzzzzz
  1013. # [20:42] * Joins: bckenny (~bckenny@adsl-99-154-54-86.dsl.pltn13.sbcglobal.net)
  1014. # [20:42] * Quits: plainhao (~plainhao@208.75.85.237) (Quit: plainhao)
  1015. # [20:42] * Joins: JonathanNeal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com)
  1016. # [20:43] * Joins: Xano_ (~Xano_@524BF837.cm-4-4d.dynamic.ziggo.nl)
  1017. # [20:44] * Quits: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net) (Ping timeout: 255 seconds)
  1018. # [20:44] * Quits: Dashiva (Dashiva@wikia/Dashiva)
  1019. # [20:45] * Joins: dbaron (~dbaron@nat/mozilla/x-wpyykxjgtfwfgprz)
  1020. # [20:48] * Quits: henrikbjorn (~Henrik@c83-249-65-238.bredband.comhem.se) (Remote host closed the connection)
  1021. # [20:53] * Joins: jacobolus (~jacobolus@fw-1-user-net-flrs.cictr.com)
  1022. # [20:56] * Joins: Dashiva (Dashiva@wikia/Dashiva)
  1023. # [20:57] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
  1024. # [20:58] * Joins: karlcow (~karl@nerval.la-grange.net)
  1025. # [20:59] * Quits: zcorpan (~zcorpan@c-2e98e355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan)
  1026. # [21:01] * Quits: miketaylr (~miketaylr@24.42.95.108) (Quit: miketaylr)
  1027. # [21:02] * Quits: tndH (~Rob@cpc6-seac20-2-0-cust102.7-2.cable.virginmedia.com) (Ping timeout: 245 seconds)
  1028. # [21:02] * Joins: Yudai________ (~Yudai@p84a697.kngwnt01.ap.so-net.ne.jp)
  1029. # [21:03] * Quits: Yudai_______ (~Yudai@p434c52.kngwnt01.ap.so-net.ne.jp) (Ping timeout: 252 seconds)
  1030. # [21:15] <AryehGregor> Could someone tell me if these look the same or different in IE9 beta?
  1031. # [21:15] <AryehGregor> data:text/html,<!doctype html><img src='data:image/svg+xml,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><circle r="100" fill="red" /></svg>' style="height: 5em">
  1032. # [21:15] <AryehGregor> data:text/html,<!doctype html><img src='data:image/svg+xml,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><circle r="100" fill="red" /></svg>' style="height: 5em">
  1033. # [21:15] * Joins: sicking (~chatzilla@nat/mozilla/x-futfyhtmigrobiwp)
  1034. # [21:16] <AryehGregor> WebKit and Opera render them the same, Firefox 4.0b7 renders them differently (clipping the former instead of scaling it).
  1035. # [21:16] * Joins: tndH (~Rob@cpc6-seac20-2-0-cust102.7-2.cable.virginmedia.com)
  1036. # [21:16] <AryehGregor> I can't figure out from the SVG spec which is correct. It doesn't say what you do if viewBox isn't defined.
  1037. # [21:18] <AryehGregor> I have no Vista or 7 machine that I can install IE9 on, since my father needs IE8 for work (sigh).
  1038. # [21:20] <AryehGregor> CSS height/width scales everything else, so I don't see why it wouldn't scale SVG.
  1039. # [21:21] * Joins: smaug____ (~chatzilla@GYYYKDCCXL.gprs.sl-laajakaista.fi)
  1040. # [21:21] <AryehGregor> Does CSS say clearly whether replaced content should be scaled vs. clipped?
  1041. # [21:21] <AryehGregor> (when given width/height)
  1042. # [21:22] <AryehGregor> I now hate all specs other than HTML5. They're much too vague. :(
  1043. # [21:22] <AryehGregor> (well, and some other post-HTML5 specs)
  1044. # [21:22] <Ms2ger> AryehGregor++
  1045. # [21:22] <AryehGregor> (and some non-web specs, and possibly some web specs before HTML5 that I haven't heard of)
  1046. # [21:24] * Quits: peol (~andree@unaffiliated/peol) (Remote host closed the connection)
  1047. # [21:29] * Joins: david_carlisle (~davidc@dcarlisle.demon.co.uk)
  1048. # [21:29] * Joins: miketaylr (~miketaylr@184-201-92-115.pools.spcsdns.net)
  1049. # [21:30] <david_carlisle> AryehGregor: IE9 doesn't seem to acept data: in that context and if save the contentto local .html files and then load them, they each just render as a broken image symbol
  1050. # [21:30] <AryehGregor> Well, it could be rewritten as a proper document.
  1051. # [21:30] <AryehGregor> One sec.
  1052. # [21:31] <david_carlisle> yes thats what I meant i saved from <!doctype to the end (and checked ift worked in FF)
  1053. # [21:32] <AryehGregor> http://aryeh.name/tmp/test1.html http://aryeh.name/tmp/test2.html
  1054. # [21:32] <AryehGregor> How do those look?
  1055. # [21:32] <AryehGregor> Whee, Chrome messes up the second one in a weird way.
  1056. # [21:32] <TabAtkins> Whether to scale or not is up to SVG. CSS asks it for its intrinsic dimensions, then figures out a box for it to render in and just tells it to go crazy.
  1057. # [21:32] <AryehGregor> (Opera doesn't handle inline SVG at all in the version I'm using, which is why I used data URLs)
  1058. # [21:33] <TabAtkins> (http://dev.w3.org/csswg/css3-images/#sizing)
  1059. # [21:34] <david_carlisle> 1 quater circle 2 half
  1060. # [21:34] <david_carlisle> sorry need to go...
  1061. # [21:34] * Quits: david_carlisle (~davidc@dcarlisle.demon.co.uk) (Quit: david_carlisle)
  1062. # [21:35] <AryehGregor> SVG 1.1 is what I should be looking at, right?
  1063. # [21:35] <TabAtkins> ...probably. I think that's the one everyone implements, yeah.
  1064. # [21:36] <AryehGregor> TabAtkins, typo for you to fix there: "conain".
  1065. # [21:36] <TabAtkins> Yeah, there's a few typos in that section that I'm just now seeing.
  1066. # [21:42] <TabAtkins> Argh, I can't get a cubic-bezier timing function to work in animation. Hrm.
  1067. # [21:42] * Joins: payman_m (~payman_m@h85-8-2-58.static.se.alltele.net)
  1068. # [21:45] <TabAtkins> Ah, there it is. It's very annoying trying to figure out exactly what combination of things need to be prefixed in a complex experimental syntax.
  1069. # [21:47] * Joins: roc (~chatzilla@203-97-204-82.dsl.clear.net.nz)
  1070. # [21:48] <AryehGregor> Is there any chance we can get browsers to start ignoring doctype and xmlns for SVG?
  1071. # [21:48] <AryehGregor> Because man, those are obnoxious.
  1072. # [21:48] <TabAtkins> That's the primary reason I don't use SVG in practice, definitely.
  1073. # [21:50] <AryehGregor> So can we persuade the SVGWG about this, or work around them, or what? Has it come up there?
  1074. # [21:51] * Joins: david_carlisle (~davidc@dcarlisle.demon.co.uk)
  1075. # [21:51] <TabAtkins> I doubt SVG will stop being an XML language, so probably a no-go in SVG itself.
  1076. # [21:51] <AryehGregor> You don't need doctype or xmlns to be an XML language.
  1077. # [21:51] <AryehGregor> XML doesn't require either of those.
  1078. # [21:52] <TabAtkins> Oh, yeah, you're right. Damn things just sprout them as a matter of course, so I forget.
  1079. # [21:52] <TabAtkins> Um, then maybe!
  1080. # [21:52] <roc> just write your SVG in HTML
  1081. # [21:52] <Ms2ger> It works in Firefox! :)
  1082. # [21:53] <roc> and Chrome, I think
  1083. # [21:53] <AryehGregor> So just do <img src="foo.html"> where foo.html is like <!doctype html><svg>...</svg>? Does that work?
  1084. # [21:53] <roc> mmmm no
  1085. # [21:53] <roc> <object> would though
  1086. # [21:53] <roc> so would <iframe>
  1087. # [21:53] <roc> I suppose we could make HTML images work, although someone might blow a gasket
  1088. # [21:54] <TabAtkins> Well, just doing the svg-in-html certainly works in Chrome just fine. Yay!@
  1089. # [21:54] <AryehGregor> Do height and width work as expected on object and iframe?
  1090. # [21:54] <david_carlisle> AryehGregor: don't you want a mime type for "svg serialised as html"
  1091. # [21:54] <Ms2ger> image/html
  1092. # [21:54] <AryehGregor> Ms2ger++
  1093. # [21:54] <TabAtkins> AryehGregor: No, they work differently than they do for <img>.
  1094. # [21:54] <roc> it should work in IE9 as well
  1095. # [21:55] * Ms2ger is reminded of image/xhtml+xml
  1096. # [21:55] <AryehGregor> I vaguely remember trying out object/iframe for SVG on my site and got annoyed at how they worked differently, so I used img.
  1097. # [21:57] <AryehGregor> It looks like Firefox lets me leave out doctype, but not xmlns.
  1098. # [21:58] <Ms2ger> In XML? That's what I'd expect
  1099. # [21:58] <AryehGregor> Ditto Chrome and Opera.
  1100. # [21:58] <AryehGregor> Oh well.
  1101. # [21:59] <TabAtkins> Huh? Chrome lets me leave out xmlns in html.
  1102. # [21:59] <AryehGregor> In <img>.
  1103. # [21:59] <AryehGregor> In text/html you're supposed to be able to leave out xmlns, yeah.
  1104. # [21:59] * Quits: maikmerten (~maikmerte@port-92-201-100-82.dynamic.qsc.de) (Remote host closed the connection)
  1105. # [22:01] <TabAtkins> Ah, darn, you're right. I can't use svg-in-html-in-img.
  1106. # [22:01] <TabAtkins> ;_;
  1107. # [22:02] <jgraham> Do the SVG doctypes map to the magic set of entities?
  1108. # [22:02] <jgraham> Like they do for MathML?
  1109. # [22:03] <jgraham> Not that you need them for SVG, typically
  1110. # [22:03] <Ms2ger> I don't think so
  1111. # [22:04] <jgraham> So you can use them in MathML, XHTML, HTML, but not SVG? Weird
  1112. # [22:04] <jgraham> consistency++
  1113. # [22:08] * Quits: benschwarz (~ben@59.167.185.148) (Quit: benschwarz)
  1114. # [22:11] <TabAtkins> Ah, now I remember what the problem I had with Firefox's SVG-in-<img> support - it doesn't do SMIL while inside an <img>. I tried to change over to <object> but it failed pretty bad, so I just decided that FF doesn't get animated conveyor belts.
  1115. # [22:14] * Joins: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net)
  1116. # [22:16] <david_carlisle> so don't you want an image/svg+html mime type for svg serialised as per html5 to use with image?
  1117. # [22:17] <david_carlisle> It only took 12 years to (not) register the mime type for svg as xml...
  1118. # [22:18] <david_carlisle> jgraham, you can use whatever entities you line in svg as xml if you use an appropriate dtd
  1119. # [22:18] <david_carlisle> 'cept that in a browser context you don't fetch the dtd...
  1120. # [22:20] * Quits: smaug____ (~chatzilla@GYYYKDCCXL.gprs.sl-laajakaista.fi) (Ping timeout: 265 seconds)
  1121. # [22:24] <webr3> anybody know if xhr.statusText should be '200 OK' or just 'OK'? (as in with code or without)
  1122. # [22:27] * Joins: MrOpposite (~mropposit@unaffiliated/mropposite)
  1123. # [22:30] * Joins: Rik`_ (~Rik`@mozilla-paris-222-194.cnt.nerim.net)
  1124. # [22:30] * Quits: Rik` (~Rik`@mozilla-paris-222-194.cnt.nerim.net) (Read error: Connection reset by peer)
  1125. # [22:31] * Joins: smaug____ (~chatzilla@YGMCMIII.gprs.sl-laajakaista.fi)
  1126. # [22:32] * Quits: Peter` (~peter@170-116.citynet.ftth.internl.net) (Ping timeout: 245 seconds)
  1127. # [22:32] * Joins: Peter` (~peter@170-116.citynet.ftth.internl.net)
  1128. # [22:32] <jgraham> david_carlisle: Yeah, you could use an internal subset but it's about as appealing as hacking your own arm off. With a spoon.
  1129. # [22:34] <david_carlisle> or the browsers could all decide to parse all xml with an effective catalogue that predefined all the entities always rather than just looking for certain old legacy doctypes and adding the mathml ones, sometimes.
  1130. # [22:36] * Quits: MrOpposite (~mropposit@unaffiliated/mropposite) (Quit: Leaving)
  1131. # [22:38] * Quits: ROBOd (~robod@92.84.204.116) (Quit: .)
  1132. # [22:39] * Joins: yod (~thereaux@fw.vdl2.ca)
  1133. # [22:40] * Joins: Aleoss (~AleossIRC@204-83-16-179.regn.hsdb.sasknet.sk.ca)
  1134. # [22:42] * Quits: Ms2ger (~Ms2ger@91.181.206.10) (Quit: nn)
  1135. # [22:44] <TabAtkins> david_carlisle: That would be nice, yes. Then maybe Anne could drop doctype handling from his XML5 stuff.
  1136. # [22:45] <TabAtkins> (Right now, he only parses doctypes for entities. If he didn't need that, he could drop it down to a handful of states just describing how to ignore a doctype.)
  1137. # [22:46] <david_carlisle> sIn an environment where you don't fetch external dtd and don't validate,
  1138. # [22:46] <david_carlisle> just always using the same set of entities makes sense to me
  1139. # [22:46] * Quits: smaug____ (~chatzilla@YGMCMIII.gprs.sl-laajakaista.fi) (Ping timeout: 240 seconds)
  1140. # [22:46] <TabAtkins> Me too.
  1141. # [22:47] <david_carlisle> (and means i didn't waste half a lifetime maintaining them through changes in Unicode:-)
  1142. # [22:48] * Quits: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: Leaving.)
  1143. # [22:49] <webr3> IIRC all the us gov data (new) all uses doctypes w/ entities &myns; etc
  1144. # [22:49] <webr3> several thousand data sets
  1145. # [22:49] * Joins: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
  1146. # [22:49] <david_carlisle> rdf?
  1147. # [22:50] <webr3> yeah everything via RPI
  1148. # [22:53] <david_carlisle> webr3: do you have an example uri? Also for xml, ignoring any external subset and just using a dtd that defines the htmlmathml entities is (just about) conformant xml, but you'd also have to define entities defined in a local subset (in xml, Anne's xml5 can do whatever he says:-0
  1149. # [22:55] <webr3> david, http://tw2.tw.rpi.edu/data-gov/data-10048.rdf
  1150. # [22:55] * Quits: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: Leaving.)
  1151. # [22:56] <david_carlisle> thanks
  1152. # [22:58] <david_carlisle> webr3: that's got a lot of namespaces but no doctype (and thus) no entities to worry about.
  1153. # [23:00] * Quits: yod (~thereaux@fw.vdl2.ca) (Quit: Leaving.)
  1154. # [23:01] <webr3> hmm maybe i gave wrong link (should have checked) - I may be confused, will confirm in a mo
  1155. # [23:01] <webr3> ack wrong link
  1156. # [23:04] <webr3> ahh yes, http://data-gov.tw.rpi.edu/vocab.php?instance=Dataset_616 (and all data sets_
  1157. # [23:05] <webr3> aside: it caught my attention yesterday as it was a huge amount of datasets in this style, and it's not often I see doctypes and entities in RDF/XML - until this set that, there is one other big oen the same, can't remember which off hand
  1158. # [23:10] <david_carlisle> webr3: thanks yes rdf gives xml a bad name:-)
  1159. # [23:11] <david_carlisle> as I say it's conformant (and would work with that) to ignore any external dtd subset and substitute the html5 entities, and then to define any entities in the local subset
  1160. # [23:12] * Quits: Yudai________ (~Yudai@p84a697.kngwnt01.ap.so-net.ne.jp) (Ping timeout: 240 seconds)
  1161. # [23:12] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  1162. # [23:12] * Quits: miketaylr (~miketaylr@184-201-92-115.pools.spcsdns.net) (Ping timeout: 240 seconds)
  1163. # [23:13] <david_carlisle> it would be interesting to know what's behind that php script whether it could serve the rdf/xml without the local subset and all the namespaces uri inlined
  1164. # [23:14] <webr3> probably a good time to ask, as they're migrating to different server's atm
  1165. # [23:15] <david_carlisle> well it isn't my government so someone else should probably ask:-)
  1166. # [23:18] * Quits: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
  1167. # [23:21] * Joins: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl)
  1168. # [23:22] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
  1169. # [23:23] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  1170. # [23:24] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Client Quit)
  1171. # [23:25] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
  1172. # [23:25] * Quits: sicking (~chatzilla@nat/mozilla/x-futfyhtmigrobiwp) (Ping timeout: 265 seconds)
  1173. # [23:25] * Joins: expilicious (~zAyghip8@cpc2-ely02-0-0-cust338.5-1.cable.virginmedia.com)
  1174. # [23:28] * Joins: Yudai________ (~Yudai@pc65174.kngwnt01.ap.so-net.ne.jp)
  1175. # [23:28] * Quits: Xano_ (~Xano_@524BF837.cm-4-4d.dynamic.ziggo.nl) (Quit: It's beer o'clock!)
  1176. # [23:29] * Joins: Velkam (handcraft@host86-152-149-178.range86-152.btcentralplus.com)
  1177. # [23:30] * Joins: dave_levin_ (~dave_levi@74.125.59.73)
  1178. # [23:30] * Quits: dave_levin_ (~dave_levi@74.125.59.73) (Client Quit)
  1179. # [23:31] * Velkam is now known as rkp
  1180. # [23:31] * Joins: ojan (~ojan@nat/google/x-sbysmoiehxoyxmvk)
  1181. # [23:36] * Quits: payman_m (~payman_m@h85-8-2-58.static.se.alltele.net) (Quit: payman_m)
  1182. # [23:37] * Quits: Xano_moviezzzzzz (~bart@524BF837.cm-4-4d.dynamic.ziggo.nl) (Quit: Kthxbye!)
  1183. # [23:39] * Joins: Jon_Neal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com)
  1184. # [23:40] * Quits: Jon_Neal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com) (Client Quit)
  1185. # [23:42] * Joins: oknoway (~oknoway@74-95-43-121-Oregon.hfc.comcastbusiness.net)
  1186. # [23:43] * Quits: JonathanNeal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com) (Ping timeout: 255 seconds)
  1187. # [23:56] * Quits: cying_ (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net) (Quit: cying_)
  1188. # [23:58] * Quits: bckenny (~bckenny@adsl-99-154-54-86.dsl.pltn13.sbcglobal.net) (Remote host closed the connection)
  1189. # Session Close: Thu Nov 25 00:00:00 2010

The end :)