Re: Is title= a valid html div or span argument?

  • From: "tribble" <lauraeaves@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Sat, 9 May 2009 00:01:49 -0500

Title="whatever" should be valid. It only gives a title -- like an alt tag -- 
to that div element.

I don't know if it is related to the css used in that div. I notice the odd 
class attribute.  That one I am not sure is valid without seeing your css.
--le


  ----- Original Message ----- 
  From: Ricks Place 
  To: programmingblind@xxxxxxxxxxxxx 
  Sent: Friday, May 08, 2009 8:39 AM
  Subject: Is title= a valid html div or span argument?


  Is the following title="Add To List" a valid html argument? Is it somehow 
related to CSS and valid in the <div> tag?
    <div tabindex="0" role="button" 
  title="Add to list"
  class="mycart-add-button"
  >
  Thanks:
  Rick USA

Other related posts: