1. W. Szabo Peter
  2. Wishlist
  3. Friday, 08 May 2009
  4.  Subscribe via email
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
<a id="somthing"></a>


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:
<div><a></a></div>


And there are a few minor ones.

Also, when can we see the Beta?

Thanks a lot, and keep up the good work.
Responses (2)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now
Powered by EasyDiscuss for Joomla!