[webkit-dev] Implementing HTML5 menu element
Antaryami Pandia
xqb748 at motorola.com
Tue Sep 6 02:40:50 PDT 2011
Hi,
We are intending to implement the HTML5 <menu> tag.
The related specs can be found at:-
- http://www.whatwg.org/specs/web-apps/current-work/#the-menu-element
-
http://dev.w3.org/html5/spec/interactive-elements.html#the-menu-element .
A bug for the purpose is already logged at webkit bugzilla (
https://bugs.webkit.org/show_bug.cgi?id=58454).
Currently webkit does have a support for menu tag (not html5) with below
interface:-
interface HTMLMenuElement : HTMLElement {
attribute [Reflect] boolean compact;
};
Where as the proposed new implementation will have the interface as:-
interface HTMLMenuElement : HTMLElement {
attribute DOMString type;
attribute DOMString label;
};
So my question is should we also support the earlier menu tag
implementation?
Regards,
-Antaryami
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20110906/fe032f3b/attachment.html>
More information about the webkit-dev
mailing list