Actual results (live results in your browser):
Expected results (screenshot; should look like this):

Notes:
- This kind of webpage construction happens often. The web author
uses a table to create a site navigation menu. He wants the link to be
clickable in the whole area of the table cell. So, he uses display:
block on the link. He wrongly sets width: 100%, instead of the correct
width: auto.
- The dimensioned link should not be shrinked by the containing cell.
The constrained link should expand outside the area of the link. When
one clicks the link, one can see the dotted focus lines extending
beyond the cell: so even MSIE 7 is sort of acknowledging its wrong
implementation.
- NS 6.1, NS 6.2, NS 7.0, NS 7.2, Seamonkey 1.x, K-meleon 1.x,
Firefox 1.x, Firefox 2.0, Safari 2.0, Safari 3.0.3, Opera 9.01,
Konqueror 3.5.4, Galeon 2.0.1, Epiphany 2.14 all pass this test.
