Bug 1066010 - W3C validator: minor mark-up issues.
Summary: W3C validator: minor mark-up issues.
Keywords:
Status: VERIFIED
Alias: None
Product: JBoss Enterprise Portal Platform 6
Classification: JBoss
Component: Portal
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: DR02
: 6.2.0
Assignee: Lucas Ponce
QA Contact: Tomas Kyjovsky
URL:
Whiteboard:
Depends On:
Blocks: 1050065
TreeView+ depends on / blocked
 
Reported: 2014-02-17 13:52 UTC by Lucas Ponce
Modified: 2014-07-30 01:50 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
JBoss Portal produced XHTML type documents that contained rendered content not compliant with W3C validation rules (for example, empty list elements, and block elements inside inline elements). Elements of this nature have now been fixed at the mark-up level, and are not rendered according to W3C validation rules.
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker GTNPORTAL-3411 0 Major Resolved Minor markup XHTML issues 2014-07-30 01:50:29 UTC

Description Lucas Ponce 2014-02-17 13:52:29 UTC
Description of problem:

JBoss Portal 6.1.0 produces XHTML 1.0 Strict type documents.

There are some minor markups not compliant with XHTML specification (i.e. empty list <ul></ul>, or bad use of <span> tag inside a block element).

These issues don't affect to Portal behaviour but creates a 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:

Pages with non compliant markup.

Expected results:

Pages with compliant markup passing a w3c validation test.

Additional info:

Comment 2 Peter Palaga 2014-03-21 15:04:03 UTC
https://github.com/gatein/gatein-portal/pull/803 was merged in upstream.

Comment 3 Tomas Kyjovsky 2014-05-26 16:17:43 UTC
W3c validation script passed. Tested with 6.2.0.ER2.


Note You need to log in before you can comment on or make changes to this bug.