If I'm not mistaken, a single fieldset around your entire form content
will do the trick. So, just change
<form....>
...
</form>
to
<form...>
<fieldset>
...
</fieldset>
</form>
 
Patrick

        -----Original Message----- 
        From: Barry Beattie [mailto:[EMAIL PROTECTED] 
        Sent: Fri 02/07/2004 01:38 
        To: [EMAIL PROTECTED] 
        Cc: 
        Subject: RE: [WSG] <fieldset> is REQUIRED
        
        


        Mordechai,
        
        are you saying that, for XHTML1.1 complience, that a label and it's
        associated form element needs to be within a fieldset?
        
        if so, we've got a few changes to do around here ... D'oh!
        
        thanx
        barry.b
        
        -----Original Message-----
        From: Mordechai Peller [mailto:[EMAIL PROTECTED]
        Sent: Friday, 2 July 2004 10:03 AM
        To: [EMAIL PROTECTED]
        Subject: [WSG] <fieldset> is REQUIRED
        
        After getting: "Error: element label not allowed here; possible cause is
        
        an inline element containing a block-level element." I finally figured
        out that a fieldset is required for XHTML1.1. However, after after doing
        
        some checking I couldn't find anything at the W3C about it in anything
        which passes even for their version of plain English. Sure, in the
        DTD's, grammars, etc., I found it stated, but not in anything which
        doesn't remind me of some of college classes.
        
        <ot type="contemplation" rel="computer-hw">
        It's amazing how little computers have changed in the last 25 years.
        Sure, they've become orders of magnitude more powerful and are therefor
        able to do so much more. But are they really different  from the old
        TRS-80 Model I Level 2 which the guy at Radio Shack let me play with?
        </ot>
        *****************************************************
        The discussion list for http://webstandardsgroup.org/
        See http://webstandardsgroup.org/mail/guidelines.cfm
        for some hints on posting to the list & getting help
        *****************************************************
        
        
        *****************************************************
        The discussion list for http://webstandardsgroup.org/
        See http://webstandardsgroup.org/mail/guidelines.cfm
        for some hints on posting to the list & getting help
        *****************************************************
        
        

<<winmail.dat>>

Reply via email to