Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

W3C Validator Errors

New Here ,
Feb 09, 2014 Feb 09, 2014

Hi all,

I'm going through my website code and trying to fix any validation errors that are being flagged. See the following:

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.whsfirstaidkits.com.au%2F&charset=%28detect+autom...

It is for the website http://www.whsfirstaidkits.com.au

The 4 errors relate to the shopping cart summary module that I have within my code. I am using the following: <div class="shopping-cart">{module_shoppingcartsummary,horizontal}</div> and BC converts that to: <div class="shopping-cart"><span id="catCartSummary" quote="False" vertical="False"><table cellspacing="0"  class="cartSummaryTable"><tr><td class="cartSummaryItem">Shopping cart is empty.</td></tr></table></span></div>

Now the validator says that it is producing the following errors:

Attribute quote not allowed on element span at this point.

Attribute vertical not allowed on element span at this point.

Element table not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

The cellspacing attribute on the table element is obsolete. Use CSS instead.

Since BC generates this code automatically, is there a way to fix this?

Cheers,

Jordan

TOPICS
How to
1.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jul 01, 2014 Jul 01, 2014
Translate
Contributor ,
Jul 01, 2014 Jul 01, 2014

Same Here!

I have the same issue on a site I'm currently doing W3C checks for.

I tried changing document type to HTML5 from XHTML Transitional, but W3C checks failed on the same things regarding the .{module_shoppingcartsummary}

For comparison, I tested the Appliance King template for a page with the same shopping cart summary;

http://appliance-king-preview.businesscatalyst.com/lcd-tv

It too found the same W3C errors.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 01, 2014 Jul 01, 2014
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jul 03, 2014 Jul 03, 2014

Nice one Liam! 

I learn something new every day!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 26, 2015 Nov 26, 2015

Hi Liam,

Could you update these links please?

Thanks.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 26, 2015 Nov 26, 2015
LATEST

Done.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines