/irc-logs / freenode / #whatwg / 2007-07-31 / end

Options:

  1. # Session Start: Tue Jul 31 00:00:00 2007
  2. # Session Ident: #whatwg
  3. # [00:01] * Joins: tantek (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net)
  4. # [00:02] <Philip`> Ooh, I never knew Safari did <input type=slider>
  5. # [00:02] <Philip`> Uh
  6. # [00:02] <Philip`> Ooh, I never knew Safari did <input type=range>
  7. # [00:03] <Philip`> but it appears to not handle non-integer steps, which is annoying
  8. # [00:04] * Joins: aroben (n=adamrobe@17.203.15.181)
  9. # [00:04] * Quits: aroben_ (n=adamrobe@unaffiliated/aroben) (Read error: 104 (Connection reset by peer))
  10. # [00:05] * Parts: hasather (n=hasather@22.80-203-71.nextgentel.com)
  11. # [00:21] * Quits: tantek (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net)
  12. # [00:28] * Joins: weinig (i=weinig@nat/apple/x-e1c65615c0ab51bf)
  13. # [00:28] * Joins: tantek (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net)
  14. # [00:30] <Philip`> Why is &#13; a parse error? It sounds like a fairly legitimate thing to do
  15. # [00:32] * Joins: jruderman (n=jruderma@corp-241.mountainview.mozilla.com)
  16. # [00:33] * Quits: h3h (n=w3rd@66-162-32-234.static.twtelecom.net) ("|")
  17. # [00:40] <zcorpan_> Philip`: good question
  18. # [00:41] <zcorpan_> wonder how &#10;&#13; is treated in browsers
  19. # [00:42] <zcorpan_> (or is it the other way around?)
  20. # [00:52] <zcorpan_> http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E%0D%0A%3Cpre%3Ea%26%2313%3B%26%2310%3Bb
  21. # [00:56] * Joins: weinig_ (i=weinig@nat/apple/x-cb5724f2fdb18e7a)
  22. # [00:56] * Quits: weinig (i=weinig@nat/apple/x-e1c65615c0ab51bf) (Read error: 104 (Connection reset by peer))
  23. # [00:57] <zcorpan_> http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E%0D%0A%3Cpre%3Ea%26%2313%3B%26%2310%3Bb%3Cscript%3E%0D%0A%20var%20node%20%3D%20document.getElementsByTagName%28%22pre%22%29%5B0%5D.firstChild%3B%0D%0A%20node.data%20%3D%20node.data.replace%28/%5Cr/g%2C%20%22%5C%5Cr%22%29.replace%28/%5Cn/g%2C%20%22%5C%5Cn%22%29%3B%0D%0A%3C/script%3E
  24. # [00:59] <zcorpan_> ie: &#13;&#10; becomes \r. opera: it becomes \r\n but only one linebreak is rendered. safari, firefox: it becomes \n\n (as per html5)
  25. # [00:59] <zcorpan_> (unless i'm misreading the spec)
  26. # [01:02] * Joins: PlayPause (n=Test@81-179-113-213.dsl.pipex.com)
  27. # [01:02] <PlayPause> !seen nickshanks
  28. # [01:05] * Parts: PlayPause (n=Test@81-179-113-213.dsl.pipex.com)
  29. # [01:10] * Joins: yod (n=ot@softbank221018155222.bbtec.net)
  30. # [01:21] * Quits: hendry (n=hendry@91.84.62.62) ("andSLEEP")
  31. # [01:33] * Joins: tantek_ (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net)
  32. # [01:40] <Philip`> Hmm, IE seems to support some named entities that Mozilla (and, I think, HTML5) don't
  33. # [01:40] <Philip`> in particular, 8203: zwsp; 8234: lre; 8235: rle; 8236: pdf; 8237: lro; 8238: rlo; 8298: iss; 8299: ass; 8300: iafs; 8301: aafs; 8302: nads; 8303: nods
  34. # [01:40] * Philip` wonders if anyone cares about those
  35. # [01:41] * Quits: tantek (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
  36. # [01:47] <zcorpan_> Philip`: how did you find those?
  37. # [01:47] * Quits: tantek_ (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net)
  38. # [01:48] <Philip`> http://www.bbc.co.uk/dna/h2g2/A264548 has a list that includes them
  39. # [01:49] <zcorpan_> ok
  40. # [01:50] <zcorpan_> ie seems to be alone in supporting those
  41. # [01:51] <zcorpan_> but i'm not against adding them to html5
  42. # [01:53] <Philip`> They don't appear to be the most highly documented entity names
  43. # [01:53] <Philip`> (like, that one list is the only place on the whole web)
  44. # [01:54] <zcorpan_> do they appear in your html research sample?
  45. # [01:54] <zcorpan_> (probably not)
  46. # [02:00] * Joins: tantek (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net)
  47. # [02:00] <Philip`> I didn't collect any data about unrecognised entities when I was looking at the ~8K pages
  48. # [02:01] <Philip`> (The tokeniser did actually report unrecognised entities but I just discarded all that data instead of saving it anyhwere)
  49. # [02:01] <Philip`> s/hw/wh/
  50. # [02:01] <Philip`> In the other ~2.5K pages that I still have a copy of, none of those entities turn up at all
  51. # [02:04] <zcorpan_> yeah, we'd probably need a billion documents research to find the relevance of these entities
  52. # [02:05] * Quits: kingryan (n=kingryan@corp.technorati.com)
  53. # [02:07] <Philip`> http://www.tools.ietf.org/html/draft-duerst-iri-bidi-00 talks about lre, lro, rle, rlo, pdf
  54. # [02:09] <zcorpan_> Philip`: will you post this to the list?
  55. # [02:09] <Philip`> but that looks like it's just a coincidental use of the same names
  56. # [02:09] <Philip`> I will do
  57. # [02:09] <Philip`> (But which list? :-) )
  58. # [02:10] <zcorpan_> (doesn't matter)
  59. # [02:10] <zcorpan_> i'll cover &#13; btw
  60. # [02:13] * Quits: webben (n=benjamin@91.84.193.157) ("Leaving")
  61. # [02:19] <Philip`> Opera 9.2 is missing &REG;
  62. # [02:22] * Joins: csarven (n=nevrasc@modemcable081.152-201-24.mc.videotron.ca)
  63. # [02:26] * Quits: aroben (n=adamrobe@unaffiliated/aroben)
  64. # [02:45] * Quits: tantek (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net)
  65. # [02:49] * Quits: weinig_ (i=weinig@nat/apple/x-cb5724f2fdb18e7a)
  66. # [02:56] <Philip`> http://software.hixie.ch/utilities/js/live-dom-viewer/?%3Cp%3E%3C/p%3E%3Cp%3E%26ampxyz123%3C/p%3E%0D%0A%3Cscript%3Edocument.getElementsByTagName%28%27p%27%29%5B0%5D.innerHTML%3D%27%26ampxyz123%27%3C/script%3E%0D%0A
  67. # [02:56] <Philip`> in IE
  68. # [02:58] <Philip`> When you set innerHTML, it appears to discard all alphanumeric characters after a "&amp" (or whatever) if there are no non-alphanumeric characters before the end of the string
  69. # [03:06] <Philip`> http://canvex.lazyilluminati.com/misc/entities.html
  70. # [03:06] <Philip`> That appears to reliably crash Firefox trunk
  71. # [03:10] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
  72. # [03:11] * zcorpan_ points at http://simon.html5.org/test/html/parsing/entities/trailing-semicolon/real/
  73. # [03:13] <Philip`> Aha
  74. # [03:13] <Philip`> But mine makes IE fail more ;-)
  75. # [03:14] <Philip`> (and works in html5lib/etc, though unfortunately all the implementations get everything right which is no fun)
  76. # [03:15] * Quits: tndH (i=Rob@adsl-87-102-32-80.karoo.KCOM.COM) ("ChatZilla 0.9.78.1-rdmsoft [XULRunner 1.8.0.9/2006120508]")
  77. # [03:16] <zcorpan_> :)
  78. # [03:25] * Joins: weinig (i=weinig@nat/apple/x-80c26ce691eb9893)
  79. # [03:26] <Philip`> http://yy28.60.kg/test/read.cgi/maido3/1096370177/l50 - there's someone using &zwsp;
  80. # [03:26] <Philip`> http://www.tasb.com/services/field/staff/index.aspx?print=true - there too
  81. # [03:26] <Philip`> It's lucky that Google doesn't understand these entities, so it lets you search for them by name
  82. # [03:27] <zcorpan_> there you go
  83. # [03:28] * Joins: karlUshi (n=karl@133.27.247.173)
  84. # [03:29] <Philip`> Most of the references seem to be in Chinese ASCII-art comment spam (or is that not spam?), largely on 2ch.net
  85. # [03:32] * Joins: aroben (n=adamrobe@17.203.15.181)
  86. # [03:33] <zcorpan_> it's Shift_JIS-art (*゚ー゚)
  87. # [03:49] <deltab> no zwsp in http://www.w3.org/TR/html4/sgml/entities.html
  88. # [03:49] <deltab> ... but you probably already knew that
  89. # [03:50] <zcorpan_> yeah... all entities in html4 are already in html5
  90. # [03:50] <zcorpan_> (i hope!)
  91. # [03:51] <Philip`> At least all the ones in Mozilla and Opera are
  92. # [03:51] <Philip`> Only IE is 'special' :-)
  93. # [04:03] * Quits: MikeSmith (n=MikeSmit@eM60-254-196-192.pool.emobile.ad.jp) (Read error: 104 (Connection reset by peer))
  94. # [04:04] * Joins: MikeSmith (n=MikeSmit@eM60-254-197-129.pool.emobile.ad.jp)
  95. # [04:15] * Quits: bzed (n=bzed@dslb-084-059-110-179.pools.arcor-ip.net) ("Leaving")
  96. # [04:16] * Joins: tantek_ (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
  97. # [04:16] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 104 (Connection reset by peer))
  98. # [04:20] * Joins: weinig_ (i=weinig@nat/apple/x-03dde30f827333ee)
  99. # [04:21] * moeffju is now known as moeffju[ZzZz]
  100. # [04:22] * Quits: weinig (i=weinig@nat/apple/x-80c26ce691eb9893) (Read error: 104 (Connection reset by peer))
  101. # [04:26] * Quits: zcorpan_ (n=zcorpan@84-216-41-6.sprayadsl.telenor.se) (Read error: 110 (Connection timed out))
  102. # [04:30] * Joins: h3h (n=w3rd@cpe-76-88-44-219.san.res.rr.com)
  103. # [04:51] * Quits: MikeSmith (n=MikeSmit@eM60-254-197-129.pool.emobile.ad.jp) ("Less talk, more pimp walk.")
  104. # [04:58] * Quits: h3h (n=w3rd@cpe-76-88-44-219.san.res.rr.com)
  105. # [05:14] * Joins: h3h (n=w3rd@cpe-76-88-44-219.san.res.rr.com)
  106. # [05:25] * Quits: jruderman (n=jruderma@corp-241.mountainview.mozilla.com)
  107. # [05:41] * Quits: epeus (n=Snak@c-76-102-254-252.hsd1.ca.comcast.net) ("The computer fell asleep")
  108. # [05:43] * Quits: tantek_ (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
  109. # [05:53] * Joins: jruderman (n=jruderma@c-67-169-24-116.hsd1.ca.comcast.net)
  110. # [06:17] * Joins: MikeSmith (n=MikeSmit@eM60-254-218-190.pool.emobile.ad.jp)
  111. # [06:55] * Quits: othermaciej (n=mjs@17.255.96.105) (Read error: 104 (Connection reset by peer))
  112. # [06:58] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Remote closed the connection)
  113. # [06:58] * Joins: gavin_ (n=gavin@people.mozilla.com)
  114. # [07:01] * Joins: othermaciej (n=mjs@17.255.96.105)
  115. # [07:07] * Quits: MikeSmith (n=MikeSmit@eM60-254-218-190.pool.emobile.ad.jp) ("Less talk, more pimp walk.")
  116. # [07:29] * Quits: weinig_ (i=weinig@nat/apple/x-03dde30f827333ee) (Read error: 110 (Connection timed out))
  117. # [07:37] * Quits: csarven (n=nevrasc@modemcable081.152-201-24.mc.videotron.ca) ("http:/www.csarven.ca")
  118. # [07:39] * Joins: weinig (i=weinig@nat/apple/x-dc78c98bf98f0fa6)
  119. # [07:54] * Quits: h3h (n=w3rd@cpe-76-88-44-219.san.res.rr.com)
  120. # [07:54] * Quits: KevinMarks (i=KevinMar@nat/google/x-48a6399d5a329a75) ("The computer fell asleep")
  121. # [08:27] * Quits: othermaciej (n=mjs@17.255.96.105)
  122. # [08:29] * Joins: MikeSmith (n=MikeSmit@eM60-254-196-28.pool.emobile.ad.jp)
  123. # [08:35] * Quits: Lachy (n=Lachy@203-214-140-60.perm.iinet.net.au) ("ChatZilla 0.9.78.1 [Firefox 2.0.0.4/2007051502]")
  124. # [08:55] * Quits: aroben (n=adamrobe@unaffiliated/aroben) (Read error: 110 (Connection timed out))
  125. # [08:59] * Joins: aroben (n=adamrobe@17.203.15.181)
  126. # [09:13] * Joins: ROBOd (n=robod@86.34.246.154)
  127. # [09:21] * Joins: KevinMarks (n=KevinMar@c-76-102-254-252.hsd1.ca.comcast.net)
  128. # [09:24] * Quits: yod (n=ot@softbank221018155222.bbtec.net) ("Leaving")
  129. # [09:29] * Quits: karlUshi (n=karl@133.27.247.173) ("Where dwelt Ymir, or wherein did he find sustenance?")
  130. # [09:40] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
  131. # [10:02] * Quits: weinig (i=weinig@nat/apple/x-dc78c98bf98f0fa6)
  132. # [10:03] * Quits: aroben (n=adamrobe@unaffiliated/aroben)
  133. # [10:11] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
  134. # [10:18] * Joins: weinig (n=weinig@c-67-188-89-242.hsd1.ca.comcast.net)
  135. # [10:43] * Joins: BenWard (i=BenWard@nat/yahoo/x-43ee848021db9f8a)
  136. # [11:03] * Quits: weinig (n=weinig@c-67-188-89-242.hsd1.ca.comcast.net)
  137. # [11:07] * Quits: psa (n=yomode@posom.com) (Remote closed the connection)
  138. # [11:13] * Joins: hendry (n=hendry@91.84.62.62)
  139. # [11:20] * moeffju[ZzZz] is now known as moeffju
  140. # [11:31] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net) (Read error: 110 (Connection timed out))
  141. # [11:32] <annevk> CRLF was already raised once on whatwg@whatwg.or
  142. # [11:32] <annevk> g
  143. # [11:36] <hsivonen> implementing a check for NCName makes me wonder if the original XML WG stopped to write down the code for checking it before making it part of the spec...
  144. # [11:37] <annevk> In XML5 it's easy :)
  145. # [11:52] <hsivonen> speaking of NCNames and stuff: are there known test cases that test the detection of various XML spec lawyering NCName subtleties?
  146. # [11:55] <hsivonen> I wonder what back end software http://www.weblogs.com/feedvalidator.html runs
  147. # [11:56] * annevk hopes his comparison between Harry Potter and specs won't be seen as offensive
  148. # [11:56] <hsivonen> annevk: on list or on blog?
  149. # [11:56] <annevk> list
  150. # [11:57] <hsivonen> annevk: my guess is it will be seen as offensive
  151. # [11:58] <annevk> bah
  152. # [12:01] <hendry> damn, i had the badware pcpro popup whilst using my bank's website...
  153. # [12:01] <hsivonen> I wrote a regexp for NCName suitable for sticking into a Java String literal and it is 7875 characters long!
  154. # [12:03] <annevk> ouch
  155. # [12:04] <annevk> write your own tokenizer? :)
  156. # [12:05] * Quits: MikeSmith (n=MikeSmit@eM60-254-196-28.pool.emobile.ad.jp) ("Less talk, more pimp walk.")
  157. # [12:05] <hsivonen> annevk: this is part of the feature set for parsing HTML into XML 1.0 infosets
  158. # [12:06] <hsivonen> annevk: no I need to be able to detect non-NCNames either to treat them as fatal or to drop them
  159. # [12:06] <hsivonen> anyway, the regexp is so long that Eclipse refuses to scroll enough to the right to show it all
  160. # [12:08] <hsivonen> using ICU4J for this would be cleaner and might even perform better, but I want to avoid the dependency
  161. # [12:10] * Joins: bzed (n=bzed@dslb-084-059-102-144.pools.arcor-ip.net)
  162. # [12:11] <annevk> omg, this quote/unquot has to stop
  163. # [12:20] <hsivonen> at least HTML 5 is much more author-friendly reading than any ISO spec
  164. # [12:21] <hsivonen> (I wonder how much work it takes to obfuscate something like ODF or OOXML to comply with ISO drafting rules.)
  165. # [12:21] <hsivonen> (or might ISO make an exception on those?)
  166. # [12:21] <hsivonen> (not to say that being more author-friendly than an ISO spec is enough)
  167. # [12:23] * Joins: Charl (n=charlvn@c1-186-13.wblv.isadsl.co.za)
  168. # [12:28] * Quits: BenWard (i=BenWard@nat/yahoo/x-43ee848021db9f8a)
  169. # [12:34] <annevk> he took it as insult
  170. # [12:36] <hsivonen> annevk: not surprising. if it wasn't meant as one, it was a badly formulated non-insult
  171. # [12:38] <annevk> I guess
  172. # [12:42] * Joins: zcorpan_ (n=zcorpan@84-216-42-147.sprayadsl.telenor.se)
  173. # [12:44] * Joins: BenWard (i=BenWard@nat/yahoo/x-245d39a0794fe9e4)
  174. # [13:02] * Joins: MikeSmith (n=MikeSmit@eM60-254-215-84.pool.emobile.ad.jp)
  175. # [13:29] * Quits: MikeSmith (n=MikeSmit@eM60-254-215-84.pool.emobile.ad.jp) ("Less talk, more pimp walk.")
  176. # [13:31] * Joins: tndH__ (i=Rob@adsl-87-102-32-80.karoo.KCOM.COM)
  177. # [13:31] * tndH__ is now known as tndH
  178. # [13:55] * Joins: MikeSmith (n=MikeSmit@eM60-254-206-98.pool.emobile.ad.jp)
  179. # [14:14] * Joins: mpt_ (n=mpt@121-72-130-73.dsl.telstraclear.net)
  180. # [14:18] * Quits: mpt (n=mpt@121-72-136-247.dsl.telstraclear.net) (Read error: 110 (Connection timed out))
  181. # [14:32] <hsivonen> canvas at work: http://westciv.com/xray/
  182. # [14:34] <annevk> in Opera I always get back <canvas>
  183. # [14:34] <annevk> I wonder if that's a bug
  184. # [14:34] <hsivonen> annevk: documentation says it only works in Gecko and WebKit. not working in Presto and Trident is known
  185. # [14:35] <annevk> of course, but what's the issue?
  186. # [14:35] <annevk> and is that an issue in Opera or Firefox?
  187. # [14:36] <hsivonen> I don't know. Based on what you said, I guess the issue is making the canvas event-neutral so that clicks go through it
  188. # [14:39] <annevk> jgraham, simpleson has no attribute "loads" causes tons of errors
  189. # [14:39] * Joins: billyjack (n=MikeSmit@eM60-254-205-140.pool.emobile.ad.jp)
  190. # [14:40] <annevk> the rests of the tests are about some silly space after <!DOCTYPE ...
  191. # [14:44] * Quits: MikeSmith (n=MikeSmit@eM60-254-206-98.pool.emobile.ad.jp) (Read error: 110 (Connection timed out))
  192. # [14:51] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
  193. # [15:04] * Quits: billyjack (n=MikeSmit@eM60-254-205-140.pool.emobile.ad.jp) ("Less talk, more pimp walk.")
  194. # [15:08] * Joins: G0k (n=hmason@cpe-24-58-3-19.twcny.res.rr.com)
  195. # [15:08] <G0k> hey all
  196. # [15:12] <annevk> hi
  197. # [15:13] <hsivonen> hi
  198. # [15:22] <G0k> so this TCP/UDP connection stuff in HTML5
  199. # [15:22] <G0k> has anyone actually tried implementing that?
  200. # [15:22] <annevk> I don't think so
  201. # [15:22] <annevk> That section is very much unstable, afaict
  202. # [15:23] <G0k> yeah i mean
  203. # [15:23] <G0k> i guess i'm not really even clear on its...purpose
  204. # [15:23] <G0k> i mean it seems kinda misnamed
  205. # [15:23] <annevk> communicating without the overhead of HTTP
  206. # [15:24] <annevk> and I believe it was also intended to address P2P at some point
  207. # [15:24] <G0k> it's not really a TCPConnection so much as a NewProtocolWeJustInventedThatHappensToUseTCPConnection
  208. # [15:24] <hsivonen> e.g. for games, IM clients, continuous visualizations of data, etc.
  209. # [15:24] <hsivonen> G0k: it isn't a pure TCP connection for security reasons
  210. # [15:25] <G0k> yeah that's surely legitimate, but calling it a TCP connection isn't really accurate
  211. # [15:25] <G0k> i mean there's also no reason that protocol couldn't be made to run over SCTP, for instance
  212. # [15:26] * Joins: met_ (n=Hassman@b14-4.vscht.cz)
  213. # [15:26] <annevk> you could point it out on the list
  214. # [15:27] <G0k> yeah that would require typing in complete sentences and stuff, it's much easier to complain to you people
  215. # [15:28] <hsivonen> G0k: the connection initialization if coupled with TCP ports isn't it?
  216. # [15:29] <annevk> there's also http://dev.w3.org/cvsweb/~checkout~/2006/webapi/network-api/network-api.html?rev=1.3
  217. # [15:29] <annevk> G0k, hah
  218. # [15:29] <G0k> well yeah i mean the DOM interface is TCP-specific but the protocol itself needn't be
  219. # [15:31] <met_> annevk, you remind me Don LaFontaine in your spot http://annevankesteren.nl/2007/07/web it's like I hear his common sentence "I a strict world where..." (see http://www.youtube.com/watch?v=ZJMGS7l0wT8 )
  220. # [15:33] * annevk doesn't have flash atm
  221. # [15:35] * hsivonen didn't know that "Don" is a real one guy
  222. # [15:36] <met_> hsivonen see http://www.youtube.com/watch?v=Wkhdy6bavuk
  223. # [15:38] <hsivonen> met_: just watched it
  224. # [15:41] <met_> Don's rewriting of annevk's spot: In a strict world, where pages using those new features completely break, new hero will rise. HTML5 from producers of Safari, Opera and Firefox. In December 2010 !
  225. # [15:44] <annevk> with 10% discount if you order now
  226. # [15:48] * Joins: Lachy (n=Lachy@203-214-140-60.perm.iinet.net.au)
  227. # [15:52] <Lachy> hey, I'm looking for some example flash sites that provide alternative HTML versions of the site. In particular, ones that link to the HTML-only versions of the site below the flash. Anyone know of any?
  228. # [15:53] <Lachy> or even sites that use video and provide alternative content
  229. # [15:53] <annevk> http://www.google.com/search?q=%22skip+intro%22 ?
  230. # [15:53] <Philip`> http://www.jkrowling.com/ has a text-only version
  231. # [15:54] * Joins: polin8 (n=brian@dsl081-134-176.nyc1.dsl.speakeasy.net)
  232. # [15:54] <Lachy> yeah, I already got jkrowling
  233. # [15:54] * Quits: polin8 (n=brian@dsl081-134-176.nyc1.dsl.speakeasy.net) (Remote closed the connection)
  234. # [15:54] <annevk> http://www.google.com/search?q=%22text+only+version%22
  235. # [15:55] <hsivonen> Lachy: I'd start by looking at recent movie promo sites
  236. # [15:55] <hsivonen> Lachy: with this method, starting from the Apple Trailer page, I found http://www.rushhourmovie.com/
  237. # [15:55] <Lachy> oh, good idea
  238. # [15:55] <hsivonen> it puts the textual alternative in noscript!
  239. # [15:56] <Lachy> oh, and it uses black text on black background when you disable JS
  240. # [15:57] <zcorpan_> all i get is "A flash player upgrade is required to view this website, click here to continue."
  241. # [15:57] <hsivonen> http://www.noendinsightmovie.com/ also has a short writeup in the source
  242. # [15:57] <hsivonen> hmm. perhaps the alternative content is for google--not browser users
  243. # [16:01] <hsivonen> the interesting thing is that even though movie promos most likely aren't trying to take blind users into account, they still bother putting text in there. this suggests that pitching textual alternatives as a SEO method might be attractive to site makers
  244. # [16:03] <hsivonen> hmm. http://cleanishappy.com/ contains a really long text writeup aimed at seach engines
  245. # [16:03] <hsivonen> but useless for users who can't browse Flash
  246. # [16:06] <Lachy> wow, that's got to be the longest meta description I've ever seen!
  247. # [16:08] * Quits: met_ (n=Hassman@b14-4.vscht.cz) ("Chemists never die, they just stop reacting.")
  248. # [16:08] * Parts: G0k (n=hmason@cpe-24-58-3-19.twcny.res.rr.com)
  249. # [16:12] <hsivonen> Lachy: http://del.icio.us/tag/flash%2Bmarketing
  250. # [16:15] <Lachy> thanks
  251. # [16:43] * Joins: billmason (n=billmaso@ip156.unival.com)
  252. # [16:45] * annevk wonders why SVGSVGElement is not named SVGSvgElement
  253. # [16:56] <annevk> <dfn title="GDO">Garage Door Opener (<abbr>GDO</abbr>)</dfn> ...
  254. # [17:02] <zcorpan_> in typography, is it common to have the whole thing in italics, or just the "Garage Door Opener" part, or perhaps just the "GDO" part?
  255. # [17:02] <annevk> dunno
  256. # [17:09] * Joins: dglazkov (n=dglazkov@adsl-065-081-081-030.sip.bhm.bellsouth.net)
  257. # [17:18] * Joins: grimeboy (n=grimboy@85-211-253-134.dsl.pipex.com)
  258. # [17:21] * Joins: tndH_ (i=Rob@adsl-87-102-32-80.karoo.KCOM.COM)
  259. # [17:22] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
  260. # [17:22] * Quits: BenWard (i=BenWard@nat/yahoo/x-245d39a0794fe9e4) (Read error: 104 (Connection reset by peer))
  261. # [17:23] * Joins: BenWard (i=BenWard@nat/yahoo/x-f6a98af703d23138)
  262. # [17:26] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 104 (Connection reset by peer))
  263. # [17:26] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
  264. # [17:27] * Quits: tndH (i=Rob@adsl-87-102-32-80.karoo.KCOM.COM) (Read error: 110 (Connection timed out))
  265. # [17:41] * Joins: gsnedders (n=gsnedder@host81-132-175-22.range81-132.btcentralplus.com)
  266. # [17:41] * Quits: gsnedders (n=gsnedder@host81-132-175-22.range81-132.btcentralplus.com) (Remote closed the connection)
  267. # [17:42] * Joins: gsnedders (n=gsnedder@host81-132-175-22.range81-132.btcentralplus.com)
  268. # [17:54] * Joins: maikmerten (n=maikmert@L8cf7.l.pppool.de)
  269. # [18:08] * maikmerten is now known as maik|eat
  270. # [18:09] <gsnedders> only 373 unread emails on public-html having been away
  271. # [18:24] * Joins: weinig (i=weinig@nat/apple/x-9559e1e7449edd74)
  272. # [18:27] <Philip`> Is this month going to beat May?
  273. # [18:27] <Philip`> It's only 15 behind at the moment
  274. # [18:31] <zcorpan_> we need something controversial
  275. # [18:32] <annevk> that should be trivial
  276. # [18:34] * maik|eat is now known as maikmerten
  277. # [18:43] * Quits: KevinMarks (n=KevinMar@c-76-102-254-252.hsd1.ca.comcast.net) ("The computer fell asleep")
  278. # [18:46] * Joins: h3h (n=w3rd@66-162-32-234.static.twtelecom.net)
  279. # [18:48] * weinig is now known as weinig|brb
  280. # [18:59] * weinig|brb is now known as weinig
  281. # [18:59] * Joins: hasather (n=hasather@22.80-203-71.nextgentel.com)
  282. # [19:09] * Joins: aroben (n=adamrobe@17.255.99.193)
  283. # [19:10] * Quits: aroben (n=adamrobe@unaffiliated/aroben) (Remote closed the connection)
  284. # [19:11] * Joins: aroben (n=adamrobe@17.255.99.193)
  285. # [19:19] <Lachy> why on earth does Firefox return true for if(document.createNodeIterator); but it returns an NS_ERROR_NOT_IMPLEMENTED whenever I try to invoke it!?
  286. # [19:20] <hasather> Lachy: when are you coming to Norway?
  287. # [19:21] <Lachy> don't know yet.
  288. # [19:21] * zcorpan_ might come to norway sometime soon also
  289. # [19:21] <hasather> zcorpan_: ahh, cool
  290. # [19:21] <zcorpan_> perhaps next week
  291. # [19:22] <Lachy> cause I want to go to Web Directions at the end of September, and if I go over in August, then I'd be coming back a few weeks later, so it was suggested that I go over in October
  292. # [19:22] <hasather> Lachy: so you're not coming in August?
  293. # [19:23] <Lachy> probably not, but I haven't heard back since I last emailed Annchen
  294. # [19:23] <hasather> ok
  295. # [19:24] <annevk> zcorpan_, you have to come next week :)
  296. # [19:24] <Lachy> is the difference between a NodeIterator and a TreeWalker that the NodeIterator only looks at child nodes, and the TreeWalker looks at all descendants?
  297. # [19:24] <zcorpan_> annevk: when are you leaving again?
  298. # [19:25] <annevk> zcorpan_, I'm going to Spain the 11th of August and will be back briefly the 17th to attend Friday beer :) The 18th I'll go to the Netherlands for some more vacation afer which university starts again...
  299. # [19:25] <zcorpan_> alrighty
  300. # [19:27] <Philip`> Lachy: createNodeIterator was added in https://bugzilla.mozilla.org/show_bug.cgi?id=82625
  301. # [19:27] * Joins: dev0 (i=Tobias@unaffiliated/icefox0)
  302. # [19:28] <Philip`> and it looks like those functions were just added for completeness
  303. # [19:29] <Lachy> Philip`: assuming you mean createTreeWalker was added in that bug, ok.
  304. # [19:29] <Lachy> but it looks like I should be able to use a TreeWalker and nextSibling for my needs anyway
  305. # [19:34] <Philip`> I meant createNodeIterator, or at least the createNodeIterator stub that just returns NS_ERROR_NOT_IMPLEMENTED
  306. # [19:36] * Quits: BenWard (i=BenWard@nat/yahoo/x-f6a98af703d23138) ("Fades out again…")
  307. # [19:57] <Lachy> Robert Burns' new quoting technique is so much harder to read :-(
  308. # [19:59] <Lachy> in fact, I just can't read it, cause I can't keep track of where I'm up to!
  309. # [20:00] <Lachy> I sent him off list mail telling him about RFC 2646 and asking him to comply with the existing convention
  310. # [20:01] <annevk> I gave up on reading that e-mail
  311. # [20:02] * annevk thought Hixie would be back this week
  312. # [20:04] <annevk> given http://krijnhoetmer.nl/irc-logs/whatwg/20070705#l-669 he should be, maybe he died!
  313. # [20:07] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
  314. # [20:21] <Lachy> I hope he hasn't
  315. # [20:22] <Lachy> I wonder who would know where he is?
  316. # [20:23] <Lachy> some weird is happening with my script. I'm getting a non-existent COL element returned from the tree walker
  317. # [20:29] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 104 (Connection reset by peer))
  318. # [20:30] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
  319. # [20:30] <Lachy> oh, it's not weird, it's my mistake :-)
  320. # [20:33] * Joins: KevinMarks (i=KevinMar@nat/google/x-91208c619346471a)
  321. # [20:40] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 104 (Connection reset by peer))
  322. # [20:40] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
  323. # [20:51] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
  324. # [20:51] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
  325. # [21:07] * Joins: weinig_ (i=weinig@nat/apple/x-c1306c6c188d1bac)
  326. # [21:07] * Quits: weinig (i=weinig@nat/apple/x-9559e1e7449edd74) (Read error: 104 (Connection reset by peer))
  327. # [21:08] * Quits: maikmerten (n=maikmert@L8cf7.l.pppool.de) ("Leaving")
  328. # [21:11] * Parts: hasather (n=hasather@22.80-203-71.nextgentel.com)
  329. # [21:11] * Joins: hasather (n=hasather@22.80-203-71.nextgentel.com)
  330. # [21:13] * Quits: aroben (n=adamrobe@unaffiliated/aroben)
  331. # [21:14] * Joins: weinig (i=weinig@nat/apple/x-a97d56f997f7f42d)
  332. # [21:14] * Quits: weinig_ (i=weinig@nat/apple/x-c1306c6c188d1bac) (Read error: 104 (Connection reset by peer))
  333. # [21:38] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
  334. # [21:49] * othermaciej is now known as om_out
  335. # [21:53] * Quits: weinig (i=weinig@nat/apple/x-a97d56f997f7f42d) (Read error: 104 (Connection reset by peer))
  336. # [21:54] * Joins: weinig (i=weinig@nat/apple/x-edfaf6d65b53d917)
  337. # [21:59] * Joins: aroben (n=adamrobe@17.255.99.193)
  338. # [21:59] * Quits: jruderman (n=jruderma@c-67-169-24-116.hsd1.ca.comcast.net)
  339. # [22:03] * Joins: jruderman (n=jruderma@c-67-169-24-116.hsd1.ca.comcast.net)
  340. # [22:05] * Quits: dev0 (i=Tobias@unaffiliated/icefox0) ("dev0 has no reason")
  341. # [22:07] * Quits: jruderman (n=jruderma@c-67-169-24-116.hsd1.ca.comcast.net) (Client Quit)
  342. # [22:08] * Joins: aroben_ (n=adamrobe@17.203.15.181)
  343. # [22:11] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
  344. # [22:12] * Joins: grimboy_uk (n=grimboy@85.211.238.103)
  345. # [22:23] * Parts: hasather (n=hasather@22.80-203-71.nextgentel.com)
  346. # [22:23] * Joins: hasather (n=hasather@22.80-203-71.nextgentel.com)
  347. # [22:23] * Quits: aroben (n=adamrobe@unaffiliated/aroben) (Read error: 110 (Connection timed out))
  348. # [22:25] * Quits: Lachy (n=Lachy@203-214-140-60.perm.iinet.net.au) ("ChatZilla 0.9.78.1 [Firefox 2.0.0.4/2007051502]")
  349. # [22:29] <jgraham> Astronomy spam is the best
  350. # [22:36] * Quits: grimeboy (n=grimboy@85-211-253-134.dsl.pipex.com) (Read error: 110 (Connection timed out))
  351. # [22:41] <hasather> annevk: he's alive: http://twitter.com/Hixie/statuses/178895922
  352. # [22:45] * Quits: ROBOd (n=robod@86.34.246.154) ("http://www.robodesign.ro")
  353. # [22:45] * Quits: grimboy_uk (n=grimboy@85.211.238.103) (Read error: 110 (Connection timed out))
  354. # [22:46] * Joins: grimboy_uk (n=grimboy@85-211-246-180.dsl.pipex.com)
  355. # [23:06] * Quits: Hixie (i=ianh@trivini.no) ("clearing IRC client buffers...")
  356. # [23:06] * Joins: Hixie (i=ianh@trivini.no)
  357. # [23:08] <Hixie> i have returned
  358. # [23:10] <jgraham> Nice holiday?
  359. # [23:10] <Hixie> certainly it was nice to have a break from public-html
  360. # [23:10] <jgraham> :)
  361. # [23:11] <hasather> Hixie: welcome back
  362. # [23:12] <Hixie> so, anything bad happen while i was away? any servers die?
  363. # [23:12] <Hixie> configurations go mysteriously awry?
  364. # [23:12] <hsivonen> Hixie: there have been complaints about whatwg archives
  365. # [23:12] <hsivonen> Hixie: URIs broke or something
  366. # [23:12] * Hixie looks
  367. # [23:12] <jgraham> The archives are private
  368. # [23:14] <Hixie> fixed
  369. # [23:14] <Hixie> nothing i can do about the uri changes
  370. # [23:16] * Quits: om_out (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
  371. # [23:17] * Quits: Charl (n=charlvn@c1-186-13.wblv.isadsl.co.za) ("Leaving")
  372. # [23:24] * Quits: tndH_ (i=Rob@adsl-87-102-32-80.karoo.KCOM.COM) (Read error: 110 (Connection timed out))
  373. # [23:27] <hsivonen> hmm. 1300 messages on public-html this month
  374. # [23:27] <hsivonen> July, that is
  375. # [23:52] * Quits: dglazkov (n=dglazkov@adsl-065-081-081-030.sip.bhm.bellsouth.net)
  376. # [23:58] * Quits: weinig (i=weinig@nat/apple/x-edfaf6d65b53d917)
  377. # Session Close: Wed Aug 01 00:00:00 2007

The end :)