Ticket #13517 (confirmed Bug)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by kleist

  • Status changed from new to confirmed
  • Keywords XHTML added; discussionw3c removed
  • Component changed from Unknown to Commenting/Discussion

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?

comment:2 Changed 3 years ago by davilima6

  • Cc davilima6 added
Note: See TracTickets for help on using tickets.