/irc-logs / freenode / #whatwg / 2011-07-22 / end

Options:

  1. # Session Start: Fri Jul 22 00:00:00 2011
  2. # Session Ident: #whatwg
  3. # [00:01] <metron> Hixie: what you ment with "fail-hard"?
  4. # [00:01] <annevk> almost done with DOM Traversal o_O
  5. # [00:01] <Hixie> metron: handling an error by entirely refusing to process the resource
  6. # [00:01] <annevk> well, except for like introductory text and stuff
  7. # [00:01] <Hixie> metron: JS and XML are examples of fail-hard languages at the syntax level
  8. # [00:02] <annevk> and a few more methods, and getting killed by jgraham for using hard-to-read-algorithms
  9. # [00:02] <Hixie> well here's a shocker
  10. # [00:02] <Hixie> the spec doesn't seem to require that browsers let users follow hyperlinks
  11. # [00:03] <Hixie> or even encourage it
  12. # [00:03] <Hixie> am i missing something i wrote somewhere?
  13. # [00:03] <Hixie> it has text for <area> and <link>...
  14. # [00:04] <annevk> implemented <a> with a table the other day
  15. # 02[00:04] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
  16. # [00:09] <The_8472> mhh... replace capital punishment with the task to rewrite the spec to derive everything from tables.
  17. # 02[00:09] * Quits: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net) (Remote host closed the connection)
  18. # [00:10] <annevk> it's actually a reference to an old joke; the claim was a table (an ordinary non-computer one) with quotation marks around it was a conforming HTML4 user agent
  19. # [00:10] <Hixie> not just any able, dbaron's desk at harvard ;-)
  20. # 06[00:11] * The_8472 is confused
  21. # [00:11] <annevk> :)
  22. # [00:13] <Hixie> The_8472: HTML4 includes only one testable requirement on browsers
  23. # [00:13] <Hixie> The_8472: which is that <q> elements must be surrounded by quotation marks
  24. # [00:13] <Hixie> The_8472: so an ordinary desk with a pair of quotation marks engraved in it is a compliant HTML4 browser
  25. # [00:14] <The_8472> ah, semantic lawyering.
  26. # [00:14] <Hixie> not just semantic lawyering. it has also made it near impossible to write test suites for html4.
  27. # 03[00:14] * Joins: s7r (~s7r@openvpn/user/s7r)
  28. # [00:14] <Hixie> (fixing this is one of the greatest achievments of the new html spec)
  29. # 03[00:15] * Parts: s7r (~s7r@openvpn/user/s7r)
  30. # 03[00:17] * Joins: pdr_ (~pdr@75-144-232-190-Atlanta.hfc.comcastbusiness.net)
  31. # 02[00:17] * Quits: pdr_ (~pdr@75-144-232-190-Atlanta.hfc.comcastbusiness.net) (Remote host closed the connection)
  32. # 03[00:18] * Joins: pdr_ (~pdr@nat/google/x-iwniimpbovonmesh)
  33. # 03[00:28] * Joins: franksalim (~frank@64-71-23-250.static.wiline.com)
  34. # 03[00:30] * Joins: david_carlisle (~chatzilla@dcarlisle.demon.co.uk)
  35. # 02[00:31] * Quits: nmadzharov (~chatzilla@95.150.158.26) (Remote host closed the connection)
  36. # [00:32] <dbaron> Hixie, The_8472, the other testable requirement was that it treat SGML-equivalent streams the same... but doing nothing all the time is treating them the same
  37. # [00:33] <Hixie> ah yes
  38. # [00:33] <Hixie> a requirement which, incidentally, no browser ever implemented
  39. # 02[00:33] * Quits: dpy (~Marcel@dhcp-077-248-090-235.chello.nl) (Ping timeout: 255 seconds)
  40. # 03[00:33] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
  41. # 03[00:38] * Joins: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net)
  42. # 02[00:40] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.87 [Firefox 5.0/20110615151330])
  43. # 02[00:40] * Quits: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net) (Client Quit)
  44. # [00:45] <TabAtkins> Except for dbaron's desk.
  45. # [00:46] <dbaron> not a browser
  46. # [00:46] <TabAtkins> Okay, granted.
  47. # 03[00:47] * Joins: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1)
  48. # [00:47] <Dashiva> Dunno, did html4 define what a browser is?
  49. # 03[00:47] * Joins: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net)
  50. # 03[00:47] * Joins: dgathright (~dgathrigh@nat/yahoo/x-ddtbbvdtegmmqail)
  51. # [00:49] <annevk> http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#traversal
  52. # [00:49] <annevk> still need TreeWalker previousNode/nextNode
  53. # 02[00:51] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
  54. # 03[00:53] * Joins: MikeSmith (~mikesmith@EM111-188-52-212.pool.e-mobile.ne.jp)
  55. # 03[00:53] * jernoble is now known as jernoble|afk
  56. # [00:53] <metron> annevk: I thought XLink will do that for us?!
  57. # 03[00:53] * jernoble|afk is now known as jernoble
  58. # [00:54] <annevk> if XLink is not out already it is on its way
  59. # [00:54] <annevk> this is some legacy DOM API that ended up in Acid3 but was not really fully defined
  60. # [00:54] <annevk> now it is, presumably with new bugs
  61. # [00:55] <Hixie> hober: (fwiw, i filed a bug on that circle ordering thing. i have the same problem around the same number of circles.)
  62. # 03[01:03] * Joins: agektmr (~Adium@p4171-ipbf6905marunouchi.tokyo.ocn.ne.jp)
  63. # [01:03] <metron> annevk: k, so I'll change my mind with XLink
  64. # 02[01:04] * Quits: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net) (Quit: cying)
  65. # 02[01:04] * Quits: agektmr (~Adium@p4171-ipbf6905marunouchi.tokyo.ocn.ne.jp) (Client Quit)
  66. # [01:04] <annevk> metron, rule of thumb: specs where the initial letter is an "X" are not really making it these days
  67. # 02[01:05] * Quits: smaug____ (~chatzilla@dsl-hkibrasgw4-fe45dc00-171.dhcp.inet.fi) (Ping timeout: 260 seconds)
  68. # [01:09] <metron> annevk: hmm, .oO(…she mean Xing too?) ;)
  69. # [01:09] <TabAtkins> (Btw, annevk's a dude.)
  70. # [01:09] <TabAtkins> (He's dutch, where "anne" is a common male name.)
  71. # [01:10] <metron> ups
  72. # [01:10] <metron> annevk: sry, wasn't know that
  73. # [01:11] <TabAtkins> Don't worry, I'm pretty sure everyone makes that mistake once, unless they see him in person first or catch someone using a gendered pronoun on him.
  74. # [01:12] <metron> its late, I think, I'll have to go off
  75. # [01:12] <metron> thx for helping me out
  76. # [01:12] <metron> cya guys
  77. # 03[01:13] * Parts: metron (~Adium@e179071116.adsl.alicedsl.de)
  78. # 02[01:14] * Quits: david_carlisle (~chatzilla@dcarlisle.demon.co.uk) (Ping timeout: 258 seconds)
  79. # 03[01:15] * Joins: agektmr (~Adium@p4171-ipbf6905marunouchi.tokyo.ocn.ne.jp)
  80. # [01:16] <annevk> at the airports they typically look from me to my passport and back again etc.
  81. # [01:17] <annevk> some of these people even ask, "is this really you?"
  82. # [01:17] <annevk> wtf are passports for...
  83. # [01:18] <Philip`> You could have mixed up your passport with your identical other-gendered twin
  84. # [01:18] <zewt> (the Usual Internet Ratio just red-flagged it for me to begin with, so I checked, heh)
  85. # [01:18] <Philip`> Presumably if they thought you were really trying to trick them, they'd have to interrogate you more thoroughly than asking "is this really you?"
  86. # [01:24] <Dashiva> Nah
  87. # [01:24] <Dashiva> They're just waiting for someone to answer "No" sarcastically, so they can arrest you
  88. # 02[01:26] * Quits: agektmr (~Adium@p4171-ipbf6905marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving.)
  89. # 03[01:28] * Joins: cpearce (~chatzilla@203-97-204-82.dsl.clear.net.nz)
  90. # 02[01:28] * Quits: oal (~olav@5.79-160-122.customer.lyse.net) (Remote host closed the connection)
  91. # 02[01:29] * Quits: linclark (~clark@089-101-090180.ntlworld.ie) (Quit: linclark)
  92. # 03[01:36] * _bga is now known as bga_|away
  93. # 03[01:37] * Joins: ezoe (~ezoe@61-205-125-116f1.kyt1.eonet.ne.jp)
  94. # 03[01:43] * Joins: MikeSmith_ (~mikesmith@u-211130159119.u09.hotspot.ne.jp)
  95. # 03[01:44] * Joins: agektmr (~Adium@p4171-ipbf6905marunouchi.tokyo.ocn.ne.jp)
  96. # 02[01:46] * Quits: MikeSmith (~mikesmith@EM111-188-52-212.pool.e-mobile.ne.jp) (Ping timeout: 246 seconds)
  97. # 03[01:46] * MikeSmith_ is now known as MikeSmith
  98. # 03[01:46] * Joins: homata__ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp)
  99. # 03[01:53] * jernoble is now known as jernoble|afk
  100. # 03[01:54] * Joins: cying (~cying@c-71-202-136-62.hsd1.ca.comcast.net)
  101. # 02[01:54] * Quits: dbaron (~dbaron@nat/mozilla/x-ktqcfipafqsflgsv) (Ping timeout: 258 seconds)
  102. # 03[01:55] * Joins: pdr__ (~pdr@75-144-232-190-Atlanta.hfc.comcastbusiness.net)
  103. # 03[01:58] * heycam is now known as heycam|away
  104. # 02[01:59] * Quits: pdr_ (~pdr@nat/google/x-iwniimpbovonmesh) (Ping timeout: 260 seconds)
  105. # 02[02:03] * Quits: stevela (~stevela@74.125.59.1) (Quit: stevela)
  106. # 03[02:04] * Joins: dbaron (~dbaron@nat/mozilla/x-ivwkdvryifvhxzfy)
  107. # 03[02:06] * bga_|away is now known as bga_
  108. # 02[02:10] * Quits: shetech (~shetech@12.234.36.130) (Quit: Leaving.)
  109. # 02[02:13] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
  110. # 02[02:18] * Quits: dave_levin (~dave_levi@74.125.59.73) (Quit: dave_levin)
  111. # 02[02:20] * Quits: ojan (~ojan@nat/google/x-zqsiahofnloiwuxn) (Quit: ojan)
  112. # 02[02:22] * Quits: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1) (Ping timeout: 255 seconds)
  113. # 03[02:22] * Joins: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net)
  114. # 02[02:25] * Quits: tndH (~Rob@adsl-87-102-14-80.karoo.KCOM.COM) (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 1.9.0.1/2008072406])
  115. # 03[02:26] * Joins: erlehmann (~erlehmann@89.204.137.125)
  116. # 03[02:38] * heycam|away is now known as heycam
  117. # 02[02:39] * Quits: MikeSmith (~mikesmith@u-211130159119.u09.hotspot.ne.jp) (Quit: hands busy doing other things)
  118. # 02[02:39] * Quits: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c) (Quit: back soonish)
  119. # 02[02:42] * Quits: beverloo (~beverloo@nat/google/x-dmphmstfdgrhshhm) (Ping timeout: 260 seconds)
  120. # 02[02:44] * Quits: agektmr (~Adium@p4171-ipbf6905marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving.)
  121. # 02[02:44] * Quits: erlehmann (~erlehmann@89.204.137.125) (Quit: Ich habe dieses Lotterleben satt.)
  122. # 03[02:49] * Joins: beverloo (~beverloo@nat/google/x-tgwsfdndfhocsbqb)
  123. # 02[02:50] * Quits: cying (~cying@c-71-202-136-62.hsd1.ca.comcast.net) (Quit: cying)
  124. # 03[02:51] * Joins: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp)
  125. # 02[02:52] * Quits: ap (~ap@2620:149:4:401:226:4aff:fe14:aad6) (Quit: ap)
  126. # 02[02:54] * Quits: The_8472 (~stardive@azureus/The8472) (Ping timeout: 250 seconds)
  127. # 03[02:56] * Joins: versatiletech_ (~versatile@184.255.50.118)
  128. # 03[02:56] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
  129. # 02[02:58] * Quits: versatiletech (~versatile@174-151-225-174.pools.spcsdns.net) (Ping timeout: 276 seconds)
  130. # 03[02:58] * versatiletech_ is now known as versatiletech
  131. # 02[03:05] * Quits: versatiletech (~versatile@184.255.50.118) (Ping timeout: 246 seconds)
  132. # 02[03:17] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Quit: Now time for the weather. Tiffany?)
  133. # 03[03:19] * Joins: scor (~scor@drupal.org/user/52142/view)
  134. # 02[03:19] * Quits: scor (~scor@drupal.org/user/52142/view) (Excess Flood)
  135. # 03[03:20] * Joins: scor (~scor@drupal.org/user/52142/view)
  136. # 03[03:22] * Joins: nessy (~Adium@124-169-135-125.dyn.iinet.net.au)
  137. # 02[03:22] * Quits: dbaron (~dbaron@nat/mozilla/x-ivwkdvryifvhxzfy) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  138. # 03[03:27] * Joins: MikeSmith (~mikesmith@u-210162011090.u07.hotspot.ne.jp)
  139. # 02[03:30] * Quits: dgathright (~dgathrigh@nat/yahoo/x-ddtbbvdtegmmqail) (Quit: dgathright)
  140. # 03[03:38] * Joins: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c)
  141. # 03[03:39] * Joins: drdt (~dydz@64.134.239.53)
  142. # 02[03:53] * Quits: pdr__ (~pdr@75-144-232-190-Atlanta.hfc.comcastbusiness.net) (Remote host closed the connection)
  143. # 03[03:53] * Joins: pdr_ (~pdr@nat/google/x-nwhbkgdxqtbhayfg)
  144. # 02[04:01] * Quits: MrDoublesite (~mropposit@unaffiliated/mropposite) (Ping timeout: 260 seconds)
  145. # 02[04:09] * Quits: drdt (~dydz@64.134.239.53) (Quit: drdt)
  146. # 02[04:14] * Quits: tomasf (~tom@2002:55e5:d95e:0:445c:9b41:8501:e4fc) (Quit: tomasf)
  147. # 03[04:18] * Joins: davidb (~davidb@bas1-toronto06-2925209706.dsl.bell.ca)
  148. # 03[04:19] * Joins: miketaylr (~miketaylr@24.42.93.245)
  149. # 02[04:19] * Quits: bga_ (~bga@ppp78-37-198-125.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
  150. # 02[04:19] * Quits: MikeSmith (~mikesmith@u-210162011090.u07.hotspot.ne.jp) (Ping timeout: 260 seconds)
  151. # 03[04:25] * Joins: agektmr (~Adium@220.109.219.244)
  152. # 02[04:28] * Quits: agektmr (~Adium@220.109.219.244) (Client Quit)
  153. # 03[04:28] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
  154. # 02[04:34] * Quits: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.18/20110621100037])
  155. # 03[04:49] * Joins: versatiletech (~versatile@70-11-152-139.pools.spcsdns.net)
  156. # 02[04:57] * Quits: jamesr (~jamesr@216.239.45.18) (Quit: jamesr)
  157. # 02[04:59] * Quits: beverloo (~beverloo@nat/google/x-tgwsfdndfhocsbqb) (Quit: beverloo)
  158. # 02[05:00] * Quits: jochen__ (~jochen@nat/google/x-xamgpwrxuaykebpj) (Remote host closed the connection)
  159. # 03[05:00] * Joins: jochen__ (~jochen@nat/google/x-uffviiakjtmwemmz)
  160. # 02[05:09] * Quits: othermaciej (~mjs@17.246.17.198) (Quit: othermaciej)
  161. # 03[05:12] * Joins: karlcow (~karl@nerval.la-grange.net)
  162. # 02[05:13] * Quits: jernoble|afk (~jernoble@2620:149:4:401:450f:823:f85:72c1) (Quit: jernoble|afk)
  163. # 02[05:13] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  164. # 02[05:16] * Quits: Xeon06_ (~chatzilla@modemcable053.88-130-66.mc.videotron.ca) (Read error: Connection reset by peer)
  165. # 03[05:17] * Joins: Xeon06_ (~chatzilla@modemcable053.88-130-66.mc.videotron.ca)
  166. # 02[05:20] * Quits: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com) (Ping timeout: 255 seconds)
  167. # 03[05:21] * Parts: versatiletech (~versatile@70-11-152-139.pools.spcsdns.net)
  168. # 03[05:21] * Joins: othermaciej (~mjs@66.109.105.123)
  169. # 02[05:27] * Quits: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net) (Quit: chriseppstein)
  170. # 02[05:30] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
  171. # 02[05:31] * Quits: davidb (~davidb@bas1-toronto06-2925209706.dsl.bell.ca) (Quit: davidb)
  172. # 03[05:35] * Joins: shinyak (~shinyak@2401:fa00:4:1012:129a:ddff:febe:ed11)
  173. # 03[05:42] * Joins: beverloo (~beverloo@69.230.0.6)
  174. # 02[05:43] * Quits: beverloo (~beverloo@69.230.0.6) (Client Quit)
  175. # 03[05:43] * Joins: beverloo (~beverloo@69.230.0.6)
  176. # 03[05:44] * Joins: nonge__ (~nonge@p5082BF99.dip.t-dialin.net)
  177. # 02[05:48] * Quits: nonge_ (~nonge@p5082B613.dip.t-dialin.net) (Ping timeout: 250 seconds)
  178. # 02[05:55] * Quits: othermaciej (~mjs@66.109.105.123) (Quit: othermaciej)
  179. # 02[06:00] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
  180. # 03[06:05] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
  181. # 03[06:05] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  182. # 03[06:20] * dglazkov is now known as dglazkov|away
  183. # 02[06:31] * Quits: shinyak (~shinyak@2401:fa00:4:1012:129a:ddff:febe:ed11) (Remote host closed the connection)
  184. # 03[06:35] * Joins: shinyak (~shinyak@2401:fa00:4:1012:129a:ddff:febe:ed11)
  185. # 02[06:36] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
  186. # 02[06:46] * Quits: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net) (Remote host closed the connection)
  187. # 02[06:47] * Quits: janv_ (~varga@195.91.87.57) (Quit: Leaving)
  188. # 03[06:52] * Joins: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net)
  189. # 02[07:00] * Quits: ezoe (~ezoe@61-205-125-116f1.kyt1.eonet.ne.jp) (Ping timeout: 255 seconds)
  190. # 03[07:01] * Joins: cying (~cying@c-71-202-136-62.hsd1.ca.comcast.net)
  191. # 02[07:07] * Quits: cpearce (~chatzilla@203-97-204-82.dsl.clear.net.nz) (Ping timeout: 276 seconds)
  192. # 03[07:10] * Joins: dydx (~dydz@adsl-76-199-101-75.dsl.pltn13.sbcglobal.net)
  193. # 03[07:23] * Joins: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie)
  194. # 03[07:24] * Joins: mhausenblas_ (~mhausenbl@wg1-nat.fwgal01.deri.ie)
  195. # 02[07:28] * Quits: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie) (Ping timeout: 258 seconds)
  196. # 03[07:28] * mhausenblas_ is now known as mhausenblas
  197. # 03[08:03] * Joins: smaug____ (~chatzilla@dsl-hkibrasgw4-fe45dc00-171.dhcp.inet.fi)
  198. # 03[08:03] * heycam is now known as heycam|away
  199. # 02[08:06] * Quits: Xeon06_ (~chatzilla@modemcable053.88-130-66.mc.videotron.ca) (Read error: Connection reset by peer)
  200. # 03[08:07] * Joins: Xeon06_ (~chatzilla@modemcable053.88-130-66.mc.videotron.ca)
  201. # 02[08:08] * Quits: smaug____ (~chatzilla@dsl-hkibrasgw4-fe45dc00-171.dhcp.inet.fi) (Ping timeout: 264 seconds)
  202. # 03[08:17] * Joins: LBP (~Mirc@pD9EB19AB.dip0.t-ipconnect.de)
  203. # 02[08:27] * Quits: pdr_ (~pdr@nat/google/x-nwhbkgdxqtbhayfg) (Ping timeout: 276 seconds)
  204. # 03[08:28] * Joins: pdr_ (~pdr@75-144-232-190-Atlanta.hfc.comcastbusiness.net)
  205. # 03[08:30] * Joins: smaug____ (~chatzilla@dsl-hkibrasgw4-fe45dc00-171.dhcp.inet.fi)
  206. # 02[08:30] * Quits: inimino (~inimino@boshi.inimino.org) (Ping timeout: 276 seconds)
  207. # [08:31] <Hixie> can anyone think of anything that would make a browsing context navigation do something other than change the document, other than:
  208. # [08:31] <Hixie> - content-disposition: attachment
  209. # [08:31] <Hixie> - unrecognised content-type triggering a download
  210. # [08:31] <Hixie> - http 204 or 205 response
  211. # [08:32] <Hixie> - network error in a browser that displays a dialog instead of an inline page for network errors
  212. # [08:32] <Hixie> - a scheme being one that triggers a helper app (e.g. mailto:)
  213. # [08:32] <Hixie> ...?
  214. # [08:32] <wirepair> security validation error (certs)
  215. # [08:32] <Hixie> ooh, good call
  216. # [08:33] <wirepair> other than that... hmm
  217. # [08:34] <wirepair> maybe plugins taking over the context, like flash or something?
  218. # [08:34] <Hixie> that changes the document
  219. # [08:35] <Hixie> i can't think of others any either, fwiw
  220. # [08:35] <Hixie> didn't even think of the crypto one :-)
  221. # [08:35] <wirepair> right. then yeah that should be it hehe
  222. # 06[08:43] * Hixie adds yet another reference
  223. # 03[08:44] * Joins: inimino (~inimino@boshi.inimino.org)
  224. # 03[08:46] * Joins: JennaBerry (~Kashidom@unaffiliated/kashidom)
  225. # [08:46] <JennaBerry> Any W3C people around?
  226. # [08:47] <JennaBerry> I have a question about CSS
  227. # [08:47] <Hixie> you probably don't want w3c people then, more css people :-)
  228. # [08:47] <smaug____> JennaBerry: just ask and someone may answer
  229. # [08:48] <JennaBerry> I'd like to submit a section into CSS that deals with CSS-based image sprites and multiple backgrounds, so that you can reduce code and not work with extra images/libraries/scripts/styles
  230. # [08:48] <Hixie> already exists and supported in several browsers
  231. # [08:49] <JennaBerry> Oh?
  232. # [08:49] <Hixie> http://dev.w3.org/csswg/css3-background/
  233. # 03[08:51] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
  234. # 02[08:52] * Quits: shinyak (~shinyak@2401:fa00:4:1012:129a:ddff:febe:ed11) (Remote host closed the connection)
  235. # [08:52] <JennaBerry> Can't find the exact thing I'm looking for.
  236. # [08:52] <JennaBerry> I'd like something that places images, repeats or stretches them and does all sorts of things, but not to the whole object, so that you can create a button-element with a single image, cut into three parts (left, middle, right) and positioned accordingly as the background
  237. # [08:53] <JennaBerry> even with the current multiple backgrounds, repeat goes from one side to the other, instead of stopping at, say, 10px off the edge
  238. # 03[08:53] * Joins: D_rwin (~D_rwin@110.227.167.15)
  239. # [08:54] <Hixie> http://dev.w3.org/csswg/css3-background/#border-images
  240. # [08:55] <JennaBerry> The elements should also have contents
  241. # [08:56] <Hixie> the elements can have contents
  242. # [08:57] <JennaBerry> Does the border image also allow for backgrounds?
  243. # [08:57] <Hixie> the border image also allows for backgrounds
  244. # [08:57] <JennaBerry> I mean, without using a second image
  245. # [08:57] <Hixie> without using a second image
  246. # [08:57] <Hixie> (or with, both work)
  247. # [08:57] <JennaBerry> Interesting...
  248. # [08:58] <Hixie> this is already implemented in at least chrome
  249. # [08:58] <JennaBerry> Does it always stretch?
  250. # [08:58] <Hixie> dude just read the spec :-)
  251. # [08:58] <JennaBerry> Sorry... I've been working all night :P
  252. # [08:58] <JennaBerry> It's easier to ask, but yeah... I will
  253. # 03[08:58] * Joins: cygri (~cygri@wlan-nat.fwgal01.deri.ie)
  254. # [08:59] <Hixie> sorry, kinda busy here :-)
  255. # 02[08:59] * Quits: cygri (~cygri@wlan-nat.fwgal01.deri.ie) (Remote host closed the connection)
  256. # [08:59] <Hixie> there's probably some tutorials you can google for
  257. # [08:59] <Hixie> the spec isn't the easiest thing to read
  258. # [08:59] <JennaBerry> I can read spec :)
  259. # 03[08:59] * Joins: cygri (~cygri@wg1-nat.fwgal01.deri.ie)
  260. # [08:59] <JennaBerry> I did that for SVG, yesterday
  261. # [08:59] <JennaBerry> And then found out WebKit doesn't have effects :|
  262. # [09:01] <smaug____> use gecko :p
  263. # 02[09:01] * Quits: espadrine (~thaddee_t@acces0224.res.insa-lyon.fr) (Quit: espadrine)
  264. # [09:02] <JennaBerry> I'm building a Safari Extension's configuration page... so it's not really possible to use Gecko
  265. # 03[09:03] * Joins: ezoe (~ezoe@203-140-91-171f1.kyt1.eonet.ne.jp)
  266. # 03[09:04] * Joins: cpearce (~chatzilla@ip-118-90-59-100.xdsl.xnet.co.nz)
  267. # 03[09:07] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
  268. # 03[09:08] * Joins: cpearce_ (~chatzilla@ip-118-90-60-169.xdsl.xnet.co.nz)
  269. # 02[09:09] * Quits: cpearce (~chatzilla@ip-118-90-59-100.xdsl.xnet.co.nz) (Ping timeout: 258 seconds)
  270. # 03[09:09] * cpearce_ is now known as cpearce
  271. # 02[09:09] * Quits: mamund (mamund@obsidian.nullshells.net) (Ping timeout: 240 seconds)
  272. # 03[09:09] * Parts: JennaBerry (~Kashidom@unaffiliated/kashidom)
  273. # 02[09:16] * Quits: dydx (~dydz@adsl-76-199-101-75.dsl.pltn13.sbcglobal.net) (Quit: dydx)
  274. # 03[09:18] * Joins: cpearce_ (~chatzilla@ip-118-90-60-169.xdsl.xnet.co.nz)
  275. # 02[09:19] * Quits: cpearce (~chatzilla@ip-118-90-60-169.xdsl.xnet.co.nz) (Ping timeout: 240 seconds)
  276. # 03[09:19] * cpearce_ is now known as cpearce
  277. # 02[09:22] * Quits: D_rwin (~D_rwin@110.227.167.15) (Quit: jmIrc destroyed by the OS)
  278. # 02[09:23] * Quits: cying (~cying@c-71-202-136-62.hsd1.ca.comcast.net) (Quit: cying)
  279. # 03[09:24] * Joins: tndH (~Rob@adsl-87-102-14-80.karoo.KCOM.COM)
  280. # 02[09:28] * Quits: smaug____ (~chatzilla@dsl-hkibrasgw4-fe45dc00-171.dhcp.inet.fi) (Quit: ChatZilla 0.9.86.1 [Firefox 8.0a1/20110715030758])
  281. # 02[09:31] * Quits: ivan` (~ivan@unaffiliated/ivan/x-000001) (Quit: ERC Version 5.3 (IRC client for Emacs))
  282. # 02[09:32] * Quits: CvP (~CvP@123.49.23.56) (Disconnected by services)
  283. # 03[09:32] * Joins: xCG (~CvP@123.49.22.232)
  284. # 03[09:33] * xCG is now known as CvP
  285. # 03[09:33] * Joins: ivan` (~ivan@unaffiliated/ivan/x-000001)
  286. # 03[09:37] * Joins: mpt (~mpt@canonical/mpt)
  287. # 02[09:38] * Quits: ezoe (~ezoe@203-140-91-171f1.kyt1.eonet.ne.jp) (Ping timeout: 252 seconds)
  288. # 03[09:48] * Joins: smaug____ (~chatzilla@dsl-hkibrasgw4-fe45dc00-171.dhcp.inet.fi)
  289. # 02[09:51] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
  290. # 02[09:55] * Quits: cpearce (~chatzilla@ip-118-90-60-169.xdsl.xnet.co.nz) (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 1.9.0.17/2009122204])
  291. # 02[09:56] * Quits: mpt (~mpt@canonical/mpt) (Read error: Connection reset by peer)
  292. # 03[09:59] * Joins: mpt (~mpt@91.189.88.12)
  293. # 02[09:59] * Quits: mpt (~mpt@91.189.88.12) (Changing host)
  294. # 03[09:59] * Joins: mpt (~mpt@canonical/mpt)
  295. # 03[10:01] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
  296. # 03[10:04] * Parts: espadrine` (~thaddee_t@LNeuilly-152-22-27-243.w193-251.abo.wanadoo.fr)
  297. # 02[10:07] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 240 seconds)
  298. # 03[10:12] * Joins: david_carlisle (~chatzilla@86.188.197.189)
  299. # 03[10:13] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
  300. # 03[10:16] * Joins: espadrine` (~thaddee_t@LNeuilly-152-22-27-243.w193-251.abo.wanadoo.fr)
  301. # 02[10:17] * Quits: ParadoX- (parad0x@hades.spexhost.com) (Quit: ZNC - http://znc.sourceforge.net)
  302. # 03[10:18] * Joins: ParadoX- (parad0x@hades.spexhost.com)
  303. # 03[10:22] * Joins: mpt (~mpt@canonical/mpt)
  304. # [10:24] <jgraham> Hmm, isn't overloading functions based on number of arguments rather common in non-DOM js?
  305. # [10:24] <jgraham> Like in jQuery?
  306. # 02[10:37] * Quits: dhx_z (~anonymous@60-242-108-164.static.tpgi.com.au) (Remote host closed the connection)
  307. # 03[10:38] * Joins: ezoe (~ezoe@203-140-89-187f1.kyt1.eonet.ne.jp)
  308. # 02[10:41] * Quits: david_carlisle (~chatzilla@86.188.197.189) (Quit: ChatZilla 0.9.87 [Firefox 8.0a1/20110720030844])
  309. # 03[10:48] * Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)
  310. # 03[10:54] * Joins: D_rwin (~D_rwin@110.227.164.85)
  311. # 02[11:00] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
  312. # 02[11:02] * Quits: D_rwin (~D_rwin@110.227.164.85) (Ping timeout: 276 seconds)
  313. # 03[11:04] * Joins: tbassetto (~tbassetto@LRouen-151-71-49-64.w80-11.abo.wanadoo.fr)
  314. # 02[11:05] * Quits: beowulf (u116@gateway/web/irccloud.com/x-pamxkrpbowugjtkp) (Changing host)
  315. # 03[11:05] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
  316. # 03[11:09] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  317. # 03[11:10] * Joins: homata___ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  318. # 03[11:10] * Joins: homa_____ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  319. # 02[11:10] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Client Quit)
  320. # 03[11:10] * Joins: 17SAAZJCY (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  321. # 02[11:10] * Quits: homata___ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Client Quit)
  322. # 02[11:10] * Quits: 17SAAZJCY (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Client Quit)
  323. # 02[11:10] * Quits: homa_____ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Client Quit)
  324. # 03[11:10] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  325. # 02[11:16] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
  326. # 03[11:20] * Joins: dpy (~Marcel@2001:1af8:fe9b:0:221:70ff:fea7:aa9d)
  327. # 02[11:26] * Quits: jdong (~quassel@222.126.155.250) (Remote host closed the connection)
  328. # 03[11:33] * Joins: linclark (~clark@wlan-nat.fwgal01.deri.ie)
  329. # 02[11:35] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 246 seconds)
  330. # 02[11:39] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
  331. # 03[11:39] * Joins: Rik`_ (~Rik`@2a01:e34:ec0f:1570:6156:bb9:2c3e:d868)
  332. # 03[11:43] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
  333. # 03[11:44] * Joins: david_carlisle (~chatzilla@86.188.197.189)
  334. # 03[11:47] * Joins: rimantas (~rimliu@93.93.57.193)
  335. # 03[11:47] * Parts: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
  336. # 03[11:48] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
  337. # 03[11:50] * Joins: Amorphous (jan@unaffiliated/amorphous)
  338. # 02[11:52] * Quits: beverloo (~beverloo@69.230.0.6) (Ping timeout: 276 seconds)
  339. # 02[12:03] * Quits: Rik`_ (~Rik`@2a01:e34:ec0f:1570:6156:bb9:2c3e:d868) (Remote host closed the connection)
  340. # 03[12:04] * Joins: Rik` (~Rik`@2a01:e34:ec0f:1570:e998:3b72:4599:43fc)
  341. # 03[12:06] * Joins: MrDoublesite (~mropposit@unaffiliated/mropposite)
  342. # 02[12:10] * Quits: ezoe (~ezoe@203-140-89-187f1.kyt1.eonet.ne.jp) (Ping timeout: 260 seconds)
  343. # 02[12:11] * Quits: uf0 (deeznuts@2001:4d88:ffff:ffff:2:b320:d90a:b) (Remote host closed the connection)
  344. # 03[12:14] * Joins: uf0 (deeznuts@2001:4d88:ffff:ffff:2:b320:d90a:b)
  345. # 03[12:24] * Joins: ezoe (~ezoe@112-68-245-168f1.kyt1.eonet.ne.jp)
  346. # 02[12:25] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
  347. # 03[12:37] * Joins: micheil (~micheil@109.231.193.164)
  348. # 02[12:38] * Quits: ezoe (~ezoe@112-68-245-168f1.kyt1.eonet.ne.jp) (Ping timeout: 252 seconds)
  349. # 02[12:38] * Quits: rimantas (~rimliu@93.93.57.193) (Quit: Leaving)
  350. # [12:39] <annevk> holy shit
  351. # [12:40] <annevk> ALT+left directional key works in Terminal.app
  352. # [12:40] <annevk> *happy*
  353. # 03[12:40] * Joins: Lachy (~Lachy@pat-tdc.opera.com)
  354. # 02[12:40] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
  355. # [12:41] <jgraham> Have they fixed it yet so you can enter characters not on your keyboard when you have the alt-sends-meta option selected?
  356. # 06[12:41] * jgraham thinks not being able to type ä or whatever into terminals is a bit ridiculous
  357. # [12:41] <smaug____> Does Terminal.app not hang anymore when using gdb?
  358. # [12:42] <jgraham> In general is terminal.app no longer crappy? :)
  359. # [12:42] <annevk> jgraham, smaug____, no idea
  360. # 03[12:42] * Joins: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp)
  361. # [12:42] <annevk> it does what I need :)
  362. # 02[12:43] * Quits: homata__ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp) (Remote host closed the connection)
  363. # 02[12:45] * Quits: Rik` (~Rik`@2a01:e34:ec0f:1570:e998:3b72:4599:43fc) (Remote host closed the connection)
  364. # 03[12:50] * Joins: Ms2ger (~Ms2ger@91.181.87.229)
  365. # 03[12:57] * Joins: simplicity- (~simpli@unaffiliated/simplicity-)
  366. # [12:58] <smaug____> AryehGregor: seems like the range draft doesn't handle ReplaceData nor AppendData cases
  367. # [13:00] <jgraham> Firefox has disabled typing javascript: URIs into the address bar?
  368. # [13:01] <smaug____> there is a pref to enable it
  369. # [13:01] <smaug____> though, IIRC, even then it is run in a sandbox
  370. # [13:01] <jgraham> Is there some announcement about the change?
  371. # [13:03] <smaug____> looking...
  372. # [13:03] <jgraham> (or a bug number)
  373. # 02[13:04] * Quits: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
  374. # 02[13:05] * Quits: Xeon06_ (~chatzilla@modemcable053.88-130-66.mc.videotron.ca) (Read error: Connection reset by peer)
  375. # 03[13:06] * Joins: rimantas (~rimliu@93.93.57.193)
  376. # [13:07] <annevk> we should really define following/preceding
  377. # 03[13:07] * Joins: Xeon06_ (~chatzilla@modemcable053.88-130-66.mc.videotron.ca)
  378. # [13:07] <smaug____> jgraham: https://bugzilla.mozilla.org/show_bug.cgi?id=527530 is the meta bug
  379. # [13:12] <jgraham> smaug____: Thanks
  380. # 02[13:12] * Quits: temp02 (~temp01@unaffiliated/temp01) (Ping timeout: 264 seconds)
  381. # 03[13:12] * Joins: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net)
  382. # 03[13:20] * Joins: temp01 (~temp01@unaffiliated/temp01)
  383. # 02[13:29] * Quits: linclark (~clark@wlan-nat.fwgal01.deri.ie) (Quit: linclark)
  384. # 02[13:33] * Quits: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl) (Read error: Connection timed out)
  385. # 03[13:34] * Joins: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl)
  386. # 03[13:37] * Joins: scor (~scor@drupal.org/user/52142/view)
  387. # 03[13:38] * Joins: linclark (~clark@wlan-nat.fwgal01.deri.ie)
  388. # 03[13:39] * Joins: tomasf (~tom@2002:55e5:d95e:0:1d18:32b6:938e:919f)
  389. # [13:47] <foolip_> Hixie, ping?
  390. # 02[13:47] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  391. # 02[13:48] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 255 seconds)
  392. # 03[13:49] * Joins: scor (~scor@drupal.org/user/52142/view)
  393. # 03[13:51] * Joins: temp01 (~temp01@unaffiliated/temp01)
  394. # 02[13:51] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Ping timeout: 246 seconds)
  395. # 03[13:53] * Joins: zdobersek (~zan@cpe-46-164-0-225.dynamic.amis.net)
  396. # 02[13:54] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  397. # 03[14:04] * Joins: tomasf_ (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se)
  398. # 02[14:08] * Quits: tomasf (~tom@2002:55e5:d95e:0:1d18:32b6:938e:919f) (Ping timeout: 255 seconds)
  399. # 03[14:08] * tomasf_ is now known as tomasf
  400. # [14:14] <smaug____> AryehGregor: also, I wonder how you ended up with the splitText handling
  401. # 03[14:15] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
  402. # 03[14:24] * Joins: bga_ (~bga@ppp78-37-198-125.pppoe.avangarddsl.ru)
  403. # 03[14:27] * Joins: davidb (~davidb@corp.tor1.mozilla.com)
  404. # [14:30] <Ms2ger> <!-- bring it on jgraham -->
  405. # 03[14:36] * Joins: mokush (~quassel@188.24.97.215)
  406. # 03[14:40] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
  407. # [14:40] <jgraham> Ms2ger: Huh?
  408. # [14:40] <Ms2ger> http://dvcs.w3.org/hg/domcore/file/9a02cfae1bdb/Overview.src.html#l3873
  409. # 02[14:41] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Max SendQ exceeded)
  410. # [14:41] <jgraham> Oh. Clearly payman_ is insane
  411. # [14:42] <jgraham> Sorry annevk
  412. # [14:42] <jgraham> +,
  413. # [14:43] <jgraham> Although payman_ is probably also insane
  414. # [14:56] <bga_> <a download="foo.txt" href="data:...">Download generated data</a>
  415. # [14:56] <bga_> new attr is very good idea
  416. # [14:56] <jgraham> annevk: "Let sibling be the preceding sibling of node" doesn't account for node not having a preceding sibling. I assume sibling is supposed to be null or something there
  417. # 03[14:57] * Joins: Frozen_ (~Frozen@2a01:e35:8a2f:2a60:21f:d0ff:fe53:75b2)
  418. # 02[14:59] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
  419. # 02[14:59] * Quits: micheil (~micheil@109.231.193.164) (Quit: micheil)
  420. # 03[15:00] * Joins: micheil (~micheil@109.231.193.164)
  421. # 02[15:01] * Quits: CvP (~CvP@123.49.22.232) (Disconnected by services)
  422. # 03[15:01] * Joins: xCG (~CvP@123.200.17.118)
  423. # 03[15:02] * xCG is now known as CvP
  424. # [15:04] <jgraham> Also, I am missing simething about 3.2.3 in the previouNode algorithm
  425. # [15:04] <jgraham> *something
  426. # [15:04] <jgraham> Oh wait
  427. # [15:06] <jgraham> It's fine
  428. # [15:06] <jgraham> (I really wish you made "return" imply "and terminate these steps"
  429. # [15:06] <jgraham> we don't have coroutines)
  430. # 02[15:11] * Quits: simplicity- (~simpli@unaffiliated/simplicity-) (Quit: simplicity-)
  431. # 03[15:12] * Joins: simplicity- (~simpli@unaffiliated/simplicity-)
  432. # 03[15:14] * Joins: ezoe (~ezoe@203-140-92-115f1.kyt1.eonet.ne.jp)
  433. # 03[15:17] * Joins: jonatasnona (~jonatas@lba.inpa.gov.br)
  434. # 02[15:18] * Quits: simplicity- (~simpli@unaffiliated/simplicity-) (Quit: simplicity-)
  435. # 02[15:18] * Quits: quiccker (~quiccker@212.174.109.55) (Read error: Connection reset by peer)
  436. # 03[15:20] * Joins: simplicity- (~simpli@unaffiliated/simplicity-)
  437. # 03[15:21] * Joins: cygri_ (~cygri@wlan-nat.fwgal01.deri.ie)
  438. # 03[15:21] * Joins: quiccker (~quiccker@212.174.109.55)
  439. # 02[15:23] * Quits: cygri (~cygri@wg1-nat.fwgal01.deri.ie) (Ping timeout: 260 seconds)
  440. # 03[15:23] * cygri_ is now known as cygri
  441. # 02[15:25] * Quits: zdobersek (~zan@cpe-46-164-0-225.dynamic.amis.net) (Quit: Leaving.)
  442. # 03[15:25] * Joins: miketaylr (~miketaylr@24.42.93.245)
  443. # 02[15:26] * Quits: nessy (~Adium@124-169-135-125.dyn.iinet.net.au) (Quit: Leaving.)
  444. # [15:28] <annevk> jgraham, it does not always mean that
  445. # [15:28] <annevk> though maybe in DOM Core it does
  446. # 02[15:32] * Quits: pdr_ (~pdr@75-144-232-190-Atlanta.hfc.comcastbusiness.net) (Quit: pdr_)
  447. # 02[15:32] * Quits: CvP (~CvP@123.200.17.118) (Disconnected by services)
  448. # 03[15:32] * Joins: xCG (~CvP@123.49.22.232)
  449. # 02[15:33] * Quits: cygri (~cygri@wlan-nat.fwgal01.deri.ie) (Quit: cygri)
  450. # 03[15:33] * xCG is now known as CvP
  451. # [15:34] <jgraham> annevk: "return" meaning multiple differrnt thigns seems like a bug that should be fixed
  452. # [15:36] <annevk> it does not mean multiple things
  453. # [15:36] <annevk> but e.g. XMLHttpRequest.send() can return and still continue running
  454. # [15:36] <linclark> so the HTML WG used a lot of data about how people were using classes to create the new semantic elements, right?
  455. # [15:37] <linclark> if that is right, does anyone have a link to the data?
  456. # [15:37] <linclark> I remember adactio talking about it I think, but can't find link
  457. # [15:37] <annevk> the raw data is not available
  458. # [15:37] <annevk> a summary is available here: http://code.google.com/webstats/
  459. # [15:37] <linclark> ahhhhh, awesome
  460. # [15:37] <linclark> thanks!
  461. # [15:37] <annevk> it is from 2005 though, hopefully at some point a new study is done
  462. # [15:38] <adactio> linclark: Note though, that the research was done *after* the new structural elements had already been named (if I recall correctly). So the data provided *justification* but wasn't necessarily the origin of the element names.
  463. # [15:39] <linclark> oh, ok, didn't realize that. thanks for the clarifications
  464. # [15:39] <adactio> John Allsopp also did some research 'round about the same time (2005), if I recall.
  465. # 02[15:40] * Quits: boaz (~boaz@li326-230.members.linode.com) (Excess Flood)
  466. # [15:40] <adactio> Here's John's study (a smaller sample than Google's, obviously): http://westciv.typepad.com/dog_or_higher/2005/11/real_world_sema.html
  467. # 03[15:40] * Joins: MacTed (~Thud@63.119.36.36)
  468. # 03[15:42] * Joins: boaz (~boaz@li326-230.members.linode.com)
  469. # 03[15:46] * Joins: pdr_ (~pdr@nat/google/x-ffzmhwikxfmqfjxs)
  470. # 02[15:47] * Quits: pdr_ (~pdr@nat/google/x-ffzmhwikxfmqfjxs) (Remote host closed the connection)
  471. # 03[15:47] * Joins: pdr_ (~pdr@216.239.45.130)
  472. # [15:49] <Hixie> foolip_: pong
  473. # [15:49] <foolip_> Hixie, I filed two bugs instead
  474. # [15:49] <Hixie> k thanks
  475. # [15:49] <foolip_> was just going to ask if putting defaultMuted on HTMLMediaElement was intentional
  476. # 06[15:49] * annevk wonders if Hixie is in California
  477. # [15:50] <Hixie> btw the way that the IETF leaves obsolete specs on the web instead of replacing specs when they're updated makes the RFC space _even worse than the TR page_
  478. # [15:50] <Hixie> it's like the W3C and the IETF compete for how badly they can do web standards
  479. # [15:50] <Hixie> annevk: yes
  480. # [15:50] <Hixie> foolip_: yes
  481. # [15:50] <Hixie> foolip_: why would it not be?
  482. # [15:50] <annevk> so is it morning for you or just late? :)
  483. # [15:50] <foolip_> Hixie, like poster="", muted="" does nothing for <audio>
  484. # [15:50] <Hixie> morning
  485. # [15:51] <Hixie> foolip_: i thought i made muted="" do something on audio?
  486. # [15:51] <foolip_> oh, wait a second
  487. # [15:51] <foolip_> it says "When a media element is created, if it has a muted attribute specified, the user agent must set the muted IDL attribute to true, overriding any user preference."
  488. # 03[15:51] * Joins: scor (~scor@drupal.org/user/52142/view)
  489. # 03[15:51] * Joins: cygri (~cygri@wlan-nat.fwgal01.deri.ie)
  490. # [15:52] <foolip_> sloppy reading on my part, I'll close the bug as invalid and just implement the spec
  491. # [15:52] <Hixie> k :-)
  492. # [15:52] <Hixie> i don't really mind, we can make it video-only, but it seemed simpler to just make things the same everywhere where possible
  493. # [15:53] <foolip_> this is what confused me: "The muted attribute on the video element controls"
  494. # [15:53] <foolip_> but it's actually defined on both audio and video
  495. # [15:54] <foolip_> do you want a bug on that?
  496. # [15:55] <hsivonen> hmm. Microdata may get corrupted if someone does <script itemprop=foo> and a sanizer zaps scripts
  497. # [15:55] <hsivonen> I guess I'll worry about that if it becomes a Real Problem
  498. # [15:55] <foolip_> hsivonen, same thing for <object>, right?
  499. # [15:55] <hsivonen> foolip_: oh, good point
  500. # [15:55] <foolip_> and attribute whitelists...
  501. # [15:55] <hsivonen> foolip_: I'm whitelisting Microdata
  502. # [15:56] <foolip_> hsivonen, you're writing a sanitizer?
  503. # [15:56] <hsivonen> foolip_: yes
  504. # [15:56] <hsivonen> foolip_: well, it's mostly written. I'm just fixing the obvious problem that <link itemprop> and <meta itemprop> got dropped
  505. # [15:56] <hsivonen> and now I see further problems
  506. # [15:57] <foolip_> hsivonen, what would you expect <script itemprop> to do?
  507. # [15:58] <hsivonen> foolip_: make the textContent of the element be the value of the property
  508. # [15:58] <foolip_> <script src="foo" itemprop="prop"> isn't reflected by itemValue the way you might expect, though
  509. # [15:58] <foolip_> that inconsistency would be a bit iffy, IMO
  510. # [15:58] <Hixie> foolip_: sure
  511. # 06[15:59] * Philip` thought the IETF deleting specs after 6 months was a worse problem than them keeping specs around for too long, since it forces you to look in less-official places to find archived copies
  512. # [15:59] <Hixie> sanitizers corrupt pages, that's what they're for :-)
  513. # [15:59] <hsivonen> dropping <object> worries me now more than dropping <script>
  514. # [15:59] <Hixie> Philip`: yeah that's pretty messed up too
  515. # [15:59] <annevk> that's fixed by just using tools.ietf.org
  516. # [15:59] <hsivonen> Hixie: I could make non-whitelisted elements that have Microdata turn into spans
  517. # [16:00] <jgraham> hsivonen: or <meta>
  518. # [16:00] <jgraham> Oh, but that doesn't work I guess
  519. # [16:00] <Philip`> tools.ietf.org links to updated versions of obsoleted drafts so I suppose it helps with both problems
  520. # [16:00] <Philip`> ...as long as you find your way to an HTML version, not a text version
  521. # [16:00] <hsivonen> Hixie: but I guess this patch has been in bz's review queue for long enough that I'll leave that kind of feature creep for another bug
  522. # [16:01] <Hixie> hsivonen: what's the use case for round-tripping microdata through a sanitizer?
  523. # [16:01] <Hixie> annevk: in case you're planning on replying to Takeshi, note that i've already said on public-webapps that i don't care if we force the extension on or off, so long as we force it one way or the other
  524. # 03[16:01] * Parts: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
  525. # 03[16:03] * Joins: remysharp (~remysharp@188.29.209.154.threembb.co.uk)
  526. # [16:05] <hsivonen> Hixie: the same as round-tripping Content MathML: Not destroying invisible data that doesn't need to be destroyed when someone pastes it into contenteditable
  527. # 03[16:06] * Joins: mhausenblas_ (~mhausenbl@wlan-nat.fwgal01.deri.ie)
  528. # [16:06] <Hixie> that doesn't seem like a realistic use case
  529. # [16:06] <Hixie> it's just gonna cause the data to be corrupted when the user fiddles with the content
  530. # 02[16:08] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Ping timeout: 240 seconds)
  531. # 03[16:08] * mhausenblas_ is now known as mhausenblas
  532. # [16:09] <hsivonen> is switching the twitter avatar into a monkey face a new fad or a twitter bug? I think I've seen two people now use the same monkey face.
  533. # 03[16:14] * Joins: captain (~captain@xdsl-78-34-128-241.netcologne.de)
  534. # 03[16:15] * Joins: mamund (mamund@obsidian.nullshells.net)
  535. # [16:16] <hsivonen> hmm. maybe it's just a coincidence that two people have chosen a face of a monkey as their avatars instead of their own face
  536. # 03[16:17] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
  537. # 03[16:18] * Joins: heedly (~ed@static-108-13-230-138.lsanca.fios.verizon.net)
  538. # 02[16:19] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
  539. # [16:19] <heedly> What error does the video tag fire when it can't find the requested media?
  540. # 03[16:21] * Joins: karlcow (~karl@nerval.la-grange.net)
  541. # 03[16:24] * Joins: zdobersek (~zan@cpe-46-164-0-225.dynamic.amis.net)
  542. # 03[16:24] * Joins: manu` (~chatzilla@pool-71-171-16-22.nwrknj.east.verizon.net)
  543. # [16:24] <manu`> Any Opera folks in Oslo, Norway? Everyone okay there?
  544. # [16:26] <manu`> Reason I ask is because a bomb has just gone off there - targetting the PM's government office: https://plus.google.com/102122664946994504971/posts/HRjA3xr8wXy
  545. # [16:27] <jgraham> That's not good…
  546. # [16:29] <hsivonen> BBC is running the story, so I guess the tweets are for real
  547. # [16:29] <Hixie> hsivonen, MikeSmith: apologies, i forgot to mark the download="" revision as affecting conformance checkers
  548. # [16:30] <scor> http://chatlogs.planetrdf.com/swig/2011-07-22.html#T13-45-08
  549. # [16:30] <wilhelm> hsivonen: Yes, there was a blast: http://www.nrk.no/nyheter/norge/1.7722919
  550. # [16:30] <Hixie> bbl
  551. # [16:31] <wilhelm> Lots of glass, but little structural damage, it seems.
  552. # 02[16:32] * Quits: remysharp (~remysharp@188.29.209.154.threembb.co.uk) (Quit: Shazam)
  553. # [16:32] <hsivonen> wilhelm: I saw a tweet saying than "An entire block has exploded"
  554. # [16:32] <manu`> Opera HQ is 2km away from the bombing location
  555. # [16:32] <hsivonen> *that
  556. # [16:32] <manu`> Prime Minister's government HQ was attacked - PM is okay.
  557. # 02[16:32] * Quits: smaug____ (~chatzilla@dsl-hkibrasgw4-fe45dc00-171.dhcp.inet.fi) (Ping timeout: 260 seconds)
  558. # 02[16:35] * Quits: linclark (~clark@wlan-nat.fwgal01.deri.ie) (Quit: linclark)
  559. # [16:36] <wilhelm> hsivonen: Well, this is where it hit: http://static01.vg.no/drfront/images/2011-07/22/88-0c8d07aa-11a997f9.jpeg
  560. # [16:36] <wilhelm> There are windows blown out more than a kilometer away.
  561. # [16:36] <wilhelm> Same building: http://gfx.dagbladet.no/labrador/174/174138/17413824/jpg/active/978x_13197743.jpg
  562. # [16:37] <AryehGregor> smaug____ (who isn't here): the draft doesn't have to special-case replaceData/appendData because when it was written, those just called insertData/deleteData. Now annevk has rewritten that in DOM Core at my request, and I'll rewrite the Range stuff soon to work with the new wording. As for splitText, see the comments in the spec's HTML source. IIRC, I copied the behavior from WebKit, who made it up; it makes a lot of sense, and IIRC roc t
  563. # [16:37] <AryehGregor> hought it was a good idea. Without that special-case I'd have to add a bunch of different execCommand() special-cases, so it's no simpler, and authors don't get the improved behavior.
  564. # [16:40] <foolip_> heedly, that would be MEDIA_ERR_NETWORK
  565. # [16:41] <foolip_> well, it doesn't "fire" MEDIA_ERR_NETWORK, it fires an error event and video.error.code is MEDIA_ERR_NETWORK
  566. # 03[16:47] * Joins: erlehmann (~erlehmann@89.204.153.99)
  567. # 03[16:47] * Joins: danja_ (~danny@host107-206-dynamic.9-79-r.retail.telecomitalia.it)
  568. # [16:48] <annevk> jgraham, defined next/previous sibling now and they include null; thanks!
  569. # 03[16:48] * Joins: beverloo (~beverloo@69.230.0.6)
  570. # [16:49] <annevk> jgraham, btw, it actually got worse from that bring it on comment
  571. # [16:49] <annevk> jgraham, search for "innermost" o_O
  572. # 02[16:50] * Quits: danja (~danny@host29-26-dynamic.9-79-r.retail.telecomitalia.it) (Ping timeout: 276 seconds)
  573. # [16:52] <jgraham> annevk: I saw that. You are insane
  574. # [16:53] <foolip_> hsivonen, http://www.w3.org/Bugs/Public/show_bug.cgi?id=13329
  575. # [16:53] <annevk> I just try to get things done until I have a better way to say things
  576. # [16:54] <foolip_> right now validator.nu is saying "Attribute muted not allowed on element audio at this point."
  577. # [16:54] <foolip_> where should I file a bug?
  578. # [16:54] <jgraham> Well I think it is good that you defined this stuff :)
  579. # 03[16:55] * Joins: mhausenblas_ (~mhausenbl@wg1-nat.fwgal01.deri.ie)
  580. # 02[16:55] * Quits: cygri (~cygri@wlan-nat.fwgal01.deri.ie) (Remote host closed the connection)
  581. # 03[16:55] * Joins: cygri (~cygri@wg1-nat.fwgal01.deri.ie)
  582. # [16:56] <hsivonen> foolip_: bugzilla.validator.nu is the place, but no need to file a bug, since I can just go ahead and fix it now
  583. # [16:56] <foolip_> hsivonen, much appreciated
  584. # [16:57] <foolip_> you might want to double-check the spec so that I'm not confused again
  585. # [16:57] <foolip_> I'm not 100% sure what the normative part is, but the intention is fairly clear
  586. # 02[16:58] * Quits: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie) (Ping timeout: 258 seconds)
  587. # 03[16:58] * mhausenblas_ is now known as mhausenblas
  588. # 03[16:58] * Joins: linclark (~clark@wlan-nat.fwgal01.deri.ie)
  589. # 03[16:58] * Joins: Obvious (tachikoma@188.226.74.2)
  590. # 02[16:59] * Quits: Obvious_MkII (tachikoma@188.226.74.2) (Ping timeout: 252 seconds)
  591. # [17:04] <annevk> http://www.w3.org/TR/from-origin/ WD'd
  592. # [17:06] <Ms2ger> annevk++
  593. # [17:07] <hsivonen> ouch. looks like my ISP has changed my IP address so now my servers don't let me in
  594. # [17:07] <hsivonen> good thing I have alternative permitted IP addresses to connect from
  595. # 02[17:09] * Quits: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp) (Remote host closed the connection)
  596. # 03[17:09] * Joins: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp)
  597. # [17:10] <annevk> Ms2ger, back at you for fixing the date :)
  598. # [17:10] <jgraham> hsivonen: That sounds like quite an odd security measure. Was it opt-in?
  599. # 02[17:10] * Quits: beverloo (~beverloo@69.230.0.6) (Quit: beverloo)
  600. # 03[17:11] * Parts: manu` (~chatzilla@pool-71-171-16-22.nwrknj.east.verizon.net)
  601. # [17:12] <hsivonen> jgraham: it's self-configured
  602. # [17:12] <hsivonen> jgraham: maybe my tin-foil hat is too thick
  603. # [17:12] <hsivonen> jgraham: but seems potentially useful in case sshd has vulnerabilities
  604. # 02[17:14] * Quits: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp) (Ping timeout: 250 seconds)
  605. # [17:15] <Ms2ger> annevk, so, when do we obsolete it for a fetching spec? :)
  606. # [17:16] <AryehGregor> Hmm, so when you share a post on G+ it looks like it's designed so as to encourage people to comment on your share instead of the original post? That's not what I want.
  607. # [17:17] <hsivonen> heh: "The problem is RDFa is horrifically badly designed for those use cases (either because it'd badly designed, or because it wasn't intended for those use cases — I've always thought the latter, but Manu insists it's the former), and has only been getting worse." (Hixie on G+)
  608. # [17:17] <annevk> Ms2ger, when I forget why I hate working on networking specs
  609. # [17:17] <Ms2ger> :)
  610. # [17:18] <AryehGregor> Anyway, this is a potentially interesting discussion: https://plus.google.com/u/0/112095156983892490612/posts/EMADdvHSRbH
  611. # 03[17:18] * Joins: cying (~cying@c-71-202-136-62.hsd1.ca.comcast.net)
  612. # [17:18] <annevk> AryehGregor, yeah, people comment on your version of the share, but clicking on share, shares the original share
  613. # [17:19] <annevk> I think that is really confusing, but whatever
  614. # [17:19] <annevk> euh, shares what is shared
  615. # [17:19] <AryehGregor> I'd like something that just copies the original discussion to everyone who's following me.
  616. # [17:19] <AryehGregor> Without giving them any new place to leave comments.
  617. # [17:19] <AryehGregor> Like "hey, look at this interesting discussion, go and comment there".
  618. # [17:20] <hsivonen> AryehGregor: whoa. I thought the comments went onto the original
  619. # [17:20] <annevk> just close comments on your share
  620. # [17:20] <hsivonen> but now that I checked, it's not the case
  621. # [17:20] <annevk> and mention that people should go to the original
  622. # [17:20] <AryehGregor> Ah, you can close comments.
  623. # [17:20] <hsivonen> for whatever reason, the RDFa discussion is happening on my share instead of Craig Kellog's original
  624. # [17:20] <AryehGregor> Is there a link to the original post? I didn't actually see one.
  625. # [17:21] <hsivonen> I don't see a link
  626. # [17:22] <annevk> https://plus.google.com/u/0/112095156983892490612/posts/EMADdvHSRbH
  627. # [17:22] <AryehGregor> Can I add links to comments somehow?
  628. # 03[17:22] * Joins: dylangluck (~dylangluc@pool-108-14-223-78.nycmny.east.verizon.net)
  629. # [17:22] <annevk> oh the RDFa one
  630. # 02[17:22] * Quits: boaz (~boaz@li326-230.members.linode.com) (Excess Flood)
  631. # 03[17:23] * Joins: D_rwin (~D_rwin@223.176.207.14)
  632. # [17:23] <dylangluck> Hey guys, I'm new to the group. My name is Dylan Gluck and I am a Front-End Developer at Mars Design in NYC. I am a big fan of what you guys are doing, and would like to support in any way I can
  633. # [17:24] <annevk> be careful now ;)
  634. # [17:24] <annevk> http://wiki.whatwg.org/wiki/Specifications_TODO
  635. # 03[17:24] * Joins: boaz (~boaz@li326-230.members.linode.com)
  636. # [17:24] <annevk> dylangluck, there is also http://wiki.whatwg.org/wiki/What_you_can_do
  637. # [17:25] <dylangluck> Awesome! thanks annevk. I will definitely look over everything
  638. # [17:25] <foolip_> hsivonen, it's too bad that you can comment on a share at all, as opposed to commenting on the original...
  639. # [17:25] <foolip_> they seem to have optimized for the edge case where you reshare to exclude some people from the original post
  640. # [17:26] <annevk> hmm the wiki just went down? Hixie
  641. # [17:26] <dylangluck> yes I am getting no response
  642. # [17:26] <annevk> "Using an outdated version of a specification isn't comparable to using the old version of bash that ships with the enterprise Linux distro you use, it's more like planning your vacation using a decades-old globe that still has the USSR on it. You're using something that's known to be wrong, and your only hope is that the errors happen not to affect whatever part of the spec you're relying on."
  643. # [17:27] <annevk> I like that one AryehGregor :)
  644. # [17:27] <Ms2ger> AryehGregor++
  645. # [17:27] <hsivonen> foolip_: having a "Share" function on non-Public posts is questionable in the first place
  646. # [17:27] <foolip_> hsivonen, indeed, it's too pad it's not more like retweet on twitter
  647. # [17:27] <dylangluck> back up after db error
  648. # [17:27] <AryehGregor> Yeah, seems weird to me.
  649. # [17:27] <foolip_> bad
  650. # 06[17:28] * Philip` wonders if you could write an actual science fiction novel in the form of a specification
  651. # 02[17:28] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Quit: brb)
  652. # [17:28] <dylangluck> haha ^
  653. # [17:28] <hsivonen> new-style retweets are also nicer, because they collapse
  654. # [17:28] <dylangluck> Thanks for the info guys, I will definitely be back
  655. # [17:28] <MacTed> encouraging background image watermarks that proclaim "obsolete" on relevant pages, and perhaps encouraging (creating?) <link @rel="obsoleted by"> and/or <link rel="obsoletes">, could go far with IETF, W3C, and others who want to preserve historical docs at their original URIs...
  656. # [17:28] <MacTed> unfortunately, <link rel="canonical"> requires starting from the position that "this doc will change" and few standards are created with their evolution in mind.
  657. # [17:28] <annevk> dylangluck, sorry about that; most people typically start out by giving feedback on specs
  658. # [17:28] <hober> We MUST niuke it from orbit. It MAY be the only way to be sure.
  659. # [17:28] <dylangluck> absolutely
  660. # [17:29] <hsivonen> when 5 people reshare a post in my stream, I'd like their commentary to stack onto one item instead of having 5 items
  661. # [17:29] <dylangluck> i am not a preogrammer
  662. # [17:29] <annevk> dylangluck, but there's also writing tests (which involves giving feedback), and writing specs if you're up for it
  663. # [17:29] <foolip_> Philip`, I'd read it!
  664. # [17:29] <Ms2ger> Writing tests would be awesome
  665. # [17:29] <annevk> hsivonen, you want RT
  666. # [17:29] <Philip`> You could hint at lots of background through examples and references and implicit assumptions about what's implementable, so I imagine it wouldn't be impossible to tell a story
  667. # [17:29] <Ms2ger> foolip_, more than a page of it? :)
  668. # [17:30] <scor> AryehGregor, hsivonen: is that the url you are looking for (original post)? https://plus.google.com/u/0/115239936584020095918/posts/KPNTayJ3eNW but the fact remains, I had to go to Gregg's profile and look for his post (no link from Henri's profile)
  669. # [17:30] <dylangluck> just a developer who loves the idea of expanding on what the WHATWG has done and giving some feedback
  670. # [17:30] <Philip`> Also you can use deprecated features or weird quirks to indicate the history of your story world
  671. # [17:30] <scor> in any case, this is where the conversation is happening, on hsivonen's profile: https://plus.google.com/u/0/115203359751471044302/posts/92VKitpppB4
  672. # [17:30] <annevk> dylangluck, sounds good
  673. # [17:31] <foolip_> Ms2ger, that depends on how well it manages to incorporate obscure references to spec discussions/wars that make me feel clever by recognizing them
  674. # [17:31] <AryehGregor> scor, I was talking about the post on Jeni Tennison's profile.
  675. # [17:31] <Ms2ger> Heh
  676. # [17:31] <AryehGregor> I wound up posting a link in my share, and disabling comments.
  677. # 02[17:31] * Quits: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Read error: Connection reset by peer)
  678. # 03[17:31] * Joins: tomasf_ (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se)
  679. # [17:32] <foolip_> is it just me, or is it very difficult to get from a Google+ share to the original post?
  680. # [17:32] <AryehGregor> It is.
  681. # [17:32] <AryehGregor> We were just saying.
  682. # [17:32] <AryehGregor> You have to go to the profile and scroll down until you find it.
  683. # [17:32] <foolip_> yeah, that's what I'm doing
  684. # [17:32] <Ms2ger> "Note: This requirement is not present in the Foo version of this specification due to a flame war in the 4th century"
  685. # [17:32] <hsivonen> s/Craig/Gregg/
  686. # [17:32] <AryehGregor> That's why I posted a link: https://plus.google.com/100662365103380396132/posts
  687. # 03[17:33] * Parts: dylangluck (~dylangluc@pool-108-14-223-78.nycmny.east.verizon.net)
  688. # [17:33] <annevk> the number of times I type "hg make"...
  689. # 03[17:33] * Joins: dylangluck (~dylangluc@pool-108-14-223-78.nycmny.east.verizon.net)
  690. # 03[17:33] * Parts: dylangluck (~dylangluc@pool-108-14-223-78.nycmny.east.verizon.net)
  691. # 02[17:38] * Quits: davidb (~davidb@corp.tor1.mozilla.com) (Quit: davidb)
  692. # 02[17:38] * Quits: D_rwin (~D_rwin@223.176.207.14) (Quit: used jmIrc)
  693. # [17:41] <hsivonen> hmm. looks like Safari 5.1 isn't available for Leopard
  694. # [17:41] <hsivonen> I guess that's going to slow down MathML and inline SVG adoption
  695. # 03[17:41] * fishd_ is now known as fishd
  696. # [17:42] <AryehGregor> Safari 5.1 has MathML support? How good is it?
  697. # [17:42] <AryehGregor> Does Chrome also have it?
  698. # [17:42] <hsivonen> AryehGregor: based on hearsay, Chrome doesn't
  699. # [17:42] <Rik`> hsivonen: I don't really think so, Apple users are quickly using the latest version
  700. # [17:43] <hsivonen> Rik`: do you have Leopard vs. Snow Leopard stats?
  701. # [17:43] <hsivonen> I assumed that some users hadn't bothered to update because of "no new features"
  702. # [17:44] <hober> which is too bad, since SL is way better than leopard
  703. # [17:44] <Rik`> hsivonen: I don't at the moment but I think Leopard users are quite irrelevant
  704. # [17:44] <Rik`> maybe less than 1% of all web users
  705. # [17:45] <Rik`> and mostly it's PPC users since Snow Leopard is not compatible
  706. # [17:45] <AryehGregor> hsivonen, http://stats.wikimedia.org/wikimedia/squids/SquidReportClients.htm
  707. # [17:46] <hsivonen> Rik`: http://stats.wikimedia.org/wikimedia/squids/SquidReportOperatingSystems.htm suggests that the numbers for Intel Leopard are quite high relative to Intel Snow Leopard
  708. # [17:46] <AryehGregor> If you want OS: http://stats.wikimedia.org/wikimedia/squids/SquidReportOperatingSystems.htm
  709. # [17:46] <AryehGregor> Yeah.
  710. # [17:46] <hsivonen> Rik`: also, Intel Leopard much higher than PPC Leopard
  711. # [17:47] <AryehGregor> Leopard is at 1.78% of total OS market share, Snow Leopard is 5.04%, so Leopard is a really big chunk.
  712. # [17:47] <Rik`> oh right
  713. # [17:47] <AryehGregor> 10.4 is 0.31%.
  714. # [17:47] <AryehGregor> Which is to say, apparently, Tiger.
  715. # [17:47] <hsivonen> I wonder what the security patch situation for Leopard is now that Leopard + 2 is out
  716. # 02[17:49] * Quits: mokush (~quassel@188.24.97.215) (Remote host closed the connection)
  717. # [17:49] <Rik`> there is no security update for Snow Leopard yet
  718. # 03[17:50] * tomasf_ is now known as tomasf
  719. # [17:51] <hsivonen> Rik`: security update for what holes?
  720. # [17:51] <Rik`> I don't know but it's usual to launch a security update for the n -1 version when you launch the n version
  721. # 03[17:51] * Joins: davidb (~davidb@corp.tor1.mozilla.com)
  722. # [17:52] <hsivonen> Rik`: they did release a point release of 10.6.x a bit earlier, though
  723. # [17:52] <Rik`> oh ok, haven't seen it
  724. # 03[17:53] * Joins: FireyFly (~firefly@unaffiliated/firefly)
  725. # [17:53] <hsivonen> anyway, StatCounter's stats suggest that Safari 5.0 users on Snow Leopard aren't applying the 5.1 update immediately
  726. # 02[17:53] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
  727. # [17:54] <miketaylr> hsivonen: i just tried software update and 5.1 is available to snow leopard, it seems
  728. # [17:54] <Rik`> hsivonen: http://support.apple.com/kb/HT1222
  729. # [17:54] <Rik`> looks like they launched Safari 5.0.6 for Leopard http://support.apple.com/kb/HT4808
  730. # [17:56] <AryehGregor> Why is it not called Safari 6? Is there a full update of WebKit to something recentish?
  731. # 06[17:56] * AryehGregor hopes there's a full WebKit update and they just didn't change enough UI to call it a major version bump
  732. # [17:56] <TabAtkins> hsivonen: I think that shares are separated so that ACLs don't collide. But I agree that if you sent it to public, and other people reshare it to public, it would be niuce to collapse them.
  733. # 02[17:57] * Quits: micheil (~micheil@109.231.193.164) (Quit: micheil)
  734. # 03[17:58] * Joins: micheil (~micheil@109.231.193.164)
  735. # 03[17:58] * Joins: beverloo (~beverloo@nat/google/x-naikudqeqagydgih)
  736. # [17:58] <hober> AryehGregor: http://svn.webkit.org/repository/webkit/branches/
  737. # 02[17:59] * Quits: nonge__ (~nonge@p5082BF99.dip.t-dialin.net) (Quit: Verlassend)
  738. # 03[17:59] * Joins: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com)
  739. # 02[18:01] * Quits: dpy (~Marcel@2001:1af8:fe9b:0:221:70ff:fea7:aa9d) (Ping timeout: 264 seconds)
  740. # 02[18:05] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
  741. # [18:06] <annevk> emailed WebApps about Traversal
  742. # [18:06] <annevk> first draft done
  743. # 02[18:06] * Quits: micheil (~micheil@109.231.193.164) (Read error: Connection reset by peer)
  744. # 03[18:07] * FireyFly is now known as FireFly
  745. # 03[18:07] * Joins: micheil (~micheil@109.231.193.164)
  746. # [18:07] <AryehGregor> Fun discovery: default link color in WebKit (at least Chrome) is -webkit-link, which appears to compute to rgb(0, 0, 238).
  747. # [18:07] <AryehGregor> Not, um, blue?
  748. # [18:07] <AryehGregor> Yay interop?
  749. # [18:08] <AryehGregor> A.k.a. #00e, I guess.
  750. # [18:09] <AryehGregor> This kind of thing does affect interop in some cases . . . grumble grumble.
  751. # [18:09] <Ms2ger> Does anybody use actual blue?
  752. # [18:10] <AryehGregor> HTML5 says to . . .
  753. # 06[18:10] * AryehGregor tests
  754. # [18:10] <hsivonen> foolip_: I deployed <audio muted> to validator.nu
  755. # [18:10] <AryehGregor> Hmm.
  756. # [18:10] <AryehGregor> Ms2ger, good point, this looks like a spec bug.
  757. # [18:10] <foolip_> hsivonen, confirmed working, thanks!
  758. # [18:11] <AryehGregor> So Gecko and WebKit are #00e.
  759. # [18:14] <AryehGregor> IE10PP2 is rgb(0, 102, 204), which is what? #06c. And Opera 11.50 is #00c.
  760. # [18:14] <AryehGregor> Oh, wait.
  761. # [18:14] <AryehGregor> No, it's fine, that's not visited.
  762. # 06[18:14] * AryehGregor tests :visited, although Gecko will lie about it
  763. # [18:14] <Philip`> (Can't you test it trivially with a screenshot and Gimp/etc's colour picker tool?)
  764. # [18:14] <AryehGregor> Yes, if I wanted to do that much work. :)
  765. # 02[18:14] * Quits: rimantas (~rimliu@93.93.57.193) (Quit: Leaving)
  766. # [18:15] <AryehGregor> For visited, Gecko lies. Opera is #800080. IE10PP2 seems to be still reporting #06c, is it lying too?
  767. # 06[18:15] * AryehGregor uses dev tools
  768. # [18:15] <AryehGregor> I'd use dev tools for Firefox too, except you know, Firebug doesn't work on Aurora.
  769. # [18:15] <AryehGregor> (or are there basic built-in DOM inspection things these days?)
  770. # [18:16] <AryehGregor> #551A8B in Chrome, it looks like.
  771. # 02[18:16] * Quits: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com) (Ping timeout: 252 seconds)
  772. # 03[18:16] * Joins: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com)
  773. # [18:17] <AryehGregor> There's an Inspect tool somewhere, but it doesn't seem to do anything very useful . . .
  774. # 03[18:17] * Joins: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp)
  775. # 02[18:17] * Quits: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp) (Remote host closed the connection)
  776. # 03[18:18] * Parts: Xeon06_ (~chatzilla@modemcable053.88-130-66.mc.videotron.ca)
  777. # [18:18] <Philip`> Firefox's about:config says browser.visited_color = #551A8B
  778. # [18:18] <Rik`> AryehGregor: I think Firebug 1.8 works
  779. # [18:18] <AryehGregor> Rik`, not unless they updated it in the last few days.
  780. # [18:18] <AryehGregor> It works with current beta, but not Aurora.
  781. # [18:19] <AryehGregor> Ah, they did update it.
  782. # 06[18:19] * AryehGregor tries
  783. # [18:19] <AryehGregor> Yay, works again!
  784. # 06[18:20] * AryehGregor makes a mental note never to upgrade Aurora again without checking Firebug compat
  785. # [18:20] <AryehGregor> Firebug lies about visited link color too, though.
  786. # 03[18:20] * Joins: Maurice` (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  787. # [18:20] <AryehGregor> So I'll rely on Philip` here.
  788. # 06[18:20] * AryehGregor doesn't bother trying to figure out IE
  789. # 06[18:20] * Rik` makes a mental note never to use Firebug until https://bugzilla.mozilla.org/show_bug.cgi?id=669730 is fixed
  790. # [18:20] <Philip`> I might be lying too, of course
  791. # [18:21] <AryehGregor> Rik`, I don't use Firefox for anything other than testing, so it can leak all it wants.
  792. # [18:21] <AryehGregor> Also, that's why my new laptop has 8G of RAM.
  793. # [18:21] <Rik`> I do use Firefox so I do my debugging in other browsers
  794. # [18:23] <AryehGregor> http://www.w3.org/Bugs/Public/show_bug.cgi?id=13330
  795. # [18:26] <AryehGregor> Links that are actually blue do look noticeably bright.
  796. # 02[18:27] * Quits: ezoe (~ezoe@203-140-92-115f1.kyt1.eonet.ne.jp) (Ping timeout: 255 seconds)
  797. # 03[18:28] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
  798. # 02[18:28] * Quits: Obvious (tachikoma@188.226.74.2) (Ping timeout: 252 seconds)
  799. # 02[18:29] * Quits: rillian (~giles@150.183.119.66.static.metrobridge.net) (Remote host closed the connection)
  800. # 03[18:32] * Joins: Obvious_MkII (~tachikoma@188.226.74.2)
  801. # 02[18:34] * Quits: espadrine` (~thaddee_t@LNeuilly-152-22-27-243.w193-251.abo.wanadoo.fr) (Quit: espadrine`)
  802. # 03[18:36] * bga_ is now known as bga_|away
  803. # 03[18:36] * Joins: shetech (~shetech@12.234.36.130)
  804. # 02[18:37] * Quits: zdobersek (~zan@cpe-46-164-0-225.dynamic.amis.net) (Ping timeout: 260 seconds)
  805. # 02[18:40] * Quits: danja_ (~danny@host107-206-dynamic.9-79-r.retail.telecomitalia.it) (Ping timeout: 260 seconds)
  806. # 02[18:44] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
  807. # 03[18:44] * Joins: danja_ (~danny@host205-132-dynamic.27-79-r.retail.telecomitalia.it)
  808. # 03[18:46] * cying is now known as charlesying
  809. # 03[18:47] * Joins: gkellogg (~gregg@74-95-198-246-SFBA.hfc.comcastbusiness.net)
  810. # 02[18:48] * Quits: shetech (~shetech@12.234.36.130) (Quit: Leaving.)
  811. # 03[18:49] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
  812. # 03[18:49] * Joins: ap (~ap@2620:149:4:401:226:4aff:fe14:aad6)
  813. # 03[18:50] * Joins: zdobersek (~zan@cpe-46-164-30-30.dynamic.amis.net)
  814. # 03[18:51] * Joins: othermaciej (~mjs@67.218.102.182)
  815. # [18:53] <david_carlisle> AryehGregor: Chrome doesn't have MathML, presumably they could pick it up, as it's implemented in the webkit base
  816. # 03[18:53] * Joins: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1)
  817. # 03[18:57] * Joins: rimantas (~rimliu@93.93.57.193)
  818. # 02[19:00] * Quits: zdobersek (~zan@cpe-46-164-30-30.dynamic.amis.net) (Ping timeout: 258 seconds)
  819. # 02[19:01] * Quits: Necrathex (~nectop@82-170-160-25.ip.telfort.nl) (Quit: Necrathex)
  820. # [19:01] <AryehGregor> :(
  821. # 02[19:02] * Quits: rimantas (~rimliu@93.93.57.193) (Quit: Leaving)
  822. # 02[19:03] * Quits: david_carlisle (~chatzilla@86.188.197.189) (Ping timeout: 255 seconds)
  823. # 03[19:05] * Joins: zdobersek (~zan@90.157.244.108)
  824. # 02[19:09] * Quits: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net) (Remote host closed the connection)
  825. # [19:11] <dglazkov|away> MathML --> splosion.
  826. # 03[19:11] * dglazkov|away is now known as dglazkov
  827. # [19:11] <dglazkov> good morning, Whatwg
  828. # [19:11] <Ms2ger> Evening, dglazkov
  829. # 03[19:11] * Joins: miketaylr (~miketaylr@24.42.93.245)
  830. # 03[19:13] * Joins: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net)
  831. # 03[19:14] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
  832. # 02[19:15] * Quits: zdobersek (~zan@90.157.244.108) (Ping timeout: 252 seconds)
  833. # [19:15] <dglazkov> Ms2ger: :)
  834. # 02[19:15] * Quits: Lachy (~Lachy@pat-tdc.opera.com) (Quit: Computer has gone to sleep.)
  835. # [19:21] <annevk> used to be that dglazkov checked in in the afternoon
  836. # [19:22] <annevk> :p
  837. # [19:22] <dglazkov> had to run an errand this morning.
  838. # 03[19:24] * bga_|away is now known as bga_
  839. # 03[19:30] * Joins: zdobersek (~zan@cpe-46-164-29-142.dynamic.amis.net)
  840. # 03[19:34] * Joins: cygri_ (~cygri@wlan-nat.fwgal01.deri.ie)
  841. # 02[19:34] * Quits: othermaciej (~mjs@67.218.102.182) (Quit: othermaciej)
  842. # 03[19:34] * Joins: romainhuet (u2533@gateway/web/irccloud.com/x-lnmcvdnnuvqpvtai)
  843. # 02[19:34] * Quits: charlesying (~cying@c-71-202-136-62.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
  844. # 02[19:36] * Quits: cygri (~cygri@wg1-nat.fwgal01.deri.ie) (Ping timeout: 276 seconds)
  845. # 03[19:36] * cygri_ is now known as cygri
  846. # [19:38] <sicking> Hixie: would you mind updating the EventSource spec to add the {withCrededentials: true} syntax? So that we can avoid prefixing it
  847. # 02[19:40] * Quits: captain (~captain@xdsl-78-34-128-241.netcologne.de) (Quit: captain)
  848. # 02[19:40] * Quits: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net) (Read error: Connection reset by peer)
  849. # [19:41] <annevk> just adding it to the spec doesn't exactly make it a done deal
  850. # [19:42] <annevk> do we know if WebKit agrees?
  851. # 02[19:44] * Quits: tbassetto (~tbassetto@LRouen-151-71-49-64.w80-11.abo.wanadoo.fr) (Quit: Linkinus - http://linkinus.com)
  852. # [19:45] <AryehGregor> sicking, isn't the theory that standard but experimental stuff is prefixed too? Or is that only CSS for some reason?
  853. # [19:52] <TabAtkins> CSS has a firm policy that everyone voluntarily follows. JS is pretty loosy-goosy about it.
  854. # [19:54] <dglazkov> JS is pretty loosy-goosy about _everything_.
  855. # 03[19:59] * Joins: karlcow (~karl@nerval.la-grange.net)
  856. # 03[20:00] * Joins: Lachy (~Lachy@cm-84.215.59.50.getinternet.no)
  857. # 03[20:01] * Joins: cying (~cying@173-228-29-224.dsl.static.sonic.net)
  858. # 02[20:04] * Quits: Lachy (~Lachy@cm-84.215.59.50.getinternet.no) (Client Quit)
  859. # 03[20:05] * Joins: othermaciej (~mjs@17.246.18.21)
  860. # 02[20:05] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
  861. # 02[20:06] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Ping timeout: 258 seconds)
  862. # 03[20:07] * Joins: ojan (~ojan@nat/google/x-jhuytbbdktosnmmi)
  863. # 03[20:07] * Joins: onar (~onar@17.216.36.168)
  864. # 03[20:11] * Joins: dgathright (~dgathrigh@nat/yahoo/x-itsbhdsnjnuyqvtl)
  865. # 03[20:13] * Joins: Lachy (~Lachy@cm-84.215.59.50.getinternet.no)
  866. # [20:14] <AryehGregor> Wow, it's 102 degrees outside.
  867. # [20:15] <AryehGregor> (For those of you who like sane temperature scales, that would be 312 K.)
  868. # [20:15] <TabAtkins> Ah, thank you, I can never think in F.
  869. # [20:15] <TabAtkins> Or C.
  870. # [20:16] <Philip`> I prefer to think of it as 1.78 radians
  871. # [20:16] <Ms2ger> Well played
  872. # [20:17] <scor> AryehGregor: where is that?
  873. # [20:17] <AryehGregor> scor, Manhattan.
  874. # [20:18] <scor> only 4 degrees cooler up here in Boston
  875. # 02[20:18] * Quits: zdobersek (~zan@cpe-46-164-29-142.dynamic.amis.net) (Ping timeout: 240 seconds)
  876. # 03[20:19] * Joins: zdobersek1 (~zan@90.157.245.209)
  877. # 03[20:21] * Joins: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c)
  878. # 02[20:30] * Quits: linclark (~clark@wlan-nat.fwgal01.deri.ie) (Quit: linclark)
  879. # 03[20:31] * Joins: The_8472 (~stardive@azureus/The8472)
  880. # 02[20:31] * Quits: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net) (Remote host closed the connection)
  881. # 03[20:42] * Joins: korkut (~korkut@188.57.90.218)
  882. # 02[20:43] * Quits: micheil (~micheil@109.231.193.164) (Quit: http://brandedcode.com | http://github.com/miksago)
  883. # 03[20:45] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
  884. # 03[20:49] * Joins: dylangluck (~dylangluc@pool-108-14-223-78.nycmny.east.verizon.net)
  885. # 02[20:52] * Quits: dylangluck (~dylangluc@pool-108-14-223-78.nycmny.east.verizon.net) (Client Quit)
  886. # 03[20:53] * Joins: david_carlisle (~chatzilla@dcarlisle.demon.co.uk)
  887. # 02[20:53] * Quits: cygri (~cygri@wlan-nat.fwgal01.deri.ie) (Quit: cygri)
  888. # 03[20:54] * Joins: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net)
  889. # [20:54] <scor> was there ever a time where the content attribute was allowed in tags other than meta to override textContent in microdata? or has @content always been only allowed in <meta>?
  890. # [20:55] <annevk> always
  891. # 03[20:56] * Joins: dpy (~Marcel@dhcp-077-248-090-235.chello.nl)
  892. # [20:57] <scor> annevk: thanks
  893. # 03[20:59] * Joins: dbaron (~dbaron@nat/mozilla/x-ubwzwjrjdtwmidmb)
  894. # 03[21:01] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
  895. # [21:06] <Hixie> sicking: are other browsers in agreement?
  896. # [21:09] <annevk> http://www.w3.org/2001/tag/2011/07/21-minutes.html#item04 lol the task force conclusions are not in line with what i want, please do it again!
  897. # [21:11] <Hixie> i don't even understand those minutes
  898. # 02[21:11] * Quits: LBP (~Mirc@pD9EB19AB.dip0.t-ipconnect.de) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  899. # [21:12] <annevk> armchair troublemakers
  900. # 02[21:12] * Quits: bga_ (~bga@ppp78-37-198-125.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
  901. # 06[21:24] * annevk replies to an email from November 2009
  902. # 02[21:25] * Quits: pdr_ (~pdr@216.239.45.130) (Quit: pdr_)
  903. # 03[21:28] * Joins: jamesr (~jamesr@216.239.45.16)
  904. # 02[21:34] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Ping timeout: 240 seconds)
  905. # [21:45] <annevk> Would be pretty nifty if ij updates older specifications in this simple process manner
  906. # [21:46] <annevk> HTML4 could use a note :)
  907. # 06[21:48] * Ms2ger lacks context
  908. # 02[21:48] * Quits: tomaw (tom@freenode/staff/tomaw) (Ping timeout: 624 seconds)
  909. # [21:49] <annevk> public-webapps
  910. # 03[21:54] * Joins: tomaw (tom@freenode/staff/tomaw)
  911. # [21:55] <annevk> where is mike?
  912. # [21:55] <annevk> should remove DOM Traversal from http://platform.html5.org/
  913. # [21:57] <Ms2ger> Could try...
  914. # [21:57] <Ms2ger> Aww
  915. # 03[22:00] * Joins: drdt (~dydz@64.134.238.218)
  916. # 02[22:02] * Quits: drdt (~dydz@64.134.238.218) (Client Quit)
  917. # [22:05] <annevk> Ms2ger, you mean the reply from ij?
  918. # [22:05] <annevk> I guess I should not have gotten my hopes up
  919. # 02[22:07] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 250 seconds)
  920. # 02[22:08] * Quits: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net) (Ping timeout: 258 seconds)
  921. # 02[22:09] * Quits: cying (~cying@173-228-29-224.dsl.static.sonic.net) (Quit: cying)
  922. # [22:11] <annevk> oh hey
  923. # [22:11] <annevk> Opera invented INVALID_STATE_ERR for recursive traversal invocations
  924. # [22:11] <annevk> and Gecko copied it
  925. # [22:11] <annevk> you don't see that very often
  926. # 03[22:12] * Joins: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
  927. # [22:12] <annevk> thanks for the pointer sicking :)
  928. # 02[22:14] * Quits: sgentle (~sgentle@li175-21.members.linode.com) (Quit: ZNC - http://znc.sourceforge.net)
  929. # 03[22:14] * Joins: sgentle (~sgentle@li175-21.members.linode.com)
  930. # [22:15] <jamesr> annevk: i thought opera invented everything
  931. # 02[22:16] * Quits: davidb (~davidb@corp.tor1.mozilla.com) (Quit: davidb)
  932. # [22:16] <karlcow> http://elie.im/blog/security/tracking-users-that-block-cookies-with-a-http-redirect/
  933. # [22:16] <karlcow> jamesr: this is a truism
  934. # [22:16] <annevk> jamesr, I think that particular rhetoric typically only applies to UI stuff
  935. # [22:17] <annevk> jamesr, assuming you are referring to the pointless debates on who did tabs / speed dial / mouse gestures / whatnot first
  936. # [22:17] <karlcow> it applies to love, joy, tears, emotions, etc. I mean how could not feel anything at Carmen
  937. # [22:18] <Ms2ger> Don't you know that we all use "Opera did it first" to laugh at you guys? :)
  938. # 02[22:19] * Quits: erlehmann (~erlehmann@89.204.153.99) (Quit: Ich habe dieses Lotterleben satt.)
  939. # 02[22:19] * Quits: sgentle (~sgentle@li175-21.members.linode.com) (Client Quit)
  940. # [22:19] <annevk> Ms2ger, heh, I didn't
  941. # [22:19] <annevk> Ms2ger, but I can certainly see the fun in that :)
  942. # 03[22:19] * Joins: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net)
  943. # 02[22:19] * Quits: ralphholzmann (~ralph@li76-151.members.linode.com) (Ping timeout: 260 seconds)
  944. # 03[22:21] * Joins: sgentle (~sgentle@li175-21.members.linode.com)
  945. # 03[22:22] * Joins: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net)
  946. # 03[22:25] * Joins: drdt (~dydz@64.134.238.218)
  947. # 02[22:26] * Quits: korkut (~korkut@188.57.90.218) (Quit: Leaving.)
  948. # 02[22:27] * Quits: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Read error: Connection reset by peer)
  949. # 03[22:27] * Joins: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se)
  950. # 02[22:28] * Quits: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Read error: Connection reset by peer)
  951. # 03[22:28] * Joins: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se)
  952. # 02[22:28] * Quits: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net) (Quit: cying)
  953. # 02[22:34] * Quits: zdobersek1 (~zan@90.157.245.209) (Quit: Leaving.)
  954. # 02[22:42] * Quits: jonatasnona (~jonatas@lba.inpa.gov.br) (Quit: Saindo)
  955. # 02[22:42] * Quits: drdt (~dydz@64.134.238.218) (Quit: drdt)
  956. # 02[22:45] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 246 seconds)
  957. # 03[22:50] * Joins: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
  958. # 02[23:02] * Quits: othermaciej (~mjs@17.246.18.21) (Quit: othermaciej)
  959. # 03[23:08] * Joins: othermaciej (~mjs@17.245.22.88)
  960. # 03[23:11] * Joins: cying (~cying@173-228-29-224.dsl.static.sonic.net)
  961. # 03[23:12] * Joins: Yuhong (~chatzilla@50-47-173-54.evrt.wa.frontiernet.net)
  962. # 02[23:13] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
  963. # 02[23:14] * Quits: The_8472 (~stardive@azureus/The8472) (Ping timeout: 250 seconds)
  964. # 03[23:15] * Joins: cpearce (~chatzilla@ip-118-90-60-169.xdsl.xnet.co.nz)
  965. # [23:16] <annevk> I wonder how Page Visibility went to Last Call
  966. # [23:16] <annevk> prolly because all these new WGs have like zero oversight
  967. # [23:18] <Ms2ger> The Process only applies to relevant WGs
  968. # [23:18] <Yuhong> So, on https://plus.google.com/112095156983892490612/posts/EMADdvHSRbH, describe the "substantial changes" that would be needed in detail.
  969. # 06[23:18] * Ms2ger yawns
  970. # [23:19] <annevk> Ms2ger, curb your enthusiasm is back
  971. # [23:19] <Yuhong> And won't the substantial changes be limited by compatibility with existing content and implementations?
  972. # [23:20] <annevk> I searched for "substantial changes" in that link and it yielded nothing
  973. # 06[23:20] * Ms2ger throws a PARSE_ERR at annevk
  974. # [23:20] <annevk> Ms2ger, search for the first three words and watch it :)
  975. # [23:20] <jamesr> i didn't know the w3 had a process to rescind a recommendation
  976. # [23:20] <Yuhong> Sorry, look at the mailing list post linked.
  977. # [23:21] <Ms2ger> I did! :)
  978. # [23:21] <Ms2ger> I also know the history of boolean attributes
  979. # [23:21] <Ms2ger> Both pieces of knowledge are equally useless
  980. # [23:21] <Yuhong> Sorry, substantive changes .
  981. # [23:22] <AryehGregor> Yuhong, Maciej's post starting the thread there is pretty clear about what qualifies as a substantive change.
  982. # [23:22] <AryehGregor> It's very broad.
  983. # [23:22] <AryehGregor> Basically, any change that anyone other than a bike-shedder has reason to care about.
  984. # [23:22] <annevk> Ms2ger, for when your children ask you to tell them once more the story about boolean attributes
  985. # [23:23] <Yuhong> BTW, I just recently learned the history of HTML 3.0 and Netscape too.
  986. # [23:23] <Ms2ger> "Daddy, what's SGML"?
  987. # 02[23:23] * Quits: MacTed (~Thud@63.119.36.36)
  988. # [23:23] <annevk> Ms2ger, zcorpan meanwhile tells his about SHORTTAG NET and how things were before he figured out legacy color parsing
  989. # [23:23] <Ms2ger> Hah
  990. # [23:24] <TabAtkins> I'm very glad I didn't have to figure out legacy color parsing myself.
  991. # [23:24] <TabAtkins> That shit's crazy.
  992. # [23:24] <Ms2ger> TabAtkins, how about trying to figure out CSS parsing in quirks mode? :)
  993. # [23:24] <TabAtkins> I'm gonna... I'm gonna not do that.
  994. # [23:24] <annevk> Yuhong, you want to read the W3C Process document for a definition of that term
  995. # [23:25] <annevk> Yuhong, if you are after "substantive changes"
  996. # [23:28] <Ms2ger> Notes, notes, notes
  997. # 02[23:28] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
  998. # [23:28] <Ms2ger> One for CSS2.1 too? :)
  999. # [23:28] <TabAtkins> 2.1 is the most recent and accurate reference!
  1000. # 03[23:28] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
  1001. # [23:28] <Ms2ger> Still a disaster :)
  1002. # [23:29] <TabAtkins> And we have a note on CSS2 along those lines.
  1003. # [23:29] <Ms2ger> But less of a disaster than the rest of CSS, I'll grant you that
  1004. # 02[23:29] * Quits: Obvious_MkII (~tachikoma@188.226.74.2) (Ping timeout: 240 seconds)
  1005. # 02[23:30] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 252 seconds)
  1006. # 02[23:30] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
  1007. # 03[23:30] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
  1008. # [23:30] <TabAtkins> Relatively speaking, 2.1 is one of the best specs the W3C has produced. We actually have a large (though still not large enough) test suite.
  1009. # [23:31] <Yuhong> In fact, I learned that the history of CSS1 is related to the history of HTML 3.0.
  1010. # [23:31] <annevk> XSLT and XML are pretty watertight (and way simpler)
  1011. # [23:31] <Yuhong> More history: http://www.reddit.com/r/web_design/comments/exnr8/on_netscape_and_css_history_heres_the_history/
  1012. # [23:31] <annevk> CSS 2.1 has a lot of handwaving still :(
  1013. # [23:32] <TabAtkins> annevk: I said "relatively" ^_^
  1014. # 03[23:35] * Joins: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
  1015. # [23:38] <annevk> I wonder why you need a whole WG for something like page visiblity
  1016. # [23:38] <annevk> two new attributes on Document
  1017. # 02[23:40] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
  1018. # [23:41] <Hixie> beats me
  1019. # 02[23:44] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
  1020. # 03[23:44] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
  1021. # 02[23:45] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: No route to host)
  1022. # 03[23:45] * Joins: Rik`_ (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
  1023. # [23:47] <annevk> jgraham, you look sad on your G+ photo
  1024. # [23:47] <annevk> well, more disinterested, which might be accurate I suppose :p
  1025. # [23:48] <Yuhong> So what are examples of "substantive changes" that might be needed in the future?
  1026. # [23:49] <annevk> Yuhong, http://www.w3.org/2005/10/Process-20051014/tr.html#substantive-change
  1027. # [23:50] <Yuhong> Sorry, there was no Glossary, making it hard to find.
  1028. # 02[23:51] * Quits: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1) (Ping timeout: 255 seconds)
  1029. # [23:51] <annevk> glad you looked at least
  1030. # [23:51] <annevk> :)
  1031. # [23:52] <Ms2ger> annevk, want to tell them they need a reference to WebIDL as well?
  1032. # [23:52] <annevk> Ms2ger, can do
  1033. # 03[23:52] * Joins: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1)
  1034. # 03[23:53] * Joins: Obvious (tachikoma@188.226.74.2)
  1035. # [23:53] <Yuhong> So what are examples of "substantive changes" that might be needed in the future, or the HTML5 spec quickly becomes inaccurate?
  1036. # [23:53] <Yuhong> I am looking for specific examples.
  1037. # [23:54] <Hixie> how can we know...?
  1038. # [23:54] <annevk> we might have to remove an attribute that's not implemented
  1039. # [23:54] <annevk> we might have to change an attribute because it's implemented incorrectly
  1040. # 06[23:54] * Ms2ger stays out of this
  1041. # 02[23:54] * Quits: Ms2ger (~Ms2ger@91.181.87.229) (Quit: nn)
  1042. # [23:55] <annevk> good idea
  1043. # [23:55] <annevk> if Ms2ger is still reading the logs: http://lists.w3.org/Archives/Public/public-web-perf/2011Jul/0080.html
  1044. # [23:55] <Yuhong> Candidate Recommendation is exactly the place to prove everything is implemented.
  1045. # [23:55] <Yuhong> If it is not, it will be removed.
  1046. # 02[23:55] * Quits: Rik`_ (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: No route to host)
  1047. # [23:56] <annevk> hey man, if you already know, don't ask
  1048. # 02[23:56] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
  1049. # 03[23:56] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
  1050. # 02[23:56] * Quits: Frozen_ (~Frozen@2a01:e35:8a2f:2a60:21f:d0ff:fe53:75b2) (Read error: Connection reset by peer)
  1051. # 02[23:56] * Quits: MrDoublesite (~mropposit@unaffiliated/mropposite) (Ping timeout: 240 seconds)
  1052. # 02[23:57] * Quits: dpy (~Marcel@dhcp-077-248-090-235.chello.nl) (Ping timeout: 255 seconds)
  1053. # [23:57] <Yuhong> My point is that it is an already solved problem.
  1054. # [23:58] <Yuhong> I mean, the W3C process already solves this problem.
  1055. # [23:59] <Yuhong> With Candidate Recommendation and the tests etc.
  1056. # [23:59] <annevk> yes, you have to revert to WD after a substantive change
  1057. # [23:59] <Yuhong> Yes, but why would it loop forever?
  1058. # Session Close: Sat Jul 23 00:00:00 2011

The end :)