On 26 May 2007, at 05:05:33, Thierry Koblentz wrote:

What about marking up "*" used in forms with ABBR elements?

<p>Please fill fields marked with * (required field).</p>
<label for="name"><abbr title="required field">*</abbr> Name: <? php echo
error(); ?>
    <input type="text" id="name" name="name" value="" />
  </label>
  <label for="email"><abbr>*</abbr> Email: <?php echo error(); ?>
    <input type="text" id="email" name="email" value="" />
  </label>

It makes sense to me, assuming that the second <abbr> (the one for the email field) is missing a "title" attribute, and ought to be the same as the first one.

(transposed from original position:)
I saw Dan Cederholm's presentation at the "@media" conference in San
Francisco yesterday.

Have you asked Dan about it? He doesn't bite, as far as I've seen :-)

Cheers,

Nick.
--
Nick Fitzsimons
http://www.nickfitz.co.uk/





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

Reply via email to