# Up and Coming ARIA

DevFeed: [Up and Coming ARIA](<https://devfeed.tech/articles/up-and-coming-aria-9445.md>)

Original publisher: [Read original article](<https://webaim.org/blog/up-and-coming-aria/>)

Author: John Northup

Published: 2025-05-30T18:19:41Z

Content type: tutorial

Language: en

Sources: [WebAIM Blog](<https://devfeed.tech/sources/webaim-blog.md>)

Topics: [aria](<https://devfeed.tech/topics/aria.md>), [Accessibility](<https://devfeed.tech/topics/accessibility.md>), [Web Accessibility (a11y)](<https://devfeed.tech/topics/web-accessibility.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [android](<https://devfeed.tech/tags/android.md>), [aria](<https://devfeed.tech/tags/aria.md>), [browser](<https://devfeed.tech/tags/browser.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [edge](<https://devfeed.tech/tags/edge.md>), [firefox](<https://devfeed.tech/tags/firefox.md>), [ios](<https://devfeed.tech/tags/ios.md>), [macos](<https://devfeed.tech/tags/macos.md>), [safari](<https://devfeed.tech/tags/safari.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>), [web](<https://devfeed.tech/tags/web.md>), [web-accessibility](<https://devfeed.tech/tags/web-accessibility.md>), [windows](<https://devfeed.tech/tags/windows.md>), [windows-11](<https://devfeed.tech/tags/windows-11.md>)

## AI overview

This article surveys emerging ARIA 1.3 features, including aria-errormessage, aria-description, aria-details, and aria-keyshortcuts. It explains their intended uses and reports varying support across browsers, screen readers, and operating systems tested in May 2025.

## Source excerpt

If you work in web accessibility, you've probably spent a lot of time explaining and implementing the ARIA roles and attributes that have been around for years--things like aria-label, aria-labelledby, and role="dialog". But the ARIA landscape isn't static. In fact, recent ARIA specifications (especially ARIA 1.3) include a number of emerging and lesser-known features that [...]