- π¨π¦Canada mgifford Ottawa, Ontario
This shift makes sense to me based on https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA22
Marking this as SC 4.1.3 https://www.w3.org/WAI/WCAG21/Understanding/status-messages
<div role="contentinfo" aria-label="Status message" class="messages messages--status">...<div>
. This is true for both success and warning.Since the footer element maps to a contentinfo, using this role for statuses doesn't make sense and should be changed to <div role="status" aria-label="Status message" class="messages messages--status">...<div>
, or <div aria-live="polite" aria-atomic="true" aria-label="Status message" class="messages messages--status">...<div>
if there are concerns about backwards compatibility.
Choosing the Claro theme since that's a top priority, but this does occur in the Seven admin theme as well.
Needs work
10.1 β¨
It affects the ability of people with disabilities or special needs (such as blindness or color-blindness) to use Drupal.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This shift makes sense to me based on https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA22
Marking this as SC 4.1.3 https://www.w3.org/WAI/WCAG21/Understanding/status-messages