<SPAN CLASS=dow> D  M  T  W  J  F  S</SPAN>
        2003
 D  M  T  W  J  F  S
      September
    1  2  3  4  5  6
 7  8  9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
 | 
The blank line between '2003' and the nested element triggers the width bug. | 
        2003
 D  M  TWJFS
      September
    1  2  3  4  5  6
 7  8  9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
 | 
The blank line between '2003' and the nested element
 triggers the width bug.
  Here, the excess whitespace is reduced by reducing the number of characters contained by the nested element.  | 
        2003
 D  M  T  W  J  F  S
      September
    1  2  3  4  5  6
 7  8  9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
 | 
The blank line between '2003' and the nested element has been removed, so the bug is not triggered. | 
2003 D M T W J F S September 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30  | 
The blank line between '2003' and the nested element no longer triggers the width bug, because now the '2003' is itself contained by a nested element (in this case, another SPAN). |