On 11/29/06, Keryx webb <[EMAIL PROTECTED]> wrote:
I was using http://dev.wave.webaim.org and it complained about my having a fieldset but no legend-element.
A fieldset is for grouping related fields together, and its legend should describe the group of fields. If you are just using the fieldset to make the page validate, use a different (block level) element as a container. Alternatively, some people use a block-level element around each individual form element (like a P or DIV) to aid with formatting. ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
