Closed (fixed)
Project:
Ubercart AJAX Cart
Version:
6.x-1.0-rc9
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2009 at 21:11 UTC
Updated:
22 Mar 2010 at 13:01 UTC
I know this is super nit-picky. Sorry for that. In your span element you specify an alt attribute. That doesn't belong there and causes W3C validation to fail.
<span class="cart-block-title-bar" alt="Show/hide shopping cart contents." title="Show/hide shopping cart contents.">
Should be:
<span class="cart-block-title-bar" title="Show/hide shopping cart contents.">
Sorry again and thanks for the great module. :)
Comments
Comment #1
erik seifert commentedSorry comes from ubercart directly. Should be there ( uc_cart )
Comment #2
erik seifert commentedComment #4
dave_______1 commentedHi Erikseifert,
I'm just trying to validate my site and I've got everything working bar one error and I think it is with your ajax cart.
It might be related to this post but might not be.
If you go to "http://validator.w3.org" and try to validate "http://satandcable.com/" there is 1 error left which is:
Line 496, Column 142: there is no attribute "add_to_cart"
Is there any chance you could have a look at this or point me in the right direction?
Thanks for your help.
Dave.