Re: ids now included in Formulator fields
Andy Altepeter <[email protected]> Sun, 29 Nov 2009 21:38:13 -0600
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Wim, > Maybe this can help you to give you an accessible idea, I always use > this as a reference for making html forms with radio buttons and check > boxes. > > http://www.alistapart.com/articles/prettyaccessibleforms/ Thanks for this link. Do y'all think this approach is good? If so, should the following be placed on the Silva "roadmap" (i.e. as a launchpad blueprint): Improve accessibility of automatically generated forms in Silva For any (all) automatically generated forms in Silva, the form layout outlined in http://www.alistapart.com/articles/prettyaccessibleforms/ should be used. This includes the following: Zope 2-technology forms: A) Formulator forms in the SMI (add views, edit views of AutoTOC, File, Image, etc) B) Metadata tab in the SMI Zope 3-technology forms: A) silva.core.views -- silva's new zope3-based views supporting edit and add views with forms (the various zope 3 form technologies, z3c.form, zope.formlib, etc) Thoughts? Andy