-
Sub-task
-
Resolution: Fixed
-
P3
-
None
-
None
-
internal
Update the profile-overview-frame.html, <profile_name>-frame.html, <profile_name>-package-frame.html, <profile_name>-package-summary.html and <profile_name>-summary.html pages to be HTML5 compliant.
Following changes are needed to generate these pages as valid HTML5 pages
1) Value for <meta> tag attribute name is invalid and need to be updated. As per the legal metadata names listed at http://wiki.whatwg.org/wiki/MetaExtensions it should be updated to "dc.created".
2) The name attribute in <a> tag is obsolete in HTML5. Update it to use the id attribute.
3) The cellpadding, cellspacing, border and summary attributes of the <table> tag are obsolete. For cellpadding, cellspacing and border use CSS to control the style. Remove the summary attribute on the <table> tag.
Following changes are needed to generate these pages as valid HTML5 pages
1) Value for <meta> tag attribute name is invalid and need to be updated. As per the legal metadata names listed at http://wiki.whatwg.org/wiki/MetaExtensions it should be updated to "dc.created".
2) The name attribute in <a> tag is obsolete in HTML5. Update it to use the id attribute.
3) The cellpadding, cellspacing, border and summary attributes of the <table> tag are obsolete. For cellpadding, cellspacing and border use CSS to control the style. Remove the summary attribute on the <table> tag.