<details> longer description of <label> screenreader?

Hi  together,

do you think it makes sence to use <details> for a longer description of 
a <label> inside a form?

  <input type="checkbox" id="JuHu" name="dog" value="1">
   <label for="JuHu" id="desc">Dog</label>

<details  aria-labelledby="desc">
<summary>Properties of a dog</summary>
<p>Dogs are animals with a lot of fur, four legs and a tail </p>
</details>


Any  ideas how screenreader will handle this?


Thanks Angie

Received on Thursday, 10 December 2015 07:15:06 UTC