[
http://jira.magnolia-cms.com/browse/MAGNOLIA-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=23292#action_23292
]
Grégory Joseph commented on MAGNOLIA-2221:
------------------------------------------
I noticed a bunch of pages which the following invalid doctype:{fixed}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
{fixed}
It should be {fixed}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
{fixed}
Unfortunately, fixing this makes firefox and other browsers move from quirks
mode to standards-compliance mode, and might have quite some impact on
rendering of trees, lists, ...
> Validate html and js
> --------------------
>
> Key: MAGNOLIA-2221
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2221
> Project: Magnolia
> Issue Type: Improvement
> Components: admininterface
> Affects Versions: 3.6-m2
> Reporter: Fabrizio Giustina
> Assignee: Grégory Joseph
> Fix For: 4.1.1
>
>
> 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 ;)
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------