Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-2221

Validate html and js

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Won't Fix
    • Icon: Major Major
    • None
    • 3.6-m2
    • admininterface
    • None

      Most of the admin interface pages and dialogs doesn't validates due to errors in the html such as:

      • missing doctypes
      • bad nesting of tags (invalid tags in forms, tables missing tr's)
      • css/javascript working only in legacy mode due to missing units (px) on css attributes for sizing/positioning

      in order to improve compatibility with recent browser we should fix those errors and validate all the code. Working in non-standard mode (no doctype) is really bad for compatibility.

      I already started to fix some of the errors for 3.6, and I'll try to fix some more of them. Installing the html validator extension for firefox ( http://users.skynet.be/mgueury/mozilla/ ) is recommended for any developer

        Acceptance criteria

              gjoseph Magnolia International
              fgiust Fabrizio Giustina
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD