alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

Administration interface doesn't pass the w3schools Markup Validation #19

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From netpr...@gmail.com on July 05, 2008 06:02:44

What steps will reproduce the problem? 1. Open any page of the administration panel

  1. Copy and paste the link to http://validator.w3.org/check# or use Your browsers feature if it has one :)
  2. Examine the output What is the expected output? What do you see instead? I expect "This Page Is Valid XHTML 1.0 Strict!" like in the django auto- admin. Instead I get "This page is not Valid XHTML 1.0 Strict!" /admin/default/index - Failed validation, 3 Errors /admin/default/site - Failed validation, 11 Errors /admin/default/about/welcome - Failed validation, 8 Errors /admin/default/edit/welcome/ABOUT - Failed validation, 6 Errors /admin/default/design/welcome - Failed validation, 33 Errors /admin/default/errors/welcome (with no reports on the list) - Failed validation, 18 Errors I stopped checking at this point. In my opinion the whole administration interface should be valid. What version of the product are you using? On what operating system? web2py Version 1.37 (2008-06-26 16:15:09) on Microsoft Windows Vista running in Opera 9.51

Original issue: http://code.google.com/p/web2py/issues/detail?id=19

alfonsodg commented 10 years ago

From massimod...@gmail.com on July 05, 2008 06:40:41

This needs to be fixed. WOuld you be able to help and submit a patch? Probably most of the errors originate from welcome/views/layout.html and examples/views/layout.html.

alfonsodg commented 10 years ago

From massimod...@gmail.com on July 10, 2008 08:15:24

Can you help in fixing them?

alfonsodg commented 10 years ago

From fre...@gmail.com on July 11, 2008 13:39:35

I have sent Massimo a patch that fixes the XHTML errors that I could find. I will attach it here too.

Attachment: valid-xhtml.patch

alfonsodg commented 10 years ago

From massimod...@gmail.com on August 26, 2008 00:34:39

Status: Fixed