W3C Validations

Discussion in 'HTML & Website Design' started by sanchyclub, Jul 19, 2011.

  1. #1
    Guys, I'm trying to validate my new html5 website.
    w3c showing me few errors and I'm going to fix them.

    But I'm so much confused about rel attribute! w3c showing me "Bad value recent_work for attribute rel on element a: Keyword recent_work is not registered." I'm not sure that how to fix that issue!

    do you have any idea?

    (here is my website: ssanchy.com)
     
    sanchyclub, Jul 19, 2011 IP
  2. sanchyclub

    sanchyclub Well-Known Member

    Messages:
    625
    Likes Received:
    6
    Best Answers:
    2
    Trophy Points:
    105
    #2
    actually My code is-

    <li><figure><a href="images/acadia-fg.jpg" rel="work"><img name="AWM" src="images/awm1.png" alt="custom-website-design"></a>
    <figcaption>
    <a href="http://acadiawealthmanagement.bm/" title="Click here to view this site">Visit AWM Website<span>&nbsp;&rarr;</span></a></figcaption><br>
    </figure>
    </li>

    And w3c error-

    Bad value work for attribute rel on element a: Keyword work is not registered.

    Please, can you tell me what’s happening?
     
    sanchyclub, Jul 19, 2011 IP
  3. fhk_kz5

    fhk_kz5 Member

    Messages:
    191
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #3
    only these values are valid for rel

    alternate
    author
    bookmark
    external
    help
    license
    next
    nofollow
    noreferrer
    prefetch
    prev
    search
    sidebar
    tag
     
    fhk_kz5, Jul 19, 2011 IP