From: Matthew M. <ma...@tu...> - 2006-02-27 16:35:05
|
On Mon, 2006-02-27 at 13:42 +0000, Shaun Murray wrote: > If you're using a table though, why not use th and td as the label > and value pair? Well I use 'th' for column headings but not in rows: th | th ------------- td | td but not th | td ------------- th | td If we decide that 'th' can take the place of label in form table, I'm fine with it. You could do this though: <div class="form-table"> <span class="label>Name</span><span>{INPUT}</span> </div> > We're pretty inconsistent with using th for table headers. I've been > generally putting them in where I can and losing the bold tags. In > theory we could lose the class="bg_medium" and style the th more but > that will break compatibility. Agreed. I would like to get rid of redundancy. > There's also the semantically correct way of using label and fieldset > but that's possibly an issue with some old browsers still. See http:// > www.themaninblue.com/writing/perspective/2004/03/24/ The form class in Fallout does that automatically. See the setLabel function. > Actually, I'm kind of leaning towards some breaks if we can introduce > semantic consistent layout. The question: is it too far in the game to do this? My feeling was that with Fallout we have an 'excuse' to break things. With 0.10.x, it may be view unfavorably. Thanks Shaun, Matt -- Matthew McNaney Electronic Student Services Appalachian State University http://phpwebsite.appstate.edu |