Application developers have the ability to specify additional menuitems for
contextmenus via
http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#context-menus
however they are currently shown in addition to the default items, we are
looking to implement an optional attribute that allows authors to disable
the default context menu items so only the applications items are shown.
This is primarily targeted for Firefox OS, I believe Jonas will be looking
to add it to the official spec.

The name / value of the attribute is under discussion

<menu chrome="disabled">
  <menuitem label="foo"></menuitem>
</menu>

looks like the most likely candidate.

Cheers
Dale
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to