This tool is an ongoing experiment in better HTML checking, and its behavior remains subject to change

Showing results for http://www.sperryr.com/

Checker Input

Show

  1. Error: Bad value %pathto(css/font-awesome.css)% for attribute href on element link: Percentage ("%") is not followed by two hexadecimal digits.

    From line 21, column 5; to line 21, column 99

    <link rel="stylesheet" type="text/css" media="screen" href="%pathto(css/font-awesome.css)%" /> <li

    Syntax of URL:
    Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20. Common non-alphanumeric characters other than ! $ & ' ( ) * + - . / : ; = ? @ _ ~ generally must be percent-encoded. For example, the pipe character (|) must be encoded as %7C.
  2. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 95, column 24; to line 95, column 63

    "><ul><li><a href="./" rel="self" class="current">Home</

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  3. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 95, column 81; to line 95, column 117

    ></li><li><a href="sedona-weather/" rel="self">Sedona

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  4. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 95, column 145; to line 95, column 185

    ></li><li><a href="Mercury-Retrograde/" rel="self">Mercur

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  5. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 95, column 217; to line 95, column 252

    ></li><li><a href="SpecialVideos/" rel="self">Specia

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  6. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 95, column 280; to line 95, column 308

    ></li><li><a href="Photos/" rel="self">Photo

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  7. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 95, column 335; to line 95, column 363

    ></li><li><a href="aerial/" rel="self">Aerial

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  8. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 95, column 389; to line 95, column 414

    ></li><li><a href="UPS/" rel="self">UPS &

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  9. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 95, column 436; to line 95, column 464

    ></li><li><a href="Heroes/" rel="self">Honor

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  10. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 95, column 494; to line 95, column 528

    ></li><li><a href="contact-form/" rel="self">Contac

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  11. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 95, column 568; to line 95, column 595

    ></li><li><a href="Terms/" rel="self"> Terms

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  12. Error: Bad value https://fonts.googleapis.com/css?family=Droid+Serif|PT+Serif|Lora|Rokkitt|Merriweather|Vollkorn|Bitter|Kreon|Crimson+Text for attribute href on element link: Illegal character in query: | is not allowed.

    From line 130, column 2; to line 130, column 169

    --> <link href='https://fonts.googleapis.com/css?family=Droid+Serif|PT+Serif|Lora|Rokkitt|Merriweather|Vollkorn|Bitter|Kreon|Crimson+Text' rel='stylesheet' type='text/css'>

    Syntax of URL:
    Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20. Common non-alphanumeric characters other than ! $ & ' ( ) * + - . / : ; = ? @ _ ~ generally must be percent-encoded. For example, the pipe character (|) must be encoded as %7C.
  13. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 147, column 225; to line 147, column 254

    0_button'><a href="#linkone" rel="self">Scroll

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  14. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 160, column 295; to line 160, column 331

    ge_stack'><a href="./" rel="self" title="Home"><img c

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  15. Error: Duplicate ID linkone.

    From line 182, column 1; to line 182, column 54

    _stack'><div class="stacks_in_2905_page0anchor2" id="linkone"><div i

  16. Warning: The first occurrence of ID linkone was here.

    From line 147, column 1; to line 147, column 54

    _stack'><div class="stacks_in_2907_page0anchor1" id="linkone"><div i

  17. Error: Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

    From line 183, column 191; to line 183, column 220

    02_page0'><p style="text-align:center;">Check

    Contexts in which element p may be used:
    Where flow content is expected.
    Content model for element span:
    Phrasing content.
  18. Error: Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

    From line 214, column 156; to line 214, column 185

    07_page0'><p style="text-align:center;"><span

    Contexts in which element p may be used:
    Where flow content is expected.
    Content model for element span:
    Phrasing content.
  19. Error: Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

    From line 214, column 414; to line 214, column 443

    00_page0'><p style="text-align:center;">Summer

    Contexts in which element p may be used:
    Where flow content is expected.
    Content model for element span:
    Phrasing content.
  20. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 214, column 654; to line 214, column 713

    0_button'><a href="resources/Spring/SP1.jpg" rel="a" class="lightbox">See Ad

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  21. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 118; to line 236, column 178

    ck'><br /><a href="resources/Spring/SP01.jpg" rel="a" class="lightbox">SP1</a

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  22. Error: Bad value h for attribute rel on element a: The string h is not a registered keyword.

    From line 236, column 186; to line 236, column 243

    x">SP1</a><a href="resources/Winter/2.jpg" rel="h" class="lightbox"><br />

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  23. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 254; to line 236, column 313

    <br /></a><a href="resources/Spring/SP2.jpg" rel="a" class="lightbox">SP01</

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  24. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 328; to line 236, column 388

    </a><br /><a href="resources/Spring/SP02.jpg" rel="a" class="lightbox">SP2</a

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  25. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 402; to line 236, column 461

    </a><br /><a href="resources/Spring/SP3.jpg" rel="a" class="lightbox">SP02</

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  26. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 476; to line 236, column 536

    </a><br /><a href="resources/Spring/SP03.jpg" rel="a" class="lightbox">SP3</a

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  27. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 550; to line 236, column 609

    </a><br /><a href="resources/Spring/SP4.jpg" rel="a" class="lightbox">SP03</

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  28. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 624; to line 236, column 684

    </a><br /><a href="resources/Spring/SP04.jpg" rel="a" class="lightbox">SP4</a

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  29. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 698; to line 236, column 757

    </a><br /><a href="resources/Spring/SP5.jpg" rel="a" class="lightbox">SP04</

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  30. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 772; to line 236, column 832

    </a><br /><a href="resources/Spring/SP05.jpg" rel="a" class="lightbox">SP5</a

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  31. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 846; to line 236, column 905

    </a><br /><a href="resources/Spring/SP6.jpg" rel="a" class="lightbox">SP05</

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  32. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 920; to line 236, column 980

    </a><br /><a href="resources/Spring/SP06.jpg" rel="a" class="lightbox">SP6</a

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  33. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 994; to line 236, column 1054

    </a><br /><a href="resources/Spring/SP07.jpg" rel="a" class="lightbox">SP06</

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  34. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 1069; to line 236, column 1129

    </a><br /><a href="resources/Spring/SP08.jpg" rel="a" class="lightbox">SP07</

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  35. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 1144; to line 236, column 1204

    </a><br /><a href="resources/Spring/SP09.jpg" rel="a" class="lightbox">SP08</

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  36. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 1219; to line 236, column 1279

    </a><br /><a href="resources/Spring/SP10.jpg" rel="a" class="lightbox">SP09</

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  37. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 1294; to line 236, column 1354

    </a><br /><a href="resources/Spring/SP11.jpg" rel="a" class="lightbox">SP10</

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  38. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 1369; to line 236, column 1429

    </a><br /><a href="resources/Spring/SP12.jpg" rel="a" class="lightbox">SP11</

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  39. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 1444; to line 236, column 1504

    </a><br /><a href="resources/Spring/SP13.jpg" rel="a" class="lightbox">SP12</

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  40. Error: Bad value a for attribute rel on element a: The string a is not a registered keyword.

    From line 236, column 1519; to line 236, column 1578

    </a><br /><a href="resources/Spring/SP1.jpg" rel="a" class="lightbox">SP13</

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  41. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 254, column 331; to line 254, column 407

    xt_stack'><a href="#" rel="self" onclick="$j('#events').toggle('slow');return false; ">Click

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  42. Error: Bad value https://fonts.googleapis.com/css?family=Droid+Serif|PT+Serif|Lora|Rokkitt|Merriweather|Vollkorn|Bitter|Kreon|Crimson+Text for attribute href on element link: Illegal character in query: | is not allowed.

    From line 306, column 2; to line 306, column 169

    --> <link href='https://fonts.googleapis.com/css?family=Droid+Serif|PT+Serif|Lora|Rokkitt|Merriweather|Vollkorn|Bitter|Kreon|Crimson+Text' rel='stylesheet' type='text/css'>

    Syntax of URL:
    Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20. Common non-alphanumeric characters other than ! $ & ' ( ) * + - . / : ; = ? @ _ ~ generally must be percent-encoded. For example, the pipe character (|) must be encoded as %7C.
  43. Error: Bad value e for attribute rel on element a: The string e is not a registered keyword.

    From line 347, column 926; to line 347, column 961

    r /><br /><a href="" rel="e" Class="lightbox">Map of

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  44. Error: The frameborder attribute on the iframe element is obsolete. Use CSS instead.

    From line 382, column 421; to line 382, column 1029

    ml_stack'><iframe src="https://www.google.com/calendar/embed?title=Sedona%20Arizona%20Events%20Calendar%20~Cou%2FPhoenix" style=" border:solid 1px #777 " width="900" height="900" frameborder="0" scrolling="no"></ifra

  45. Error: The scrolling attribute on the iframe element is obsolete. Use CSS instead.

    From line 382, column 421; to line 382, column 1029

    ml_stack'><iframe src="https://www.google.com/calendar/embed?title=Sedona%20Arizona%20Events%20Calendar%20~Cou%2FPhoenix" style=" border:solid 1px #777 " width="900" height="900" frameborder="0" scrolling="no"></ifra

  46. Error: Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

    From line 382, column 1329; to line 382, column 1358

    70_page0'><p style="text-align:center;"><span

    Contexts in which element p may be used:
    Where flow content is expected.
    Content model for element span:
    Phrasing content.
  47. Warning: The name attribute is obsolete. Consider putting an id attribute on the nearest container instead.

    From line 384, column 1; to line 384, column 17

    </script><a name="webmap"></a><

  48. Error: An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.

    From line 420, column 49; to line 420, column 93

    mapplus"><img src="files/mapassets/doomapplus0.png" /></div>

  49. Error: An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.

    From line 421, column 51; to line 421, column 96

    mapminus"><img src="files/mapassets/doomapminus0.png" /></div>

  50. Error: An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.

    From line 423, column 44; to line 423, column 80

    rections"><img src="files/mapassets/car.png" /></div>

  51. Error: Duplicate ID stacks_in_277_page0route.

    From line 439, column 6; to line 439, column 43

    bel> <button id="stacks_in_277_page0route">Show D

  52. Warning: The first occurrence of ID stacks_in_277_page0route was here.

    From line 436, column 6; to line 436, column 61

    3;"> <form id="stacks_in_277_page0route" style="color:#333;">

  53. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 477, column 60; to line 477, column 119

    </div><h2><a href="sedona-weather/" rel="self" title="Sedona Weather">Sedona

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  54. Error: Bad value http://gmodules.com/ig/ifr?url=http://www.aprweather.com/gadget.xml&up_Division=All&synd=open&w=700&h=410&title=Weather Conditions&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js for attribute src on element script: Illegal character in query: space is not allowed.

    From line 491, column 331; to line 491, column 537

    ml_stack'><script src="http://gmodules.com/ig/ifr?url=http://www.aprweather.com/gadget.xml&up_Division=All&synw=700&h=410&title=Weather Conditions&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script></di

    Syntax of URL:
    Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20. Common non-alphanumeric characters other than ! $ & ' ( ) * + - . / : ; = ? @ _ ~ generally must be percent-encoded. For example, the pipe character (|) must be encoded as %7C.
  55. Error: Element ul not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

    From line 515, column 1868; to line 515, column 1884

    2016<br /><ul class="disc"><li>In

    Contexts in which element ul may be used:
    Where flow content is expected.
    Content model for element span:
    Phrasing content.
  56. Error: Element ul not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

    From line 515, column 2026; to line 515, column 2042

    016 <br /><ul class="disc"><li>Bu

    Contexts in which element ul may be used:
    Where flow content is expected.
    Content model for element span:
    Phrasing content.
  57. Error: Element ul not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

    From line 515, column 2161; to line 515, column 2177

    016 <br /><ul class="disc"><li>Da

    Contexts in which element ul may be used:
    Where flow content is expected.
    Content model for element span:
    Phrasing content.
  58. Error: Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

    From line 515, column 2428; to line 515, column 2457

    e0'><br /><p style="text-align:center;">Lists

    Contexts in which element p may be used:
    Where flow content is expected.
    Content model for element span:
    Phrasing content.
  59. Error: Bad value b for attribute rel on element a: The string b is not a registered keyword.

    From line 515, column 3019; to line 515, column 3104

    0_button'><a href="resources/2006-Movies-1.jpg" rel="b" title="2006 thru 2012" class="lightbox">2006 t

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  60. Error: Bad value b for attribute rel on element a: The string b is not a registered keyword.

    From line 525, column 110; to line 525, column 172

    xt_stack'><a href="resources/2006-Movies-2.jpg" rel="b" class="lightbox">Link p

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  61. Error: Bad value b for attribute rel on element a: The string b is not a registered keyword.

    From line 525, column 192; to line 525, column 254

    </a><br /><a href="resources/2006-Movies-3.jpg" rel="b" class="lightbox">Link p

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  62. Error: Bad value b for attribute rel on element a: The string b is not a registered keyword.

    From line 525, column 274; to line 525, column 336

    </a><br /><a href="resources/2006-Movies-4.jpg" rel="b" class="lightbox">Link p

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  63. Error: Bad value b for attribute rel on element a: The string b is not a registered keyword.

    From line 525, column 356; to line 525, column 418

    </a><br /><a href="resources/2006-Movies-5.jpg" rel="b" class="lightbox">Link p

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  64. Error: Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

    From line 557, column 190; to line 557, column 219

    03_page0'><p style="text-align:center;"><span

    Contexts in which element p may be used:
    Where flow content is expected.
    Content model for element span:
    Phrasing content.
  65. Error: Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

    From line 561, column 156; to line 561, column 185

    05_page0'><p style="text-align:center;"><stron

    Contexts in which element p may be used:
    Where flow content is expected.
    Content model for element span:
    Phrasing content.
  66. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 563, column 23; to line 563, column 72

    </div><h2><a href="aerial/" rel="self" title="Aerial Video">Aerial

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  67. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 574, column 62; to line 574, column 187

    </div><h2><a href="SpecialVideos/" rel="self" title="This assortment of videos will wow you or tug on your heart strings - maybe both!">Amazin

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  68. Error: Bad value self for attribute rel on element a: The string self is not a registered keyword.

    From line 574, column 311; to line 574, column 378

    </div><h2><a href="Mercury-Retrograde/" rel="self" title="Mercury Retrograde">Learn

    Syntax of list of link-type keywords:
    A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki. You can register link types on the Microformats wiki yourself.
  69. Error: Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

    From line 591, column 59; to line 591, column 88

    e0'><br /><p style="text-align:center;">~ ~ ~<

    Contexts in which element p may be used:
    Where flow content is expected.
    Content model for element span:
    Phrasing content.
  70. Error: Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

    From line 591, column 172; to line 591, column 199

    <br /></p><p style="text-align:left;"><span

    Contexts in which element p may be used:
    Where flow content is expected.
    Content model for element span:
    Phrasing content.
  71. Error: Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

    From line 595, column 156; to line 595, column 185

    17_page0'><p style="text-align:center;">~ ~ ~<

    Contexts in which element p may be used:
    Where flow content is expected.
    Content model for element span:
    Phrasing content.
  72. Warning: Empty heading.

    From line 611, column 2; to line 611, column 24

    inks --> <h1 class="sideHeader"></h1><

  73. Warning: This document appears to be written in English. Consider adding lang="en" (or variant) to the html start tag.

    From line 1, column 16; to line 2, column 7

    TYPE html> <head> <!--

There were errors.

Used the schema for HTML with SVG 1.1, MathML 3.0, RDFa 1.1, and ITS 2.0 support.

Used the HTML parser.

Total execution time 736 milliseconds.


About this checkerReport an issueVersion: 16.9.8