Bug 306260 - [acc] [web] JSF tutorial contains invalid HTML (which may lead to accessibility problems)
Summary: [acc] [web] JSF tutorial contains invalid HTML (which may lead to accessibili...
Status: NEW
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: Documentation (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: jsf doc inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2010-03-17 15:15 EDT by Debajit Adhikary CLA
Modified: 2010-03-17 15:18 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Debajit Adhikary CLA 2010-03-17 15:15:36 EDT
Build Identifier:  N20100306-2000

The JSF tutorial (http://eclipse.org/webtools/jsf/docs/tutorial/JSFTools_1_0_tutorial.html) does not validate against the W3C markup validator (http://validator.w3.org/)

This appears to violate some accessibility guidelines as stated in http://www-03.ibm.com/able/guidelines/web/webparsing.html 

> In order for user agents such as screen readers 
> to accurately interpret content, the Web site must 
> use correct markup. If the markup of the content 
> is ambiguous, then it may be interpreted differently 
> by different screen readers and the content will 
> not be accessible.


Validation Results:
http://validator.w3.org/check?uri=http%3A%2F%2Feclipse.org%2Fwebtools%2Fjsf%2Fdocs%2Ftutorial%2FJSFTools_1_0_tutorial.html&charset=(detect+automatically)&doctype=Inline&group=0
(As of this writing, there are 20 errors in markup validation)

Reproducible: Always