/irc-logs / freenode / #whatwg / 2014-08-28 / end

Options:

  1. # Session Start: Thu Aug 28 00:00:00 2014
  2. # Session Ident: #whatwg
  3. # [00:00] * Quits: weinig (~weinig@17.114.216.157) (Quit: weinig)
  4. # [00:05] * Quits: erlehmann (~erlehmann@f052054157.adsl.alicedsl.de) (Quit: Die demokratieerhaltende Whistleblowerplattform Krautchan freut sich immer über Spenden.)
  5. # [00:28] * Joins: weinig (~weinig@17.114.216.157)
  6. # [00:28] * Joins: haydogsup (~haydogsup@cpe-173-175-100-229.satx.res.rr.com)
  7. # [00:28] * Joins: estellevw (~estellevw@173-228-112-219.dsl.dynamic.sonic.net)
  8. # [00:33] * Quits: ambv (~ambv@206.108.217.134) (Read error: Connection reset by peer)
  9. # [08:57] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
  10. # [08:58] * Quits: hoege (~hoege@p54904E4E.dip0.t-ipconnect.de) (Quit: Bye.)
  11. # [09:00] * Quits: zdobersek (~zan@46.166.186.235) (Ping timeout: 250 seconds)
  12. # [09:06] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
  13. # [09:07] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net) (Quit: tantek)
  14. # [09:10] * Quits: roc (~chatzilla@121.99.91.35) (Remote host closed the connection)
  15. # [09:15] * Joins: zdobersek (~zan@185.3.135.154)
  16. # [09:16] * Joins: markkes (~markkes@62.207.90.201)
  17. # [09:20] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
  18. # [09:28] * Joins: tommyliu (~tommyliu@183.37.148.94)
  19. # [09:32] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
  20. # [09:33] * Quits: tommyliu (~tommyliu@183.37.148.94) (Remote host closed the connection)
  21. # [09:36] * Joins: jdaggett (~jdaggett@pw126255221169.9.panda-world.ne.jp)
  22. # [09:40] <zcorpan_> Domenic: wait, i thought <hr role=menuitem> did override the role
  23. # [09:42] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
  24. # [09:45] <Ms2ger> krijnhoetmer_, logs down?
  25. # [09:53] * Quits: espadrine_ (~ttyl@AMontsouris-158-1-50-16.w92-128.abo.wanadoo.fr) (Ping timeout: 240 seconds)
  26. # [09:53] * Joins: tommyliu (~tommyliu@183.37.148.94)
  27. # [09:57] * Joins: Kolombiken (~Adium@94.137.124.2)
  28. # [09:58] <zcorpan_> Domenic: nevermind. (it wasn't like that originally though)
  29. # [10:00] * Quits: tommyliu (~tommyliu@183.37.148.94) (Remote host closed the connection)
  30. # [10:01] <zcorpan_> Domenic: i don't understand why you can't use the native element instead of using a custom element
  31. # [10:02] <zcorpan_> Domenic: there are also semantics that can't be expressed with ARIA in the first place (like <input type=color>)
  32. # [10:04] * Joins: KevinMarks__ (~KevinMark@172.56.38.175)
  33. # [10:04] * Joins: sandorjanssen (~sandorjan@541ECDF3.cm-5-7d.dynamic.ziggo.nl)
  34. # [10:06] <zcorpan_> Domenic: maybe you should think about what aria was intended to solve. it was intended to enable accessible custom widgets without waiting for something like XBL to be implemented everywhere, using a mechanism that was available to screen readers on top of IE6 (with no acc mapping, just DOM tree)
  35. # [10:06] <zcorpan_> Domenic: this is why there is only setAttribute and no nice DOM API
  36. # [10:18] * Joins: cheron (~cheron@unaffiliated/cheron)
  37. # [10:24] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  38. # [10:28] <JakeA> Any indexeddb experts awake? If I have an objectStore without out-of-line keys, how do I create an index ensuring all values are unique? store.createIndex('name', ???, {unique: true});
  39. # [10:28] <JakeA> The index should be on the value, not a property within the value
  40. # [10:29] <JakeA> This is assuming the values within 'store' are simple values (strings in this case)
  41. # [10:29] * Quits: yutak (~yutak@2401:fa00:4:1000:dc8f:2742:6bf3:a8e8) (Ping timeout: 240 seconds)
  42. # [10:33] * Quits: beowulf (~sstewart@host86-182-16-113.range86-182.btcentralplus.com) (Remote host closed the connection)
  43. # [10:37] * Quits: KevinMarks__ (~KevinMark@172.56.38.175) (Ping timeout: 255 seconds)
  44. # [10:40] <JakeA> Answer: store.createIndex('name', '', {unique: true});
  45. # [10:43] * Joins: yutak (~yutak@2401:fa00:4:1000:ac53:d38e:5609:4cb5)
  46. # [10:46] * Joins: tommyliu (~tommyliu@183.37.148.94)
  47. # [10:47] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  48. # [10:47] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
  49. # [10:47] * Joins: espadrine_ (~ttyl@LMontsouris-656-01-02-84.w80-12.abo.wanadoo.fr)
  50. # [10:49] * Quits: tommyliu (~tommyliu@183.37.148.94) (Remote host closed the connection)
  51. # [10:52] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 250 seconds)
  52. # [10:57] <zcorpan_> annevk: \o/
  53. # [10:59] <JakeA> Papa Van Kesteren
  54. # [11:01] * Joins: Lachy (~Lachy@213.166.174.2)
  55. # [11:07] * Joins: tommyliu (~tommyliu@183.37.148.94)
  56. # [11:07] * Quits: KevinMarks (~yaaic@172.56.38.175) (Read error: Connection reset by peer)
  57. # [11:12] * Joins: KevinMarks (~yaaic@172.56.38.175)
  58. # [11:16] * Quits: jdaggett (~jdaggett@pw126255221169.9.panda-world.ne.jp) (Quit: jdaggett)
  59. # [11:23] * Quits: sarir (~sari@p50995cae.dip0.t-ipconnect.de) (Ping timeout: 250 seconds)
  60. # [11:26] * Joins: sarir (~sari@p50995cae.dip0.t-ipconnect.de)
  61. # [11:29] * Quits: jgraham (~jgraham@web91.webfaction.com) (Ping timeout: 250 seconds)
  62. # [11:32] * Quits: KevinMarks (~yaaic@172.56.38.175) (Ping timeout: 250 seconds)
  63. # [11:32] * Quits: KevinMarks_ (~yaaic@2607:fb90:2708:56d7:e4c2:b85b:f0bc:ff71) (Ping timeout: 260 seconds)
  64. # [11:34] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  65. # [11:36] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
  66. # [11:37] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Ping timeout: 260 seconds)
  67. # [11:41] <smaug____> blinkers really try to solve all sorts of things with web components
  68. # [11:42] <smaug____> I guess "web components" is a buzz word, should be treated like HTML5
  69. # [11:42] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  70. # [11:44] <gsnedders> So Opera has grown by 253 full-time employees between 2Q13 and 2Q14. I wonder in what departments…
  71. # [11:45] <gsnedders> Like, I wonder if this is in the advertising side of the business or not.
  72. # [11:47] * Joins: Lachy (~Lachy@213.166.174.2)
  73. # [11:48] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  74. # [11:52] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 260 seconds)
  75. # [11:53] * Krinkle|detached is now known as Krinkle
  76. # [11:53] <Ms2ger> "The x-ua-compatible meta tag (or header) was meant to temporarily repair legacy sites until a long-term solution could be implemented."
  77. # [11:53] <Ms2ger> lolololol
  78. # [11:53] <gsnedders> where's that from?
  79. # [11:55] * Joins: satazor (~satazor@239.201.37.188.rev.vodafone.pt)
  80. # [11:55] <JakeA> smaug____: I'm wary of any solution that "just does it for me". From jquery plugins to Angular to React to Web Components
  81. # [11:56] <Ms2ger> https://twitter.com/jonathansampson/status/504747785413873664
  82. # [12:03] <zcorpan_> things aren't temporary on the web :-(
  83. # [12:06] <smaug____> synx XHR is! I will kill it in 5 years
  84. # [12:07] * Quits: satazor (~satazor@239.201.37.188.rev.vodafone.pt) (Remote host closed the connection)
  85. # [12:07] * Joins: satazor (~satazor@239.201.37.188.rev.vodafone.pt)
  86. # [12:08] <Ms2ger> annevk, congratulations
  87. # [12:08] * Joins: roc (~chatzilla@121.99.91.35)
  88. # [12:09] * Joins: jgraham (~jgraham@web91.webfaction.com)
  89. # [12:10] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  90. # [12:12] * Quits: satazor (~satazor@239.201.37.188.rev.vodafone.pt) (Ping timeout: 250 seconds)
  91. # [12:12] * Joins: satazor (~satazor@bl17-131-176.dsl.telepac.pt)
  92. # [12:29] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
  93. # [12:30] * Joins: Lachy (~Lachy@213.166.174.2)
  94. # [12:45] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
  95. # [12:48] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Client Quit)
  96. # [12:53] * Quits: CvP (~CvP@27.147.199.131) (Quit: [ UPP ] > all)
  97. # [12:56] * Joins: CvP (~CvP@27.147.199.131)
  98. # [13:00] * Joins: caitp__ (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
  99. # [13:00] * caitp__ is now known as caitp
  100. # [13:01] <zcorpan_> Domenic: actually it's still just an authoring requirement like stevef said. "user agents MUST still use the value of the the semantic of the WAI-ARIA role when exposing the element to accessibility APIs." http://www.w3.org/TR/wai-aria/host_languages#host_general_conflict_header
  101. # [13:02] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
  102. # [13:24] * Joins: scor (~scor@drupal.org/user/52142/view)
  103. # [13:27] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
  104. # [13:39] <mathiasbynens> annevk: congrats!
  105. # [13:39] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  106. # [13:43] * Joins: paulohp (~paulohp@179.209.138.63)
  107. # [13:44] <hsivonen> krijnhoetmer_: the logs for yesterday don't load for me
  108. # [13:45] * Joins: Lachy (~Lachy@213.166.174.2)
  109. # [13:47] <jgraham> hsivonen: It appears that the problem is that they don't exist
  110. # [13:49] <hsivonen> jgraham: I see.
  111. # [13:49] * hsivonen wonders what annevk is being congratulated on
  112. # [13:53] * Joins: plutoniix (~plutoniix@node-1cgz.pool-101-108.dynamic.totbb.net)
  113. # [13:56] * Joins: benschwarz (uid2121@gateway/web/irccloud.com/x-rbhqejmmfpjikgdh)
  114. # [14:04] <Ms2ger> hsivonen, see his blog
  115. # [14:06] * Quits: Kolombiken (~Adium@94.137.124.2) (Ping timeout: 260 seconds)
  116. # [14:14] * Joins: GPH|Nikko (~GPHemsley@pdpc/supporter/student/GPHemsley)
  117. # [14:14] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Quit: davidyezsetz)
  118. # [14:16] <roc> cor
  119. # [14:18] * Joins: tj_vantoll (~Adium@2601:4:5380:2ec:5472:cfba:f0e5:f251)
  120. # [14:21] <zcorpan_> roc: do you happen to have some time to look at https://www.w3.org/Bugs/Public/show_bug.cgi?id=25508#c16 perchance?
  121. # [14:23] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  122. # [14:29] * Quits: paulohp (~paulohp@179.209.138.63) (Remote host closed the connection)
  123. # [14:30] * Quits: tj_vantoll (~Adium@2601:4:5380:2ec:5472:cfba:f0e5:f251) (Ping timeout: 250 seconds)
  124. # [14:31] * Joins: tj_vantoll (~Adium@2601:4:5380:2ec:8c28:ec04:98de:17f6)
  125. # [14:32] * Joins: paulohp (~paulohp@179.209.138.63)
  126. # [14:35] <hsivonen> annevk: congratulations
  127. # [14:36] * Joins: Lachy (~Lachy@213.166.174.2)
  128. # [14:39] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
  129. # [14:41] <foolip> annevk: weeee :)
  130. # [14:44] * Joins: felipedefarias (~felipedef@189-19-85-225.dsl.telesp.net.br)
  131. # [14:44] * Quits: felipedefarias (~felipedef@189-19-85-225.dsl.telesp.net.br) (Remote host closed the connection)
  132. # [14:46] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  133. # [14:51] * Joins: Lachy (~Lachy@213.166.174.2)
  134. # [15:01] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  135. # [15:03] * Quits: tj_vantoll (~Adium@2601:4:5380:2ec:8c28:ec04:98de:17f6) (Read error: Connection reset by peer)
  136. # [15:06] * Joins: Lachy (~Lachy@213.166.174.2)
  137. # [15:07] * Joins: tj_vantoll (~Adium@c-98-250-130-237.hsd1.mi.comcast.net)
  138. # [15:08] * Joins: Lachy__ (~Lachy@tmo-099-26.customers.d1-online.com)
  139. # [15:08] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
  140. # [15:10] * Joins: IZh (~IZh@213.33.220.118)
  141. # [15:10] * Quits: Lachy (~Lachy@213.166.174.2) (Ping timeout: 240 seconds)
  142. # [15:10] * Quits: Lachy__ (~Lachy@tmo-099-26.customers.d1-online.com) (Read error: Connection reset by peer)
  143. # [15:10] <zcorpan_> is there a good example of placeholder="" that doesn't have usability problems?
  144. # [15:11] * Joins: Lachy (~Lachy@213.166.174.2)
  145. # [15:15] <ondras> hm, <input type="search" placeholder="Enter search phrase..." /> ?
  146. # [15:16] * Joins: shepazu (~shepazu@194.66.201.1)
  147. # [15:16] * Joins: Lachy__ (~Lachy@tmo-099-26.customers.d1-online.com)
  148. # [15:16] * Quits: shepazu (~shepazu@194.66.201.1) (Client Quit)
  149. # [15:19] * Quits: Lachy (~Lachy@213.166.174.2) (Ping timeout: 245 seconds)
  150. # [15:19] <zcorpan_> ondras: i think http://www.nngroup.com/articles/form-design-placeholders/ argues that that is bad
  151. # [15:20] <zcorpan_> although a single search field is probably not so problematic as several fields in a form
  152. # [15:21] * Quits: CvP (~CvP@27.147.199.131) (Ping timeout: 245 seconds)
  153. # [15:21] <jgraham> I would be interested in actual research showing that they perform badly; I only recall seeing theories
  154. # [15:21] <ondras> yeah. after skimming through that article, I would argue that most of those points do not apply to my one-search-input scenario
  155. # [15:21] * Joins: CvP (~CvP@27.147.199.131)
  156. # [15:22] * Quits: Lachy__ (~Lachy@tmo-099-26.customers.d1-online.com) (Read error: Connection reset by peer)
  157. # [15:23] * Joins: Lachy (~Lachy@213.166.174.2)
  158. # [15:24] * Quits: IZh (~IZh@213.33.220.118) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.26/20140428215651])
  159. # [15:32] <zcorpan_> how about <label>Email <input type=email placeholder="foo@bar.com"></label> (as part of a bigger form)? i guess it suffers from the problem that the user might think that it's already filled in, but i don't know if that's a real issue when the text is gray
  160. # [15:33] <ondras> sounds okay to me
  161. # [15:33] <ondras> but again, I am somewhat more inclined to placeholder usage, when compared to that article's author :)
  162. # [15:34] * Joins: TallTed (~Thud@63.119.36.36)
  163. # [15:35] * Joins: newtron (~newtron@199.71.174.203)
  164. # [15:36] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  165. # [15:39] * Quits: GPH|Nikko (~GPHemsley@pdpc/supporter/student/GPHemsley) (Remote host closed the connection)
  166. # [15:39] * Joins: Lachy (~Lachy@213.166.174.2)
  167. # [15:50] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
  168. # [15:51] <zcorpan_> ok i've updated http://html-differences.whatwg.org wrt placeholder
  169. # [15:53] <caitp> have you ever noticed how IE will fire an input event whenever the placeholder attribute changes, like ever since they added placeholder?
  170. # [15:56] <zcorpan_> caitp: did you see my message about <svg onload>? (i think you weren't here when i sent it)
  171. # [15:56] <caitp> was probably sleeping, I missed that
  172. # [15:56] <zcorpan_> caitp: http://www.w3.org/TR/SVG2/interact.html#LoadEvent seems to say it's window.onload. though http://www.w3.org/TR/SVG2/script.html#OnLoadEventAttribute doesn't say so. the spec seems confused
  173. # [15:56] <caitp> hum
  174. # [15:58] <zcorpan_> i think what happened was that an earlier version of svg required a load event when </svg> was parsed or some such, but browsers didn't like that and then the svg wg wanted to align with <body onload> instead
  175. # [15:59] <caitp> makes sense
  176. # [16:00] * Joins: haydogsup (~haydogsup@204.57.118.174)
  177. # [16:04] <caitp> thanks for the summary, I would have spent hours digging through that and probably not found what I was looking for :>
  178. # [16:06] <zcorpan_> filed https://www.w3.org/Bugs/Public/show_bug.cgi?id=26688
  179. # [16:06] * Quits: benschwarz (uid2121@gateway/web/irccloud.com/x-rbhqejmmfpjikgdh) (Quit: Connection closed for inactivity)
  180. # [16:11] <zcorpan_> would it be useful with more examples in html-differences?
  181. # [16:21] * Quits: zdobersek (~zan@185.3.135.154) (Ping timeout: 260 seconds)
  182. # [16:25] * Quits: tommyliu (~tommyliu@183.37.148.94) (Remote host closed the connection)
  183. # [16:25] * Joins: tommyliu (~tommyliu@61.144.248.40)
  184. # [16:26] * Joins: ehsan_ (~ehsan@2001:450:1f:224:84bc:39f3:4bb2:d0f0)
  185. # [16:30] * Joins: boogyman (~boogyman@38.88.11.131)
  186. # [16:30] * Quits: boogyman (~boogyman@38.88.11.131) (Changing host)
  187. # [16:30] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
  188. # [16:30] * Quits: tommyliu (~tommyliu@61.144.248.40) (Ping timeout: 244 seconds)
  189. # [16:37] * Joins: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si)
  190. # [16:38] * Quits: tripu (~tripu@p11133-ipngn9401marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving)
  191. # [16:38] * Joins: tripu (~tripu@p11133-ipngn9401marunouchi.tokyo.ocn.ne.jp)
  192. # [16:40] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Quit: Leaving)
  193. # [16:41] * Quits: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si) (Client Quit)
  194. # [16:41] * Joins: abinader (sid21713@gateway/web/irccloud.com/x-eopgmkgxhffdqjfz)
  195. # [16:43] * Quits: tripu (~tripu@p11133-ipngn9401marunouchi.tokyo.ocn.ne.jp) (Client Quit)
  196. # [16:44] * Quits: mven (~textual@ip68-104-38-84.lv.lv.cox.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  197. # [16:47] <Domenic> zcorpan_: yeah it looks like I was mega-wrong in a few ways.
  198. # [16:48] <Domenic> zcorpan_: regardless the project I am trying to solve is "reimplement the usual HTML elements as custom elements" so using the native element instead of the custom element would be beside the point
  199. # [16:50] * Joins: zdobersek (~zan@109.201.152.246)
  200. # [16:51] <caitp> it only seems to be worth it for non-trivial elements, because for trivial stuff you end up writing more, and more complicated code (from what I've seen)
  201. # [16:58] * Joins: BigBangUDR (~Thunderbi@101.60.7.54)
  202. # [17:15] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Quit: davidyezsetz)
  203. # [17:16] * Quits: markkes (~markkes@62.207.90.201) (Quit: markkes)
  204. # [17:17] * Quits: BigBangUDR (~Thunderbi@101.60.7.54) (Quit: BigBangUDR)
  205. # [17:21] * Quits: cbr_ (~cbr@145.36.150.83.chzhher77.rootnet.ch) (Quit: cbr_)
  206. # [17:21] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
  207. # [17:31] <Domenic> caitp: here is pretty much all of the code it takes to implement HTMLDivElement https://github.com/dglazkov/html-as-custom-elements/blob/master/src/idl/CustomHTMLDivElement.idl
  208. # [17:33] <caitp> defining getters/setters in JS ends up being more code than letting the bindings generator do the hard work and just implementing quick getters/setters in C++
  209. # [17:33] * brainproxy_ is now known as brainproxy
  210. # [17:33] <caitp> so for trivial elements where it's like, 1 reflected content attribute + HTMLelement, it just ends up not being worth it imo
  211. # [17:34] * Joins: karlcow (~karl@nerval.la-grange.net)
  212. # [17:34] * Joins: lmclister (~lmclister@mobile-166-171-250-230.mycingular.net)
  213. # [17:37] * Quits: lmclister (~lmclister@mobile-166-171-250-230.mycingular.net) (Read error: Connection reset by peer)
  214. # [17:41] * Joins: Kolombiken (~Adium@94.137.124.2)
  215. # [17:48] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net)
  216. # [17:49] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
  217. # [17:52] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  218. # [17:53] * Quits: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net) (Ping timeout: 245 seconds)
  219. # [17:53] * Joins: hemanth (~hemanth@122.178.206.208)
  220. # [17:54] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  221. # [17:54] * Joins: KevinMarks_ (~yaaic@2607:fb90:506:4b5a:e1ad:a15d:acdb:da36)
  222. # [17:54] <Domenic> Yes, that is why you define it in IDL and have the IDL generate the JS
  223. # [17:55] <Domenic> That is why I said that the IDL file is all the code it takes to implement HTMLDivElement
  224. # [17:56] * Joins: mko (~mko@c-50-174-69-45.hsd1.ca.comcast.net)
  225. # [17:56] <caitp> ah, so that's a bit more than the privatescript generator is doing currently
  226. # [17:57] <caitp> unless something nice landed that I didn't notice
  227. # [18:00] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  228. # [18:02] * Quits: abinader (sid21713@gateway/web/irccloud.com/x-eopgmkgxhffdqjfz)
  229. # [18:03] * Joins: jernoble|laptop (~jernoble@76.74.153.41)
  230. # [18:04] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
  231. # [18:10] * Quits: tav (~tav`@host86-185-186-71.range86-185.btcentralplus.com) (Quit: tav)
  232. # [18:12] * Joins: Maurice (copyman@unaffiliated/maurice)
  233. # [18:14] * Joins: estellevw (~estellevw@173-228-112-219.dsl.dynamic.sonic.net)
  234. # [18:14] * Quits: jernoble|laptop (~jernoble@76.74.153.41) (Quit: Computer has gone to sleep.)
  235. # [18:15] * Joins: hoege (~hoege@p54904E4E.dip0.t-ipconnect.de)
  236. # [18:16] * Joins: BigBangUDR (~Thunderbi@101.60.7.54)
  237. # [18:17] * Quits: arpitab__ (uid10516@gateway/web/irccloud.com/x-hzphazypkfkzddmb) (Quit: Connection closed for inactivity)
  238. # [18:18] * Joins: tommyliu (~tommyliu@121.15.57.40)
  239. # [18:18] * Quits: hoege (~hoege@p54904E4E.dip0.t-ipconnect.de) (Client Quit)
  240. # [18:21] * Quits: BigBangUDR (~Thunderbi@101.60.7.54) (Quit: BigBangUDR)
  241. # [18:25] * Joins: tav (~tav`@37.157.36.218)
  242. # [18:25] * Joins: ap (~ap@17.202.44.214)
  243. # [18:38] * Quits: tj_vantoll (~Adium@c-98-250-130-237.hsd1.mi.comcast.net) (Quit: Leaving.)
  244. # [18:41] * Joins: lmclister (~lmclister@sjfw1-b.adobe.com)
  245. # [18:48] * Joins: tj_vantoll (~Adium@c-98-250-130-237.hsd1.mi.comcast.net)
  246. # [18:49] * Joins: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com)
  247. # [18:56] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net) (Quit: tantek)
  248. # [18:59] * Quits: paulohp (~paulohp@179.209.138.63) (Remote host closed the connection)
  249. # [19:00] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
  250. # [19:01] * Quits: haydogsup (~haydogsup@204.57.118.174) (Quit: haydogsup)
  251. # [19:02] * Quits: tav (~tav`@37.157.36.218) (Quit: tav)
  252. # [19:05] * Joins: paulohp (~paulohp@179.209.138.63)
  253. # [19:08] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Remote host closed the connection)
  254. # [19:09] * Joins: weinig (~weinig@17.202.50.223)
  255. # [19:12] * abarth|gardener is now known as abarth
  256. # [19:17] * Joins: jsbell (jsbell@nat/google/x-bqbjcxlwfigbsmdn)
  257. # [19:20] * Joins: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no)
  258. # [19:22] * Joins: BigBangUDR (~Thunderbi@101.60.7.54)
  259. # [19:24] * Quits: bnicholson (~bnicholso@24.130.60.241) (Ping timeout: 244 seconds)
  260. # [19:24] * Joins: haydogsup (~haydogsup@204.57.118.174)
  261. # [19:34] * Quits: tommyliu (~tommyliu@121.15.57.40) (Remote host closed the connection)
  262. # [19:34] * Joins: tommyliu (~tommyliu@li413-132.members.linode.com)
  263. # [19:36] * Quits: lmclister (~lmclister@sjfw1-b.adobe.com) (Read error: Connection reset by peer)
  264. # [19:37] * Quits: haydogsup (~haydogsup@204.57.118.174) (Quit: haydogsup)
  265. # [19:38] * Quits: BigBangUDR (~Thunderbi@101.60.7.54) (Quit: BigBangUDR)
  266. # [19:40] * Joins: tommyliu_ (~tommyliu@121.15.57.40)
  267. # [19:40] * Quits: tommyliu_ (~tommyliu@121.15.57.40) (Remote host closed the connection)
  268. # [19:40] * Joins: zcorpan__ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
  269. # [19:41] * Quits: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: Textual IRC Client: www.textualapp.com)
  270. # [19:43] * Quits: tommyliu (~tommyliu@li413-132.members.linode.com) (Ping timeout: 244 seconds)
  271. # [19:44] * Joins: lmclister (~lmclister@sjfw1-b.adobe.com)
  272. # [19:44] * Joins: necolas (~necolas@8.25.195.26)
  273. # [19:45] * Quits: necolas (~necolas@8.25.195.26) (Remote host closed the connection)
  274. # [19:45] * Joins: necolas (~necolas@8.25.195.26)
  275. # [19:50] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
  276. # [19:52] * Quits: Ms2ger (~Ms2ger@93.213-242-81.adsl-dyn.isp.belgacom.be) (Quit: nn)
  277. # [19:53] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
  278. # [19:54] * Joins: bnicholson (~bnicholso@2620:101:80fc:224:7e7a:91ff:fe25:a5c6)
  279. # [19:55] * Quits: hemanth (~hemanth@122.178.206.208) (Quit: This computer has gone to sleep)
  280. # [20:03] * Joins: scor (scor@nat/acquia/x-iwkrutvgzkxuviae)
  281. # [20:03] * Quits: scor (scor@nat/acquia/x-iwkrutvgzkxuviae) (Changing host)
  282. # [20:03] * Joins: scor (scor@drupal.org/user/52142/view)
  283. # [20:04] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
  284. # [20:06] * Quits: lmclister (~lmclister@sjfw1-b.adobe.com) (Read error: Connection reset by peer)
  285. # [20:06] * Joins: jernoble|laptop (~jernoble@17.114.216.54)
  286. # [20:06] * Joins: lmclister (~lmclister@sjfw1-b.adobe.com)
  287. # [20:06] * Joins: haydogsup (~haydogsup@204.57.118.174)
  288. # [20:10] * Quits: zcorpan__ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
  289. # [20:10] * Joins: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginm.net)
  290. # [20:12] * Joins: KevinMarks__ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
  291. # [20:12] * Joins: Areks (~Areks@95-24-191-184.broadband.corbina.ru)
  292. # [20:13] * Quits: paulohp (~paulohp@179.209.138.63) (Remote host closed the connection)
  293. # [20:13] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
  294. # [20:14] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
  295. # [20:18] * Quits: KevinMarks_ (~yaaic@2607:fb90:506:4b5a:e1ad:a15d:acdb:da36) (Ping timeout: 250 seconds)
  296. # [20:18] * Joins: KevinMarks_ (~yaaic@2607:fb90:506:4b5a:e1ad:a15d:acdb:da36)
  297. # [20:18] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
  298. # [20:20] * Krinkle is now known as Krinkle|detached
  299. # [20:20] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 244 seconds)
  300. # [20:26] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
  301. # [20:28] * Quits: slightlyoff (sid1768@gateway/web/irccloud.com/x-dwkyrqjyboernyaz) (Quit: Connection closed for inactivity)
  302. # [20:28] * Joins: satazor_ (~satazor@bl17-131-176.dsl.telepac.pt)
  303. # [20:28] * Quits: satazor_ (~satazor@bl17-131-176.dsl.telepac.pt) (Remote host closed the connection)
  304. # [20:29] * Joins: satazor_ (~satazor@239.201.37.188.rev.vodafone.pt)
  305. # [20:29] * Quits: satazor (~satazor@bl17-131-176.dsl.telepac.pt) (Read error: Connection reset by peer)
  306. # [20:33] * Quits: benjamingr (uid23465@gateway/web/irccloud.com/x-xshvlxvmobffhfmt) (Quit: Connection closed for inactivity)
  307. # [20:34] * Joins: lilmonkey` (~colin@pdpc/supporter/professional/riven)
  308. # [20:35] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (Ping timeout: 250 seconds)
  309. # [20:36] * Quits: espadrine_ (~ttyl@LMontsouris-656-01-02-84.w80-12.abo.wanadoo.fr) (Ping timeout: 245 seconds)
  310. # [20:37] * Joins: gavinc (~gavin@217a-d7c1-c727-13d1-030d-4002-3420-2062.6rd.ip6.sonic.net)
  311. # [20:45] * Quits: jernoble|laptop (~jernoble@17.114.216.54) (Quit: Computer has gone to sleep.)
  312. # [20:48] <Hixie> annevk: you around?
  313. # [20:49] <Hixie> zcorpan: do you have any news on https://www.w3.org/Bugs/Public/show_bug.cgi?id=24005 ?
  314. # [20:49] <Hixie> zcorpan: or a link for where i can look myself for the news
  315. # [20:50] * Krinkle|detached is now known as Krinkle
  316. # [20:50] <zcorpan> Hixie: ask fs@opera.com
  317. # [20:50] * Joins: othermaciej (~mjs@17.114.218.151)
  318. # [20:51] <Hixie> k
  319. # [20:51] <Hixie> thanks
  320. # [20:52] * Quits: satazor_ (~satazor@239.201.37.188.rev.vodafone.pt) (Remote host closed the connection)
  321. # [20:52] * Joins: satazor (~satazor@bl17-131-176.dsl.telepac.pt)
  322. # [20:53] * Quits: necolas (~necolas@8.25.195.26)
  323. # [20:56] * Joins: paulohp (~paulohp@179.209.138.63)
  324. # [20:56] * Quits: estellevw (~estellevw@173-228-112-219.dsl.dynamic.sonic.net) (Quit: Snuggling with the puppies)
  325. # [20:57] * Joins: estellevw (~estellevw@173-228-112-219.dsl.dynamic.sonic.net)
  326. # [20:57] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Quit: Leaving)
  327. # [20:57] * Quits: estellevw (~estellevw@173-228-112-219.dsl.dynamic.sonic.net) (Client Quit)
  328. # [20:57] * Quits: satazor (~satazor@bl17-131-176.dsl.telepac.pt) (Ping timeout: 260 seconds)
  329. # [20:58] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
  330. # [21:09] * Joins: zdobersek1 (~zan@185.3.135.186)
  331. # [21:10] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
  332. # [21:12] * Quits: zdobersek (~zan@109.201.152.246) (Ping timeout: 260 seconds)
  333. # [21:12] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
  334. # [21:14] * Quits: lmclister (~lmclister@sjfw1-b.adobe.com)
  335. # [21:19] * Quits: TallTed (~Thud@63.119.36.36) (Read error: Connection reset by peer)
  336. # [21:21] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
  337. # [21:22] * Quits: othermaciej (~mjs@17.114.218.151) (Quit: othermaciej)
  338. # [21:26] * Joins: othermaciej (~mjs@17.114.218.151)
  339. # [21:29] * Joins: TallTed (~Thud@63.119.36.36)
  340. # [21:29] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
  341. # [21:33] * Quits: howitdo (~howitdo@unaffiliated/howitdo) (Ping timeout: 240 seconds)
  342. # [21:37] * Joins: espadrine_ (~ttyl@AMontsouris-158-1-50-16.w92-128.abo.wanadoo.fr)
  343. # [21:41] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net)
  344. # [21:45] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
  345. # [21:50] * Quits: JosephSilber (~JosephSil@ool-44c3e80a.static.optonline.net) (Ping timeout: 250 seconds)
  346. # [21:51] * Quits: sandorjanssen (~sandorjan@541ECDF3.cm-5-7d.dynamic.ziggo.nl) (Quit: Leaving)
  347. # [21:58] * Joins: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3)
  348. # [22:01] * Joins: howitdo (~howitdo@unaffiliated/howitdo)
  349. # [22:02] * Joins: jernoble|laptop (~jernoble@17.114.216.54)
  350. # [22:05] * Quits: Areks (~Areks@95-24-191-184.broadband.corbina.ru) (Ping timeout: 245 seconds)
  351. # [22:07] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
  352. # [22:12] * Quits: ehsan_ (~ehsan@2001:450:1f:224:84bc:39f3:4bb2:d0f0) (Remote host closed the connection)
  353. # [22:16] <Domenic> So what are the UA-facing parts of HTML's ARIA mapping? Just implicit default ARIA roles? The strong native semantics and restrictions are only for authors?
  354. # [22:16] <Domenic> s/implicit default ARIA roles/implicit default ARIA roles, properties, and states/
  355. # [22:22] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 255 seconds)
  356. # [22:23] * Joins: ehsan (~ehsan@2001:450:1f:224:61ea:9091:ade:bb93)
  357. # [22:27] * Joins: estellevw (~estellevw@173-228-112-219.dsl.dynamic.sonic.net)
  358. # [22:27] * Quits: estellevw (~estellevw@173-228-112-219.dsl.dynamic.sonic.net) (Client Quit)
  359. # [22:30] * Quits: richt (~richt@192.121.59.29) (Ping timeout: 240 seconds)
  360. # [22:31] * Joins: estellevw (~estellevw@173-228-112-219.dsl.dynamic.sonic.net)
  361. # [22:31] * Quits: estellevw (~estellevw@173-228-112-219.dsl.dynamic.sonic.net) (Client Quit)
  362. # [22:33] * Quits: othermaciej (~mjs@17.114.218.151) (Quit: othermaciej)
  363. # [22:35] * Joins: richt (~richt@192.121.59.29)
  364. # [22:36] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 244 seconds)
  365. # [22:36] * Quits: ehsan (~ehsan@2001:450:1f:224:61ea:9091:ade:bb93) (Remote host closed the connection)
  366. # [22:37] * Quits: jernoble|laptop (~jernoble@17.114.216.54) (Ping timeout: 240 seconds)
  367. # [22:37] * Quits: tj_vantoll (~Adium@c-98-250-130-237.hsd1.mi.comcast.net) (Quit: Leaving.)
  368. # [22:38] * Joins: othermaciej (~mjs@17.114.218.151)
  369. # [22:39] * Joins: jernoble|laptop (~jernoble@17.245.30.53)
  370. # [22:44] * Joins: cheron (~cheron@unaffiliated/cheron)
  371. # [22:45] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
  372. # [22:51] <Hixie> Domenic: yeah more or less
  373. # [22:52] <Domenic> Hixie: OK. FWIW I think that could be signposted better.
  374. # [22:52] <Hixie> i'm kinda hoping that whole section could be spun off into its own spec
  375. # [22:53] <Domenic> I feel like SteveF would be happy to take it off your hands :P
  376. # [22:54] <Hixie> i suggested it but he declined
  377. # [22:55] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 250 seconds)
  378. # [22:57] * Joins: Javarome (539cf91c@gateway/web/freenode/ip.83.156.249.28)
  379. # [22:58] * Joins: newtron_work (~newtron@199.71.174.204)
  380. # [22:59] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net) (Quit: tantek)
  381. # [23:02] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 240 seconds)
  382. # [23:02] * Quits: newtron_work (~newtron@199.71.174.204) (Ping timeout: 240 seconds)
  383. # [23:02] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Remote host closed the connection)
  384. # [23:03] * Quits: zdobersek1 (~zan@185.3.135.186) (Quit: Leaving.)
  385. # [23:04] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
  386. # [23:05] * Quits: haydogsup (~haydogsup@204.57.118.174) (Quit: haydogsup)
  387. # [23:06] * Quits: jernoble|laptop (~jernoble@17.245.30.53) (Quit: Computer has gone to sleep.)
  388. # [23:09] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  389. # [23:11] * Krinkle is now known as Krinkle|detached
  390. # [23:15] * Quits: TallTed (~Thud@63.119.36.36)
  391. # [23:17] * Quits: paulohp (~paulohp@179.209.138.63)
  392. # [23:18] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
  393. # [23:20] * Quits: Maurice (copyman@unaffiliated/maurice)
  394. # [23:21] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
  395. # [23:25] * Krinkle|detached is now known as Krinkle
  396. # [23:26] <annevk> Hixie: yeah now for a bit
  397. # [23:26] <annevk> (thanks for all the congrats everyone :-))
  398. # [23:26] * espadrine_ is now known as espadrine
  399. # [23:29] * Quits: othermaciej (~mjs@17.114.218.151) (Quit: othermaciej)
  400. # [23:30] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  401. # [23:31] <TabAtkins> annevk: Well, your contribution was minimal, but your partner deserves plenty of congrats. ^_^
  402. # [23:31] * Joins: bryanhowarth (~bryanhowa@unaffiliated/bryanhowarth)
  403. # [23:31] <annevk> heh, true story, she did great
  404. # [23:32] * Quits: KevinMarks_ (~yaaic@2607:fb90:506:4b5a:e1ad:a15d:acdb:da36) (Ping timeout: 250 seconds)
  405. # [23:32] <Hixie> annevk: i was just gonna ask about what we should do with https://www.w3.org/Bugs/Public/show_bug.cgi?id=12230 , but it sounds like you may have more important things to worry about right now :-)
  406. # [23:32] <jgraham> annevk: I hope it all goes well from here :)
  407. # [23:33] * Quits: Javarome (539cf91c@gateway/web/freenode/ip.83.156.249.28) (Quit: Page closed)
  408. # [23:34] <annevk> Hixie: I'd really like browsers to fix things; seems unfortunate to have this for just two objects or so
  409. # [23:34] <Hixie> yeah
  410. # [23:34] <Hixie> couldn't agree more
  411. # [23:35] <annevk> I'm also happy to wait longer just like I'm doing with mutation events
  412. # [23:35] <annevk> maybe I should add a XXX in the spec though to call out this bug
  413. # [23:35] <Hixie> well i don't think anything's gonna change unless we put pressure on something to change
  414. # [23:39] <jgraham> The thing that has to change is that someone has to collect data
  415. # [23:39] <jgraham> Or you have to spec it I guess
  416. # [23:39] <jgraham> Or you wait a few years and see if Servo has to implement it
  417. # [23:40] <jgraham> I don't recommend the last option though
  418. # [23:40] <Hixie> spec what? the feature we want dropped?
  419. # [23:40] <jgraham> Yes
  420. # [23:40] <Hixie> that doesn't seem likely to lead to the change we're looking for :-)
  421. # [23:41] <jgraham> If no one thinks the value of dropping it is equal to the effort of adding telemetry, then it seems like a very mild want
  422. # [23:41] <Domenic> what's this now http://www.whatwg.org/specs/url/2014-07-30/
  423. # [23:42] <jgraham> OTOH whenever the spec is out of line with what actually has to be implemented to match other browsers, that's a serious problem
  424. # [23:42] <Hixie> jgraham: well, _I_ think the value of dropping it is equal to the effort of adding telemetry... far greater than, even
  425. # [23:43] <jgraham> Hixie: so why haven't you added telemetry?
  426. # [23:44] <annevk> Domenic: a non-publicised experiment, I suspect we might do a blog post thing around it at some point
  427. # [23:44] <Hixie> jgraham: i'm not a browser vendor
  428. # [23:44] <jgraham> Hixie: Gecko accepts patches
  429. # [23:45] <jgraham> Blink too
  430. # [23:45] <annevk> jgraham: not sure that would be effective usage of Hixie's time
  431. # [23:45] <Hixie> i don't think spec writers should be in the business of writing code for browsers. it leads to a conflict of interest.
  432. # [23:46] <jgraham> I don't see how adding code to run experiments to see what needs to be specced is either a) a waste of a spec author's time or b) a conflict of interest
  433. # [23:48] <Hixie> the conflict of interest comes from when i inevitably become interested in doing more than just adding experiments
  434. # [23:50] <jgraham> So your argument is that if you add code to test specific hypotheses about which features can be dropped, there is an inevitable slippery slope to you adding more code to actually implement features the way you want?
  435. # [23:50] * Quits: roc (~chatzilla@121.99.91.35) (Remote host closed the connection)
  436. # [23:51] * Joins: haydogsup (~haydogsup@rrcs-71-42-211-148.sw.biz.rr.com)
  437. # [23:52] <Hixie> jgraham: yeah. i don't have good impulse control. i'm good at setting boundaries when they're discontinuous, but not when they're a judgement call.
  438. # [23:53] <Hixie> (for similar reasons, i've stopped reading books entirely.)
  439. # [23:54] <jgraham> OK, I guess
  440. # [23:55] <jgraham> Then I guess you need to expend the effort you think removing the feature is worth getting someone else to do the implementation for you
  441. # [23:55] <jgraham> (implementation of the telemetry)
  442. # [23:55] * Parts: haydogsup (~haydogsup@rrcs-71-42-211-148.sw.biz.rr.com)
  443. # [23:55] <Hixie> my concern is that if i have to do work to convince people to do it, then i'm probably wrong that it's worth doing.
  444. # [23:55] <Hixie> i don't like it when other spec writers go out and advocate for their dumb features
  445. # [23:57] <Hixie> i feel like specs should win or lose purely on their merits rather than on how much one person was able to convince other people to do stuff (especially since often the "other people" are poorly-supervised interns, new employees, or people who got confused by fancy words like "accessibility")

The end :)