The W3C Validator is a great help, as far as it goes. However, I'm looking
for something stricter. My coding style does not allow for implicit
termination of an element; my intention and desire is to explicitly
terminate every element.
Just last night, it took me two hours to track down some funny behavior. It
turned out to be caused by entries in a definition list that looked like:
<dt>Term<dt>
<dd>Definitio n</dd>
A few years back, I was bit by Mosaic's behavior when <tdelements
weren't explictly terminated with a </td>.
It takes good eyesight and good concentration to find things like this,
and since these are apparently valid html, the W3C validator doesn't
help as much as I'd like.
Is there a tool available someplace that will flag failure to explictly
terminate elements that aren't required by the standard to be explicitly
terminated?
--
Michael F. Stemper
#include <Standard_Discl aimer>
If it's "tourist season", where do I get my license?
for something stricter. My coding style does not allow for implicit
termination of an element; my intention and desire is to explicitly
terminate every element.
Just last night, it took me two hours to track down some funny behavior. It
turned out to be caused by entries in a definition list that looked like:
<dt>Term<dt>
<dd>Definitio n</dd>
A few years back, I was bit by Mosaic's behavior when <tdelements
weren't explictly terminated with a </td>.
It takes good eyesight and good concentration to find things like this,
and since these are apparently valid html, the W3C validator doesn't
help as much as I'd like.
Is there a tool available someplace that will flag failure to explictly
terminate elements that aren't required by the standard to be explicitly
terminated?
--
Michael F. Stemper
#include <Standard_Discl aimer>
If it's "tourist season", where do I get my license?
Comment