Archive for Luglio 22nd, 2008

Refactoring HTML: Well-Formedness

WebReference News Luglio 22nd, 2008

The first step in moving markup into modern form is to make it well-formed. Well-formedness guarantees a single unique tree structure for the document that can be operated on by the DOM, thus making it the basis of reliable, cross-browser JavaScript. Elliotte Rusty Harold. 0602