Not sure this qualifies a bug per se, but it is different to other elements and it is regarding the menu and a11y compliance etc
Take a dropdown element for example, the HTML tag is “hard-coded” to be a <li>
as in if you change it to something else then clear it it returns to a <li>
Now for the Nav Items div, this is a div with the <ul>
added after, but if you clear the tag, it returns back to a standard <div>
As a QOL improvement perhaps if not a bug, it would be great if this could be “hard-coded” as a <ul>
similar to the dropdown element so that it can’t accidentally be cleared and return the tag to a <div>
This would help with a11y compliance as if it is cleared by accident then the whole menu structure is non-compliant as you would have <li>
's wrapped in a div