This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 21232 - WAI-ARIA role=tablist is not accepted as valid on ul/ol elements
Summary: WAI-ARIA role=tablist is not accepted as valid on ul/ol elements
Status: RESOLVED FIXED
Alias: None
Product: HTML Checker
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Michael[tm] Smith
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-09 15:37 UTC by cobaco
Modified: 2013-04-20 11:09 UTC (History)
2 users (show)

See Also:


Attachments

Description cobaco 2013-03-09 15:37:46 UTC
If I mark up a list as so:

<ul role='tablist'>
  <li role='tab'>...</li>
  <li role='tab'>...</li>
</ul>

the validator complains with the error "Bad value tablist for attribute role on element ul."

a more complete example is at http://freemen.be/examples/tabs_example.html
Comment 1 Michael[tm] Smith 2013-04-20 11:09:52 UTC
Fixed now. see http://validator.w3.org/nu/