Bugzilla – Bug 845
menu elements are supported by browsers
Last modified: 2011-06-22 18:31:27 CEST
The validator shows warnings that the menu element is not supported by any web browsers yet when validating X/HTML5+ARIA+SVG1.1+MathML2. But it is only the type and label attributes/dom properties that are not supported yet. The menu element has been supported as an HTMLMenuElement object in IE, Firefox, Opera, Chrome, Safari and even Konqueror for many years. Even classic IE 3 and 4 and Netscape 3 and 4 I'm sure supported the basic menu element. I do not use the HTML5 type or label attributes of the menu element but I do use the basic menu element for main link menus, etc. which has been natively supported for many browser versions as it was in as far back as HTML 3.2. So use of the basic menu element should not generate even a warning as the basic menu element is widely deployed in the browser scape as well as a basic element in X/HTML 5.