NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 1012 - Context menus are not implemented
Context menus are not implemented
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 major
Assigned To: Nobody
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-12-24 21:14 CET by Dominik Chrastecky
Modified: 2014-12-25 06:02 CET (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Chrastecky 2014-12-24 21:14:06 CET
When I check status of my shop (www.otaku-eshop.cz) it shows some warnings:

The contextmenu attribute is not supported by browsers yet. It would probably be better to wait for implementations.

Bad value context for attribute type on element menu.

The menu element is not supported by browsers yet. It would probably be better to wait for implementations.

In new versions of Mozilla Firefox the menu element works well with the type context and the attribute contextmenu as well.
Comment 1 Michael[tm] Smith 2014-12-25 06:02:59 CET
I'm not inclined to remove the warning here until at least one other browser supports the feature. http://caniuse.com/#feat=menu

(In reply to Dominik Chrastecky from comment #0)
> In new versions of Mozilla Firefox the menu element works well with the type
> context and the attribute contextmenu as well.

I guess we could change the warning to read, "The menu element is currently only supported by Firefox. It would probably be better to wait for other implementations."