Webmastersite.net
Register Log In

HTML5 validation errors

Comments on HTML5 validation errors

mrkarron
Experienced

Usergroup: Customer
Joined: Oct 02, 2003

Total Topics: 33
Total Comments: 97
Posted Nov 14, 2010 - 2:02 PM:

Paul,

The displaylinks.tpl does not validate at W3C. Note some of the errors:

Validation Output: 5 Errors

  1. Line 166, Column 5: Stray end tag tr.
     		</tr>


  2. Line 188, Column 20: The width attribute on the table element is obsolete. Use CSS instead.
     		<table width="100%">


  3. Line 193, Column 20: The width attribute on the table element is obsolete. Use CSS instead.
     		<table width="100%"> 
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Nov 19, 2010 - 3:41 AM:

I don't see <table width="100%"> in the templates I'm distributing, nor any validation messages about it, nor a stray end tag message.

I do see an unescaped & validation issue with the category map, fixed that.
mrkarron
Experienced

Usergroup: Customer
Joined: Oct 02, 2003

Total Topics: 33
Total Comments: 97
Posted Nov 19, 2010 - 11:17 AM:

I am not finding this in my displaylinks templates either.. however this is what I am receiving:

<table width="100%">
<!-- END RECIP LINKS -->
</table>


<table width="100%">
<tr> <!-- BEGIN DEPARTMENT LINKS -->
<td style=" vertical-align: top;" class="link">

<table>
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Dec 06, 2010 - 9:53 AM:

Might you be using the old style <table {STANDARDTABLE}> in your templates instead of the new <table class="standardtable"> ?
mrkarron
Experienced

Usergroup: Customer
Joined: Oct 02, 2003

Total Topics: 33
Total Comments: 97
Posted Dec 06, 2010 - 11:15 AM:

I am using the stock templates and have made no changes.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.