Post Archive
› January 29, 2002
Forms accessibility: FIELDSET
Reading up on making forms accessible -- TABINDEX, LABEL, ACCESSKEY, etc. -- I came across the HTML4.0 tag FIELDSET that I've never heard of before. It is used to semantically group a number of fields together under a single caption, but also visually renders this using a border interrupted by the caption familiar to all from Windows dialog boxes. Before I start using it, does anyone know of any serious browser incompatibilities?
Comments
1. January 29, 2002 09:42 AM
2. January 29, 2002 09:47 AM
Quote this comment
pup Posted…
from what i can find, "fieldset" and "legend" are supported by ie4+ and nn6+. and don't forget "label", my favorite little-known form tag.