- From: Angie Radtke <a.radtke@derauftritt.de>
- Date: Thu, 10 Dec 2015 08:14:29 +0100
- To: public-html@w3.org
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