[Bug 21365] New: the aria mapping table is incorrect

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

            Bug ID: 21365
           Summary: the aria mapping table is incorrect
    Classification: Unclassified
           Product: HTML WG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec
          Assignee: dave.null@w3.org
          Reporter: faulkner.steve@gmail.com
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-admin@w3.org,
                    public-html-wg-issue-tracking@w3.org

It looks like whatwg stuff has leaked into the aria mapping table

for example: for the a element [1] in current nightly :

"Role must be either link, menuitem, tab, or treeitem"

when it was in the last WD[2]

"Role must be either link, button, checkbox, menuitem, menuitemcheckbox,
menuitemradio, tab, or treeitem"

[1]
http://www.w3.org/html/wg/drafts/html/master/dom.html#sec-implicit-aria-semantics
[2]
http://www.w3.org/TR/2012/WD-html51-20121217/dom.html#sec-implicit-aria-semantics

need to go though and ensure all ARIA mappings are correct

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

Received on Thursday, 21 March 2013 19:43:28 UTC