Validation Output: 3 Errors

 Error Line 83, Column 64: Bad value home for attribute rel on element a: Keyword home is not registered.

    …home" title="Site-name" class="active"><img src="http://www.xxx.com/site…

    Syntax of link type valid for <a> and <area>:
        A whitespace-separated list of link types listed as allowed on <a> and <area> in the HTML specification or listed as an allowed on <a> and <area> on the Microformats wiki without duplicate keywords in the list. You can register link types on the Microformats wiki yourself. 

    Error Line 86, Column 81: Bad value home for attribute rel on element a: Keyword home is not registered.

    …ite-name"><a href="/" rel="home" title="Home" class="active">SITE-NAME</a></h1>

    Syntax of link type valid for <a> and <area>:
        A whitespace-separated list of link types listed as allowed on <a> and <area> in the HTML specification or listed as an allowed on <a> and <area> on the Microformats wiki without duplicate keywords in the list. You can register link types on the Microformats wiki yourself. 

    Error Line 158, Column 47: Duplicate attribute class.

          <table class="views-table cols-6"  class="views-table cols-6">

Comments

marcoka’s picture

Assigned: Unassigned » himerus

i personally do not care abot 100% w3c validation. most of the time its not 100%. lets ask jake

Cellar Door’s picture

This has been brought up before with the rel: home thing I thought. Wasn't that patched in 3.1 Jake?

himerus’s picture

Version: 7.x-3.0-rc5 » 7.x-3.x-dev
Status: Active » Fixed

this was indeed fixed (by taking out rel=home) in 3.1

josevelas’s picture

Hey guys. I'm a newbie both to Drupal and to Omega.

I'm reading the tutorials, and it says that it is VERY IMPORTANT that valid HTML markup is used.

I validated my brand new site in Omega, and get 60+ errors. I thought it was my fault, but then, the home website of Omega (omega.developmentgeeks.com) gives me 64 validation errors (!):

http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fomega.developme...

Is this OK? Should I be concerned?

Thank you guys.

marcoka’s picture

what is the argument that is has to be 100% valid?

DamienMcKenna’s picture

Title: W3 Validation errors » W3 Validation errors on rel=home

I created a follow-on issue to discuss general validation problems: #1480360: W3 Validation errors

Lets leave this issue as-is, the original problem is fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

v2