W3C WBS Home

Results of Questionnaire ISSUE-93: Removing the details Element - Straw Poll for Objections

The results of this questionnaire are available to anybody.

This questionnaire was open from 2010-05-12 to 2010-05-19.

8 answers have been received.

Jump to results for question:

  1. Objections to the Change Proposal to Remove the details Element
  2. Objections to the Change Proposal to Keep New Elements and Attributes

Objections to the Change Proposal to Remove the details Element

We have a Change Proposal to remove the details element. If you have strong objections to adopting this Change Proposal, please state your objections below.

Keep in mind, you must actually state an objection, not merely cite someone else. If you feel that your objection has already been adequately addressed by someone else, then it is not necessary to repeat it.

Details

Responder Objections to the Change Proposal to Remove the details Element
Leif Halvard Silli
Larry Masinter
Benoit Piette
David Singer - The "disclosure triangle" or "accordion" pattern of extra information or controls that is initially hidden but can optionally be exposed, is a common and useful UI idiom in both native applications and web apps - ranging from simple forms-based apps to rich interactive applications. HTML5 should serve this idiom directly.
- Disclosure triangles are one of the basic control types supported on both Mac OS X and iPhone OS. They are part of a complete modern UI toolkit. HTML5 should serve applications by providing a complete set of fundamental controls.
- The "HTML5 Superfriends" group of Web standards experts supports the <details> element, demonstrating support in the authoring community.
- Semantic elements lead to improved accessibility. The HTML WG Accessibility Task Force has endorsed the <details> element and opposed the call to remove it.
- Implementors of multiple browser engines, including WebKit, Gecko and Presto, have expressed interest in implementing this element.

Given the interest from authors, implementors and the accessibility community in keeping it, the <details> element should not be removed.
Cynthia Shelly HTML was designed as a language for describing documents, but it is being used as a language for building user interface. As such, it is missing many of the primatives needed for user interface. This has caused authors to build their own interface elements, each slightly different, and many missing quality requirements (including accessibility). To advance high quality, consistent web-based applications, we need to move as many of these as possible into HTML and into browsers. These elements with built-in behavior are one of the most important advances in HTML 5, and must be retained.

Details codifies a very common user interface widget, which has been implemented in countless different ways on different sites. It is a good example of the sort of new built-in behavior that is needed to improve the experience of web applications, including the experience for users with disabilities and anyone who needs their user agent to be able to modify the rendering of interactive controls.
Jonas Sicking I object to removing the <details> element as it would result in missing out of the positive effects listed in http://www.w3.org/html/wg/wiki/ChangeProposals/KeepNewElements#Positive_Effects

My experience working with web authors for several years is that they tend to do what is easy, whereas accessibility often ends up coming second due to time constraints and unawareness.

By including the semantic <details> element, we both make it easier for developers to do what they want, since they'll need to use less markup and script, while automatically getting a good accessibility story.

The change proposal to remove <details> seems to have no solution for what HTML editors like nvu or dreamweaver should do, making it impossible for such tools to properly support the functionality that <detail>s supplies. At least without resorting to hacks that don't work in a cross-editor manner.

Finally, I think it's very unlikely that as many people would add proper ARIA attributes, as would use the <details> element. I think this is the reason that the WAI-ARIA specification encourages developers of markup languages to add semantic elements and explicitly declares ARIA as a bridge technology. I also think this is why the HTML Accessibility TF has endorsed the <details> element.
Laura Carlson
Krzysztof Maczy&#324;ski 1. The CP argues that the same functionality is readily available with scripting (most notably in multiple libraries). I'm strongly against applying this reasoning in designing declarative markup languages (which leads me to being somewhat against this particular CP).

2. The CP and ISSUE's statement propose that dynamic behaviour (and even hiding anything - but that's far fetched and suggests an oversight of display: none in CSS and similar possibilities when writing the CP) shouldn't be possible without scripting. Declaratrive markup languages already offer it (e.g. XForms, SMIL), so the bridge has been crossed. And it's a good thing because on the Web arbitrary interaction with content is the norm, unlike in traditional media.

Note that this element needs much work and I reserve the right to opt for its removal if this work doesn't yield satisfactory results by the time to publish LC. In particular, styling model needs to be defined consistently, the whole approach to boolean attributes is questionable, naming of summary should probably be revisited and whether it makes sense to have it as any child, not necessarily the first.

Objections to the Change Proposal to Keep New Elements and Attributes

We have a Change Proposal to keep several newly-introduced semantic elements, attributes, and controls. If you have strong objections to adopting this Change Proposal specifically with respect to the details element, please state your objections below.

Keep in mind, you must actually state an objection, not merely cite someone else. If you feel that your objection has already been adequately addressed by someone else, then it is not necessary to repeat it.

Details

Responder Objections to the Change Proposal to Keep New Elements and Attributes
Leif Halvard Silli Long version: http://lists.w3.org/Archives/Public/public-html/2010May/0010
Shorter version:

Summary:
--------

<figure> and <details> are not fully baked. <figure> and <details> are apparently considered as such good *ideas*, that the ideas are considered worth more than a high quality and straight forward/simple implementation of those ideas.

Caption related reasons to object:
---------------------------

The caption issue has been the main problem all along (and the editor many times postponed the entire issue). And we have ended up with an ad-hoc and expensive solution: two caption elements with unclear vs. overclear links to their parent elemetns.

<details> and <figure> are quite similar elements. They should at best have been able to reuse table's <caption> element as their own caption (and if we took our time, I'm sure we could do that, despite the Webkit hurdles). But as a second best, the should have had one and the same caption element. As it stands, then <summary> is not in any whatsoever way especially fit as a name for the caption of <details> - there is no semantic or logical link between the word "summary" and <details> any more than there is between "summary" and <figure>. And <figcaption> is a very untraditional element name for html - it's odd. Other optiosn have been <label>, <legend>, <dt>. And also <dd> as child body element. The current solution looks more as a reaction to the problem that we couldn't use <dt> and <dd>, than a pleasing quality solution.

The name of the caption is such an important feature of both elements, that it will hamper the take up of them. Not every <figure> may need a caption. But the caption is still a core to the very figure concept.


Design related reasons to object:
--------------------------

Neither <figure> nor <details> can be used inline - e.g. inside a <p> element. Thus there is no way to create captions e.g. for inline images. One can of course use wrap an inline image inside a <span> and use ARIA etc. However one of the argumetns for keeping <figure> as is, is that one may then avoid using ARIA ... I have filed bugs about the <object> element, so that it can be used as a container for <figure> or <details> .... But that also requires that <object> is permitted used more like in HTML4 ... The defends of <figure> as it stands, have shown no interest in this problem - as far as I have noticed.

<details> also seems to "eat" from other elements. I concur with Benoit Piette (http://lists.w3.org/Archives/Public/public-html/2010May/0006) in that the details behavior should rather be integrated into existing elements. <details> looks like an "easy way out" when the author is unable to get e.g. a <dl> list to behave in a <details> alike way.

Not sure how crucial *this* is but, <figure> will also "compete" with <dl> - what's the advantage over <dl><dt>caption<dd>content</dl>?

Conclusion
--------

1. I question whether the long term issues have been given enough thought when it comes to the choice of caption element(s)
2. Figure and Details are far less generic than it may seem on the sureface due to their inability to be used inline.
3. <details> seems like a teaser that may get authors to use it purely for the behavior. (Remember <blink> anyone ...)
4. Regarding 1., 2. and 3.: I fail to see the over all goals behind the creation of <figure> and <details>. If we had concrete goals, then we could have compared and decided if 1., 2. and 3. was in line with the the reasons why we started to work on <figure> and <details> in the first place.

I therefore recommend that we take <details> and <figure> out of HTML5 for now, with the prmise to look at them again. We should also write up more detailed the goals with these elements, and be open to take them back in, once we see that they can fulfil what we want them to fulfill.
Larry Masinter (see objection on ISSUE-90; lack of transition plan and unambiguous support at this point => remove to allow HTML5 to reach rec realistically).
Benoit Piette My objections are fully expressed in the following thread : http://lists.w3.org/Archives/Public/public-html/2010May/0006.html

In summary, the semantic parts of details are confusing and can be redundant with other structural elements. In fact, when an "activate to show" behavior must be added to an already structured document, you will end up with "double semantics" (of which the details part is weaker). Also, not enough is said on how the default behavior and presentation can be overridden.

David Singer
Cynthia Shelly
Jonas Sicking
Laura Carlson Rationale is at:
http://lists.w3.org/Archives/Public/www-archive/2010May/att-0026/details.txt
Krzysztof Maczy&#324;ski

More details on responses

Non-responders

The following persons have not answered the questionnaire:

  1. Gilles Drieu <gilles@motorola.com>
  2. Arun Patole <arun.patole@motorola.com>
  3. Fabiola Lòpez <favila@technosite.es>
  4. Brian Blakely <anewpage.media@gmail.com>
  5. Jason Boyd <jason@pixelboxdesign.co.uk>
  6. David MacDonald <David100@sympatico.ca>
  7. Mohammad Amiri <m.amiri@iranwebclub.com>
  8. Hasan Savran <hsavran@kent.edu>
  9. Charles Pritchard <chuck@jumis.com>
  10. Greg Billock <gbillock@google.com>
  11. Yang Sun <eric.sun@huawei.com>
  12. Alexey Kartashev <alexei.kartashev@gmail.com>
  13. Alessandro Bassi <abassi@etsur.com>
  14. Sam French <sfrench_01@yahoo.co.uk>
  15. Marco Kotrotsos <Marco@mlabs.nl>
  16. Jorge del Casar <jorge.casar@gmail.com>
  17. Juan Cabrera <juan.acc@gmail.com>
  18. J. Ryan Stinnett <jryans@gmail.com>
  19. Ross Greenhalf <ross@mobileiq.com>
  20. Fredrik Forsmo <lists@forsmo.me>
  21. Christopher Healey <deezignink@gmail.com>
  22. Marc Roberts <marc.roberts@gmail.com>
  23. Jonathan Mahoney <jonathan@mahoney.eu>
  24. Wyatt Allen <wyatt.allen0@gmail.com>
  25. Ben Dalton <bendalton@gmail.com>
  26. Craig Smithpeters <craig.smithpeters@cox.com>
  27. Kevin Davies <kevin@kjdavies.com>
  28. David Kim <david.kim@sk.com>
  29. Ian Devlin <ian@iandevlin.com>
  30. Jason Kiss <jason@accessibleculture.org>
  31. Clarke Stevens <c.stevens@cablelabs.com>
  32. Peter Winnberg <peter.winnberg@gmail.com>
  33. Nicholas Zakas <standards@nczconsulting.com>
  34. Gian Luca Marroni <gmarroni@libero.it>
  35. Colin Ihrig <cjihrig@gmail.com>
  36. Hans Hillen <hans.hillen@gmail.com>
  37. Glenn Adams <glenn@skynav.com>
  38. Jonas Jacek <contact@jonas.me>
  39. Woo il Kwon <willkwon@infraware.co.kr>
  40. Sung Taeg Kim <stkim@infraware.co.kr>
  41. Mi Youn Choi <mychei@infraware.co.kr>
  42. Ryosuke Niwa <rniwa@webkit.org>
  43. Soonho Lee <soonho.lee@sk.com>
  44. Adam Sobieski <adamsobieski@hotmail.com>
  45. Andrew Meredith <andrew@integritywebnc.com>
  46. jongyoul Park <jongyoul@etri.re.kr>
  47. Kunio Ito <kunio.ito@mail.rakuten.com>
  48. Daniel Hughes <dhughes@liguori.org>
  49. Narm Gadiraju <narm@intel.com>
  50. Payman Delshad <payman@opera.com>
  51. Javier Jiménez <jjimenez@linkatu.net>
  52. Chris Bold <neuronton@live.com>
  53. Youngsun Ryu <ysryu@samsung.com>
  54. DaeHyun Kim <dhn.kim@samsung.com>
  55. Jongpil Jung <jongpil19.jung@samsung.com>
  56. Erin Sparling <erin@everyplace.net>
  57. Alvar Laigna <laigna@gmail.com>
  58. Catherine Roy <ecrire@catherine-roy.net>
  59. Arthur Barstow <art.barstow@nokia.com>
  60. Hadley Beeman <hadley@linkedgov.org>
  61. Lynn Holdsworth <lynn.holdsworth@rnib.org.uk>
  62. Cameron Jones <cmhjones@gmail.com>
  63. Nathan Rixham <nathan@webr3.org>
  64. Kurt Cagle <kurt.cagle@gmail.com>
  65. Lawrence Rosen <lrosen@rosenlaw.com>
  66. Fumitaka Watanabe <fwtnb@tomo-digi.co.jp>
  67. Yoshimitsu Tsurimaki <tsurimaki@tomo-digi.co.jp>
  68. Shoko Okuma <okuma@tomo-digi.co.jp>
  69. Paul Bakaus <pbakaus@zynga.com>
  70. Bob Lund <b.lund@cablelabs.com>
  71. Ohad Assulin <ohad.assulin@hp.com>
  72. Giuseppe Pascale <giuseppep@opera.com>
  73. Andi Snow-Weaver <andisnow@us.ibm.com>
  74. Mathias Bynens <mathias@qiwi.be>
  75. Mark Watson <watsonm@netflix.com>
  76. Luiz Agostini <luiz@webkit.org>
  77. Danny Ayers <danny.ayers@gmail.com>
  78. Andrew Roth <andrew.in.snow+w3c@gmail.com>
  79. Kenneth Nordahl <kenneth@nordahl.me>
  80. James Clark <jjc@jclark.com>
  81. Kensaku KOMATSU <kensaku.komatsu@gmail.com>
  82. Dave Saunders <drs@microfm.co.uk>
  83. Othmane Benyoucef <othmane_benyoucef@hotmail.com>
  84. Joseph Pecoraro <pecoraro@apple.com>
  85. David Carlisle <davidc@nag.co.uk>
  86. Noriyo Asano <noriyo.asano@gmail.com>
  87. Yoshinori TAKESAKO <takesako@gmail.com>
  88. Mark Pilgrim <pilgrim@google.com>
  89. Hiroshi Omata <omata@jig.jp>
  90. Hidetaka Kimura <kimura@jig.jp>
  91. Yukio Ishino <ishino@jig.jp>
  92. Taisuke Fukuno <fukuno@jig.jp>
  93. Jacob Rossi <Jacob.Rossi@microsoft.com>
  94. Christophe Eyrignoux <christophe.eyrignoux@orange-ftgroup.com>
  95. Yosuke Funahashi <yfuna@tomo-digi.co.jp>
  96. Soonbo Han <soonbo.han@lge.com>
  97. Tony Gentilcore <tonyg@google.com>
  98. Donald Evans <don.evans@deque.com>
  99. Mike Amundsen <mamund@yahoo.com>
  100. Greg Johnson <greg.johnson@gmail.com>
  101. Léonie Watson <lwatson@nomensa.com>
  102. Koan-Sin Tan <koansin.tan@gmail.com>
  103. Mounir Lamouri <mounir.lamouri@mozilla.com>
  104. Norman Walsh <norman.walsh@marklogic.com>
  105. Everett Zufelt <everett@zufelt.ca>
  106. Jonas Schneider <js.sokrates@gmail.com>
  107. Haymo Meran <h.meran@gentics.com>
  108. Matt Lee <mattl-lists@fsf.org>
  109. Dave Penkler <dave.penkler@hp.com>
  110. Kimberly Blessing <kimberly_blessing@comcast.com>
  111. David Corvoysier <david.corvoysier@orange.com>
  112. Zi Bin Cheah <zibin@opera.com>
  113. Antonio Tapiador <atapiador@dit.upm.es>
  114. Diego Moreno <dmoreno@dit.upm.es>
  115. Daniel Gallego <dgallego@dit.upm.es>
  116. Diego Carrera <diegocarrera2000@gmail.com>
  117. Antonio Mendo <amendo@dit.upm.es>
  118. Pedro Rodriguez <prodriguez@dit.upm.es>
  119. Emilio Garcia <egarcia@dit.upm.es>
  120. Fernando Escribano <fec@dit.upm.es>
  121. Javier Cerviño <jcervino@dit.upm.es>
  122. Enrique Barra <ebarra@dit.upm.es>
  123. Sandra Aguirrre Herrera <saguirre@dit.upm.es>
  124. Andreas Kuckartz <A.Kuckartz@ping.de>
  125. Jesper Wøldiche <jesper@woeldiche.dk>
  126. Stanley Manoski <manoski@mitre.org>
  127. Martijn Croonen <martijn@martijnc.be>
  128. Benjamin Hawkes-Lewis <bhawkeslewis@googlemail.com>
  129. Evan Smith <evan@zyglobe.com>
  130. Jeanne F Spellman <jeanne@w3.org>
  131. Jack Jansen <jack@cwi.nl>
  132. Peter Beverloo <beverloo@google.com>
  133. Grant Simpson <glsimpso@indiana.edu>
  134. Bruce Plutchak <plutchakbd@earthlink.net>
  135. Michael zur Muehlen <mzurmuehlen@stevens.edu>
  136. Wayne Carr <wayne.carr@intel.com>
  137. Anssi Kostiainen <anssi.kostiainen@nokia.com>
  138. Kenny Johar <kennyjohar@gmail.com>
  139. Masatomo Kobayashi <mstm@jp.ibm.com>
  140. Ojan Vafai <ojan@chromium.org>
  141. Jer Noble <jer.noble@apple.com>
  142. Daniel Burnett <dburnett@voxeo.com>
  143. Sharon Newman <sharco@microsoft.com>
  144. Deborah Dahl <dahl@conversational-technologies.com>
  145. Dominik Tomaszuk <ddooss@wp.pl>
  146. Dick Bulterman <Dick.Bulterman@cwi.nl>
  147. Eihab Ibrahim <eihabibrahim@gmail.com>
  148. Colin Aarts <colin@colinaarts.com>
  149. Chris Marrin <cmarrin@apple.com>
  150. Arve Bersvendsen <arveb@opera.com>
  151. Dean Leigh <dean.leigh@deanleigh.co.uk>
  152. Matt Harris <w3@themattharris.com>
  153. David Bolter <david.bolter@gmail.com>
  154. Robert Stern <rstern@gmail.com>
  155. Soohong Daniel Park <soohong.park@samsung.com>
  156. WonSuk Lee <wonsuk11.lee@samsung.com>
  157. Kangchan Lee <chan@w3.org>
  158. Jatinder Mann <jmann@microsoft.com>
  159. Mark Foladare <mf1383@att.com>
  160. Johnson Wang <Johnson.wang@nokia.com>
  161. Kazuyuki Ashimura <ashimura@w3.org>
  162. Ole Riesenberg <or@oleriesenberg.com>
  163. Sorin Sbarnea <ssbarnea@adobe.com>
  164. Tom Nguyen <tom@adobe.com>
  165. Anand Samuel Edwin <aedwin@adobe.com>
  166. Christopher Bank <cbank@adobe.com>
  167. Kai Scheppe <k.scheppe@telekom.de>
  168. Graham Klyne <graham.klyne@zoo.ox.ac.uk>
  169. Monikandan S <smonikan@adobe.com>
  170. Mayank Kumar <mayankk@adobe.com>
  171. Dragos Georgita <dgeorgit@adobe.com>
  172. Leonard Rosenthol <lrosenth@adobe.com>
  173. Raul Hudea <rhudea@adobe.com>
  174. Raghavan Gurumurthy <raghavan@adobe.com>
  175. Lucas Sa <lucas.sa@gmail.com>
  176. Mike Taylor <miket@opera.com>
  177. Sally Cain <sally.cain@rnib.org.uk>
  178. Sean Hayes <sean.hayes@microsoft.com>
  179. Tim van Oostrom <timvanoostrom@gmail.com>
  180. Matthew May <mattmay@adobe.com>
  181. Matthew MacKenzie <mattm@adobe.com>
  182. Judy Brewer <jbrewer@w3.org>
  183. Gez Lemon <g.lemon@webprofession.com>
  184. Anders Bondehagen <anders@bondehagen.com>
  185. Jon Gunderson <jongund@illinois.edu>
  186. Kelly Ford <kelly.ford@microsoft.com>
  187. Jim Allan <jimallan@tsbvi.edu>
  188. Markku Hakkinen <mhakkinen@acm.org>
  189. Yehuda Katz <wycats@gmail.com>
  190. Geoff Freed <geoff_freed@wgbh.org>
  191. Feng Liu <fliu1@avaya.com>
  192. wu chou <wu.chou@huawei.com>
  193. Janina Sajka <janina@rednote.net>
  194. Erik Isaksen <erik_isaksen@hotmail.com>
  195. Jean-Pierre EVAIN <evain@ebu.ch>
  196. Kris Krueger <krisk@microsoft.com>
  197. Philippe Le Hégaret <plh@w3.org>
  198. Samuel Weinig <weinig@apple.com>
  199. Wendy Chisholm <wendc@microsoft.com>
  200. Jonathan Griffin <jgriffin@mozilla.com>
  201. D.R.Imanuel Abromeit <dabromeit@gmx.de>
  202. Michael Köller <michael.koeller@greenbytes.de>
  203. Aryeh Gregor <ayg@aryeh.name>
  204. Gavin Carothers <gavin@carothers.name>
  205. Bryan Sullivan <blsaws@gmail.com>
  206. Paul Cotton <Paul.Cotton@microsoft.com>
  207. Frank Olivier <frank.olivier@microsoft.com>
  208. Eliot Graff <eliotgra@microsoft.com>
  209. Dan Brickley <danbri@danbri.org>
  210. Tony Ross <tross@microsoft.com>
  211. Chris Cressman <chris@chriscressman.com>
  212. Tab Atkins Jr. <jackalmage@gmail.com>
  213. Michael Kozakewich <mkozakewich@icosidodecahedron.com>
  214. Martin McEvoy <martin@weborganics.co.uk>
  215. Ryan Mitchell <ryanmitchell@gmail.com>
  216. Lars Gunther <gunther@keryx.se>
  217. Martin Kliehm <w3c@kliehm.com>
  218. Tantek Çelik <tantek@cs.stanford.edu>
  219. Jeremy Keith <jeremy@adactio.com>
  220. Manu Sporny <msporny@digitalbazaar.com>
  221. Ben Adida <ben@adida.net>
  222. Toby Inkster <tai@g5n.co.uk>
  223. John Drinkwater <john@nextraweb.com>
  224. Mark Miller <erights@google.com>
  225. Andrew Wilson <atwilson@google.com>
  226. joaquin Salvachua <jsalvachua@dit.upm.es>
  227. Juan Quemada <quemada@dit.upm.es>
  228. Tobias Horvath <w3c@tobyx.com>
  229. John Foliot <john@foliot.ca>
  230. Per-Erik Brodin <per-erik.brodin@ericsson.com>
  231. Joe Williams <joedwil@earthlink.net>
  232. Don Brutzman <brutzman@nps.edu>
  233. Dzung Tran <dzung.d.tran@intel.com>
  234. Christopher Varley <cvarley@gmail.com>
  235. yael aharon <yael.aharon@nokia.com>
  236. Marco Ranon <marco.ranon@rnib.org.uk>
  237. Stuart Myles <smyles@ap.org>
  238. Silvia Pfeiffer <silviapfeiffer1@gmail.com>
  239. Dowan Kim <forty4@gmail.com>
  240. Jace Voracek <JaceVoracek@me.com>
  241. Chris Pearce <cpearce@mozilla.com>
  242. Robert O'Callahan <robert@ocallahan.org>
  243. Jakob Melander <jakob.melander@sonyericsson.com>
  244. Ian Fette <ifette@google.com>
  245. Jonathan Watt <jwatt@jwatt.org>
  246. Robin Berjon <robin@berjon.com>
  247. Dean Jackson <dino@apple.com>
  248. Travis Leithead <Travis.Leithead@microsoft.com>
  249. Chris Double <cdouble@mozilla.com>
  250. Adrian Bateman <adrianba@microsoft.com>
  251. Mohammed DADAS <mohammed.dadas@orange.com>
  252. Philip Jägenstedt <philipj@opera.com>
  253. Erik Dahlström <ed@opera.com>
  254. Noah Peters <noahpeters@gmail.com>
  255. Han Xu <collin@w3china.org>
  256. Dan Smith <dan@sketchpad.co.uk>
  257. Samuel Santos <samaxes@gmail.com>
  258. Hallvord Steen <hallvord@opera.com>
  259. Wesley Upchurch <wesley.upchurch@semcoinc.com>
  260. Alex Robinson <w3c@alex.fu2k.org>
  261. Jon Hughes <jon@phazm.com>
  262. Tomas Caspers <tomas@tomascaspers.de>
  263. Richard Schwerdtfeger <schwer@us.ibm.com>
  264. Shefik Macauley <allknightaccess@gmail.com>
  265. John Vernaleo <john@netpurgatory.com>
  266. Jedi Lin <JediLin@Gmail.com>
  267. Richard Conyard <richard@redantdesign.com>
  268. Roy Fielding <fielding@gbiv.com>
  269. Philip Taylor <excors@gmail.com>
  270. Mark Turnage <markturnage@gmail.com>
  271. Andrew Duck <andrew.duck@quiqcorp.com>
  272. Jason White <jason@jasonjgw.net>
  273. Richard Ishida <ishida@w3.org>
  274. Masataka Yakura <myakura.web@gmail.com>
  275. Andrew Ramsden <andrew@irama.org>
  276. Nik Thierry <nik@nikca.com>
  277. Don Kiely <donkiely@computer.org>
  278. Joshue O Connor <joshue.oconnor@cfit.ie>
  279. Monika Trebo <mtrebo@stanford.edu>
  280. Bogdan Baraszkiewicz <bogdan.baraszkiewicz@gmail.com>
  281. Egor Kloos <studio@dutchcelt.nl>
  282. David Bills <w3@dfbills.com>
  283. Michael Whitley <miwhitle@cisco.com>
  284. Steve Faulkner <faulkner.steve@gmail.com>
  285. Sebastian Kippe <sebastiankippe@gmail.com>
  286. Ben Millard <cerbera@projectcerbera.com>
  287. Keith Krieger <keith_w_krieger@krieger-capital-mgmt.com>
  288. Adam Roben <aroben@apple.com>
  289. Susanne Jäger <susjaeger@sujag.de>
  290. Eric Eggert <w3c@yatil.de>
  291. Gary Barber <gary.barber.au@gmail.com>
  292. Jens Meiert <jens@meiert.com>
  293. Robert Love <robert.love@signified.com.au>
  294. Lee Kowalkowski <Lee.Kowalkowski@googlemail.com>
  295. David Choi <daaave@gmail.com>
  296. Oli Studholme <1.w3c.org@boblet.net>
  297. Ian Wessman <w3@iria.net>
  298. Stephen Axthelm <steveax@pobox.com>
  299. Mark DuBois <Mark@webprofessionals.org>
  300. Marco Neumann <marco.neumann@gmail.com>
  301. David Child <dave@addedbytes.com>
  302. Jane Lee <applegoddess@gmail.com>
  303. Andrew Maben <andrew@andrewmaben.com>
  304. Robert Marshall <rdm@rdmsoft.com>
  305. Vilem Malek <murphy@malek.cz>
  306. Chris Adams <chris@tuesdaybegins.com>
  307. Michaeljohn Clement <mj@mjclement.com>
  308. Vicki Stanton <vicki.stanton@gmail.com>
  309. Michael Turnwall <w3c@turnwall.net>
  310. Andrew Stibbard <xhva_htmlwg@netspace.net.au>
  311. Eric Carlson <eric.carlson@apple.com>
  312. David Fisher <davef@davefisher.co.uk>
  313. Martijn Wargers <martijn.martijn@gmail.com>
  314. Joseph D'Andrea <jdandrea@gmail.com>
  315. Patrick D F Ion <ion@ams.org>
  316. Jake Liddell <jake@fourhats.com>
  317. Moto Ishizawa <summerwind.jp+w3c@gmail.com>
  318. Doug Wright <douglas.wright@pre-school.org.uk>
  319. Bilgehan Maras <bilgehanm@gmail.com>
  320. Sam Ruby <rubys@intertwingly.net>
  321. Sander van Lambalgen <w3c@have-skill.com>
  322. Mark Birbeck <mark.birbeck@webBackplane.com>
  323. Jason Turnbull <jason@digiscape.net.au>
  324. Markus Mielke <mmielke@microsoft.com>
  325. James Cassell <w3c@cyberpear.com>
  326. Dale Hudjik <dale.hudjik@gmail.com>
  327. Ron Reisor <ron@udel.edu>
  328. Pietro Russo <p.russo@webprofession.com>
  329. Kornel Lesinski <kornel@geekhood.net>
  330. Brian Skahan <brian.skahan@gmail.com>
  331. Simon Myers <Smylers@stripey.com>
  332. aurélien levy <aurelien.levy@free.fr>
  333. Dylan Smith <qstage@cox.net>
  334. Marat Tanalin <mtanalin@yandex.ru>
  335. Matthew Turvey <mcturvey@gmail.com>
  336. Brian Peppler <bpeppler@gmail.com>
  337. Guillaume Ludwig <contact@gmli.fr>
  338. andrea mignolo <amignolo@gmail.com>
  339. Andrew Buzzell <andrewbuzzell@gmail.com>
  340. Thomas Higginbotham <thomas@thomashigginbotham.com>
  341. Lucas Larson <lucas@lucaslarson.net>
  342. Scott Vesey <scott.r.vesey@boeing.com>
  343. Miller Abel <millera@microsoft.com>
  344. Andrew Polk <andrew.polk@hccs.edu>
  345. Craig Buckler <craigbuckler@gmail.com>
  346. Andrew Norman <idonothaveacat@gmail.com>
  347. Michael Zajac <michael@zajac.ca>
  348. Doug Schepers <schepers@w3.org>
  349. Arne Johannessen <arne@thaw.de>
  350. Clair Dunn <cadunn@vt2000.com>
  351. Debi Orton <oradnio@gmail.com>
  352. Michael Puls II <shadow2531@gmail.com>
  353. Craig Cadwallader <primal1@primal-image.com>
  354. Arun Ranganathan <arun@mozilla.com>
  355. Kent Villard <kvillard@upei.ca>
  356. Marc Drumm <mdrumm@dental.upenn.edu>
  357. Katsuhiko Momoi <momoi@google.com>
  358. Danny Liang <danny.glue@gmail.com>
  359. Julian Reschke <julian.reschke@gmx.de>
  360. Doug Jones <doug_b_jones@me.com>
  361. Gabriel Mansour <gabrielmansour@gmail.com>
  362. Alejandro Fernandez <alejandro@mediadvanced.com>
  363. Cameron McCormack <cam@mcc.id.au>
  364. Daniel Schattenkirchner <schattenkirchner.daniel@gmx.de>
  365. Justin Anthony Knapp <justinkoavf@gmail.com>
  366. Edward Cianci <defeated2k4@gmail.com>
  367. Edward O'Connor <eoconnor@apple.com>
  368. Marcel Koeppen <public-html@lists.marzelpan.de>
  369. Rene Saarsoo <nene@triin.net>
  370. Morten Tollefsen <morten@medialt.no>
  371. Alexey Proskuryakov <ap@webkit.org>
  372. Chasen Le Hara <rendezvouscp@gmail.com>
  373. Noel Bush <noel@aitools.org>
  374. Bruce Lawson <brucel@opera.com>
  375. Matthew Freels <freels@gmail.com>
  376. Michael Cooper <cooper@w3.org>
  377. Kazuhito Kidachi <k-kidachi@mitsue.co.jp>
  378. Andrew Fedoniouk <news@terrainformatica.com>
  379. Jirka Kosek <jirka@kosek.cz>
  380. Charles McCathieNevile <chaals@opera.com>
  381. Alexey Feldgendler <alexeyf@opera.com>
  382. Gavin Sharp <gavin@mozilla.com>
  383. Glenn Bookout <g.bookout@barefootdigital.net>
  384. Sander Tekelenburg <st@isoc.nl>
  385. Boris Zbarsky <bzbarsky@mit.edu>
  386. Johnny Stenback <jst@w3c.jstenback.com>
  387. Henri Sivonen <hsivonen@iki.fi>
  388. David Baron <dbaron@dbaron.org>
  389. Denis Boudreau <dboudreau@accessibiliteweb.com>
  390. Nick Fitzsimons <w3@nickfitz.co.uk>
  391. Matthew Raymond <mattraymond@insightbb.com>
  392. Giovanni Gentili <giovanni.gentili@gmail.com>
  393. Sajid Saiyed <sajid.saiyed@gmail.com>
  394. Mateo Yadarola <teodalton@gmail.com>
  395. Channy Yun <channy@mozilla.or.kr>
  396. S Emerson <w3c@accretewebsolutions.ca>
  397. Josh Lawton <w3c@joshlawton.com>
  398. Maciej Stachowiak <mjs@apple.com>
  399. Adele Peterson <adele@apple.com>
  400. David Hyatt <hyatt@apple.com>
  401. Bill Mason <billm@accessibleinter.net>
  402. Alfonso Martínez de Lizarrondo <amla70@gmail.com>
  403. Shane Thacker <shanethacker@gmail.com>
  404. Dimitri Glazkov <dglazkov@chromium.org>
  405. Geoffrey Sneddon <gsneddon@opera.com>
  406. Erik van Kempen <erikvankempen@gmail.com>
  407. Thomas Pike <thomasp@opera.com>
  408. Jude Robinson <dotcode+w3@gmail.com>
  409. Matt Obee <matt.obee@redantdesign.com>
  410. Niels Leenheer <niels.leenheer@gmail.com>
  411. Krijn Hoetmer <w3c@qontent.nl>
  412. Markus Fischer <markus@fischer.name>
  413. Zhihong Mao <zhihong.mao@gmail.com>
  414. T.V. Raman <raman@google.com>
  415. Ian Hickson <ian@hixie.ch>
  416. Robert Accettura <robert@accettura.com>
  417. Dean Edridge <dean@dean.gen.nz>
  418. Pasquale Popolizio <p.popolizio@webprofession.com>
  419. Luca Mascaro <l.mascaro@webprofession.com>
  420. James Graham <jgraham@opera.com>
  421. Sebastian Schnitzenbaumer <sebastian@dreamlab.net>
  422. David Håsäther <hasather@gmail.com>
  423. Michael[tm] Smith <mike@w3.org>
  424. Sierk Bornemann <sierkb@gmx.de>
  425. Lachlan Hunt <lachlan.hunt@lachy.id.au>
  426. Simon Pieters <simonp@opera.com>
  427. Daniel Glazman <daniel.glazman@disruptive-innovations.com>
  428. Anne van Kesteren <annevk@opera.com>
  429. Håkon Wium Lie <howcome@opera.com>
  430. Karl Dubost <karld@opera.com>
  431. Char James-Tanny <charjt@helpstuff.com>
  432. Huan Ren <renhuan@360.cn>
  433. Yuan Ji <yuan.ji@nokia.com>
  434. Yong Zhang <zhangyong@360.cn>
  435. peng sun <sunpeng@360.cn>
  436. Yuguo Liu <yuguoliu@tencent.com>
  437. MoonOk Joe <snowboy@sk.com>
  438. Huifa Qiu <iron@tencent.com>
  439. Zhichao Zhou <zhichaozhou@tencent.com>
  440. Xi Tang <tangxi@360.cn>

Send an email to all the non-responders.


Compact view of the results / list of email addresses of the responders

WBS home / Questionnaires / WG questionnaires / Answer this questionnaire


Completed and maintained by Dominique Hazaël-Massieux (dom@w3.org) on an original design by Michael Sperberg-McQueen $Id: showv.php3,v 1.117 2011/08/16 10:23:08 dom Exp $. Please send bug reports and request for enhancements to dom@w3.org with w3t-sys@w3.org copied (if your mail client supports it, send mail directly to the right persons)