Re: <details> longer description of <label> screenreader?

Hi Angie, here is a details/summary demo polyfilled with ARIA
http://codepen.io/stevef/pen/jiCBE



--

Regards

SteveF
Current Standards Work @W3C
<http://www.paciellogroup.com/blog/2015/03/current-standards-work-at-w3c/>

On 10 December 2015 at 10:50, Angie Radtke <a.radtke@derauftritt.de> wrote:

>
> Hi Leonie,
> one understanding problem I have
>
> Am 10.12.2015 um 11:25 schrieb LĂ©onie Watson:
>
>> <summary role="group">
>> <details role="button" tabindex="0" aria-expanded="false">Properties of a
>> dog</details>
>> <p> Dogs are animals with a lot of fur, four legs and a tail</p>
>> </details>
>>
>
> I thought summary is a child of details?
>
> <details role="group">
> <summary  role="button" tabindex="0" id="summary"> Properties of a
> dog</summary>
> <p aria-expanded="false" id="desc" aria-labelledby="summary"> Dogs are
> animals with a lot of fur, four legs and a tail</p>
> </details>
>
>
> Thanks Angie
>
>
>

Received on Thursday, 10 December 2015 10:59:05 UTC