Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #a
  • #ac
  • #acc
  • #accès
  • #access
RSS: #accessibility

#accessibility

  • #accessibility-tools
  • @nightingale
    nightingale @nightingale via RSS 6/08/2021

    Highlights from the DVS #Accessibility Fireside Chat
    ▻https://nightingaledvs.com/highlights-from-the-dvs-accessibility-fireside-chat

    On July 28, 2021, the #Data_Visualization Society hosted a Fireside Chat to discuss accessibility in data visualization. I moderated a panel of #Community members..

    #How_To #skill_development #usability #user_testing

    nightingale @nightingale via RSS
    Écrire un commentaire
  • @nightingale
    nightingale @nightingale via RSS 8/06/2021
    1
    @fil
    1

    #Loud_Numbers and The Natural Lottery
    ▻https://nightingaledvs.com/loud-numbers-and-the-natural-lottery

    The residents of the town of Nenana in Alaska have an unusual annual tradition. Every March, as the days begin to grow longer and the..

    #Accessibility #climate_change #Community #Data_Journalism #Data_Visualization #Nenana_Ice_Classic #podcast #sonification #spotlight

    nightingale @nightingale via RSS
    Écrire un commentaire
  • @oanth_rss
    oAnth_RSS @oanth_rss CC BY 11/09/2020

    Dozens of scientific journals have vanished from the internet, and ...
    ▻https://diasp.eu/p/11625316

    Dozens of scientific journals have vanished from the internet, and no one preserved them | #accessibility #archive #articles #research #science

    oAnth_RSS @oanth_rss CC BY
    Écrire un commentaire
  • @olange
    Olivier Lange @olange CC BY-SA 20/03/2020

    « Recreating The Arduino Pushbutton Using SVG And ‹lit-element› » by Uri Shaked, 20.01.2020
    ▻https://www.smashingmagazine.com/2020/01/recreating-arduino-pushbutton-svg

    #webComponents #svg #html #usability #accessibility #aria #article

    Cet article est truffé d’astuces et il adresse richement l’utilisation de lit-html et lit-element pour créer un composant SVG, bien fichu et accessible qui plus est.

    Pardonnez-moi, oui, je m’intéresse parfois à ces extremum de technicalité (si vous me passez encore ce néo-anglicisme de mon cru) et arcanes du web. J’adore les technologies du web en fait, suis accro.

    Olivier Lange @olange CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 19/04/2019

    #testing #react with #jest, jest-axe, and react-testing-library
    ▻https://hackernoon.com/testing-react-with-jest-axe-and-react-testing-library-accessibility-34b9

    https://cdn-images-1.medium.com/max/1024/1*rV3yZwoPFHb3y5gKQLBdCw.png

    Testing React applications with jest, jest-axe, and react-testing-libraryjest and react-testing-library logosjest and react-testing-library are an increasingly used tooling pairing to test React components. We will briefly look at the differences between the two before looking at some high level examples, and how straightforward it is to add jest-axe to integrate aXe automated #accessibility testing.JestJest is a JavaScript unit testing framework, developed by Facebook to test services and React applications.jest acts as a test runner, assertion library, and mocking library.jest also provides Snapshot testing, the ability to create a rendered ‘snapshot’ of a component and compare it to a previously saved ‘snapshot’. The test will fail if the two do not match. We will talk about the pros and (...)

    #software-development

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 16/01/2019

    5 Resources to Measure Website #accessibility
    ▻https://hackernoon.com/5-resources-to-measure-website-accessibility-614ae14c736d?source=rss----

    https://cdn-images-1.medium.com/max/1024/0*UO48itwFCgdodVuS.png

    Some of the quickest accessibility wins can be simple fixes. But if you don’t know what to look for, they can be hard to spot.Maybe a key image on your site is missing an alt description. Maybe the headings on a page look right, but actually are in the incorrect order. Or maybe your newsletter sign up form is missing a label. Any of these issues could prevent someone from understanding your web page or completing the actions you want them to take on your site.Identifying these issues is important, which is why there are a whole slew of web accessibility checkers available to help catch these problems. I want to introduce you to five tools that you might find helpful in identifying accessibility issues. Just remember though, that automated tests can only catch 20–30% of all issues.1. WAVE: (...)

    #software-development #website-accessibility #accessibility-tools #web-development

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 14/12/2018

    Web #accessibility : Buzzword or Reality ?
    https://hackernoon.com/web-accessibility-buzzword-or-reality-c265ec82aa03?source=rss----3a8144e

    https://cdn-images-1.medium.com/max/1024/1*uQHVTPctqVrd4jGnfebU2Q.jpeg

    Everyone wants the benefits of accessibility, but nobody wants to do the workWeb Accessibility. The unexpected lovechild of Sir Tim Berners Lee, a shoddy 12" monochrome screen that went black (and never came back) and a cat that ran away with the mouse. The cat came back, but by the time we found the mouse again, Steve Jobs decided we should all be poking at our screens instead.Rewind to August 6, 1991 — which to the snowflake generation may seem like ages ago, except it wasn’t — a mere 27 years ago, when the first web page went live, that web page was accessible. Its syntax was semantically correct, all of its content was in the DOM, it was readable by colour-blind people, dyslexics, 20–20 vision, poor vision or no vision individuals alike. It was keyboard navigable and its logical flow (...)

    #software-development #web-design #web-development #react

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 5/12/2018

    One line of code to remove :focus blue outline and keep #accessibility
    ▻https://hackernoon.com/one-line-of-code-to-remove-focus-blue-outline-and-keep-accessibility-bca

    https://cdn-images-1.medium.com/max/603/1*-xk4woiaFQxkQIAi6RFLWA.png

    One line of code to remove :focus blue outline and maintain accessibilityEveryone encounters this problem every time they make a web page with a button… The odd and out of place blue outline around a button after it is clicked [see below]After clicking a button, the blue outline appears to indicate that it is in focus.One approach is to remove the outline with css:▻https://medium.com/media/69122725b2413cca675d3af9f32bcf18/hrefThe purpose of the outline is to improve website accessibility to those with disabilities or those who are navigating with only a keyboard, so we cannot just get rid of it altogether. We want to remove the outline only after the button is pressed.If you look around online, there are many overly complicated solutions that detect if the button is highlighted from a click (...)

    #web-development #javascript #react #css

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @monolecte
    M😷N😷LECTE 🤬 @monolecte CC BY-NC-SA 13/06/2018

    Quand tu visites le #site #web d’un confrère qui a décidé d’ignorer les règles élémentaires d’ #accessibilité #accessibility #Webdesign

    https://framapiaf.org/system/media_attachments/files/000/918/032/original/59d0aa119e65abc3.jpg

    M😷N😷LECTE 🤬 @monolecte CC BY-NC-SA
    Écrire un commentaire
  • @contrastfinder
    Contrast Finder @contrastfinder CC BY-SA 12/09/2017
    2
    @contrastfinder
    @asqatasun
    2

    #ContrastFinder finds correct #color contrasts for web #accessibility (WCAG) ▻https://app.contrast-finder.org #a11y

    Contrast Finder @contrastfinder CC BY-SA
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 6/06/2017
    2
    @baroug
    @kent1
    2

    Color Accessibility Workflows

    ►https://alistapart.com/article/color-accessibility-workflows

    https://alistapart.com/d/excerptillustration_300.png

    The Web Content #Accessibility Guidelines (WCAG) 2.0 contain recommendations from the World Wide Web Consortium (W3C) for making the web more accessible to users with disabilities, including #color blindness and other vision deficiencies.

    #Contrast_checkers

    One of my favorite tools is Lea Verou’s Contrast Ratio. It gives you the option of entering a color code for a background and a color code for text, and it calculates the ratio for you.
    ▻http://leaverou.github.io/contrast-ratio

    https://alistapart.com/d/color-accessibility-workflows/figure-3.2-2x.jpg

    Another great tool that has the benefit of simultaneously showing whether a color combination passes both AA and AAA compliance levels is Jonathan Snook’s Colour Contrast Check
    ▻https://snook.ca/technical/colour_contrast/colour.html

    https://alistapart.com/d/color-accessibility-workflows/figure-3.3-2x.jpg

    b_b @b_b PUBLIC DOMAIN
    • @fil
      Fil @fil 6/06/2017

      #palette

      Fil @fil
    • @rastapopoulos
      RastaPopoulos @rastapopoulos CC BY-NC 6/06/2017

      Et ya l’extension WCAG Contrast Checker pour Firefox, qui fait ça en pointant n’importe quoi sur une page, avec AA et AAA suivant la taille du texte aussi (pas pareil pour du petit et du gros gras).

      RastaPopoulos @rastapopoulos CC BY-NC
    Écrire un commentaire
  • @liotier
    liotier @liotier CC BY-SA 15/05/2016

    If you don’t care about user interface #accessibility because social #inclusiveness isn’t your cup of tea, consider that it might one day be your problem too.

    http://i.imgur.com/7Sm2PR2.png
    #UI #ergonomie #UX #ergonomics

    liotier @liotier CC BY-SA
    Écrire un commentaire
  • @archiloque
    Archiloque @archiloque CC BY 14/05/2015

    capybara-accessible: Automated #accessibility testing in #RSpec and #Rails
    ▻https://github.com/Casecommons/capybara-accessible

    Archiloque @archiloque CC BY
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 9/03/2015
    1
    @contrastfinder
    1

    colorable
    ▻http://jxnblk.com/colorable

    Color combination contrast tester

    Takes a set #color palette and shows contrast values for every possible combination. This is useful for finding safe color combinations with predefined colors and includes pass/fail scores for the #WCAG #accessibility guidelines.

    #couleurs #accessibilite

    b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire
  • @kozlika
    Kozlika @kozlika CC BY 20/11/2014

    Using the tabindex attribute | The Paciello Group – Your Accessibility Partner (WCAG 2.0/508 audits, VPAT, usability and accessible user experience)
    ▻http://www.paciellogroup.com/blog/2014/08/using-the-tabindex-attribute

    The HTML tabindex attribute is used to manage keyboard focus. Used wisely, it can effectively handle focus within web widgets. Used unwisely however, the tabindex attribute can destroy the usability of web content for keyboard users.

    The tabindex attribute indicates that an element can be focused on, and determines how that focus is handled. It takes an integer (whole number) as a value, and the resulting keyboard interaction varies depending on whether the integer is positive, negative or 0.

    #accessibility #tabindex

    • #Web Content
    • #HTML
    Kozlika @kozlika CC BY
    Écrire un commentaire
  • @notabene
    Stéphane Deschamps @notabene CC BY-NC-SA 7/01/2013

    Everything Old is New « Unrepentant
    ►http://john.foliot.ca/everything-old-is-new

    I commented that using #justified_text has some fairly serious #accessibility issues for #Dyslexics and some #screen_magnifier users, who will often see the enlarged white-spaces between words in the justified text, rather than the words themselves. The phenomenon is well known, and is referred to as “ #Rivers_of_White ”.

    When I pointed out this problem, my colleague replied “I am using (CSS3) hyphenation — for browsers that support it.” followed by “Graceful degradation is that the text is still fully readable in older browsers. Dyslexics can always upgrade.“

    Putting aside the fact that it may very well not be “fully readable” to the user-groups I just pointed out, the comment about “Dyslexics can always upgrade” floored me. WTF? I had originally seen the justified text in question via my smart-phone (Galaxy S III, so not some low-level feature phone), and I checked it in no less than 5 different browsers I have installed on my phone (Samsung’s native web-kit build, Dolphin, Firefox, Opera Mobile and Opera Mini), and the problem remained. (Perspicacious readers will notice one specific browser missing from that list…)

    #chrome

    "Les dyslexiques peuvent toujours mettre à jour". Saloperie de légende urbaine, ça, que les gens peuvent mettre à jour leurs navigateurs.

    Stéphane Deschamps @notabene CC BY-NC-SA
    Écrire un commentaire
  • @notabene
    Stéphane Deschamps @notabene CC BY-NC-SA 30/10/2012
    1
    @webatou
    1

    Accessibility – what is it good for? | Marco’s accessibility blog
    ►http://www.marcozehe.de/2012/10/22/accessibility-what-is-it-good-for

    This blog post is by no means about diminishing the accomplishments the #accessibility community has made. But we need to go beyond that! We need to leave our comfortable niche and turn the accessibility extra way into the #standards way. Make people use headings, correct form element labeling, and other stuff just because it is the right thing to do that benefits everyone, not because “it’s an accessibility requirement”. Accessibility needs to finally shake off the smell of being an unloved burden to meet some government criteria. Every book any web dev buys must simply state as a #best_practice, without mentioning accessibility at all, that for labeling an input one uses the label element, and that the for attribute of that label element needs to point to the id of the input to be labeled. As a test case, state that this way, a user can also click on the label to get the cursor right. Don’t bother people with screen readers at all. They don’t need to know for these things.

    We must get to a point where teachers give their students lesser grade if they deliver semantically incorrect work. An excuse like “but it works” should not be enough to get a good grade.

    Cent fois oui, on en est déjà bien là quand je participe à des formations.

    #accessibilité #qualité

    Stéphane Deschamps @notabene CC BY-NC-SA
    • @notabene
      Stéphane Deschamps @notabene CC BY-NC-SA 30/10/2012

      Voir aussi, un commentaire de Kevin Potts :

      The main problem, having been invested in the accessibility community since 2003, is that accessibility is seen as a checklist. Legislature such as Section 508 promotes this way of thinking — “make sure you check 0ff this, this, this and this and boom your site is accessible”. Checklists are easy to reference. Developers love them because lints and validators can be written against them.

      The reality is that accessibility is a philosophy. It is a mindset. A strategy. A tenant. This is the brilliance of WCAG2.0 that most from the sidelines fail to grasp. It uses words like “perceivable” and “understandable” — abstractions that try to convey that accessibility is foundational, not something that cannot be tacked onto the end of a project.

      Stéphane Deschamps @notabene CC BY-NC-SA
    Écrire un commentaire
  • @notabene
    Stéphane Deschamps @notabene CC BY-NC-SA 13/12/2011

    The Only Thing Constant is Change « Unrepentant
    ►http://john.foliot.ca/change

    I arrived, a web-accessibility specialist, to set up a program that had a title and a blank sheet of paper attached to the title. The job? Figure it out and get it done. Learn the art of herding cats, and establish web accessibility as a thing on campus. Be an evangelist, a technologist, a salesman, a politician. Make it happen. I was surrounded by a group of supportive if sometimes skeptical technology people, who were always gracious in their generosity of time to me, and for the most part openly receptive to what I was trying to do. They remain so even today, and I look back on the many successes we’ve accomplished together, and the path forward we have charted together too, and I wish you all continued success.

    #accessibility #evangelism #accessibilité #évangélisme

    Stéphane Deschamps @notabene CC BY-NC-SA
    Écrire un commentaire
  • @nhoizey
    Nicolas Hoizey @nhoizey CC BY-NC-SA 22/11/2011

    #Icon #font #accessibility
    ►http://fvsch.com/code/icon-font-a11y

    When we use common image replacement techniques, including the smart ones, the user agent doesn’t know what’s the relation between the text content and a #CSS #pseudo-element or background. This is not even a “CSS is for decoration” issue. It’s a “your code lacks semantic information” issue

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire
  • @notabene
    Stéphane Deschamps @notabene CC BY-NC-SA 30/09/2011

    Review : The all-new Yahoo ! Mail web application « Marco’s accessibility blog
    ►http://www.marcozehe.de/2011/09/21/review-the-all-new-yahoo-mail-web-application

    What Yahoo! are delivering here is a really outstanding example of putting the #WAI-ARIA and other #HTML #accessibility techniques to very good use. WAI-ARIA has previously been deployed mainly in some enterprise/intranet or specialized public sections and gained limited exposure. Yahoo! mail is the first mainstream web application to put this technology to use and deploy it to a wide range of users worldwide.

    [...]

    Yahoo! Mail, along with the very accessible rich search interface, is a very good example of an all-inclusive, accessible, web application approach that puts others to shame that suggest to turn off their standard interface and use a basic one if one uses a screen reader. Needless to say, that basic interface is then severely limited in functionality. Or the same company that suggests to turn off their instant feature if one uses a screen reader, or search results might no longer be really accessible. Yahoo! are taking an inclusive design approach here that to my knowledge is unparalleled among big stock holder web app companies.

    Marco Zehe est... aveugle. Le service Yahoo Mail doit être très bon, alors (parce que les experts transigent, pas les utilisateurs).

    Stéphane Deschamps @notabene CC BY-NC-SA
    Écrire un commentaire
  • @notabene
    Stéphane Deschamps @notabene CC BY-NC-SA 1/09/2011

    WebAIM: WebAIM: Web Accessibility for Designers
    ►http://webaim.org/resources/designers

    The focus of #web #accessibility is often on web development – the things that happen in HTML, CSS, or JavaScript after a site has been designed visually. Optimal accessibility should start much earlier, as part of the visual #design process. We have created an infographic that highlights a few important #principles of accessible design.

    Yes, yes, and yes.

    Stéphane Deschamps @notabene CC BY-NC-SA
    Écrire un commentaire
  • @notabene
    Stéphane Deschamps @notabene CC BY-NC-SA 29/03/2011

    Handling duplicated links using HTML5 and WAI ARIA » iheni :: making the web worldwide
    ►http://www.iheni.com/handling-duplicated-links-using-html5-and-wai-aria

    This month’s article over at Spotless Interactive looks at ways of handling repeated adjacent links. Typically these are image and text links linking to one page and are often found on news websites.

    I look at how HTML5 block level linking can link entire areas of a page and WAI ARIA negative tabindex (tabindex=”-1″) can remove links from keyboard focus.

    #accessibilité #accessibility #ARIA

    Stéphane Deschamps @notabene CC BY-NC-SA
    • @nhoizey
      Nicolas Hoizey @nhoizey CC BY-NC-SA 22/06/2011
      @notabene

      @notabene J’ai pas compris ce qu’il dit. S’il fait un lien autour de tout le bloc, il n’y a plus de doublon, non ?

      Nicolas Hoizey @nhoizey CC BY-NC-SA
    • @notabene
      Stéphane Deschamps @notabene CC BY-NC-SA 4/01/2012
      @nhoizey

      @nhoizey tiens je ne t’avais pas répondu : on ne peut pas toujours ne faire qu’un seul lien avec un alt vide malheureusement. Dans le cas où les liens sont dupliqués, l’astuce est bonne à connaître.

      Stéphane Deschamps @notabene CC BY-NC-SA
    • @nhoizey
      Nicolas Hoizey @nhoizey CC BY-NC-SA 4/01/2012
      @notabene

      @notabene j’ai failli attendre ! :-p

      OK, compris que ça peut être utile...

      Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire
  • @0gust1
    0gust1 @0gust1 CC BY-NC 4/05/2010

    WAVE - Web Accessibility Evaluation Tool
    ►http://wave.webaim.org

    à tester....

    #accessibility #accessibilité #web #webdev #validation #testing #tool #development #html #standards #test #reference

    0gust1 @0gust1 CC BY-NC
    Écrire un commentaire
  • @0gust1
    0gust1 @0gust1 CC BY-NC 14/09/2009
    1
    @simplicissimus
    1

    Inaccessibility of CAPTCHA
    ►http://www.w3.org/TR/turingtest

    #accessibility #w3c #security #spam #webdesign #reference

    0gust1 @0gust1 CC BY-NC
    • @tetue
      tetue @tetue CC BY 19/08/2013

      L’inaccessibilité des « CAPTCHA », Solutions de rechange aux tests de Turing sur le Web, Note de groupe de travail du W3C du 23 novembre 2005, ici traduite en français : ▻http://www.yoyodesign.org/doc/w3c/turingtest-20051123

      Et mon avis en passant : ►http://romy.tetue.net/stop-captcha

      #CAPTCHA #a11y #accessibilité #W3C

      tetue @tetue CC BY
    Écrire un commentaire
  • @0gust1
    0gust1 @0gust1 CC BY-NC 14/08/2009

    Access-Oriented Web Design: Building highly-interactive web apps that work for everyone | Filament Group, Inc., Boston, MA
    ►http://www.filamentgroup.com/lab/access_oriented_web_design_building_highly_interactive_web_apps_that_

    #javascript #webdesign #design #webdev #usability #web #accessibility

    0gust1 @0gust1 CC BY-NC
    Écrire un commentaire

Thèmes liés

  • #accessibilité
  • technology: html
  • #web
  • #html
  • #design
  • #standards
  • #usability
  • #webdesign
  • programminglanguage: html
  • #reference
  • #webdev
  • #accessibility
  • #testing
  • #react
  • #css
  • programminglanguage: javascript
  • industryterm: software
  • #javascript
  • #color
  • #software-development
  • #web-development
  • #aria
  • #qualité
  • industryterm: web development
  • #evangelism
  • #security
  • #spam
  • industryterm: web dev buys
  • person: kevin potts
  • #a11y
  • #best_practice
  • industryterm: web webdev validation testing tool development html standards
  • #chrome
  • #rivers_of_white
  • #screen_magnifier
  • #data_visualization
  • #dyslexics
  • #justified_text
  • #community
  • #w3c