diff --git a/README.md b/README.md index 8c82fb7e..30c8a8a3 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,35 @@ Please do not add links in the endorsement section. This isn't an exercise in SE Please use the PR process described below, issuing your PR against the `develop` branch. +### Edit content in an existing language or add a new language + +If you want to modify an existing language, simply go to the corresponding file in the `i18n/` folder, e.g. `i18n/en.yml` (for english) and modify the contents. If a translation key doesn't exist, it automatically switches to english content. + +If you want to add a new language, it's only a 2-step process: +1. In the `hugo.toml` file, add the new language, e.g. spanish in third position +``` +[languages] + [languages.en] + contentDir = 'i18n/en' + weight = 1 + [languages.en.params] + languageName = 'english' + languageNameShort = 'en' + [languages.fr] + contentDir = 'i18n/fr' + weight = 2 + [languages.fr.params] + languageName = 'français' + languageNameShort = 'fr' + [languages.es] + contentDir = 'i18n/es' + weight = 3 + [languages.fr.params] + languageName = 'español' + languageNameShort = 'es' +``` +2. In the `i18n/` folder, add a yml file with the language shortname, e.g. `i18n/es.yml` (if spanish), and translate each key in this file. + ### Design and/or Code Contributions to the design and/ or code are encouraged! diff --git a/config.toml b/config.toml new file mode 100644 index 00000000..49eed17f --- /dev/null +++ b/config.toml @@ -0,0 +1,32 @@ +baseURL = 'https://overlayfactsheet.com/' +title = 'Overlay Fact Sheet' + +# Site language. Available translations in the theme’s `/i18n` directory. +defaultContentLanguage = 'en' + +# Renders the default content language in subdir, e.g. /. The root directory / will redirect to / +defaultContentLanguageInSubdir = 'true' + +relativeURLs = 'true' + +disableKinds = ['taxonomy', 'term'] + +[markup.goldmark.renderer] +unsafe = true + +[outputs] +home = ['HTML'] + +[languages] + [languages.en] + contentDir = 'i18n/en' + weight = 1 + [languages.en.params] + languageName = 'english' + languageNameShort = 'en' + [languages.fr] + contentDir = 'i18n/fr' + weight = 2 + [languages.fr.params] + languageName = 'français' + languageNameShort = 'fr' diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 00000000..49eed17f --- /dev/null +++ b/hugo.toml @@ -0,0 +1,32 @@ +baseURL = 'https://overlayfactsheet.com/' +title = 'Overlay Fact Sheet' + +# Site language. Available translations in the theme’s `/i18n` directory. +defaultContentLanguage = 'en' + +# Renders the default content language in subdir, e.g. /. The root directory / will redirect to / +defaultContentLanguageInSubdir = 'true' + +relativeURLs = 'true' + +disableKinds = ['taxonomy', 'term'] + +[markup.goldmark.renderer] +unsafe = true + +[outputs] +home = ['HTML'] + +[languages] + [languages.en] + contentDir = 'i18n/en' + weight = 1 + [languages.en.params] + languageName = 'english' + languageNameShort = 'en' + [languages.fr] + contentDir = 'i18n/fr' + weight = 2 + [languages.fr.params] + languageName = 'français' + languageNameShort = 'fr' diff --git a/i18n/.DS_Store b/i18n/.DS_Store new file mode 100644 index 00000000..76fa8094 Binary files /dev/null and b/i18n/.DS_Store differ diff --git a/i18n/en.yml b/i18n/en.yml new file mode 100644 index 00000000..14cd302b --- /dev/null +++ b/i18n/en.yml @@ -0,0 +1,174 @@ +- id: title + translation: "Overlay Fact Sheet" +- id: metaDescription + translation: "An open letter about accessibility overlays." +- id: skip + translation: "Skip to content" +- id: lang + translation: "Switch language" +- id: tableContent + translation: "Table of contents" +- id: topic01 + translation: "What is a web accessibility overlay?" +- id: topic01p01 + translation: "Overlays are a broad term for technologies that aim to improve the accessibility of a website. They apply third-party source code (typically JavaScript) to make improvements to the front-end code of the website." +- id: topic01p02 + translation: "Website add-on products claiming to improve accessibility go back to the late 1990s with products like Readspeaker and Browsealoud. They added text-to-speech capabilities to the website(s) on which they were installed." +- id: topic01p03 + translation: "Then similar products came to market that added more tools to their software. These allow user-based control of things like font-sizes and colors to improve readability." +- id: topic01p04 + translation: "Some newer overlay products aim to fix any problems in the site’s code that are preventing assistive technology from being used easily. They apply a script to the page which scans the code and automatically attempts to repair the problem." +- id: topic01p05 + translation: "Some examples of web accessibility overlays (by alphabetical order):" +- id: topic01p06 + translation: "*: denotes that these products are no longer developed or marketed." +- id: topic01p07 + translation: "Overlay products are sometimes white labelled (sold under other names), or re-branded for certain markets, so this is not a complete list of the type of products discussed on this page." +- id: topic02 + translation: "Strengths and weaknesses of overlay “widgets”" +- id: topic02p01 + translation: "Overlay widgets are unnecessary and are poorly placed in the technology stack." +- id: topic02p02 + translation: "As stated above, some overlay products contain widgets which present a series of controls that modify the presentation of the page they’re on. Depending on the product, those changes may do things like change the page contrast, enlarge the size of the page’s text, or perform other changes to the page that are intended to improve the experience for users with disabilities." +- id: topic02p03 + translation: "To laypersons, these features may seem beneficial, but their practical value is largely overstated because the end users that these features claim to serve will already have the necessary features on their computer, either as a built-in feature or as an additional piece of software that the user needs to access not only the Web but all software." +- id: topic02p04 + translation: "On this latter point, it is a mistake to believe that the features provided by the overlay widget will be of much use by end users because if those features were necessary to use the website, they’d be needed for all websites that the user interacts with. Instead, the widget is —at best—redundant functionality with what the user already has." +- id: topic03 + translation: "Strengths and weaknesses of automated repair" +- id: topic03p01 + translation: "While some automated repair is possible, customers should be discouraged from using an overlay as a long-term solution." +- id: topic03p02 + translation: "Some overlay products have capabilities aimed at providing accessibility repairs to the underlying page on which the overlay is added. These repairs are applied when the page loads in the user’s browser." +- id: topic03p03 + translation: "While it is true that a non-trivial array of accessibility problems can be repaired in this manner, the nature, extent, and accuracy of such repair are limited by a number of important factors:" +- id: topic03p04 + translation: "Automated application of text alternatives for images is not reliable" +- id: topic03p05 + translation: "Automated repair of field labels, error management, error handling, and focus control on forms is not reliable" +- id: topic03p06 + translation: "Automated repair of keyboard access is not reliable" +- id: topic03p07 + translation: "Modern, component-based user interfaces, such as those using ReactJS, Angular, or Vue may change the state of all or some of the underlying page independently of the overlay, rendering it unable to fix those JavaScript-driven changes to content" +- id: topic03p08 + translation: "Repairs to the page can either slow down page load times or cause unexpected page changes for assistive technology users." +- id: topic03p09 + translation: "In addition to the above, overlays do not repair content in Flash, Java, Silverlight, PDF, HTML5 Canvas, SVG, or media files." +- id: topic04 + translation: "Fitness for achieving compliance with accessibility standards" +- id: topic04p01 + translation: "While the use of an overlay may improve compliance with a handful of provisions in major accessibility standards, full compliance cannot be achieved with an overlay." +- id: topic04p02 + translation: "Among the many claims made by overlay vendors is the claim that the use of their product will bring the site into compliance with accessibility standards such as WCAG 2.x, related and derivative standards, and laws that mandate compliance with those standards." +- id: topic04p03 + translation: "Conformance to a standard means that you meet or satisfy the ‘requirements’ of the standard. In WCAG 2.0 the ‘requirements’ are the Success Criteria. To conform to WCAG 2.0, you need to satisfy the Success Criteria, that is, there is no content which violates the Success Criteria." +- id: topic04p04 + translation: "Given that conformance is defined as meeting all requirements of the standard, these products’ documented inability to repair all possible issues means that they cannot bring a website into compliance. Products marketed with such claims should be viewed with significant skepticism." +- id: topic05 + translation: "Privacy of personal data" +- id: topic05p01 + translation: "Adding an overlay to your site may run counter to end users’ preference for privacy and may create risk of noncompliance with GDPR, UK GDPR, CCPA, et al." +- id: topic05p02 + translation: "Overlays that automatically enable certain settings, like those for screen reader or speech recognition users, do so by detecting when an assistive technology is running on the device. This exposes the fact that the person using the device at the time has a disability. In certain cases, like screen reader users where the majority are blind or have low vision, it exposes even more detail about the nature of their disability. Like age, ethnic background, or preferred gender, disability is sensitive personal information. It is not data that should be collected without the informed consent of the person it belongs to." +- id: topic05p03 + translation: "Some overlays have been found to persist users’ settings across sites which use the same overlay. This is done by setting a cookie on the user’s computer. When the user enables a setting for an overlay feature on one site, the overlay will automatically turn on that feature on other sites. While the overlay company might think they’re doing good by the end user, the big privacy problem is that the user never opted in to be tracked and there’s also no ability to opt-out. Due to this lack of an opt-out (other than explicitly turning off that setting) this creates General Data Protection Regulation (GDPR) and California Consumer Privacy Act (CCPA) risk for the overlay customer." +- id: topic06 + translation: "In their own words" +- id: topic06p01 + translation: "Many users with disabilities have expressed strong words of dissatisfaction with overlay products. As shown below, overlays themselves may have accessibility problems significant enough for users to take steps to actively block overlays from appearing at all." +- id: topic06p02 + translation: "Please note: while this section may mention specific vendors, these comments are par-for-the-course when it comes to the user experience provided by overlay widgets which have, in themselves, a pattern of negatively impacting the user experience." +- id: topic06t01 + translation: "...assuming your tool can do a good job making something accessible, it can do an even better job making something accessible running directly on the user’s machine having access to machine code and machine APIs" +- id: topic06t02 + translation: "...I finally managed to gain access to my @NameCheap account by blocking #AccessiBe in my Windows Hosts file. I should not need to do this to use the Internet. AccessiBe needs to AccessiBeGone" +- id: topic06t03 + translation: "...I know with 100% certainty, any site which has deployed an overlay in the past year and a half has been less useable for both my wife and me—both blind." +- id: topic06t04 + translation: "...Still a pain to even try reading the article on a mobile device because of the constant interruption every few seconds. Considering every site using your service also has this problem… Nope." +- id: topic06t05 + translation: "...Making a webpage accessible does take work, and simply telling a business they can install your plugin is absolutely foolish, you build, and design accessibility in to a webpage using WCAG standards." +- id: topic06t06 + translation: "...Suggesting one line of code is cheap so you should do it by inference suggests disabled lives aren’t worth investing in either. #a11y" +- id: topic06t07 + translation: "@AccessiBe Just to demonstrate my good faith, here’s a quick free audit of https://t.co/1mQGCCtnIs. You capture \"tab\" which is the standard way to navigate. There’s no way to not enable your overlay if I want to navigate the page. Once the overlay is enabled, wild things happen." +- id: topic06t08 + translation: "#AccessiBe makes sites harder to use by getting in the way of browsing and changing access barriers on a page, not fixing them. A student and I came across an \"enhanced\" website and to my shame, we left because navigating that mess was beyond my skills, on that day." +- id: topic06t09 + translation: "Accessibility overlays are not the answer, and AccessiBe is no exception. As a screen reader user, numerous sites have become less usable for me with this overlay. Discrediting reputable accessiblity professionals and advocates will not sway me on this view. https://t.co/ZgFt8JtsbZ" +- id: topic06t10 + translation: "To screen reader-using followers: You may have heard of #Accessibe, an overlay that claims to make pages in which it is embedded more accessible. I won’t go into any more detail. In short: complete nonsense. Hands off!" +- id: topic06t11 + translation: "Automated solutions which promise to make your site accessible can’t. It takes more than automation to achieve this requirement. You won’t be safe from liability. you will almost assuredly negatively impact your customers with disabilities." +- id: topic06t12 + translation: "Every time I go on a website and I hear the #accessiBe notification that this site is adjusted to my screen reader, I know that my blocker isn’t working properly, and I’m in for a hellish experience on that particular website. https://t.co/ZFzKMfUe0t" +- id: topic06t13 + translation: "I tried using this @AccessiBe site with VoiceOver in Chrome on iOS. The 4-star rating is announced as \"unpronounceable\" 🤦‍♀️ https://t.co/f4MxQ2eLLP" +- id: topic06t14 + translation: "I wrote an email to their customer service detailing that I can not use their site due to the overlay, but… I really am disappointed, but I hope they listen. @Goodfair_ - please stop using AccessiBe." +- id: topic06t15 + translation: "I’m not an accessibility expert, just a screen reader user with decent skills telling you that this thread is spot on and my experience with #AccessiBe is that it makes sites with accessibility issues even harder to work around. https://t.co/cfyrEqXwTy" +- id: topic06t16 + translation: "...If you are blind or low vision and rely on assistive technologies like screen readers, you may have begun finding popular websites becoming less usable… this page describes how to ban AccessiBe from ever reaching your computer… https://t.co/qbiKvolizS" +- id: topic06t17 + translation: "OK, this seems very wrong to me. A local chain here named Fleet Farm is now using AccessiBe. It makes a mess of the search for location feature. This is what I now get on the start of the result page." +- id: topic06t18 + translation: "Thank goodness Firefox blocks their accessibility detection. For me, focus jumps all over the place with #AccessiBe enabled. When it’s disabled, it behaves itself." +- id: topic06t19 + translation: "There are 0 automated tools that can tetect accessibility problems accurately at anything above 30% of the time. 0. This is commonly known by anyone who’s been in this space for at least a week. #AccessiBe" +- id: topic06t20 + translation: "There’s a perfectly practical tool for making websites accessible. It’s called a programmer. The needs that matter in making a website accessible are those of the users. If you can’t meet those, then you can’t meet the basic costs of doing business." +- id: topic06t21 + translation: "When #AccessiBe is enabled, the page is flooded with headings. Lots of heading level 2’s. The title of each phone remains a heading in both versions of the page, but with it enabled, things like cost, display, and all the other components of the tables become headings as well." +- id: topic07 + translation: "Conclusion" +- id: topic07p01 + translation: "No overlay product on the market can cause a website to become fully compliant with any existing accessibility standard and therefore cannot eliminate legal risk." +- id: topic07p02 + translation: "Accessibility on the Web is a big challenge, both for owners of websites and for the users of those websites. The invention of novel approaches to resolving this challenge is to be commended." +- id: topic07p03 + translation: "However, in the case of overlays—especially those which attempt to add widgets that present assistive features—the challenge is not being met. Even more problematic is the deceptive marketing provided by some overlay vendors who promise that implementing their product will give their customer’s sites immediate compliance with laws and standards." +- id: topic07p04 + translation: "The ineffectiveness of overlays is something that has broad agreement among accessibility practitioners, per the WebAIM Survey of Web Accessibility Practitioners which found:" +- id: topic07p05 + translation: "A strong majority (67%) of respondents rate these tools as not at all or not very effective. Respondents with disabilities were even less favorable with 72% rating them not at all or not very effective, and only 2.4% rating them as very effective." +- id: topic08 + translation: "Statement from sponsors and signatories to this fact sheet" +- id: topic08p01 + translation: "As a result of the above information:" +- id: topic08p02 + translation: "We will never advocate, recommend, or integrate an overlay which deceptively markets itself as providing automated compliance with laws or standards" +- id: topic08p03 + translation: "We will always advocate for the remediation of accessibility issues at the source of the original error" +- id: topic08p04 + translation: "We will refuse to stay silent when overlay vendors use deception to market their products" +- id: topic08p05 + translation: "More specifically, we hereby advocate for the removal of web accessibility overlay and encourage the site owners who've implemented these products to use more robust, independent, and permanent strategies to making their sites more accessible" +- id: topic08p06 + translation: "Signed by:" +- id: topic08p07 + translation: "Some overlay vendors have attempted to frame the overlay factsheet as an effort by their competitors to discredit them. Such overlay claims are a textbook case of an attempt to gaslight people to deflect criticism." +- id: topic08p08 + translation: "As of today, the signatories to the overlay factsheet include:" +- id: topic08p09 + translation: "Contributors and editors for WCAG, ARIA, and HTML specifications" +- id: topic08p10 + translation: "Consultants from US, UK, NL, CA, JP, DE, FR, SE, NO, BE, PL, AU, DK, IL, CL and more" +- id: topic08p11 + translation: "Internal accessibility experts for companies like Google, Microsoft, Apple, NBC, Squarespace, BBC, VMWare, Shopify, ServiceNow, Dell, Lyft, HCL, Costco, Expedia, eBay, Cigna, Target, CVS Health, Kijiji, Orange, Pearson, Mitre, Sapient, and Pearson Assessments" +- id: topic08p12 + translation: "Internal accessibility experts from higher education institutions like Syracuse, CSU, Stuttgart Media University, University of Massachusetts, San Francisco State University, Gallaudet University, Carnegie Mellon, West Virginia University, MIT" +- id: topic08p13 + translation: "Lawyers for the disabled" +- id: topic08p14 + translation: "Contributors to assistive technology software such as JAWS and NVDA" +- id: topic08p15 + translation: "Scores of end users with disabilities" +- id: topic08p16 + translation: "In short, the list of signatories below are people who are experts in this field & have dedicated their professional careers to the improvement of accessibility or are end users with disabilities (or both). Discounting the names listed below as "competitors" is both inaccurate and misses the point: overlays are not an effective means of ensuring accessibility - a point on which all of the people below agree." +- id: topic09 + translation: "Additional Reading" +- id: addYourName + translation: "Add your name to this list" + + \ No newline at end of file diff --git a/i18n/fr.yml b/i18n/fr.yml new file mode 100644 index 00000000..7c1c41b0 --- /dev/null +++ b/i18n/fr.yml @@ -0,0 +1,172 @@ +- id: title + translation: "Overlay Fact Sheet" +- id: metaDescription + translation: "Une tribune sur les outils de surcouche d’accessibilité." +- id: skip + translation: "Aller au contenu" +- id: lang + translation: "Changer de langue" +- id: tableContent + translation: "Sommaire" +- id: topic01 + translation: "Qu’est-ce qu’un outil de surcouche d’accessibilité ?" +- id: topic01p01 + translation: "Un outil de surcouche est un terme générique désignant une technologie qui visent à améliorer l’accessibilité d’un site web. Il s’agit d’un code provenant d’un tiers (généralement en JavaScript) dont l’objectif est d’apporter des améliorations au code front du site web." +- id: topic01p02 + translation: "Ce type d’outil qui prétend améliorer l’accessibilité existe depuis la fin des années 1990 avec des produits comme Readspeaker et Browsealoud. Ils ajoutaient des fonctionnalités de synthèse vocale au(x) site(s) web sur lesquels ils étaient installés." +- id: topic01p03 + translation: "Des produits similaires sont ensuite apparus sur le marché, ajoutant d’autres outils à leur logiciel. Ceux-ci permettent à l’utilisateur de contrôler des éléments tels que la taille et la couleur des polices afin d’améliorer la lisibilité." +- id: topic01p04 + translation: "Certains outils de surcouche plus récents visent à résoudre les problèmes dans le code du site sauf que cela empêche les technologies d’assistance d’être utilisées facilement. Ils appliquent à la page un script qui analyse le code et tente automatiquement de résoudre le problème." +- id: topic01p05 + translation: "Quelques exemples d’outils de surcouche d’accessibilité au web (par ordre alphabétique) :" +- id: topic01p06 + translation: "* indique que ces produits ne sont plus développés ou commercialisés." +- id: topic01p07 + translation: "Les outils de surcouche sont parfois vendus en marque blanche (vendus sous d’autres noms) ou renommés pour certains marchés. Cette liste n’est donc pas exhaustive." +- id: topic02 + translation: "Avantages et inconvénients de ces outils" +- id: topic02p01 + translation: "Les outils de surcouche sont inutiles et mal placés dans la stack technologique." +- id: topic02p02 + translation: "Comme indiqué ci-dessus, certains outils de surcouche contiennent des widgets qui présentent une série de contrôles modifiant la présentation de la page sur laquelle ils se trouvent. Selon le produit, ces modifications peuvent avoir pour effet de changer le contraste de la page, d’agrandir la taille du texte de la page ou d’apporter d’autres changements à la page dans le but d’améliorer l’expérience des utilisateurs handicapés." +- id: topic02p03 + translation: "Pour les néophytes, ces fonctions peuvent sembler bénéfiques, mais leur valeur ajoutée est largement exagérée parce que les utilisateurs finaux que ces fonctions prétendent servir disposent déjà des fonctions nécessaires sur leur ordinateur, soit en tant que fonction intégrée, soit en tant que logiciel supplémentaire dont l’utilisateur a besoin pour accéder non seulement au web, mais aussi à tous les logiciels." +- id: topic02p04 + translation: "Sur ce dernier point, il est erroné de croire que les fonctionnalités fournies par l’outil de surouche seront d’une grande utilité pour les utilisateurs finaux, car si ces fonctionnalités étaient nécessaires pour utiliser le site web, elles seraient nécessaires pour tous les sites web avec lesquels l’utilisateur interagit. Au lieu de cela, l’outil de surcouche est, au mieux, une fonctionnalité redondante avec ce que l’utilisateur possède déjà." +- id: topic03 + translation: "Avantages et inconvénients de la correction automatisée" +- id: topic03p01 + translation: "Bien que certaines corrections automatisées soient possibles, il convient de décourager les clients d’utiliser un outil de surcouche comme solution à long terme." +- id: topic03p02 + translation: "Certains outils de surcouche ont comme ambition de fournir des corrections d’accessibilité directement sur la page où l’outil a été ajouté. Ces corrections sont appliquées lorsque la page est chargée dans le navigateur de l’utilisateur." +- id: topic03p03 + translation: "S’il est vrai qu’un ensemble de problèmes d’accessibilité, basique, peut être réparé de cette manière, la nature, l’étendue et la précision de ces corrections sont limitées par un certain nombre de facteurs importants :" +- id: topic03p04 + translation: "L’application automatisée d’alternatives textuelles pour les images n’est pas fiable" +- id: topic03p05 + translation: "La correction automatisée des étiquettes de champ, de la gestion des erreurs et du contrôle du focus sur les formulaires n’est pas fiable" +- id: topic03p06 + translation: "La correction automatisée de l’accès au clavier n’est pas fiable" +- id: topic03p07 + translation: "Les interfaces utilisateur modernes basées sur des composants, telles que celles qui utilisent ReactJS, Angular ou Vue, peuvent modifier l’état de tout ou partie de la page indépendamment de l’outil de surcouche. Cela rend l’outil incapable de corriger ces changements de contenu pilotés par JavaScript" +- id: topic03p08 + translation: "Les corrections de la page peuvent soit ralentir le temps de chargement de la page, soit provoquer des changements de page inattendus pour les utilisateurs de technologies d’assistance" +- id: topic03p09 + translation: "En outre, les outils de surcouche ne réparent pas le contenu des fichiers Flash, Java, Silverlight, PDF, HTML5 Canvas, SVG ou des fichiers multimédias." +- id: topic04 + translation: "Aptitude à se conformer aux normes d’accessibilité" +- id: topic04p01 + translation: "L’utilisation d’un outil de surcouche peut améliorer la conformité en s’appuyant sur quelques exceptions des principales normes d’accessibilité, toutefois un outil de surcouche ne permet pas d’obtenir une conformité totale." +- id: topic04p02 + translation: "Parmi les nombreuses affirmations des vendeurs d’outils de surcouche, il y a celle selon laquelle l’utilisation de leur produit rendra le site conforme aux normes d’accessibilité telles que WCAG 2.x, aux normes connexes et dérivées, et aux lois qui imposent le respect de ces normes." +- id: topic04p03 + translation: "La conformité à une norme signifie que vous répondez ou satisfaisez aux \"exigences\" de la norme. Dans les WCAG 2.0, les \"exigences\" sont les critères de succès. Pour se conformer aux WCAG 2.0, il faut satisfaire aux critères de succès, c’est-à-dire qu’il n’y a pas de contenu qui invalide les critères de succès." +- id: topic04p04 + translation: "Étant donné que la conformité est définie comme le respect de toutes les exigences de la norme, l’incapacité avérée de ces produits à résoudre tous les problèmes possibles signifie qu’ils ne peuvent pas rendre un site web conforme. Les produits commercialisés avec de telles allégations doivent être considérés avec beaucoup de scepticisme." +- id: topic05 + translation: "Protection des données personnelles" +- id: topic05p01 + translation: "L’ajout d’un outil de surcouche à votre site peut aller à l’encontre des préférences des utilisateurs finaux en matière de protection de la vie privée et peut entraîner un risque de non-conformité avec le RGPD, le CCPA, etc." +- id: topic05p02 + translation: "Les outils de surcouche qui activent automatiquement certains paramètres, comme ceux destinés aux utilisateurs de lecteurs d’écran ou de reconnaissance vocale, le font en détectant si une technologie d’assistance fonctionne sur l’appareil. Cela révèle que la personne qui utilise l’appareil à ce moment-là possède un handicap. Dans certains cas, comme celui des utilisateurs de lecteurs d’écran dont la majorité est aveugle ou malvoyante, cela révèle encore plus de détails sur la nature de leur handicap. Tout comme l’âge, l’origine ethnique ou le sexe, le handicap est une information personnelle sensible. Ce ne sont pas des données qui devraient être collectées sans le consentement éclairé de la personne à laquelle elles appartiennent." +- id: topic05p03 + translation: "Il a été constaté que certains outils de surcouche conservent les paramètres des utilisateurs sur les sites qui utilisent la même outil de surcouche. Pour ce faire, un cookie est installé sur l’ordinateur de l’utilisateur. Lorsque l’utilisateur active un paramètre dans un outil de surcouche, cet outil active automatiquement cette fonction sur d’autres sites. Bien que le vendeur d’outil de surcouche puisse penser qu’il s’agit d’une bonne chose pour l’utilisateur, au final le gros problème en matière de protection de la vie privée est que l’utilisateur n’a jamais accepté d’être suivi et qu’il n’y a pas non plus de possibilité de se désengager. En raison de cette absence de possibilité de retrait (autre que la désactivation explicite de ce paramètre), l’outil de surcouche court le risque d’être non conforme par rapport au règlement général sur la protection des données (RGPD) et de la loi californienne sur la protection de la vie privée des consommateurs (CCPA)." +- id: topic06 + translation: "Selon leurs propres mots" +- id: topic06p01 + translation: "De nombreux utilisateurs handicapés ont exprimé leur mécontentement à l’égard des outils de surcouche. Comme le montre les témoignages ci-dessous, les outils de surcouche peuvent présenter des problèmes d’accessibilité suffisamment importants pour que les utilisateurs prennent des mesures afin de bloquer activement l’apparition des ces outils." +- id: topic06p02 + translation: "Remarque : bien que cette section mentionne spécifiquement certains vendeurs d’outils de surcouche, ces témoignages s’appliquent également aux autres et s’accordent sur le fait que ces outils ont un impact négatif sur l’expérience de l’utilisateur." +- id: topic06t01 + translation: "...en supposant que votre outil puisse faire un bon travail pour rendre quelque chose accessible, il peut faire un travail encore meilleur pour rendre quelque chose accessible en fonctionnant directement sur la machine de l’utilisateur ayant accès au code machine et aux API de la machine." +- id: topic06t02 + translation: "...j’ai finalement réussi à accéder à mon compte @NameCheap en bloquant #AccessiBe dans mon fichier Windows Hosts. Je ne devrais pas avoir besoin de faire cela pour utiliser l’Internet. AccessiBe doit être AccessiBeGone" +- id: topic06t03 + translation: "...je sais avec une certitude absolue que tous les sites qui ont déployé un outil de surcouche depuis un an et demi ont été moins utilisables pour ma femme et moi, tous deux aveugles." +- id: topic06t04 + translation: "...Il est toujours pénible d’essayer de lire l’article sur un appareil mobile à cause de l’interruption constante toutes les quelques secondes. Si l’on considère que tous les sites utilisant votre service ont également ce problème... Non." +- id: topic06t05 + translation: "...Rendre une page web accessible demande du travail, et dire simplement à une entreprise qu’elle peut installer votre plugin est absolument insensé, vous construisez et concevez l’accessibilité dans une page web en utilisant les normes WCAG." +- id: topic06t06 + translation: "...Suggérer qu’une ligne de code n’est pas chère et qu’il faut donc la faire suggère que les vies des handicapés ne valent pas la peine d’être investies non plus. #a11y" +- id: topic06t07 + translation: "@AccessiBe Pour démontrer ma bonne foi, voici un rapide audit gratuit de https://t.co/1mQGCCtnIs. Vous capturez \"tab\" qui est la façon standard de naviguer. Il n’y a aucun moyen de ne pas activer votre outil si je veux naviguer sur la page. Une fois que l’outil est activé, il se passe des choses extraordinaires." +- id: topic06t08 + translation: "#AccessiBe rend les sites plus difficiles à utiliser en entravant la navigation et en modifiant les barrières d’accès sur une page, au lieu de les réparer. Un étudiant et moi sommes tombés sur un site web \"amélioré\" et, à ma grande honte, nous sommes partis parce que naviguer dans ce fouillis était au-delà de mes compétences, ce jour-là." +- id: topic06t09 + translation: "Les outils de surcouche d’accessibilité ne sont pas la solution, et AccessiBe ne fait pas exception à la règle. En tant qu’utilisateur d’un lecteur d’écran, de nombreux sites sont devenus moins utilisables pour moi avec cette surcouche. Le fait de discréditer des professionnels et des défenseurs de l’accessibilité réputés ne me fera pas changer d’avis. https://t.co/ZgFt8JtsbZ" +- id: topic06t10 + translation: "À mes abonnés qui utilisent le lecteur d’écran : vous avez peut-être déjà entendu parler d’#Accessibe, un outil de surcouche qui prétend rendre plus accessibles les pages dans lesquelles il est intégré. Je ne veux pas entrer dans les détails. En bref : du grand n’importe quoi. Pas touche !" +- id: topic06t11 + translation: "Les solutions automatisées qui promettent de rendre votre site accessible ne le peuvent pas. Il faut plus que de l’automatisation pour répondre à cette exigence. Vous ne serez pas à l’abri d’une responsabilité. Vous aurez presque à coup sûr un impact négatif sur vos clients handicapés." +- id: topic06t12 + translation: "Chaque fois que je vais sur un site web et que j’entends la notification #accessiBe indiquant que ce site est adapté à mon lecteur d’écran, je sais que mon bloqueur ne fonctionne pas correctement et que je vais vivre une expérience infernale sur ce site web particulier. " +- id: topic06t13 + translation: "J’ai essayé d’utiliser ce site @AccessiBe avec VoiceOver dans Chrome sur iOS. La note de 4 étoiles est annoncée comme \"imprononçable\" 🤦‍♀️ https://t.co/f4MxQ2eLLP" +- id: topic06t14 + translation: "J’ai écrit un email à leur service client en détaillant que je ne peux pas utiliser leur site à cause de la surcouche, mais... Je suis vraiment déçue, mais j’espère qu’ils m’écouteront. @Goodfair_ - s’il vous plaît, arrêtez d’utiliser AccessiBe." +- id: topic06t15 + translation: "Je ne suis pas un expert en accessibilité, juste un utilisateur de lecteur d’écran avec des compétences décentes qui vous dit que ce fil est juste et que mon expérience avec #AccessiBe est qu’il rend les sites avec des problèmes d’accessibilité encore plus difficiles à contourner. https://t.co/cfyrEqXwTy" +- id: topic06t16 + translation: "...Si vous êtes aveugle ou malvoyant et que vous utilisez des technologies d’assistance telles que les lecteurs d’écran, vous avez peut-être commencé à trouver des sites web populaires de moins en moins utilisables... cette page décrit comment interdire à AccessiBe d’atteindre votre ordinateur... https://t.co/qbiKvolizS" +- id: topic06t17 + translation: "D’accord, cela me semble une mauvaise chose. Une chaîne locale, Fleet Farm, utilise désormais AccessiBe. La fonction de recherche d’emplacement n’est pas du tout adaptée. Voici ce que j’obtiens maintenant au début de la page de résultats." +- id: topic06t18 + translation: "Heureusement que Firefox bloque leur détection de l’accessibilité. Pour moi, le focus saute partout lorsque #AccessiBe est activé. Lorsqu’il est désactivé, il se comporte de lui-même." +- id: topic06t19 + translation: "Il n’existe aucun outil automatisé capable de détecter avec précision les problèmes d’accessibilité dans plus de 30 % des cas. 0. Tous ceux qui travaillent dans ce domaine depuis au moins une semaine le savent. #AccessiBe" +- id: topic06t20 + translation: "Il existe un outil parfaitement pratique pour rendre les sites web accessibles. Il s’agit d’un programmeur. Les besoins qui comptent pour rendre un site web accessible sont ceux des utilisateurs. Si vous ne pouvez pas répondre à ces besoins, vous ne pouvez pas faire face aux coûts de base de votre activité." +- id: topic06t21 + translation: "Lorsque #AccessiBe est activé, la page est inondée de titres. Beaucoup de titres de niveau 2. Le titre de chaque téléphone reste un titre dans les deux versions de la page, mais lorsqu’il est activé, des éléments tels que le coût, l’affichage et tous les autres composants des tableaux deviennent également des titres." +- id: topic07 + translation: "Conclusion" +- id: topic07p01 + translation: "Aucun outil de surcouche sur le marché ne peut rendre un site web totalement conforme à une norme d’accessibilité existante et ne peut donc pas éliminer le risque juridique." +- id: topic07p02 + translation: "L’accessibilité sur le web est un défi de taille, tant pour les propriétaires de sites web que pour les utilisateurs de ces sites. L’invention de nouvelles approches pour résoudre ce problème doit être saluée." +- id: topic07p03 + translation: "Toutefois, dans le cas des outils de surcouche, en particulier celles qui tentent d’ajouter des gadgets présentant des fonctions d’assistance, le défi n’est pas relevé. Ce qui est encore plus problématique, c’est le marketing trompeur de certains vendeurs d’outil de surcouche qui promettent que la mise en œuvre de leur produit permettra aux sites de leurs clients de se conformer immédiatement aux lois et aux normes." +- id: topic07p04 + translation: "L’inefficacité des outils de surcouche fait l’objet d’un large consensus parmi les professionnels de l’accessibilité, comme le montre l’enquête WebAIM sur les professionnels de l’accessibilité du Web :" +- id: topic07p05 + translation: "Une forte majorité (67 %) des personnes interrogées estiment que ces outils ne sont pas du tout ou pas très efficaces. Les répondants handicapés sont encore moins favorables, 72 % d’entre eux estimant qu’ils ne sont pas du tout ou pas très efficaces, et seulement 2,4 % qu’ils sont très efficaces." +- id: topic08 + translation: "Déclaration des sponsors et des signataires de cette tribune" +- id: topic08p01 + translation: "En conséquence des informations ci-dessus :" +- id: topic08p02 + translation: "Nous ne préconiserons, ne recommanderons ni n’intégrerons jamais un outil de surcouche qui se présente de manière trompeuse comme fournissant une conformité automatisée aux lois ou aux normes" +- id: topic08p03 + translation: "Nous préconiserons toujours la résolution des problèmes d’accessibilité à la source de l’erreur initiale" +- id: topic08p04 + translation: "Nous refuserons de rester silencieux lorsque les vendeurs d’outil de surcouche utilisent la tromperie pour commercialiser leurs produits" +- id: topic08p05 + translation: "Plus spécifiquement, nous plaidons par la présente pour la suppression des outils de surcouches d’accessibilité du web et encourageons les propriétaires de sites qui ont mis en œuvre ces produits à utiliser des stratégies plus robustes, indépendantes et permanentes pour rendre leurs sites plus accessibles." +- id: topic08p06 + translation: "Signé par :" +- id: topic08p07 + translation: "Certains vendeurs des outils de surcouche ont tenté de présenter cette tribune comme une tentative de leurs concurrents de les discréditer. De telles affirmations sont un cas d’école de tentative de gaslighting pour détourner les critiques." +- id: topic08p08 + translation: "À ce jour, les signataires de la tribune contre les outils de surcouche d’accessibilité sont les suivants :" +- id: topic08p09 + translation: "Contributeurs et éditeurs pour les spécifications WCAG, ARIA, et HTML" +- id: topic08p10 + translation: "Consultants des États-Unis, du Royaume-Uni, des Pays-Bas, de la Californie, du Japon, de l’Allemagne, de la France, de la Suède, de la Norvège, de la Belgique, de la Pologne, de l’Australie, du Danemark, de l’Italie, du Luxembourg et d’autres pays encore." +- id: topic08p11 + translation: "Experts internes en accessibilité pour des entreprises telles que Google, Microsoft, Apple, NBC, Squarespace, BBC, VMWare, Shopify, ServiceNow, Dell, Lyft, HCL, Costco, Expedia, eBay, Cigna, Target, CVS Health, Kijiji, Orange, Pearson, Mitre, Sapient, et Pearson Assessments" +- id: topic08p12 + translation: "Experts internes en accessibilité d’établissements d’enseignement supérieur tels que Syracuse, CSU, Stuttgart Media University, University of Massachusetts, San Francisco State University, Gallaudet University, Carnegie Mellon, West Virginia University et MIT" +- id: topic08p13 + translation: "Avocats pour les personnes handicapées" +- id: topic08p14 + translation: "Contributeurs aux lecteurs d’écrans tels que JAWS et NVDA" +- id: topic08p15 + translation: "Grand nombre d’utilisateurs finaux handicapés" +- id: topic08p16 + translation: "En bref, la liste des signataires ci-dessous est composée de personnes qui sont des experts dans ce domaine et qui ont consacré leur carrière professionnelle à l’amélioration de l’accessibilité ou qui sont des utilisateurs finaux handicapés (ou les deux). Considérer les noms énumérés ci-dessous comme des \"concurrents\" est à la fois inexact et ne tient pas compte de l’essentiel : les outils de surcouche ne sont pas un moyen efficace de garantir l’accessibilité - un point sur lequel toutes les personnes énumérées ci-dessous sont d’accord." +- id: topic09 + translation: "Lectures complémentaires" +- id: addYourName + translation: "Ajoutez votre nom à cette liste" \ No newline at end of file diff --git a/src/index.html b/layouts/index.html similarity index 78% rename from src/index.html rename to layouts/index.html index c61e9fe9..23623b80 100644 --- a/src/index.html +++ b/layouts/index.html @@ -1,34 +1,30 @@ - + - Overlay Fact Sheet - - + {{ T "title" | safeHTML}} + + {{/* Global site tag (gtag.js) - Google Analytics */}} - - + - - - + + + -Skip to content +{{ T "skip" | safeHTML}}
-

Overlay Fact Sheet

+

{{ T "title" | safeHTML}}

+
-

- What is a web accessibility overlay? -

-

- Overlays are a broad term for technologies that aim to improve the accessibility of a website. They apply third-party source code (typically JavaScript) to make improvements to the front-end code of the website.

-

Website add-on products claiming to improve accessibility go back to the late 1990s with products like Readspeaker - and Browsealoud. They added text-to-speech capabilities to the website(s) on which they were installed.

-

Then similar products came to market that added more tools to their software. These allow user-based control of things like font-sizes and colors to improve readability.

-

Some newer overlay products aim to fix any problems in the site's code that are preventing assistive technology from being used easily. They apply a script to the page which scans the code and automatically attempts to repair the problem.

-

Some examples of web accessibility overlays (by alphabetical order):

+

{{ T "topic01" | safeHTML}}

+

{{ T "topic01p01" | safeHTML}}

+

{{ T "topic01p02" | safeHTML}}

+

{{ T "topic01p03" | safeHTML}}

+

{{ T "topic01p04" | safeHTML}}

+

{{ T "topic01p05" | safeHTML}}

-

*: denotes that these products are no longer developed or marketed.

-

Overlay products are sometimes white labelled (sold under other names), or re-branded for certain markets, so this is not a complete list of the type of products discussed on this page.

+

{{ T "topic01p06" | safeHTML}}

+

{{ T "topic01p07" | safeHTML}}

-

- Strengths and weaknesses of overlay “widgets” -

-

- Overlay widgets are unnecessary and are poorly placed in the technology stack. -

-

As stated above, some overlay products contain widgets which present a - series of controls that modify the presentation of the page they're on. - Depending on the product, those changes may do things like change the page - contrast, enlarge the size of the page's text, or perform other changes to - the page that are intended to improve the experience for users with - disabilities.

-

To laypersons, these features may seem beneficial, but their practical - value is largely overstated because the end users that these features claim - to serve will already have the necessary features on their computer, either - as a built-in feature or as an additional piece of software that the user - needs to access not only the Web but all software.

-

On this latter point, it is a mistake to believe that the features - provided by the overlay widget will be of much use by end users because if - those features were necessary to use the website, they'd be - needed for all websites that the user interacts with. Instead, the widget is  - —at best—redundant functionality with what the user already has.

+

{{ T "topic02"}}

+

{{ T "topic02p01" | safeHTML}}

+

{{ T "topic02p02" | safeHTML}}

+

{{ T "topic02p03" | safeHTML}}

+

{{ T "topic02p04" | safeHTML}}

-

- Strengths and weaknesses of automated repair -

-

- While some automated repair is possible, customers should be - discouraged from using an overlay as a long-term solution. -

-

Some overlay products have capabilities aimed at providing accessibility - repairs to the underlying page on which the overlay is added. These repairs - are applied when the page loads in the user's browser.

-

While it is true that a non-trivial array of accessibility problems can be - repaired in this manner, the nature, extent, and accuracy of such repair are - limited by a number of important factors:

+

{{ T "topic03"}}

+

{{ T "topic03p01" | safeHTML}}

+

{{ T "topic03p02" | safeHTML}}

+

{{ T "topic03p03" | safeHTML}}

+

{{ T "topic03p09" | safeHTML}}

-

In addition to the above, overlays do not repair content in Flash, Java, - Silverlight, PDF, HTML5 Canvas, SVG, or media files.

- -

- Fitness for achieving compliance with accessibility standards -

-

While the use of an overlay may improve - compliance with a handful of provisions in major accessibility standards, - full compliance cannot be achieved with an overlay.

-

Among the many claims made by overlay vendors is the claim that the use of - their product will bring the site into compliance with accessibility - standards such as WCAG 2.x, related and derivative standards, and laws that - mandate compliance with those standards.

- -
- Conformance to a standard means that you meet or satisfy the - ‘requirements’ of the standard. In WCAG 2.0 the - ‘requirements’ are the Success Criteria. To conform to WCAG 2.0, you need - to satisfy the Success Criteria, that is, there is no content which - violates the Success Criteria. +

{{ T "topic04" | safeHTML}}

+

{{ T "topic04p01" | safeHTML}}

+

{{ T "topic04p02" | safeHTML}}

+
{{ T "topic04p03" | safeHTML}} Understanding WCAG 2.1: Understanding Conformance
- -

Given that conformance is defined as meeting all - requirements of the standard, these products' documented inability to repair - all possible issues means that they cannot bring a website into compliance. - Products marketed with such claims should be viewed with significant - skepticism.

+

{{ T "topic04p04" | safeHTML}}

-

Privacy of personal data

-

Adding an overlay to your site may run counter to end users' preference for privacy and may create risk of noncompliance with GDPR, UK GDPR, CCPA, et al.

- -

Overlays that automatically enable certain settings, like those for screen reader or speech recognition users, do - so by detecting when an assistive technology is running on the device. This exposes the fact that the person using - the device at the time has a disability. In certain cases, like screen reader users where the majority are blind - or have low vision, it exposes even more detail about the nature of their disability. Like age, ethnic background, - or preferred gender, disability is sensitive personal information. It is not data that should be collected without - the informed consent of the person it belongs to.

- -

Some overlays have been found to persist users' settings across sites which use the same overlay. This is done by - setting a cookie on the user's computer. When the user enables a setting for an overlay feature on one site, the - overlay will automatically turn on that feature on other sites. While the overlay company might think they're - doing good by the end user, the big privacy problem is that the user never opted in to be tracked and there's also no - ability to opt-out. Due to this lack of an opt-out (other than explicitly turning off that setting) this creates - General Data Protection Regulation (GDPR) and California Consumer Privacy Act (CCPA) risk for the overlay customer.

- +

{{ T "topic05" | safeHTML}}

+

{{ T "topic05p01" | safeHTML}}

+

{{ T "topic05p02" | safeHTML}}

+

{{ T "topic05p03" | safeHTML}}

-

In their own words

-

- Many users with disabilities have expressed strong words of - dissatisfaction with overlay products. As shown below, overlays - themselves may have accessibility problems significant enough for users - to take steps to actively block overlays from appearing at all. -

-

Please note: while this section may mention specific vendors, these - comments are par-for-the-course when it comes to the user experience - provided by overlay widgets which have, in themselves, a pattern of - negatively impacting the user experience.

+

{{ T "topic06" | safeHTML}}

+

{{ T "topic06p01" | safeHTML}}

+

{{ T "topic06p02" | safeHTML}}

- ...assuming your tool can do a good job making something accessible, it can - do an even better job making something accessible running directly on the - user's machine having access to machine code and machine APIs + {{ T "topic06t01" | safeHTML}} DerekRiemer
- ...I finally managed to gain access to my @NameCheap account by blocking - #AccessiBe in my Windows Hosts file. I should not need to do this to use - the Internet. AccessiBe needs to AccessiBeGone + {{ T "topic06t02" | safeHTML}} WilfSplodNokit @@ -270,56 +190,42 @@

In their own words

- ...I know with 100% certainty, any site which has deployed an overlay in - the past year and a half has been less useable for both my wife and - me—both blind. + {{ T "topic06t03" | safeHTML}} GeauxEnder
- ...Still a pain to even try reading the article on a mobile device - because of the constant interruption every few seconds. Considering - every site using your service also has this problem… Nope. + {{ T "topic06t04" | safeHTML}} Big_D01
- ...Making a webpage accessible does take work, and simply telling a - business they can install your plugin is absolutely foolish, you build, - and design accessibility in to a webpage using WCAG standards. + {{ T "topic06t05" | safeHTML}} w9fyi
- ...Suggesting one line of code is cheap so you should do it by inference - suggests disabled lives aren't worth investing in either. #a11y + {{ T "topic06t06" | safeHTML}} Kevmarmol_CT
- @AccessiBe Just to demonstrate my good faith, here's a quick free audit - of https://t.co/1mQGCCtnIs. You capture "tab" which is the - standard way to navigate. There's no way to not enable your overlay if - I want to navigate the page. Once the overlay is enabled, wild things - happen. + {{ T "topic06t07" | safeHTML}} eluberoff
- #AccessiBe makes sites harder to use by getting in the way of browsing - and changing access barriers on a page, not fixing them. A student and I - came across an "enhanced" website and to my shame, we left - because navigating that mess was beyond my skills, on that day. + {{ T "topic06t08" | safeHTML}} turtlecatpurrz @@ -327,10 +233,7 @@

In their own words

- Accessibility overlays are not the answer, and AccessiBe is no exception. - As a screen reader user, numerous sites have become less usable for me - with this overlay. Discrediting reputable accessiblity professionals and - advocates will not sway me on this view. https://t.co/ZgFt8JtsbZ + {{ T "topic06t09" | safeHTML}} SingingTigress @@ -338,39 +241,28 @@

In their own words

- An die Screen Reader nutzenden Follower: Vielleicht habt ihr schon von - #Accessibe gehört, einem Overlay, das behauptet, Seiten, in denen es - eingebunden ist, zugänglicher zu machen. Ich möchte nicht näher ins - Detail gehen. Kurz gesagt: Kompletter Blödsinn. Finger weg! + {{ T "topic06t10" | safeHTML}} MarcoZehe
- Automated solutions which promise to make your site accessible can't. It - takes more than automation to achieve this requirement. You won't be safe - from liability. you will almost assuredly negatively impact your - customers with disabilities. + {{ T "topic06t11" | safeHTML}} twithoff
- Every time I go on a website and I hear the #accessiBe notification that - this site is adjusted to my screen reader, I know that my blocker isn't - working properly, and I'm in for a hellish experience on that particular website. - https://t.co/ZFzKMfUe0t + {{ T "topic06t12" | safeHTML}} BorrisInABox
- I tried using this @AccessiBe site with VoiceOver in Chrome on iOS. - The 4-star rating is announced as "unpronounceable" - 🤦‍♀️ https://t.co/f4MxQ2eLLP" + {{ T "topic06t13" | safeHTML}} racheleditullio @@ -378,9 +270,7 @@

In their own words

- I wrote an email to their customer service detailing that I can not use - their site due to the overlay, but… I really am disappointed, but I hope - they listen. @Goodfair_ - please stop using AccessiBe. + {{ T "topic06t14" | safeHTML}} kit_flowerstorm @@ -388,67 +278,49 @@

In their own words

- I'm not an accessibility expert, just a screen reader user with decent - skills telling you that this thread is spot on and my experience with - #AccessiBe is that it makes sites with accessibility issues even harder - to work around. https://t.co/cfyrEqXwTy + {{ T "topic06t15" | safeHTML}} atfarnum
- ...If you are blind or low vision and rely on assistive technologies like - screen readers, you may have begun finding popular websites becoming less - usable… this page describes how to ban AccessiBe from ever reaching your - computer… https://t.co/qbiKvolizS + {{ T "topic06t16" | safeHTML}} smartudlab
- OK, this seems very wrong to me. A local chain here named Fleet Farm is - now using AccessiBe. It makes a mess of the search for location feature. - This is what I now get on the start of the result page. + {{ T "topic06t17" | safeHTML}} kellylford
- Thank goodness Firefox blocks their accessibility detection. For me, - focus jumps all over the place with #AccessiBe enabled. When it's - disabled, it behaves itself. + {{ T "topic06t18" | safeHTML}} mhorspool
- There are 0 automated tools that can tetect accessibility problems - accurately at anything above 30% of the time. 0. This is commonly known - by anyone who's been in this space for at least a week. #AccessiBe + {{ T "topic06t19" | safeHTML}} cswordpress
- There's a perfectly practical tool for making websites accessible. It's - called a programmer. The needs that matter in making a website accessible - are those of the users. If you can't meet those, then you can't meet the - basic costs of doing business. + {{ T "topic06t20" | safeHTML}} WTBDavidG
- When #AccessiBe is enabled, the page is flooded with headings. Lots of - heading level 2's. The title of each phone remains a heading in both - versions of the page, but with it enabled, things like cost, display, and - all the other components of the tables become headings as well. + {{ T "topic06t21" | safeHTML}} CatchTheseWords @@ -458,75 +330,37 @@

In their own words

-

- Conclusion -

-

- No overlay product on the market can cause a website to become fully - compliant with any existing accessibility standard and therefore cannot - eliminate legal risk. -

-

Accessibility on the Web is a big challenge, both for owners of websites - and for the users of those websites. The invention of novel approaches to - resolving this challenge is to be commended.

-

However, in the case of overlays—especially those which attempt to add - widgets that present assistive features—the challenge is not being met. Even - more problematic is the deceptive marketing provided by some overlay - vendors who promise that implementing their product will give their - customer's sites immediate compliance with laws and standards.

-

The ineffectiveness of overlays is something that has broad agreement among - accessibility practitioners, per the WebAIM - Survey of Web Accessibility Practitioners - which found:

-
A strong majority (67%) of respondents rate these tools as not at all or not very - effective. Respondents with disabilities were even less favorable with 72% rating them not at all or not very - effective, and only 2.4% rating them as very effective. -
-

- Statement from sponsors and signatories to this fact sheet -

-

As a result of the above information:

+

{{ T "topic07" | safeHTML}}

+

{{ T "topic07p01" | safeHTML}}

+

{{ T "topic07p02" | safeHTML}}

+

{{ T "topic07p03" | safeHTML}}

+

{{ T "topic07p04" | safeHTML}}

+
{{ T "topic07p05" | safeHTML}}
+ +

{{ T "topic08" | safeHTML}}

+

{{ T "topic08p01" | safeHTML}}

    -
  1. We will never advocate, recommend, or integrate an overlay which - deceptively markets itself as providing automated compliance with laws - or standards. -
  2. -
  3. We will always advocate for the remediation of accessibility issues at - the source of the original error. -
  4. -
  5. We will refuse to stay silent when overlay vendors use deception to - market their products. -
  6. -
  7. More specifically, we hereby advocate for the removal of web accessibility overlay and - encourage the site owners who've implemented these products to use more - robust, independent, and permanent strategies to making their sites - more accessible. -
  8. +
  9. {{ T "topic08p02" | safeHTML}}
  10. +
  11. {{ T "topic08p03" | safeHTML}}
  12. +
  13. {{ T "topic08p04" | safeHTML}}
  14. +
  15. {{ T "topic08p05" | safeHTML}}
-

Signed by:

-

Some overlay vendors have attempted to frame the overlay factsheet as an effort by their competitors to discredit them. - Such overlay claims are a textbook case of an attempt to gaslight people to deflect criticism.

- -

As of today, the signatories to the overlay factsheet include:

+

{{ T "topic08p06" | safeHTML}}

+

{{ T "topic08p07" | safeHTML}}

+

{{ T "topic08p08" | safeHTML}}

    -
  • Contributors and editors for WCAG, ARIA, - and HTML specifications
  • -
  • Consultants from US, UK, NL, CA, - JP, DE, FR, - SE, NO, BE, PL, - AU, DK, IL, CL and more
  • -
  • Internal accessibility experts for companies like Google, Microsoft, Apple, NBC, Squarespace, BBC, VMWare, Shopify, ServiceNow, Dell, Lyft, HCL, Costco, Expedia, eBay, Cigna, Target, CVS Health, Kijiji, Orange, Pearson, Mitre, Sapient, and Pearson Assessments
  • -
  • Internal accessibility experts from higher education institutions like Syracuse, CSU, Stuttgart Media University, University of Massachusetts, San Francisco State University, Gallaudet University, Carnegie Mellon, West Virginia University, MIT
  • -
  • Lawyers for the disabled
  • -
  • Contributors to assistive technology software such as JAWS and NVDA
  • -
  • Scores of end users with disabilities
  • +
  • {{ T "topic08p09" | safeHTML}}
  • +
  • {{ T "topic08p10" | safeHTML}}
  • +
  • {{ T "topic08p11" | safeHTML}}
  • +
  • {{ T "topic08p12" | safeHTML}}
  • +
  • {{ T "topic08p13" | safeHTML}}
  • +
  • {{ T "topic08p14" | safeHTML}}
  • +
  • {{ T "topic08p15" | safeHTML}}
-

In short, the list of signatories below are people who are experts in this field & have dedicated their professional careers to the - improvement of accessibility or are end users with disabilities (or both). Discounting the names listed below as "competitors" is both inaccurate and - misses the point: overlays are not an effective means of ensuring accessibility - a point on which all of the people below agree.

+

{{ T "topic08p16" | safeHTML}}