Directory 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 DIR element represents a list of short items, typically up to 20 characters each. Most browsers implement this element exactly the same as an unordered list while a few others arrange the data in columns across the screen. The only content of this list structure is the <li> (list item) element. As with other list elements, the closing </li> tag is optional, as it is implied by the subsequent <li> or end </dir> 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
<dir>
   <li>A - H</li>
   <li>I - M</li>
   <li>N - R</li>
   <li>S - Z</li>
</dir>
Parent Model
%Block Parent%
Content Model
<li>
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...