You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<article role="form"> - would fall back to "article"
<div role="form article"> - would also fall back to article due to the lack of an explicit name
Also, where a form element is supplied with an accname (e.g., either via ARIA, or title attribute for native <form>) these should be exposed as role="form" (as a navigable landmark like role="region").