The commit that removed the <menuitem> element (commit e7e8c88e, issue #2730) also removed the following paragraph:
User agents may provide means for bypassing the context menu processing model, ensuring that
the user can always access the UA's default context menus. For example, the user agent could
handle right-clicks that have the Shift key depressed in such a way that it does not fire the
<code data-x="event-contextmenu">contextmenu</code> event and instead always shows the default
context menu.
Even though that was specifically about the context menu processing model, bypassing the context menu event and always showing the default context menu is a great UA feature, has been on the spec since the start (at least since the first commit on this repo, c3550d9), still used (at least on Firefox) and still useful (shift + right click is recommended here: https://support.mozilla.org/en-US/kb/about-picture-picture-firefox).
Would this behavior be considered to be re-added to the spec if adapted to another (appropriate) section?
Thanks!
The commit that removed the
<menuitem>element (commit e7e8c88e, issue #2730) also removed the following paragraph:Even though that was specifically about the context menu processing model, bypassing the context menu event and always showing the default context menu is a great UA feature, has been on the spec since the start (at least since the first commit on this repo, c3550d9), still used (at least on Firefox) and still useful (shift + right click is recommended here: https://support.mozilla.org/en-US/kb/about-picture-picture-firefox).
Would this behavior be considered to be re-added to the spec if adapted to another (appropriate) section?
Thanks!