Opened 19 years ago

Last modified 18 years ago

#7 closed defect

XHTML Conformance Issues — at Version 1

Reported by: Alec Thomas Owned by: Alec Thomas
Priority: normal Component: AddCommentMacro
Severity: normal Keywords:
Cc: Trac Release:

Description (last modified by Alec Thomas)

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.

Change History (1)

comment:1 Changed 19 years ago by Alec Thomas

Description: modified (diff)
Note: See TracTickets for help on using tickets.