Errors found while checking this document as XHTML 1.0 Transitional!

Result: 15 Errors, 24 warning(s)
:
: utf-8
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

Notes and Potential Issues

The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation, or other things affecting the output below. If the guess or fallback is incorrect, it could make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

  1. Warning Character Encoding mismatch!

    The character encoding specified in the HTTP header (utf-8) is different from the value in the <meta> element (iso-8859-1). I will use the value from the HTTP header (utf-8) for this validation.

↑ Top

Validation Output: 15 Errors

  1. Warning Line 23, Column 91: character "&" is the first character of a delimiter but occurred as data
    …createElement("canvas"),i=h.getContext&&h.getContext("2d"),j=String.fromCharCo…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  2. Warning Line 23, Column 93: cannot generate system identifier for general entity "h.getContext"
    …eateElement("canvas"),i=h.getContext&&h.getContext("2d"),j=String.fromCharCode…

    An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

    Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.

    If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.

    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.

  3. Error Line 23, Column 93: general entity "h.getContext" not defined and no default entity
    …eateElement("canvas"),i=h.getContext&&h.getContext("2d"),j=String.fromCharCode…

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  4. Warning Line 23, Column 105: reference not terminated by REFC delimiter
    …"canvas"),i=h.getContext&&h.getContext("2d"),j=String.fromCharCode;if(!i||!i.f…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  5. Error Line 23, Column 105: reference to entity "h.getContext" for which no system identifier could be generated
    …"canvas"),i=h.getContext&&h.getContext("2d"),j=String.fromCharCode;if(!i||!i.f…

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  6. Info Line 23, Column 92: entity was defined here
    …reateElement("canvas"),i=h.getContext&&h.getContext("2d"),j=String.fromCharCod…
  7. Warning Line 23, Column 300: character "<" is the first character of a delimiter but occurred as data
    …356,56826),0,0),!(h.toDataURL().length<3e3)&&(i.clearRect(0,0,h.width,h.height…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  8. Warning Line 23, Column 305: character "&" is the first character of a delimiter but occurred as data
    …6826),0,0),!(h.toDataURL().length<3e3)&&(i.clearRect(0,0,h.width,h.height),i.f…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  9. Warning Line 23, Column 306: character "&" is the first character of a delimiter but occurred as data
    …826),0,0),!(h.toDataURL().length<3e3)&&(i.clearRect(0,0,h.width,h.height),i.fi…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  10. Error Line 23, Column 1297: character ";" not allowed in attribute specification list
    …verythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports…

  11. Error Line 23, Column 1297: element "i.length" undefined
    …verythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports…

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  12. Warning Line 23, Column 1370: character "&" is the first character of a delimiter but occurred as data
    …ports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.sup…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  13. Warning Line 23, Column 1372: cannot generate system identifier for general entity "c.supports"
    …rts.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.suppo…

    An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

    Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.

    If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.

    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.

  14. Error Line 23, Column 1372: general entity "c.supports" not defined and no default entity
    …rts.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.suppo…

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  15. Warning Line 23, Column 1382: reference not terminated by REFC delimiter
    …hing=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everyt…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  16. Error Line 23, Column 1382: reference to entity "c.supports" for which no system identifier could be generated
    …hing=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everyt…

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  17. Info Line 23, Column 1371: entity was defined here
    …orts.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supp…
  18. Warning Line 23, Column 1402: character "&" is the first character of a delimiter but occurred as data
    …ything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.sup…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  19. Warning Line 23, Column 1403: character "&" is the first character of a delimiter but occurred as data
    …thing&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supp…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  20. Warning Line 23, Column 1468: character "&" is the first character of a delimiter but occurred as data
    …ptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythin…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  21. Warning Line 23, Column 1480: reference not terminated by REFC delimiter
    …ports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  22. Error Line 23, Column 1480: reference to entity "c.supports" for which no system identifier could be generated
    …ports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=…

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  23. Info Line 23, Column 1371: entity was defined here
    …orts.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supp…
  24. Warning Line 23, Column 1551: character "&" is the first character of a delimiter but occurred as data
    …ptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.ready…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  25. Warning Line 23, Column 1552: character "&" is the first character of a delimiter but occurred as data
    …tFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyC…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  26. Warning Line 23, Column 1877: character "&" is the first character of a delimiter but occurred as data
    …",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  27. Warning Line 23, Column 1879: cannot generate system identifier for general entity "c.readyCallback"
    …function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.co…

    An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

    Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.

    If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.

    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.

  28. Error Line 23, Column 1879: general entity "c.readyCallback" not defined and no default entity
    …function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.co…

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  29. Warning Line 23, Column 1894: reference not terminated by REFC delimiter
    …plete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.c…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  30. Error Line 23, Column 1894: reference to entity "c.readyCallback" for which no system identifier could be generated
    …plete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.c…

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  31. Info Line 23, Column 1878: entity was defined here
    …,function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.c…
  32. Warning Line 23, Column 1955: character "&" is the first character of a delimiter but occurred as data
    …concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji))…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  33. Warning Line 23, Column 1957: cannot generate system identifier for general entity "f.twemoji"
    …ncatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}…

    An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

    Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.

    If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.

    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.

  34. Error Line 23, Column 1957: general entity "f.twemoji" not defined and no default entity
    …ncatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}…

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  35. Warning Line 23, Column 1966: reference not terminated by REFC delimiter
    …?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,d…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  36. Error Line 23, Column 1966: reference to entity "f.twemoji" for which no system identifier could be generated
    …?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,d…

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  37. Info Line 23, Column 1956: entity was defined here
    …oncatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))…
  38. Warning Line 23, Column 1966: character "&" is the first character of a delimiter but occurred as data
    …?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,d…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  39. Warning Line 23, Column 1967: character "&" is the first character of a delimiter but occurred as data
    …e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,do…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  40. Error Line 24, Column 11: end tag for "i.length" omitted, but OMITTAG NO was specified
    		</script>

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  41. Info Line 23, Column 1288: start tag was here
    …hing:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c…
  42. Error Line 90, Column 10: end tag for "ul" which is not finished
     <ul></ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

  43. Error Line 94, Column 10: end tag for "ul" which is not finished
     <ul></ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

  44. Error Line 98, Column 10: end tag for "ul" which is not finished
     <ul></ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

↑ Top