[I agree with the points you make.] On Thu, 19 Apr 2007 06:36:09 +1000, ryan <[EMAIL PROTECTED]> wrote:
Also, if there's a difference between content=empty and 'void elements' it deserves an explanation.
The difference is that void elements is specific to the HTML serialization and that content=empty just says the element is not allowed to have content. You could imagine a new element <foo> which would have to be written <foo></foo> in the HTML serialization to be conforming because at some point in the future we might want to give it a content model too, which for now, is just empty.
-- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>
