[Bug 23027] ARIA: select and option should allow role overrides of menu and menuitem

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

--- Comment #3 from James Craig <jcraig@apple.com> ---
(In reply to steve faulkner from comment #2)
> (In reply to James Craig from comment #0)
> > ARIA: select and option should allow role overrides of menu and menuitem
> > 
> > See related bug 23026.
> 
> Hi james, can you provide some example or reasoning for allowing this?

How about this?

<select role="menu">
  <option role="menuitem">Open</option>
  <option role="menuitem">Move</option>
  <option role="menuitem">Delete</option>
</select>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 12 May 2014 19:24:07 UTC