Replace references of 'aria-role' to 'role'
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3340730. -->
Reported by: [sonfd](https://www.drupal.org/user/2844573)
Related to !2
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>This module sets the <code>aria-role="menu"</code> attribute to the nav and submenu elements. However, there is no such thing as an <code>aria-role</code> attribute. </p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Replace references to <code>aria-role</code> with <code>role</code>.</p>
issue