Re: ARIA radiobuttons, aria-checked or aria-selected?

Hi Birkir,

The short answer is that in ARIA 1.1, radio buttons are required to 
support only aria-checked, and not aria-selected [1].

I suspect you are reading from the ARIA 1.0 recommendation [2].  At that 
version of the spec, the radio role inherited its states and properties 
from both checkbox and option, and got aria-selected through option.  In 
ARIA 1.1, radio inherits only from checkbox.

[1] http://www.w3.org/TR/wai-aria-1.1/#radio
[2] http://www.w3.org/TR/wai-aria/roles#radio

-- 
;;;;joseph.

'Array(16).join("wat" - 1) + " Batman!"'
            - G. Bernhardt -

Received on Friday, 20 March 2015 18:04:20 UTC