-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
menuitem doesn't have presentational children? #1711
Comments
It may be a mistake, but it may be intentional:
|
Nesting submenus in the menuitem would be useful for several reasons:
|
from meeting today, this is on purpose but we need more clarity here on what are allowed children, and how this element should be treated as a semi-children presentational. This should be resolved by indicating allowed descendant elements. This may also touch upon other similar issues related to allowed descendants and even what does children presentational mean and how browsers / AT are now inconsistent in respecting this or not. |
Agree that this needs clarification. I'm currently trying to recommend our designers against doing this thing that Google Drive does -- tooltip in a menu item -- and without this clearly specified, it's more my opinion than objective. I assumed that |
@craigkovatch In the future it may be possible to have more elements in the menuitem, see #1440 |
@scottaohara can this be closed now |
Seems maybe a miss in aria 1.1, but
menuitemradio
andmenuitemcheckbox
each have "Children Presentational: true", wheremenuitem
lacks this row in the characteristics table. Appear to behave that way, but wondering if this is a miss, or was there a potential reason for this?The text was updated successfully, but these errors were encountered: