hm... this thread has given me a thinker.
How does screenreaders treat using just <label><input/></label>?

<form>
  <fieldset>
    <label>Foo: <input id="foo"/></label>
    <label>Bar: <input id="bar"/></label>
  </fieldset>
</form>

How will it present the form? If it's all inline, will it be read continuous, 
or will there be a break between the elements?

  ----- Original Message ----- 
  From: Joe Ortenzi 
  To: [email protected] 
  Sent: Thursday, February 07, 2008 9:31 PM
  Subject: Re: [WSG] Styling forms


  Well done Alexey!


  Are we not confusing semantics with presentational here?


  if it is OK to strip the presentational out of a list element (when we use a 
list for a navigation group and want our navigation elements in a row instead 
of a column) what is wrong with supplanting the inline quality of a label/input 
group by designating it a block element, and then group several form elements, 
or even each label input group with fieldsets?


  BTW: <br /> is the equivalent of a force carriage return and thus belongs 
within paragraphs, i thought!


  Joe


  On Feb 7 2008, at 19:55, Алексей Новиков wrote:


    On Behalf Of Thierry Koblentz
    Sent: Thursday, February 07, 2008 10:29 AM
    To: [email protected]
    Subject: Re: [WSG] Styling forms


    TK> fwiw, I think BRs are the perfect fit.


    BRs? Are BRs semantically correct? I believe they aren't.


    --
    Regards,
    Alexey Novikov
    http://studiomade.ru






    *******************************************************************
    List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
    Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
    Help: [EMAIL PROTECTED]
    *******************************************************************




  Joe Ortenzi
  [EMAIL PROTECTED]
  www.joiz.com





  *******************************************************************
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ******************************************************************* 

*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to