[wp-hackers] Re: Form Layouts With Tables
    Jess Planck 
    jesse at funroe.net
       
    Fri Mar 21 17:04:23 GMT 2008
    
    
  
Yet It might be a nice thing to have some default admin classes and  
css implemented for fieldset, legend, and label. Just to cover those  
bases. Plugin authors may always add their own css to the mix, but  
giving some guidance here could be helpful and cut some plugin css  
cruft.
<fieldset class="form-fieldset">
<legend>I'm a looker</legend>
<input... or <table... blah
</fieldset>
Probably would only be fieldset and legend I would guess. A good  
developer should then probably use class "form-table" if they go that  
way.
Looks like only media upload and profile use fieldset. Legend only  
used in media upload.
jess
On Mar 21, 2008, at 11:49 AM, Andy Skelton wrote:
> In my view they are displaying and editing tabular data. The table
> happens to have just one column for "labels" and one for "data" with
> helpful language interspersed.
    
    
More information about the wp-hackers
mailing list