[Bug 10914] Allow multiple space separated values for the ARIA role attribute

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10914

--- Comment #2 from Henri Sivonen <hsivonen@iki.fi> 2010-10-01 07:56:04 UTC ---
> 1. It would be appropriate for a horizontal main navigation to have
> role="navigation menubar"

This is not compatible with the forward-compatible processing model for role.
At least when I was previously briefed on ARIA extensibility plans, the plan
was that the UA would always honor one role per element and would honor the
first role it recognizes. Thus, using two roles from ARIA 1.0 is bogus.

Once ARIA.next is around, it would make sense to use two tokens the first one
of which is from ARIA.next and the second one is the best approximation from
ARIA 1.0.

Since ARIA.next isn't here yet, the validator supports only one token in the
role attribute.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 1 October 2010 07:56:06 UTC