HTML book variants of the docs don't pass as valid HTML
-------------------------------------------------------

                 Key: DERBY-5360
                 URL: https://issues.apache.org/jira/browse/DERBY-5360
             Project: Derby
          Issue Type: Bug
            Reporter: Knut Anders Hatlen


When trying to validate the HTML book variants of the manuals, I see multiple 
errors.

Examples:

http://db.apache.org/derby/docs/dev/getstart/getstart-single.html
--> 
http://validator.w3.org/check?uri=http%3A%2F%2Fdb.apache.org%2Fderby%2Fdocs%2Fdev%2Fgetstart%2Fgetstart-single.html
99 errors

http://db.apache.org/derby/docs/dev/ref/ref-single.html
--> 
http://validator.w3.org/check?uri=http%3A%2F%2Fdb.apache.org%2Fderby%2Fdocs%2Fdev%2Fref%2Fref-single.html
934 errors

The errors seem to be of the same types in the two examples:

- invalid attributes topmargin, leftmargin, marginheight, marginwidth in the 
body element

- invalid attribute valign in a div element

- missing alt attribute in img elements

- lots of div elements at places where they are not allowed

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to