Ticket #13517 (confirmed Bug)
Invalid HTML in plone.app.discussion, textarea field and comments
Reported by: | felipeduardo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Commenting/Discussion | Version: | 4.0 |
Keywords: | XHTML | Cc: | davilima6 |
Description
The W3C Validator does not validate the textarea field generated by plone.app.discussion, because it does not generate attributes "rows" and "cols". These attributes are required when the DOCTYPE is XHTML 1.0 Transitional.
Another problem with the W3C Validator are the comments that have the id attribute with a numeric value.
The HTML is invalid in this widget: plone/app/discussion/browser/ comments.pt
Versions used: Plone 4.0.5 with 1.1.5 padiscussion
Example of invalid HTML ... http://pastie.org/7387263
Change History
Note: See
TracTickets for help on using
tickets.
I think recent versions of Plone are HTML5 only, i.e. no XHTML.
Do we still support Plone 4.0, now with 4.3 round the corner?