sometimes i store values in the element's atributes for using in javascript.
ex: <div class="open_popup" target="first_popup">click here</div>
.
also, some javascript plugins that i use put elements in the page with the atribute generated="true"
.
it is a very useful technique for me but it is not compliant with the strict versions of xhtml.
what problems should it cause?
should i worry about that?
if i should, what's the solution?
thanks (: