Updating Global Attributes

  • Many global ARIA attributes did not make sense for all roles, global meant they could be on any structural, landmark or widget role.
  • For example, removing aria-disabled as an allowed attribute on structural and landmark roles like heading and main.
  • ARIA attributes have been updated so they only apply to roles that they are useful.

Deprecated ARIA Attributes on heading Role