[Bug 8372] Restore <spacer> parsing as void element

http://www.w3.org/Bugs/Public/show_bug.cgi?id=8372





--- Comment #2 from Henri Sivonen <hsivonen@iki.fi>  2009-11-25 12:55:36 ---
(In reply to comment #1)
> It's not a void element in Opera or WebKit. What problem is solved by making it
> void?

1) <spacer> has always been void when authored, so making it void avoids
weirdly-shaped DOMs.
2) Making it void allows UAs to support rendering of <spacer> (since the
rendering section is informative). Making it non-void in the normative parsing
section effective prevents optional rendering support.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 25 November 2009 12:55:45 UTC