Skip to content
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

Remove menu from Obsolete Elements #64

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

mikerourke
Copy link

The menu element was deprecated in HTML 4, but un-deprecated in HTML 5. It's no longer listed in the Non-conforming features section of the HTML Living Standard and is no longer marked as deprecated on the <menu>: The Menu element page on MDN.

The menu is a list element (similar to ol and ul), so it can only accept li children. The menuitem element that was intended to be used as a child element of a menu is still deprecated, which is why I didn't remove it from the list.

The `menu` element was deprecated in HTML 4, but un-deprecated in HTML 5.
@jsnmrs
Copy link

jsnmrs commented Feb 14, 2024

@mikerourke thank you for the contribution and supporting documentation!

@jsnmrs jsnmrs merged commit d838574 into double-great:main Feb 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants