The results of this questionnaire are available to anybody.
This questionnaire was open from 2011-03-10 to 2011-03-17.
5 answers have been received.
Jump to results for question:
- Objections to the Change Proposal to reserve "conforming HTML5 document" for documents that conform to the HTML5 specification itself
- Objections to the Change Proposal for no conformance versions.
We have a Change Proposal to reserve the phrase "conforming HTML5 document" for documents that conform to the HTML5 specification itself. 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 reserve "conforming HTML5 document" for documents that conform to the HTML5 specification itself |
| Leif Halvard Silli |
|
| Simon Myers |
I object to this proposal because it removes the note describing that when a group of people discuss the conformance of a document it means conforming to the set of standards that their community has chosen to recognize.
Specs can't define themselves to be relevant, foisting themselves on communities; if a community ignores a spec, there's nothing the spec can do about it. And specs can't outlaw other specs, including being modified by supplementary specs; if a community recognizes an additional spec, then that's what people will use for conformance, regardless of what HTML5 says.
So the description in this note is accurate by definition. Pretending otherwise is a fiction, and I object to the spec being a work of fiction.
|
| Ian Hickson |
There is no use case that actually gets satisfied by this suggestion. In particular, the obvious use case of "a way to get a common understanding with someone else so that you can collaborate in creating documents that use the same features" isn't generally satisfied by this because such use cases are likely to never cleanly fall down spec lines — they're more likely to fall down implementation lines, and implementations don't match to specs closely enough. There have been many examples of this over the past few years with other standards groups profiling HTML4 and CSS2 to fit their needs, for example the print industry with the CSS Print Profile, the WAP forum with their mobile profiles, the TV industry with their profiles, etc.
We should not make changes of this nature without very carefully determining what the use cases are that the changes would address. |
| Julian Reschke |
|
| Karl Dubost |
The conformance section of this specification needs to be polished before being able to decide on the meaning of "conforming document". The QA specification Guidelines recommends to define who and what will implement the specification, this analysis once done helps define a conformance profile.
http://www.w3.org/TR/qaframe-spec/
Comformance is not universal it is a decision of the group. For example it would be possible to decide that a document is conforming just because it has the right doctype, or just because the element p is used in a document, etc. "Conforming HTML5 document" is not enough by itself.
|
We have a Change Proposal to ensure that conformance to HTML should not have version indicators.
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 for no conformance versions. |
| Leif Halvard Silli |
Two objections:
1) this CP gives higher priority to spec designers than authors (http://www.w3.org/TR/html-design-principles/#priority-of-constituencies)
2) is an error to mix version indication directly in the code (which in reality is some kind of indirection issue) with profile/flavour conformance indication
Justification - 1st objection:
It's true that authors don't need to know about every spec change behind the scene - especally so while the spec is being specced. But this CP seems to say that authors do not need to know *anything* about what flavour of HTML one is dealing with (or judged against). That is disrespectful to authors, it sends the message that "we know best, just do as we say - we do the thinking". It also harms communication about - and learning of - the standard(s) and could result in different validators saying different things about same code, without any explanation of why.
BUG-SPEAK: The CP speaks much about bugs and says that old specs might have bugs. But 'bug' is a word which describes a phenomena that is mostly a concern for those who make the buggy product - the spec designers. It should not concern authors so much.
Bugs are also not the primary reasons for releasing new specs. The primary reasons for new specs are 1) feature additions; 2) bringing specs in accorance with reality; 3) the current politics, current ideas or and current compromises (a.k.a. consensus) that may or may not have lasting value. Only 2) can be said to be about bugs in the narrow sense. But the 'bug speak' gives the impression that specs are only about 'progress', while they are colored by its authors: not every addition/removal survives the test of time. And no "flavour indication" hinder authors from a sensible navigation and understanding of these flavour and options.
Version indication is used in order to identify and sell a product - reaching customers: HTML5 authors. Version indication can thus promote HTML5. No version indication can hide the fact that a product has changed or become different and makes it more difficult to at least have _some_ idea about were in the mud one is situated.
VALIDITY IN THE WILD is based on version indication: CSS is often touted as unversioned. But the W3C CSS validator defaults to a CSS2 profile and lets you select other profiles too. And Validator.nu, which is based on HTML5, nevertheless lets you select from several 'presets', such as HTML5+ARIA (because ARIA was not part of HTML5 when current version of Validator.nu was made) but also HTML4+IRI profile (because, HTML4 does not support IRIs). The latter profile is very educating! Btw, 'HTML5+RDFa' is example of a spec whic already follows the thinking that this CP argues against (by its use of the formula 'HTML5+somethingelse' in the title.)
Requiring the use of the term "conforming HTML5 document" and reserving this wording to documents that validate against "HTML5 proper", will foster validation honesty and standards learning and consciousness amongst authors about what they are doing. It is also a sensible way to "visualize" HTML5's extensibility, if extensions are labeled as HTML5+something else. Version indication can also foster documenation of progress of the HTML5 standard.
Justification - 2nd objection:
Version indication directly in the code leads to indirection problems as it locks the validity to a particular profile: if the author adds something outside that profile, the doc is invalid. In XML, this *can* have an observable effect, if one uses a validating parser. Apart from the quirks-mode issues, the only observable effect in HTML is the need to change or alter the DOCTYPE (as demonstrated by how Validator.w3.org, when validating against another SGML/XML based HTML-profile, offers to change the DOCTYPE on your behalf.) But when there are no explicit version indication in DOCTYPE, the indireaction problems are largely gone as it allows the author pick validation profile, without the need to also update the DOCTYPE. |
| Simon Myers |
|
| Ian Hickson |
|
| Julian Reschke |
There's clearly a problem when we do not have precise names for conformance profiles, and also when there's confusion about what HTML5 is. This may not affect everybody, but it *does* affect people who author software that generates HTML for a living. It's quite common that contracts specify a specific language target, so not being able to clearly name what HTML5 is will be a problem.
Also note that there's already confusion between "what validator.nu" checks and "conforming HTML5" is (for instance, a/@ping being accepted as "HTML5+ARIA, SVG 1.1 plus MathML 2.0 (experimental)", and link relations not being validated). |
| Karl Dubost |
This change proposal doesn't really address the issue either. It mixes the notion of specification (with a version or not) with the conformance profile. A conformance profile for documents could pick items from a specification or a few. |
More details on responses
- Leif Halvard Silli: last responded on 12, March 2011 at 03:09 (UTC)
- Simon Myers: last responded on 15, March 2011 at 11:10 (UTC)
- Ian Hickson: last responded on 16, March 2011 at 03:27 (UTC)
- Julian Reschke: last responded on 17, March 2011 at 09:56 (UTC)
- Karl Dubost: last responded on 17, March 2011 at 16:51 (UTC)
Non-responders
The following persons have not answered the questionnaire:
- Tantek Çelik <tantek@cs.stanford.edu>
- Patrick D F Ion <ion@ams.org>
- Norman Walsh <norman.walsh@marklogic.com>
- Richard Schwerdtfeger <schwer@us.ibm.com>
- Judy Brewer <jbrewer@w3.org>
- Wayne Carr <wayne.carr@linux.intel.com>
- Geoff Freed <geoff_freed@wgbh.org>
- Jason White <jason@jasonjgw.net>
- Jon Gunderson <jongund@illinois.edu>
- Richard Ishida <ishida@w3.org>
- Chris Wilson <cwilso@google.com>
- Wendy Chisholm <wendc@microsoft.com>
- David Carlisle <davidc@nag.co.uk>
- James Helman <jhelman@movielabs.com>
- Jim Allan <jimallan@tsbvi.edu>
- Chris Marrin <cmarrin@apple.com>
- Charles McCathie Nevile <chaals@yandex-team.ru>
- Dan Brickley <danbri@danbri.org>
- Philippe Le Hégaret <plh@w3.org>
- Don Brutzman <brutzman@nps.edu>
- Arthur Barstow <art.barstow@nokia.com>
- Dave Penkler <dave.penkler@hp.com>
- T.V. Raman <raman@google.com>
- Håkon Wium Lie <howcome@opera.com>
- Graham Klyne <graham.klyne@zoo.ox.ac.uk>
- David Singer <singer@apple.com>
- Cynthia Shelly <cyns@microsoft.com>
- Daniel Glazman <daniel.glazman@disruptive-innovations.com>
- Sean Hayes <sean.hayes@microsoft.com>
- Larry Masinter <masinter@adobe.com>
- David Baron <dbaron@dbaron.org>
- Paul Cotton <Paul.Cotton@microsoft.com>
- wu chou <wu.chou@huawei.com>
- Katsuhiko Momoi <momoi@google.com>
- Kangchan Lee <chan@w3.org>
- Roy Fielding <fielding@gbiv.com>
- Silvia Pfeiffer <silviapfeiffer1@gmail.com>
- Johnny Stenback <jst@mozilla.com>
- Matthew May <mattmay@adobe.com>
- Janina Sajka <janina@rednote.net>
- Deborah Dahl <dahl@conversational-technologies.com>
- Michael Cooper <cooper@w3.org>
- Glenn Adams <glenn@skynav.com>
- Jonathan Jeon <hollobit@etri.re.kr>
- David Hyatt <hyatt@apple.com>
- Robin Berjon <robin@w3.org>
- Juan Quemada <quemada@dit.upm.es>
- WonSuk Lee <wonsuk11.lee@samsung.com>
- Maciej Stachowiak <mjs@apple.com>
- Robert Accettura <robert@accettura.com>
- Serge K. Keller <skeller@mammouth.ch>
- Jonathan Watt <jwatt@jwatt.org>
- Steve Faulkner <faulkner.steve@gmail.com>
- Patrick Lauke <redux@splintered.co.uk>
- David MacDonald <David100@sympatico.ca>
- Dick Bulterman <Dick.Bulterman@cwi.nl>
- Jack Jansen <jack@cwi.nl>
- Boris Zbarsky <bzbarsky@mit.edu>
- Kazuhito Kidachi <k-kidachi@mitsue.co.jp>
- Markku Hakkinen <mhakkinen@ets.org>
- Cyril Concolato <cyril.concolato@telecom-paristech.fr>
- Gez Lemon <g.lemon@webprofession.com>
- Pasquale Popolizio <p.popolizio@webprofession.com>
- Marco Neumann <marco.neumann@gmail.com>
- Luca Mascaro <l.mascaro@webprofession.com>
- Markus Mielke <mmielke@microsoft.com>
- Arun Ranganathan <arun@mozilla.com>
- Catherine Roy <ecrire@catherine-roy.net>
- Jens Meiert <jens@meiert.com>
- joaquin Salvachua <jsalvachua@dit.upm.es>
- Felix Sasaki <fsasaki@w3.org>
- Kazuyuki Ashimura <ashimura@w3.org>
- Daniel Burnett <dburnett@voxeo.com>
- Tomas Caspers <tomas@tomascaspers.de>
- Kai Scheppe <k.scheppe@telekom.de>
- Han Xu <collin@w3china.org>
- Sam Ruby <rubys@intertwingly.net>
- Kurt Cagle <kurt.cagle@gmail.com>
- Erik Dahlström <ed@opera.com>
- Sebastian Schnitzenbaumer <sebastian@dreamlab.net>
- Jonas Sicking <jonas@sicking.cc>
- Char James-Tanny <charjt@helpstuff.com>
- Barbara Hartel <barbara.hartel@sap.com>
- Doug Schepers <schepers@w3.org>
- Ian Fette <ifette@google.com>
- Michael[tm] Smith <mike@w3.org>
- Emilio Garcia <egarcia@dit.upm.es>
- Kelly Ford <kelly.ford@microsoft.com>
- Cameron McCormack <cam@mcc.id.au>
- Jirka Kosek <jirka@kosek.cz>
- Robert O'Callahan <robert@ocallahan.org>
- Travis Leithead <Travis.Leithead@microsoft.com>
- Youngsun Ryu <ysryu@samsung.com>
- Sierk Bornemann <sierkb@gmx.de>
- Martijn Wargers <martijn.martijn@gmail.com>
- Simon Pieters <simonp@opera.com>
- Kornel Lesinski <kornel@geekhood.net>
- James Graham <jgraham@opera.com>
- Henri Sivonen <hsivonen@hsivonen.fi>
- David Håsäther <hasather@gmail.com>
- Alex Robinson <w3c@alex.fu2k.org>
- Lachlan Hunt <lachlan.hunt@lachy.id.au>
- Geoffrey Sneddon <gsneddon@opera.com>
- Krijn Hoetmer <w3c@qontent.nl>
- Markus Fischer <markus@fischer.name>
- Dean Edridge <dean@dean.gen.nz>
- Matt Obee <matt.obee@redantdesign.com>
- Channy Yun <channy@mozilla.or.kr>
- Sander Tekelenburg <st@isoc.nl>
- Shane Thacker <shanethacker@gmail.com>
- Michael Zajac <michael@zajac.ca>
- Bill Mason <billm@accessibleinter.net>
- Vilem Malek <murphy@malek.cz>
- Zhihong Mao <zhihong.mao@gmail.com>
- Benoit Piette <benoit.piette@gmail.com>
- Erik van Kempen <erikvankempen@gmail.com>
- Jude Robinson <dotcode+w3@gmail.com>
- Dimitri Glazkov <dglazkov@chromium.org>
- Thomas Pike <thomasp@opera.com>
- David Fisher <davef@davefisher.co.uk>
- Alfonso Martínez de Lizarrondo <amla70@gmail.com>
- Nick Fitzsimons <w3@nickfitz.co.uk>
- Josh Lawton <w3c@joshlawton.com>
- Denis Boudreau <dboudreau@accessibiliteweb.com>
- Giovanni Gentili <giovanni.gentili@gmail.com>
- Matthew Raymond <mattraymond@insightbb.com>
- Adele Peterson <adele@apple.com>
- Mateo Yadarola <teodalton@gmail.com>
- S Emerson <w3c@accretewebsolutions.ca>
- Andrew Fedoniouk <a.fedoniouk@gmail.com>
- Bruce Lawson <brucel@opera.com>
- Gavin Sharp <gavin@mozilla.com>
- Noel Bush <noel@aitools.org>
- Morten Tollefsen <morten@medialt.no>
- Chasen Le Hara <rendezvouscp@gmail.com>
- Daniel Schattenkirchner <schattenkirchner.daniel@gmx.de>
- Edward O'Connor <eoconnor@apple.com>
- Rene Saarsoo <nene@triin.net>
- Marcel Koeppen <public-html@lists.marzelpan.de>
- Justin Anthony Knapp <justinkoavf@gmail.com>
- Samuel Weinig <weinig@apple.com>
- Alexey Proskuryakov <ap@webkit.org>
- Kent Villard <kvillard@upei.ca>
- Gabriel Mansour <gabrielmansour@gmail.com>
- Alejandro Fernandez <alejandro@mediadvanced.com>
- Doug Jones <doug_b_jones@me.com>
- Marc Drumm <mdrumm@dental.upenn.edu>
- Danny Liang <danny.glue@gmail.com>
- Arne Johannessen <arne@thaw.de>
- Craig Cadwallader <primal1@primal-image.com>
- Michael Puls II <shadow2531@gmail.com>
- Clair Dunn <cadunn@vt2000.com>
- Ron Reisor <ron@udel.edu>
- Marat Tanalin <mtanalin@yandex.ru>
- Andrew Norman <idonothaveacat@gmail.com>
- Dan Smith <dan@sketchpad.co.uk>
- Lucas Larson <lucas@lucaslarson.net>
- Craig Buckler <craigbuckler@gmail.com>
- Michael Whitley <miwhitle@cisco.com>
- Scott Vesey <scott.r.vesey@boeing.com>
- Brian Peppler <bpeppler@gmail.com>
- Matthew Turvey <mcturvey@gmail.com>
- Guillaume Ludwig <contact@gmli.fr>
- Monika Trebo <mtrebo@stanford.edu>
- Dylan Smith <qstage@cox.net>
- Dale Hudjik <dale.hudjik@gmail.com>
- James Cassell <w3c@cyberpear.com>
- Joseph D'Andrea <jdandrea@gmail.com>
- Pietro Russo <p.russo@webprofession.com>
- Moto Ishizawa <summerwind.jp+w3c@gmail.com>
- Doug Wright <douglas.wright@pre-school.org.uk>
- Chris Adams <chris@tuesdaybegins.com>
- Eric Carlson <eric.carlson@apple.com>
- Susanne Jäger <susjaeger@sujag.de>
- Andrew Maben <andrew@andrewmaben.com>
- Michael Turnwall <w3c@turnwall.net>
- Don Kiely <donkiely@computer.org>
- Robert Marshall <rdm@rdmsoft.com>
- Jane Lee <applegoddess@gmail.com>
- David Child <dave@addedbytes.com>
- Stephen Axthelm <steveax@pobox.com>
- Lee Kowalkowski <Lee.Kowalkowski@googlemail.com>
- Mark DuBois <Mark@webprofessionals.org>
- Gary Barber <gary.barber.au@gmail.com>
- Joshue O Connor <joshue.oconnor@cfit.ie>
- David Choi <daaave@gmail.com>
- Oli Studholme <1.w3c.org@boblet.net>
- Robert Love <robert.love@signified.com.au>
- Eric Eggert <w3c@yatil.de>
- Sebastian Kippe <sebastiankippe@gmail.com>
- David Bills <w3@dfbills.com>
- Nik Thierry <nik@nikca.com>
- Andrew Ramsden <andrew@irama.org>
- John Foliot <john@foliot.ca>
- Shefik Macauley <allknightaccess@gmail.com>
- Masataka Yakura <myakura.web@gmail.com>
- Joe Steele <steele@adobe.com>
- Bryan Sullivan <bs3131@att.com>
- John Vernaleo <john@netpurgatory.com>
- Jeremy Keith <jeremy@adactio.com>
- Jedi Lin <JediLin@Gmail.com>
- Manu Sporny <msporny@digitalbazaar.com>
- Kenny Johar <kensingh@microsoft.com>
- Stuart Myles <smyles@ap.org>
- Jon Hughes <jon@phazm.com>
- Wesley Upchurch <wesley.upchurch@semcoinc.com>
- Samuel Santos <samaxes@gmail.com>
- Hallvord Steen <hallvord@opera.com>
- Dean Jackson <dino@apple.com>
- Mohammed DADAS <mohammed.dadas@orange.com>
- Noah Peters <noahpeters@gmail.com>
- Sally Cain <sally.cain@rnib.org.uk>
- Tab Atkins Jr. <jackalmage@gmail.com>
- David Bolter <dbolter@mozilla.com>
- Chris Double <cdouble@mozilla.com>
- Jeanne F Spellman <jeanne@w3.org>
- James Craig <jcraig@apple.com>
- MING JIN <ming.jin.web@gmail.com>
- Leonard Rosenthol <lrosenth@adobe.com>
- Philip Jägenstedt <philipj@opera.com>
- Adrian Bateman <adrianba@microsoft.com>
- Dionysios Synodinos <synodinos@gmail.com>
- Jean-Pierre EVAIN <evain@ebu.ch>
- Mark Pilgrim <pilgrim@google.com>
- Marco Ranon <marco.ranon@rnib.org.uk>
- Tony Ross <tross@microsoft.com>
- Hans Hillen <hans.hillen@gmail.com>
- Matt Lee <mattl@cnuk.org>
- Magnus Olsson <magnus.olsson@ericsson.com>
- Antonio Tapiador <atapiador@dit.upm.es>
- Javier Cerviño <jcervino@dit.upm.es>
- Fabiola Lòpez <favila@technosite.es>
- Chris Pearce <cpearce@mozilla.com>
- Dzung Tran <dzung.d.tran@intel.com>
- Mark Miller <erights@google.com>
- Andrew Wilson <atwilson@google.com>
- Toby Inkster <tai@g5n.co.uk>
- Christopher Varley <cvarley@gmail.com>
- Per-Erik Brodin <per-erik.brodin@ericsson.com>
- Joe Williams <joedwil@earthlink.net>
- Ojan Vafai <ojan@chromium.org>
- Lars Gunther <gunther@keryx.se>
- John Drinkwater <john@nextraweb.com>
- Martin Kliehm <w3c@kliehm.com>
- Martin McEvoy <martin@weborganics.co.uk>
- Aryeh Gregor <ayg@aryeh.name>
- Gavin Carothers <gavin@carothers.name>
- Eliot Graff <eliotgra@microsoft.com>
- Frank Olivier <frank.olivier@microsoft.com>
- D.R.Imanuel Abromeit <dabromeit@gmx.de>
- Mike Taylor <miket@opera.com>
- Sergey Lizin <sergey.lizin@gmail.com>
- Jonathan Griffin <jgriffin@mozilla.com>
- Kris Krueger <krisk@microsoft.com>
- Erik Isaksen <erik_isaksen@hotmail.com>
- Anders Bondehagen <anders@bondehagen.com>
- Lucas Sa <lucas.sa@gmail.com>
- Raul Hudea <rhudea@adobe.com>
- Raghavan Gurumurthy <raghavan@adobe.com>
- Mayank Kumar <mayankk@adobe.com>
- Monikandan S <smonikan@adobe.com>
- Dragos Georgita <dgeorgit@adobe.com>
- Christopher Bank <cbank@adobe.com>
- Tom Nguyen <tom@adobe.com>
- Sorin Sbarnea <ssbarnea@adobe.com>
- Dominik Tomaszuk <ddooss@wp.pl>
- Anand Samuel Edwin <aedwin@adobe.com>
- Ole Riesenberg <or@oleriesenberg.com>
- Mark Foladare <mf1383@att.com>
- Jatinder Mann <jmann@microsoft.com>
- Robert Stern <rstern@gmail.com>
- Matt Harris <w3@themattharris.com>
- Dean Leigh <dean.leigh@deanleigh.co.uk>
- Payman Delshad <payman@opera.com>
- Colin Aarts <colin@colinaarts.com>
- Eihab Ibrahim <eihabibrahim@gmail.com>
- Kensaku KOMATSU <kensaku.komatsu@gmail.com>
- Ian Pouncey <w3c@ipouncey.co.uk>
- Jer Noble <jer.noble@apple.com>
- Nathan Rixham <nathan@webr3.org>
- Léonie Watson <tink@tink.co.uk>
- Masatomo Kobayashi <mstm@jp.ibm.com>
- Bruce Plutchak <plutchakbd@earthlink.net>
- Grant Simpson <glsimpso@indiana.edu>
- Peter Beverloo <beverloo@google.com>
- Andrew Scherkus <scherkus@google.com>
- Greg Johnson <greg.johnson@gmail.com>
- Martijn Croonen <martijn@martijnc.be>
- Andreas Kuckartz <A.Kuckartz@ping.de>
- Stanley Manoski <manoski@mitre.org>
- Jonas Schneider <js.sokrates@gmail.com>
- Enrique Barra <ebarra@dit.upm.es>
- Pedro Rodriguez <prodriguez@dit.upm.es>
- Fernando Escribano <fec@dit.upm.es>
- Sandra Aguirrre Herrera <saguirre@dit.upm.es>
- Diego Moreno <dmoreno@dit.upm.es>
- Diego Carrera <diegocarrera2000@gmail.com>
- Daniel Gallego <dgallego@dit.upm.es>
- Yosuke Funahashi <yosuke@funahashi.cc>
- Giuseppe Pascale <giuseppep@opera.com>
- Antonio Mendo <amendo@dit.upm.es>
- Haymo Meran <h.meran@gentics.com>
- David Corvoysier <david.corvoysier@orange.com>
- Selvaganapathy Kaliamurthy <selvab2v@gmail.com>
- Mounir Lamouri <mounir@lamouri.fr>
- Koan-Sin Tan <koansin.tan@gmail.com>
- Mike Amundsen <mamund@yahoo.com>
- Soonbo Han <soonbo.han@lge.com>
- Tony Gentilcore <tonyg@google.com>
- Donald Evans <don.evans@deque.com>
- Jacob Rossi <Jacob.Rossi@microsoft.com>
- Yoshinori TAKESAKO <takesako@gmail.com>
- Joseph Pecoraro <pecoraro@apple.com>
- Othmane Benyoucef <othmane_benyoucef@hotmail.com>
- Dave Saunders <drs@microfm.co.uk>
- Shoko Okuma <okuma@tomo-digi.co.jp>
- Fumitaka Watanabe <fwtnb@tomo-digi.co.jp>
- Yoshimitsu Tsurimaki <tsurimaki@tomo-digi.co.jp>
- Juhani Huttunen <juhani.huttunen@nokia.com>
- Bob Lund <b.lund@cablelabs.com>
- Tatsuya Igarashi <Tatsuya.Igarashi@jp.sony.com>
- Kenneth Nordahl <kenneth@dpd.im>
- SUNGOK YOU <sungok.you@infraware.co.kr>
- John Simmons <johnsim@microsoft.com>
- Mathias Bynens <mathias@qiwi.be>
- Mark Watson <watsonm@netflix.com>
- Ohad Assulin <ohad.assulin@hp.com>
- Paul Bakaus <pbakaus@zynga.com>
- Clarke Stevens <c.stevens@cablelabs.com>
- Mark Vickers <mark_vickers@cable.comcast.com>
- Sree Kotay <Sree_Kotay@cable.comcast.com>
- Cameron Jones <cmhjones@gmail.com>
- Lynn Holdsworth <lynn.holdsworth@rnib.org.uk>
- Rik Cabanier <Cabanier@adobe.com>
- Yang Sun <eric.sun@huawei.com>
- Alvar Laigna <laigna@gmail.com>
- Chris Bold <neuronton@live.com>
- Kunio Ito <kunio.ito@mail.rakuten.com>
- Woo il Kwon <willkwon@infraware.co.kr>
- David Mays <david_mays@comcast.com>
- Michael Chen <michael_chen@cable.comcast.com>
- jongyoul Park <jongyoul@etri.re.kr>
- Kazuki Takano <Kazuki.Takano@access-company.com>
- Adrian Roselli <roselli@algonquinstudios.com>
- Colin Ihrig <cjihrig@gmail.com>
- Thiago Santos <thiago.santos@intel.com>
- Kilroy Hughes <kilroy.hughes@microsoft.com>
- Bill Mandel <bill.mandel@nbcuni.com>
- Jonas Jacek <contact@jonas.me>
- GANG LIANG <gang.liang@huawei.com>
- Mi Youn Choi <mychei@infraware.co.kr>
- Ryosuke Niwa <rniwa@apple.com>
- JUNG HOON MOON <mw2@mw2.or.kr>
- Sung Taeg Kim <stkim@infraware.co.kr>
- Jason Kiss <jason@accessibleculture.org>
- Gian Luca Marroni <gmarroni@libero.it>
- Ian Devlin <ian@iandevlin.com>
- Nicholas Zakas <standards@nczconsulting.com>
- Odin Hørthe Omdal <odinho@opera.com>
- Greg Billock <gbillock@google.com>
- Craig Smithpeters <craig.smithpeters@cox.com>
- Jet Villegas <w3c@junglecode.net>
- Kevin Davies <lists@kjdavies.com>
- wilfred nas <wilfred@wnas.nl>
- Julien Bechade <julien.bechade@gmail.com>
- Hasan Savran <hsavran@kent.edu>
- Christopher Healey <deezignink@gmail.com>
- Ben Dalton <bendalton@gmail.com>
- Alexey Kartashev <alexei.kartashev@gmail.com>
- Alessandro Bassi <abassi@etsur.com>
- Marco Kotrotsos <Marco@mlabs.nl>
- Brian Blakely <anewpage.media@gmail.com>
- Mohammad Amiri <m.amiri@iranwebclub.com>
- Eric VonColln <eric.voncolln@navy.mil>
- Jason Boyd <jason@pixelboxdesign.co.uk>
- Jerry Jiang <jerry@ucweb.com>
- Arun Patole <arun.patole@motorola.com>
- Jungkee Song <jungkee.song@samsung.com>
- Huan Ren <renhuan@360.cn>
- Yuguo Liu <yuguoliu@tencent.com>
- Yuan Ji <yuan.ji@nokia.com>
- Yong Zhang <zhangyong@360.cn>
- peng sun <sunpeng@360.cn>
- Zhichao Zhou <zhichaozhou@tencent.com>
- Huifa Qiu <iron@tencent.com>
- Lea Verou <lea@w3.org>
- Songnan Ran <ransn@ucweb.com>
- Daniel Austin <daaustin@paypal-inc.com>
- David Dorwin <ddorwin@google.com>
- Mathew Marquis <mat@matmarquis.com>
- Xiaoqing Yang <yangxiaoqing@baidu.com>
- Egor Pavlikhin <egor.pavlikhin@bestla.com.au>
- Aaron Colwell <acolwell@google.com>
- Alex Giladi <alex.giladi@huawei.com>
- Andy Berkheimer <andyberkheimer@google.com>
- Motomasa Futagami <Motomasa.Futagami@jp.sony.com>
- Suzie Hyun <suzie.hyun@disney.com>
- Kevin Streeter <kstreete@adobe.com>
- jean-baptiste henry <j.henry.ext@viaccess.com>
- Christian Kaiser <kaiserc@google.com>
- Ptah Dunbar <ptah@piratedunbar.com>
- François REMY <francois.remy.dev@outlook.com>
- Zuncheng Yang <yangzuncheng@baidu.com>
- Zhou Shen <shenzhou@baidu.com>
- Duoyi Wu <wuduoyi@baidu.com>
- Weifeng Feng <fengweifeng@baidu.com>
- Kefeng Li <buaadallas@gmail.com>
- Manyoung Cho <manyoung@w3labs.kr>
- Yusuke Maehama <maehama@tomo-digi.co.jp>
- Stefan Kaiser <stefan.kaiser@fokus.fraunhofer.de>
- Sheau Ng <Sheau.ng@nbcuni.com>
- Stefan Pham <stefan.pham@fokus.fraunhofer.de>
- Qi Chang <changqi@baidu.com>
- Daekwon Kang <daekwon@w3labs.kr>
- JongKwang Kim <jongkwang@w3labs.kr>
- DaeMin Kim <daemin@w3labs.kr>
- Teresa Kim <teresa@w3labs.kr>
- Ami Fischman <fischman@google.com>
- Mahesh Kulkarni <mahesh.kulkarni@nokia.com>
- Arnaud Braud <arnaud.braud@orange.com>
- Futomi Hatano <futomi.hatano@newphoria.co.jp>
- Petr Peterka <ppeterka@verimatrix.com>
- Pablo Suárez León Pablo <psuarez@technosite.es>
- Basil Gohar <basilgohar@librevideo.org>
- Giles Godart-Brown <giles.godart-brown@bskyb.com>
- Milan Patel <Milan.Patel@huawei.com>
- Thomas Fine <fine@head.cfa.harvard.edu>
- Yehuda Katz <yehuda.katz@jquery.com>
- Timothy Boronczyk <tboronczyk@gmail.com>
- Jay Munro <jaymunro@microsoft.com>
- shanglin chen <chenshanglin@baidu.com>
- Morgan Jones <mojones74@gmail.com>
- Nicolas Delahaye <Nicolas.delahaye@nxp.com>
- Martin Soukup <martin.soukup@irdeto.com>
- Dongsheng Zhang <zhangdongsheng@baidu.com>
- Yao Tong <tongyao@baidu.com>
- Youichi Takashima <takashima.youichi@lab.ntt.co.jp>
- Patrick Ladd <Pat_Ladd2@cable.comcast.com>
- Norifumi Kikkawa <norifumi.kikkawa@jp.sony.com>
- Hanrui Gao <gaohanrui@360.cn>
- Hao Jing <jh.jinghao@huawei.com>
- Seth Hodgson <shodgson@adobe.com>
- wesley zeng <wesleyzeng@maxthon.com>
- Glenn Deen <glenn.deen@nbcuni.com>
- Lei Wang <wanglei@baidu.com>
- Tom Handal <thandal@verimatrix.com>
- Tsutomu Ogasawara <tsutomu.ogasawara@mail.rakuten.com>
- Jose Segura <jose.segura@mail.rakuten.com>
- Pengcheng Guo <guopengcheng@baidu.com>
- Erika Doyle Navara <erika.doyle@microsoft.com>
- Tom Wiltzius <wiltzius@google.com>
- Pierre-Anthony Lemieux <pal@sandflow.com>
- Eric Whyne <ericwhyne@gmail.com>
- Xie Jianhui <xiejianhui@baidu.com>
- Guillermo Salazar <gsalazar1407@hotmail.com>
- Lauren O'Donovan <lauren.odonovan@gmail.com>
- Mark Sadecki <mark@w3.org>
- Marco Vasquez <marco.vasquez@disney.com>
- Silvia Da Rosa <silvia.darosa@agesic.gub.uy>
- Kazuhiko Takabayashi <kazuhiko.takabayashi@jp.sony.com>
- Brady Eidson <beidson@apple.com>
- Christian Horn <chorn1@my.uno.edu>
- Reimundo Garcia <reimundo.garcia@hbo.com>
- Dzenana Trenutak <dzenana.trenutak@gmail.com>
- Raymond Baker <ralamode@gmail.com>
- Jerry Smith <jdsmith@microsoft.com>
- Michael Thornburgh <mthornbu@adobe.com>
- Cyril Rickelton-Abdi <cyril.rickelton-abdi@turner.com>
- Andrew Davis <papyromancer@gmail.com>
- Mick Hakobyan <mhakobyan@netflix.com>
- Matt Field <m.field42@gmail.com>
- Angela Ricci <contact@thecodeplayground.net>
- Mallory van Achterberg <stommepoes@stommepoes.nl>
- Chris Rodriguez <chris@inathought.com>
- Vladimir Sinelnikov <sinelnikov@gmail.com>
- Juan Ignacio Juambeltz <juan.juambeltz@agesic.gub.uy>
- Paris Giantsios <sermac.gr@gmail.com>
- David Sleight <hello@stuntbox.com>
- Hernan Beati <hernanbeati@gmail.com>
- Jin PENG <fr.peng@yulong.com>
- Loretta TIOIELA <mymiumiux@gmail.com>
- Alex Baeza <alejandrobrd@gmail.com>
- Charles Lee <charleetm@gmail.com>
- Bin Hu <BH526R@att.com>
- Andrew Herrington <a.d.herrington@gmail.com>
- Ben Barber <barberboy@gmail.com>
- Suzanne Taylor <Suzanne.Taylor@pearson.com>
- Grzegorz Babula <gbabula@gmail.com>
- Lakshman Nagaraj <lakshman.mn@gmail.com>
- Niels Thorwirth <nthorwirth@verimatrix.com>
- Felipe Nascimento Moura <felipenmoura@gmail.com>
- David Evans <david.evans@rd.bbc.co.uk>
- Thomas Hühn <t@2uo.de>
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