XHTML Conformance Issues
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 (5)
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Resolution: |
fixed
|
Status: |
closed →
reopened
|
Resolution: |
→ fixed
|
Status: |
reopened →
closed
|
I have fixed these, except for the <form> inside <p> which, as mentioned by the original reporter, is difficult without changing Trac itself.