Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-11
-
Fix Version/s: 1.1
-
Component/s: Module - Xhtml
-
Labels:None
-
Number of attachments :
Description
Some tags are wrongly written and then XHTML is not valid according the DTD:
- img tag should have an alt attributes
- head tag should have a title tag inside
- p should not be write for list and verbatim
First fixes in r712151 and r712152