|
Posted by Andy Dingley on 03/06/06 17:35
Siah wrote:
> I am creating a web application, and have some custom attributes added.
> My site works just fine and although it fails validation, I haven't
> found enough motivation to spend time and validate it's DTD.
Validation should never just be ignored - but if you know what you're
doing, you can choose to live with the invalidity. Validation is a
convenient objective proof that the code isn't broken, so discounting
validation means that you have to demonstrate this by some other more
complex means (such as validation with a known list of exceptions that
are known to be safe).
Navigation:
[Reply to this message]
|