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

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:50:41 UTC