Rename <menu type=popup> to <menu type=context>#241
Merged
Conversation
Firefox is shipping `context` and there is Web content using it. The state is still called "popup menu state" since it is used for both context menus and dropdown menus. Fixes #235.
bb54335 to
b00d85b
Compare
sideshowbarker
added a commit
to validator/validator
that referenced
this pull request
Dec 14, 2016
Fixes #363 See also whatwg/html#241 Thanks @zcorpan
jugglinmike
added a commit
to bocoup/html-aam
that referenced
this pull request
Sep 6, 2019
In 2015, the "popup" value of the `<menu>` element's `type` attribute was renamed to "context" [1]. In 2017, the `<menuitem>` element and the `type` attribute of the `<menu>` element were removed entirely [2]. Remove the rows that describe these features. [1] whatwg/html#241 [2] whatwg/html#2742
jugglinmike
added a commit
to bocoup/html-aam
that referenced
this pull request
Sep 7, 2019
In 2015, the "popup" value of the `<menu>` element's `type` attribute was renamed to "context" [1]. In 2017, the `<menuitem>` element and the `type` attribute of the `<menu>` element were removed entirely [2]. Remove the rows that describe these features. [1] whatwg/html#241 [2] whatwg/html#2742
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Firefox is shipping
contextand there is Web content using it.The state is still called "popup menu state" since it is used for
both context menus and dropdown menus.
Fixes #235.