RE: a validator bug?

Gergo Kiss wrote:

> The following HTML source (made available online at
> http://gege.dsd.sztaki.hu/invalid.html) validates as HTML
> 4.01 Transitional, despite the fact that the last closing
> </tr> tag misses its closing > sign.

The </tr> is not missing it's closing >, it's just placed on a
new line, right before </table>:

  <table border="1">
      <tr>
          <td>
	      xxx
          </td>
      </tr
  ></table>
  ^
Here it is.

-- 
Asbjørn Ulsberg           -=|=-          X-No-Archive: No
"He's a loathsome offensive brute, yet I can't look away"

Received on Thursday, 10 July 2003 08:50:24 UTC