[VE][108] I'm using attribute "onerror" in <IMG> for fix bad image-link! In browsers this working, but validator write error

Validating ...(is no longer)
Error [108]: "there is no attribute X"

I'm using attribute "onerror" in <IMG> for fix bad image-link!

All browsers processed "onerror" and lanch function if image not loaded!

What we can do whis this for validator?

Thank you.

P.S.:
==========
<img src="foto/ivanov.png" alt="foto_Ivanov" onerror="dwkwa_nophoto(this)">
<script>
function dwkwa_nophoto(object){
	object.src = "foto/nofoto.png";
}
</script>
==========

-- 
With best regards,
Vasiliy Kotsyuba

Received on Thursday, 20 November 2008 12:39:51 UTC