[Bug 21232] New: WAI-ARIA role=tablist is not accepted as valid on ul/ol elements

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21232

            Bug ID: 21232
           Summary: WAI-ARIA role=tablist is not accepted as valid on
                    ul/ol elements
    Classification: Unclassified
           Product: Validator (Nu)
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: General
          Assignee: mike+validator@w3.org
          Reporter: cobaco@freemen.be
        QA Contact: www-validator-cvs@w3.org

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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 9 March 2013 15:37:51 UTC