Hello,
Don't get me wrong, I think Compojoom is the best commenting module for Joomla.
My only concern is that it generates an invalid XHTML 1.1 code.
I'm planning to do a website that's valid XHTML 1.1 and CSS 2.1. (W3C recommandations)
The problems with the current code:
Attribute "name" exists, but can not be used for "a" element.
Like:
<a name="something" id="somthing"></a>
should be
I
Also document type does not allow element "a" or "input", even withtype="hidden" to be NOT nested, eg. missing one of "ins", "del", "h1", "h2", "h3", "h4", "h5", "h6", "p", "div", "pre", "address", "fieldset" before it. Like this:
And there are a few minor ones.
Also, when can we see the Beta?
Thanks a lot, and keep up the good work.