Red Hat Bugzilla – Bug 1065991
W3C validator: Use of custom attributes for portal navigation portlets.
Last modified: 2014-07-29 21:54:42 EDT
Description of problem: JBoss Portal 6.1.0 produces XHTML 1.0 Strict type documents. For a w3c validation, standard html elements can not contain custom attributes. There are several custom attributes like "exo:getNodeURL", "exo:minWidth", "exo:minHeight" used creating non compliant markup. Version-Release number of selected component (if applicable): 6.1.0 How reproducible: Always Steps to Reproduce: 1. Login into Portal. 2. Review source code generated. 3. Validate with http://validator.w3.org/ tool. Actual results: Portal logged pages use these custom attributes not compliant with XHTML 1.0 Strict type document spec. Expected results: Portal pages without use of custom attributes making pass a w3c validation test. Additional info:
https://github.com/gatein/gatein-portal/pull/803 was merged in upstream.
Checked sources of several pages manually. There are no custom exo:* attributes. W3c validation script passed. Tested with 6.2.0.ER2.