Closed IanDelMar closed 4 years ago
Removes role="menu" from <ul> tag in start_lvl(). Bootstrap follows the disclosure design pattern which does not use any menu related aria roles. See https://github.com/wp-bootstrap/wp-bootstrap-navwalker/pull/456#issuecomment-661602093 for more details.
role="menu"
<ul>
start_lvl()
Closes PR #456 and #475.
Changes proposed in this Pull Request:
Removes
role="menu"
from<ul>
tag instart_lvl()
. Bootstrap follows the disclosure design pattern which does not use any menu related aria roles. See https://github.com/wp-bootstrap/wp-bootstrap-navwalker/pull/456#issuecomment-661602093 for more details.Closes PR #456 and #475.