on 13/10/2006 19:00 Ted Drake said the following:
I’ve come across a question that I can’t find an answer to.
I’m building a form that has fully valid use of fieldsets, legends, labels,
etc.
It was suggested by a person using a screen reader that I transform the
legends to headers or insert headers into the legend for the screen reader
to generate the header-based navigation.
I looked at the w3c site to see if the legends can include block level
elements and couldn’t find the answer.
Is this valid?:
<legend><h5>blah blah blah</h5></legend>
The HTML4 and XHTML1.0 Strict dtds both describe legend as an inline
element - which would suggest that you can't use it to enclose a block
level header element.
Could you not precede the form with a header?
Mel
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************