Bug 58454
Summary: | Correct support of HTML5 tags <command>, <menu> | ||
---|---|---|---|
Product: | WebKit | Reporter: | hellosexyprout |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Major | CC: | abarth, annevk, bronislav.klucka, cmarcelo, donggwan.kim, eoconnor, eric, fwj834, guanqun.lu, jan.varga, kihong.kwon, peter, sam, simon.fraser, syoichi, tkent, xqb748 |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.whatwg.org/specs/web-apps/current-work/#menus-intro | ||
Bug Depends on: | |||
Bug Blocks: | 32934, 40829 |
hellosexyprout
Just click the attached URL: you can see example code and screenshot to create a toolbar with the new HTML5 tag <menu>. Looks great, huh?
Then click the link below where you can see how WebKit handle this, plus the tag <command>.
http://jsfiddle.net/8RwWF/3/
Looks bad.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antaryami Pandia
We have started implementing the HTML5 Interactive elements.I am thinking of logging a meta bug for this purpose and separate bugs for each individual element(like details, summary etc). Also I think it will be helpful if we track <command> and <menu> elements in separate bugs.
Please provide your thoughts.
Antaryami Pandia
Just found that a separate bug is already logged for <details> and <summary>.Id for the same is https://bugs.webkit.org/show_bug.cgi?id=50309
Antaryami Pandia
There is a master block for all HTML5 features (https://bugs.webkit.org/show_bug.cgi?id=32934).
Can some one please set the dependency of this bug on the master bug.I don't have privilege to do the same. :)
Anne van Kesteren
This feature has been removed from HTML.