ARIA in HTML, by @scottohara and @patrick_h_lauke (@w3c):
ARIA in HTML, by @scottohara and @patrick_h_lauke (@w3c):
Hey #a11y folks, suppose I have a form with a button that opens a mini-form in a popover or dialog. Does it make sense to stick things like `aria-required` or `aria-invalid` on that button if things in the mini-form are required / invalid?
On one hand, this feels semantically wrong? The button itself is just a trigger and can't really be "invalid" in anyway. On the other, since the actual invalid elements are in the popover or dialog, there's no other indication of this state (apart from manual descriptions).
Conférence d’Eric Eggert (@yatil) sur les limites des régions ARIA live, et les solutions alternatives :
- Propriétés ARIA (ex. aria-pressed)
- Repositionner le focus
- Utiliser un son bref
Détails ici : https://a42.fr/we-are-aria-live
#Development #Guidelines
Mainlining mains · “Use only one (non-hidden) ‘main’ landmark per HTML page.” https://ilo.im/1635cl
_____
#SemanticHTML #HTML #Specification #Accessibility #ScreenReader #ARIA #WebDev #Frontend
Should the ARIA WG standardize heuristic-based ignoring of ARIA and related features? And if so, how? - @cookiecrook
@aardrian explains the reasoning behind the only one <main> per page rule.
Should the 'row' role really be necessary for parents of 'gridcell' and other cell role elements?
#Development #Guidelines
Tweaking text level styles (reprised) · Guidelines for HTML ‘mark’, ‘del’, ‘ins’, and ‘s’ https://ilo.im/1636wq
_____
#Text #Accessibility #ScreenReader #Print #Browser #WebDev #Frontend #HTML #ARIA
New post: “Mainlining Mains”
https://adrianroselli.com/2025/04/mainlining-mains.html
“aria-label” Requires a Valid Role, by @cferdinandi:
Implementing “aria-describedby” for Web Accessibility, by @flori (@a11ycollective):
Polite is Often Better Than Being Alerted, by @ozewai.bsky.social:
https://ozewai.org/blog/technical-articles/polite-is-often-better-than-being-alerted/
Editora JBC Lança Vampeerz, Mangá que Reimagina o Universo Vampírico com Romance e Humor #akili #aria #editorajbc #girlslove #humor #ichika #mangágl #romancevampírico #sundaygenex #vampeerz https://alternativanerd.com.br/animes-mangas/editora-jbc-lanca-vampeerz-manga-que-reimagina-o-universo-vampirico-com-romance-e-humor
#Development #Findings
‘aria-label’ is a letdown · “One in three ‘aria-label’ implementations have likely issues.” https://ilo.im/162zei
_____
#CodeSmell #AriaLabel #ARIA #Accessibility #WebDev #Frontend #HTML
#Development #Guidelines
Navigation for keyboard users · How to build a keyboard-friendly navigation https://ilo.im/162xlc
_____
#Accessibility #Keyboard #ScreenReader #WebDev #Frontend #ARIA #HTML
aria-labelledby usage notes
“Like aria-label, aria-labelledby provides the opportunity for a developer to expose a short text string as the accessible name for an element. The mechanism to do so differs.”
#accessibility #webDev #HTML #ARIA
https://html5accessibility.com/stuff/2022/04/03/aria-labelledby-usage-notes/