Ticket #7 (closed defect: fixed)

Opened 7 years ago

Last modified 6 years ago

XHTML Conformance Issues

Reported by: athomas Assigned to: athomas
Priority: normal Component: AddCommentMacro
Severity: normal Keywords:
Cc: Trac Release:

Description (Last modified by athomas)

XHTML Trac specifies the doctype as XHTML, so the comment macro should stick to this convention.

  • the disabled attribute needs to be disabled="disabled"
  • the <br> and <input> tags need closing slashes
  • remove "name" attribute from <form> tag
  • remove "wrap" attribute from <textarea> tag

Also, I don't think that the <form> can be inside of a <p> block, though removing those from the generated wiki content could be tricky.

Attachments

Change History

03/04/05 06:12:41 changed by athomas

  • description changed.

03/04/05 06:25:30 changed by anonymous

  • status changed from new to closed.
  • resolution set to fixed.

I have fixed these, except for the <form> inside <p> which, as mentioned by the original reporter, is difficult without changing Trac itself.

03/04/05 06:34:45 changed by athomas

  • status changed from closed to reopened.
  • resolution deleted.

03/06/05 07:59:10 changed by athomas

  • status changed from reopened to closed.
  • resolution set to fixed.

01/09/06 15:35:39 changed by athomas

  • milestone changed.

Milestone 1.0 deleted


Add/Change #7 (XHTML Conformance Issues)




Change Properties
Action