2942404 Messages should have role=status instead of role=contentinfo
2 unresolved threads
Closes #2942404
Merge request reports
Activity
added 143 commits
-
9ee5519c...66a4c78b - 141 commits from branch
project:11.x
- 0716c867 - recent patch
- 7dc95633 - Solving failed test cases
-
9ee5519c...66a4c78b - 141 commits from branch
23 23 #} 24 24 <div data-drupal-messages> 25 25 {% for type, messages in message_list %} 26 <div role="contentinfo" aria-label="{{ status_headings[type] }}"{{ attributes|without('role', 'aria-label') }}> 26 <div role="region" aria-label="{{ status_headings[type] }}"{{ attributes|without('role', 'aria-label') }}> 27 27 {% if type == 'error' %} 28 28 <div role="alert"> 29 {% elseif type == 'status' or type == 'warning' %} 30 <div role="status">
Please register or sign in to reply