[pmwiki-users] XHTML validation errors in PmWiki and in commentboxstyled.php
Joachim Durchholz
jo at durchholz.org
Thu Feb 16 04:18:06 CST 2006
Hi all,
I just found two things that don't properly validate in the latest
stable PmWiki (sorry, can't upgrade to latest revision right now).
1) (this one goes to PM) Doing
''[@
blah
@]''
will generate
<em><pre>
blah
</pre></em>
outside of a <p>...</p> bracket. The W3C validator doesn't accept <pre>
outside of <p> (but it didn't complain about <em> outside of <p> - funny).
2) (this one goes to somebody else) The commentboxstyled.php recipe
generates
<textarea class='inputtext commenttext' name='text' rows=6 cols=50>
That's not valid XHTML; it should read ...rows='6' cols='50'.
Nothing that worries me particularly, but should be fixed some day.
(Now: back to normal work...)
Regards,
Jo
More information about the pmwiki-users
mailing list