Menu List

End Tag: Required
Support Key: 2 | 3 | 3.2 | 4 | IE1 | M1 | N1 | O2.1
What is it?
Attributes
Tag Example
Parent/Content Model
Tips & Tricks
Browser Peculiarities
= Index DOT Html by Brian Wilson [bloo@blooberry.com] =
Main Index | Element Tree | Element Index | HTML Support History


What is it?
The MENU element represents a list of items typically having one line per item. Though the common implementation of this element is usually the same as an unordered list, the MENU style should be more compact. The only content of this list structure is the <li> (list item) element. As with other list structures, the closing </li> tag is optional, as it is implied by the subsequent <li> or end </menu> tags.

Common Attributes
%Core%
2 | 3 | 3.2 | 4 | IE3 | M | N4B2 | O
%Events%
2 | 3 | 3.2 | 4 | IE4B1 | M | N | O
%Language%
2 | 3 | 3.2 | 4 | IE4 | M | N | O

Specific Attributes
Compact
2 | 3 | 3.2 | 4 | IE | M | N | O
Required? No
Description:
This is a stand alone attribute flag that indicates a compact rendering be used if possible, possibly because the list items are small or the entire list is large.
Values: NA
Example
<menu>
   <li>First item in the list</li>
   <li>Second item in the list</li>
   <li>Third item in the list</li>
</menu>
Parent Model
%Block Parent%
Content Model
<li>
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...