- From: Angie Radtke <a.radtke@derauftritt.de>
- Date: Thu, 10 Dec 2015 12:17:49 +0100
- To: Steve Faulkner <faulkner.steve@gmail.com>
- Cc: HTMLWG WG <public-html@w3.org>
Hi Steve , thank you for the code. Do you think it makes sence to use the <details> - Element in general, to provide additional information in forms or elsewhere instead of using ameaningless <div> s. ? I'm thinking about to use it for tooltips in general. Thanks Angie Am 10.12.2015 um 11:57 schrieb Steve Faulkner: > 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 > <mailto: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 11:18:26 UTC