SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

⚒️ aria-hasPopUp less is more

"The latest version of JAWS 2023 June update (released 20/6/2023) now supports all aria-haspopup values on button and link."

https://html5accessibility.com/stuff/2023/06/20/aria-haspopup-less-is-more/

SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

🆕 options for group labeling options

"An ugly truth is that there are still interoperability issues with some of the native HTML controls and Screen readers. Even though these controls have been around since long before AI came to the rescue of our accessibility asses."

https://html5accessibility.com/stuff/2024/01/12/options-for-optgroup-labeling-of-options/

SteveFaulkner, to webdev
@SteveFaulkner@mastodon.social avatar

📌 Get the bookmarklet that will check your HTML against the ARIA in HTML specification, it will tell you whether you are using ARIA as intended

https://thepaciellogroup.github.io/WAI-ARIA-Usage/WAI-ARIA_usage.html

Xavier, to vmware

just killed off these products:

Enterprise Plus
VMware vSphere+
Standard (excluding subscription)
VMware vSphere ROBO
VMware vSphere Scale Out
VMware vSphere Desktop
VMware vSphere Acceleration Kits
VMware vSphere Essentials Kit
VMWare vSphere Essentials Plus Kit (excluding new subscription offering)
VMware vSphere Starter/Foundation
VMware vSphere with Operations Management
VMware vSphere Basic
VMware vSphere Advanced
VMware vSphere Storage Appliance
VMware vSphere Hypervisor
VMware Cloud Foundation (excluding new VCF subscription offering)
VMware Cloud Foundation for VDI
VMware Cloud Foundation for ROBO
VMware SDDC Manager
VMware vCenter Standard
VMware vCenter Foundation
VMware vSAN
VMware vSAN ROBO
VMware vSAN Desktop
VMware HCI Kit
VMware Site Recovery Manager
VMware Cloud Editions/Cloud Packs
VMware Suite
VMware Aria Suite (formerly vRealize Suite)
VMware Aria Universal Suite (formerly vRealize Cloud Universal)
vMware Aria Suite Term
VMware Aria Operations for Networks (formerly vRealize Network Insight)
VMWare Aria Operations for Networks Universal (formerly vRealize Network Insight Universal)
VMware Network Insight ROBO
VMWare Aria Operations for Logs (formerly vRealize Log Insight)
VMware vRealize Operations 8 Application Monitoring Add-On
VMware Operations
Automation
VMware Aria Automation for Secure Hosts add-on (formerly SaltStack SecOps)
VMware vRealize Automation SaltStack SecOps add-on
VMware Aria Operations for Integrations (formerly vRealize True Visibility Suite)
VMware Cloud Director
Cloud Director Service

VMware for Desktop
VMware NSX ROBO
VMware NSX Distributed Firewall
VMware NSX Gateway Firewall
VMware NSX Threat Prevention to Distributed Firewall
VMware NSX Threat Prevention to Gateway Firewall
VMware NSX Advanced Threat Prevention to Distributed Firewall
VMware NSX Advanced Threat Prevention to Gateway Firewall
VMware NSX Advanced Load Balancer (excluding Subscription, SaaS)
VMware Container Networking Enterprise with Antrea

VMware +

https://www.thestack.technology/vmware-is-killing-off-56-products-including-vsphere-hypervisor-and-nsx/

SteveFaulkner, to webdev
@SteveFaulkner@mastodon.social avatar

🛐 Respect your children

A subset of ARIA roles are defined as having presentational children. These are mostly a subset of widget roles...

https://www.tpgi.com/respect-your-children/

SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

👁️ accessible-notifications explainer

"For people who are blind or low vision, identifying dynamic changes (non-user-initiated) in the content of a web app is very challenging. ARIA live regions are the only mechanism available today that communicate content changes down to the accessibility layer..."

https://github.com/WICG/accessible-notifications#accessible-notifications-explainer

SteveFaulkner, to webdev
@SteveFaulkner@mastodon.social avatar

Fieldsets, Legends and Screen Readers again

"I wrote an article in 2007 called Fieldsets, Legends and Screen Readers. It was my first post on the TPGi blog. I have been meaning to provide an update to it, for the last 15 years…"

https://www.tpgi.com/fieldsets-legends-and-screen-readers-again/

SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

🤡 The wrong way to use aria-roledescription to call out someone as a fascist:

https://html5accessibility.com/stuff/2020/10/06/micro-note-on-aria-roledescription/

SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

Why are my live regions not working? by @patrick_h_lauke

"Live regions have a reputation for being "flaky" and inconsistent. While this can be attributed in part to shortcomings in current implementations, the problem can also be caused by developers misunderstanding how live regions are intended to work."

#a11y #webDev #HTML #ARIA

https://tetralogical.com/blog/2024/05/01/why-are-my-live-regions-not-working/

SteveFaulkner, to webdev
@SteveFaulkner@mastodon.social avatar

(not so) short note on being owned

aria-owns is surprisingly strong magic

aria-owns allows developers to restructure the parent-child relationships in the accessibility tree. This means that screen reader users may experience a different semantic structure and meaning to other users when they navigate and interact with content using their screen readers virtual/browse mode.

https://html5accessibility.com/stuff/2022/02/28/not-so-short-note-on-being-owned/

WebAxe, to accessibility
@WebAxe@a11y.info avatar
SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

👁️ Know your Standards
Updated 21/11/2023

"Regularly people link to or quote from some outdated version of a specification. This can be confusing and detrimental to understanding, if the information is no longer correct or relevant."

https://html5accessibility.com/stuff/2020/11/24/know-your-standards/

SteveFaulkner, to webdev
@SteveFaulkner@mastodon.social avatar

JAWS not reading with aria-live field when the content exceeds 4000 characters

Thinking that perhaps this is not a good use of aria-live 🤔

https://github.com/FreedomScientific/standards-support/issues/785

SteveFaulkner, (edited ) to accessibility
@SteveFaulkner@mastodon.social avatar

With the help of ChatGPT I have added alt text to images in my slide deck "No Industry for Old Men" from 2023

https://docs.google.com/presentation/d/166SRyG4KEHAY1d1BiSqdyQhGBL5zjiW09JYSkc4IVI8/edit?usp=sharing

SteveFaulkner, (edited ) to webdev
@SteveFaulkner@mastodon.social avatar

🆕 ALT LEFT

"AI can help by providing mostly accurate descriptions of images on web pages. This can be especially helpful when the image has not been provided with an text alternative, but is visible on the page."

⚠️ Nightmare image content warning.
https://html5accessibility.com/stuff/2024/05/27/alt-left/

WebAxe, to webdev
@WebAxe@a11y.info avatar

W3C ARIA Patterns - great (new?) caution on the Navigation Menubar Example:
https://www.w3.org/WAI/ARIA/apg/patterns/menubar/examples/menubar-navigation/

jgarber, to accessibility
@jgarber@mastodon.cc avatar

New to add to your collection: <aria-collapsible>

Generate progressively-enhanced collapsible regions using States and Properties.

💻 Code: https://github.com/jgarber623/aria-collapsible

🧩 Demo: https://jgarber623.github.io/aria-collapsible/example/

📦 Package: https://www.npmjs.com/package/@jgarber/aria-collapsible

inautilo, to accessibility
@inautilo@mastodon.social avatar

#Development #Guidelines
How to create accessible navigations and sub-menus · Best practices for more inclusive navigation elements https://ilo.im/15xu03


#Navigation #Menu #Usability #Accessibility #WebDev #Frontend #HTML #SemanticHTML #ARIA

contributopia, to milano Italian
@contributopia@vivaldi.net avatar

Un lungo articolo di @valigiablu sulla qualità dell'aria a e dintorni e sulle recenti polemiche che hanno accompagnato la diffusione di alcuni dati: https://www.valigiablu.it/inquinamento-aria-milano-pianura-padana-dati/ Molto interessante , da leggere @ambiente @fffitalia @filippodb @macfranc

sarajw, (edited ) to random
@sarajw@front-end.social avatar

Are there any good tutorials on the Adobe React Aria component library?

Specifically on making an accessible fancy select-a-like that includes images and descriptive text, if such an article exists.

The docs seem good but I've ended up a little stuck anyway, and would appreciate something very step by step to just plough my way through.

Thank you!

#accessibility #adobe #react #aria

pawelgrzybek, to webdev
@pawelgrzybek@mastodon.social avatar

Interesting HTML/Accessibility fact.

HTML supports 6 levels of headings. ARIA supports 9 hierarchical levels, via aria-level property.

WAI-ARIA Spec:
https://w3c.github.io/aria/#aria-level

“Tackling The Web's Oldest Problem” episode of Igalia Chats podcast by @Meyerweb and @bkardell:
https://www.igalia.com/chats/heading

#html #accessibility

SteveFaulkner, to webdev
@SteveFaulkner@mastodon.social avatar

👉🏼 A SIMPLE CUSTOM
Had reason to re-read this recently.

“For whatever reason some people don’t like the standard HTML checkbox and radio button, they seek to jazz ’em up and in the process the often jizz up the usability/accessibility of these controls.”

#HTML #ARIA #CSS #accessibility

https://html5accessibility.com/stuff/2021/01/24/a-simple-custom/

deconspray, to webdev
@deconspray@mastodon.social avatar

Understanding the Role of ARIA Role=alert: Best Practices and Common Issues

https://buff.ly/3UZiFxk

SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

check for accesskey and aria-keyshortcuts bookmarklet

Made this to quickly check for presence of accesskey and aria-keyshortcuts attributes to help in testing WCAG 2.2 Success Criterion 2.1.4 Character Key Shortcuts

https://cdpn.io/pen/debug/yLwoEwO

SteveFaulkner, to webdev
@SteveFaulkner@mastodon.social avatar

🗒️Not so short note on aria-label usage – Big Table Edition
Updated: 22 May 2024

https://html5accessibility.com/stuff/2024/05/22/not-so-short-note-on-aria-label-usage-big-table-edition/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • mdbf
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • GTA5RPClips
  • ethstaker
  • normalnudes
  • tester
  • osvaldo12
  • everett
  • cubers
  • tacticalgear
  • anitta
  • megavids
  • Leos
  • cisconetworking
  • lostlight
  • All magazines