The results of this questionnaire are available to anybody.
This questionnaire was open from 2011-02-20 to 2011-02-28.
7 answers have been received.
Jump to results for question:
- Objections to the Change Proposal to allow noreferror and nofollow on "link"
- Objections to the Change Proposal to disallow noreferror and nofollow on "link"
We have a Change Proposal to allow noreferror and nofollow on <link>. 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 allow noreferror and nofollow on "link" |
| Philip Jägenstedt |
No use cases are given for allowing noreferrer or nofollow on <link>. The change proposal claims less special-casing as a positive effect, but this is only from a web authors point of view.
For browsers, it would likely lead to more special-casing (code sprinkled around to handle this), as loading of inline resources (like CSS) via <link> follows rather different code paths than navigating to a new page via <a> or <area>.
Finally, the change proposal doesn't specify how to handle conflicting information like this in a page:
<link rel="stylesheet noreferrer" href="foo.css">
<link rel="stylesheet nofollow" href="foo.css">
Is the effective set of keywords "noreferrer", "nofollow" or "noreferrer nofollow"? Presumably both browsers and search engines would be clever enough to only issue one request, but should the search engine consider "that the link is not endorsed by the original author or publisher of the page" and should a browser "not include a Referer (sic) HTTP header"? |
| Anne van Kesteren |
I object to this proposal on the grounds that it does not state a use case. Making relationships more general is not necessarily a benefit and I do not believe we should strive for generality in general. We should strive to address use cases in the best way possible. |
| Martin Kliehm |
I don't see a real use case for <link rel="nofollow"> or <link rel="noreferrer">, therefore I'm against this and in support for the no-change proposal. |
| Edward O'Connor |
The CP does not state any use cases for this change; it's not clear if allowing authors to specify noreferrer and nofollow on <link> Solves Real Problems <http://www.w3.org/TR/html-design-principles/#solve-real-problems>. As pointed out by Philip, such a change would introduce a race condition in the loading of stylesheets, and thus fails to have Well-defined Behavior <http://www.w3.org/TR/html-design-principles/#well-defined-behavior>. The positive effect claimed ("less special-casing") is appealing, but theoretical purity is at the bottom of our Priority of Constituencies <http://www.w3.org/TR/html-design-principles/#priority-of-constituencies>. This race condition is a potential source of confusion for web authors, and thus this CP puts theoretial purity ahead of web authors, inverting our Priority of Constituencies. |
| David Baron |
The Referer header provides a useful function to authors: it allows finding the resources that refer to another resource when reference is a sign that an update is needed: for example, use of an obsolete style sheet or image (say, the old version of the company logo). This is the sort of feature that the original author may not believe he's going to need, due to overconfidence... but in the future he (due to failed memory of the distant past) or his replacement may need.
Providing ways to opt out of this sort of feature thus defeats its purpose. If those opt-outs don't have a strong use case, they shouldn't be added. |
| Toby Inkster |
No objection per se, though I think that the "nofollow" link type is poorly named, and is probably too esoteric to include in the HTML5 spec at all - it could be moved out of the HTML5 spec and into whatever registry the HTMLWG settles on for extension link types. |
| Julian Reschke |
|
We have a Change Proposal to disallow noreferror and nofollow on <link>.
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 disallow noreferror and nofollow on "link" |
| Philip Jägenstedt |
|
| Anne van Kesteren |
|
| Martin Kliehm |
|
| Edward O'Connor |
|
| David Baron |
|
| Toby Inkster |
The RDFa and microdata specs don't differentiate between the rel attribute on LINK and on other elements.
It seems silly and unnecessarily inconsistent to allow <a href="noreferer next">...</a> to create a link to the next page which will not send an HTTP Referer header, and will possibly be included as part of a browser's navigation toolbar (or in Opera for the Fast Forward feature), while not allowing the corresponding <link> to do the same.
For nofollow there are perhaps fewer use cases for including them in <link> elements, but there also seems to be no harm in allowing them to appear there. The advantages of allowing it to appear on <link> would be the reduction of differences between rel on different elements, making HTML easier for authors, and simplifying writing HTML tutorials. |
| Julian Reschke |
I find none of these objections particularly convincing; they all seem to be based on different opinions about what is "simple" and what is not.
See detailed response in <http://lists.w3.org/Archives/Public/public-html/2011Feb/0472.html>. |
More details on responses
- Philip Jägenstedt: last responded on 21, February 2011 at 08:14 (UTC)
- Anne van Kesteren: last responded on 21, February 2011 at 14:37 (UTC)
- Martin Kliehm: last responded on 21, February 2011 at 14:45 (UTC)
- Edward O'Connor: last responded on 24, February 2011 at 17:43 (UTC)
- David Baron: last responded on 26, February 2011 at 18:26 (UTC)
- Toby Inkster: last responded on 27, February 2011 at 14:00 (UTC)
- Julian Reschke: last responded on 28, February 2011 at 15:46 (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>
- Ian Hickson <ian@hixie.ch>
- 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>
- Rene Saarsoo <nene@triin.net>
- Marcel Koeppen <public-html@lists.marzelpan.de>
- Justin Anthony Knapp <justinkoavf@gmail.com>
- Simon Myers <Smylers@stripey.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>
- Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no>
- 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>
- 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>
- 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 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