Re: HTML Improvement/Suggestion

> your liking. In HTML the DOM depends on the way your document is parsed which
> might give some unexpected results. (Although it will be defined, one day.)

That's not true for valid HTML.  Valid HTML always has a well defined DOM.
Missing opening and closing tags are still logically present in the document,
and their omission is just syntactic sugar.

Received on Monday, 12 December 2005 22:37:17 UTC