Errors found while checking this document as XHTML 1.0 Transitional!

Result: 138 Errors, 69 warning(s)
:
: iso-8859-1
: XHTML 1.0 Transitional
Root Element: html
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 Override in effect!

    The detected character encoding "utf-8" has been suppressed and "iso-8859-1" used instead.

  2. Warning DOCTYPE Override in effect!

    The detected DOCTYPE Declaration "<!DOCTYPE html>" has been suppressed and the DOCTYPE for "XHTML 1.0 Transitional" inserted instead, but even if no errors are shown below the document will not be Valid until you update it to reflect this new DOCTYPE.

↑ Top

Validation Output: 138 Errors

  1. Error Line 5, Column 47: invalid comment declaration: found delimiter "[" outside comment but inside comment declaration
    <!--[if gt IE 8]>	   <html class="no-js"> <!--[endif]-->

  2. Info Line 5, Column 1: comment declaration started here
    <!--[if gt IE 8]>	   <html class="no-js"> <!--[endif]-->
  3. Error Line 6, Column 8: document type does not allow element "head" here; assuming missing "html" start-tag
      <head>

  4. Error Line 6, Column 3: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
      <head>

    Many Document Types based on XML need a mandatory xmlns attribute on the root element. For example, the root element for XHTML might look like:
    <html xmlns="http://www.w3.org/1999/xhtml">

  5. Error Line 7, Column 19: there is no attribute "charset"
        <meta charset="utf-8" />

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  6. Error Line 7, Column 28: required attribute "content" not specified
        <meta charset="utf-8" />

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  7. Error Line 17, Column 49: "correio" is not a member of a group specified for any attribute
    …="keywords" content="viactt, "correio digital", "pagamento faturas", ctt, "cor…

  8. Error Line 17, Column 56: an attribute value literal can occur in an attribute specification list only after a VI delimiter
    …rds" content="viactt, "correio digital", "pagamento faturas", ctt, "correio se…

    Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value".

  9. Error Line 17, Column 57: end tag for "meta" omitted, but OMITTAG NO was specified
    …ds" content="viactt, "correio digital", "pagamento faturas", ctt, "correio sem…

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

  10. Info Line 17, Column 1: start tag was here
    <meta name="keywords" content="viactt, "correio digital", "pagamento faturas", …
  11. Error Line 17, Column 57: character data is not allowed here
    …ds" content="viactt, "correio digital", "pagamento faturas", ctt, "correio sem…

    You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:

    • putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>), or
    • forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or
    • using XHTML-style self-closing tags (such as <meta ... />) in HTML 4.01 or earlier. To fix, remove the extra slash ('/') character. For more information about the reasons for this, see Empty elements in SGML, HTML, XML, and XHTML.
  12. Error Line 18, Column 16: there is no attribute "property"
    <meta property="og:description" content="Crie uma caixa de correio digital segu…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  13. Error Line 33, Column 7: invalid comment declaration: found delimiter "[" outside comment but inside comment declaration
      <!--[endif]-->

  14. Info Line 31, Column 3: comment declaration started here
      <!--[if lt IE 9]>
  15. Error Line 37, Column 36: there is no attribute "sizes"
    <link rel="apple-touch-icon" sizes="57x57" href="/application/themes/images/ico…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  16. Error Line 48, Column 7: required attribute "type" not specified
    <style>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  17. Error Line 67, Column 16: required attribute "type" not specified
            <script>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  18. Error Line 77, Column 87: "async" is not a member of a group specified for any attribute
    …c='//grmtech.net/r/pt44c4c17332cace2124a1a836d9fc4b6f.js' async defer></script>

  19. Error Line 77, Column 92: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified
    …c='//grmtech.net/r/pt44c4c17332cace2124a1a836d9fc4b6f.js' async defer></script>

    "VI delimiter" is a technical term for the equal sign. This error message means that the name of an attribute and the equal sign cannot be omitted when specifying an attribute. A common cause for this error message is the use of "Attribute Minimization" in document types where it is not allowed, in XHTML for instance.

    How to fix: For attributes such as compact, checked or selected, do not write e.g <option selected ... but rather <option selected="selected" ...

  20. Error Line 77, Column 92: required attribute "type" not specified
    …c='//grmtech.net/r/pt44c4c17332cace2124a1a836d9fc4b6f.js' async defer></script>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  21. Error Line 83, Column 84: "data-widget-cookie-warning" is not a member of a group specified for any attribute
    …                          <div id="cookie-warning" data-widget-cookie-warning> 

  22. Error Line 93, Column 8: required attribute "type" not specified
    <script>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  23. Error Line 110, Column 15: there is no attribute "class"
    <header class="page-header particulares" role="banner">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  24. Error Line 110, Column 47: there is no attribute "role"
    <header class="page-header particulares" role="banner">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  25. Error Line 110, Column 55: element "header" undefined
    <header class="page-header particulares" role="banner">

    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).
  26. Error Line 115, Column 116: end tag for "img" omitted, but OMITTAG NO was specified
    …ulares/index"><img src="/application/themes/images/logo-ctt.svg" alt="CTT"></a>

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

  27. Info Line 115, Column 52: start tag was here
    …        <a href="/particulares/index"><img src="/application/themes/images/log…
  28. Error Line 118, Column 95: there is no attribute "data-main-nav-toggle"
    …nav-toggle" href="#main-nav-mobile" class="nav-toggle" data-main-nav-toggle="">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  29. Error Line 121, Column 65: "data-primary-nav-back" is not a member of a group specified for any attribute
    				<a href="#" class="mobile-back-button" data-primary-nav-back>

  30. Error Line 125, Column 70: "data-main-nav-content" is not a member of a group specified for any attribute
    			<div class="nav-mobile" id="main-nav-mobile" data-main-nav-content>

  31. Error Line 126, Column 16: there is no attribute "class"
    				<nav class="primary-nav nav-drop-wrap" role="navigation">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  32. Error Line 126, Column 49: there is no attribute "role"
    				<nav class="primary-nav nav-drop-wrap" role="navigation">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  33. Error Line 126, Column 61: element "nav" undefined
    				<nav class="primary-nav nav-drop-wrap" role="navigation">

    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).
  34. Error Line 130, Column 112: "data-drilldown-nav" is not a member of a group specified for any attribute
    …					    							    							<li data-drilldown-nav class="has-drop drop-grid-3">

  35. Warning Line 154, Column 102: cannot generate system identifier for general entity "categoryCode"
    …f="/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e embal…

    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.

  36. Error Line 154, Column 102: general entity "categoryCode" not defined and no default entity
    …f="/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e embal…

    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. Warning Line 154, Column 114: reference not terminated by REFC delimiter
    …e/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e embalagens</a>

    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.

  38. Warning Line 154, Column 114: reference to external entity in attribute value
    …e/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e embalagens</a>

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  39. Error Line 154, Column 114: reference to entity "categoryCode" for which no system identifier could be generated
    …e/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e embalagens</a>

    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.

  40. Info Line 154, Column 101: entity was defined here
    …ef="/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e emba…
  41. Error Line 181, Column 52: element "article" undefined
            													        														<article>

    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).
  42. Error Line 193, Column 112: "data-drilldown-nav" is not a member of a group specified for any attribute
    …					    							    							<li data-drilldown-nav class="has-drop drop-grid-3">

  43. Warning Line 220, Column 114: reference not terminated by REFC delimiter
    …tegory.jspx?shopCode=LOJV&categoryCode=9854&showAll=1">Caixas para receber cor…

    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.

  44. Warning Line 220, Column 114: reference to external entity in attribute value
    …tegory.jspx?shopCode=LOJV&categoryCode=9854&showAll=1">Caixas para receber cor…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  45. Error Line 220, Column 114: reference to entity "categoryCode" for which no system identifier could be generated
    …tegory.jspx?shopCode=LOJV&categoryCode=9854&showAll=1">Caixas para receber cor…

    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.

  46. Info Line 154, Column 101: entity was defined here
    …ef="/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e emba…
  47. Warning Line 220, Column 120: cannot generate system identifier for general entity "showAll"
    ….jspx?shopCode=LOJV&categoryCode=9854&showAll=1">Caixas para receber correio</…

    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.

  48. Error Line 220, Column 120: general entity "showAll" not defined and no default entity
    ….jspx?shopCode=LOJV&categoryCode=9854&showAll=1">Caixas para receber correio</…

    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.

  49. Warning Line 220, Column 127: reference not terminated by REFC delimiter
    …jspx?shopCode=LOJV&categoryCode=9854&showAll=1">Caixas para receber correio</a>

    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.

  50. Warning Line 220, Column 127: reference to external entity in attribute value
    …jspx?shopCode=LOJV&categoryCode=9854&showAll=1">Caixas para receber correio</a>

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  51. Error Line 220, Column 127: reference to entity "showAll" for which no system identifier could be generated
    …jspx?shopCode=LOJV&categoryCode=9854&showAll=1">Caixas para receber correio</a>

    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.

  52. Info Line 220, Column 119: entity was defined here
    …y.jspx?shopCode=LOJV&categoryCode=9854&showAll=1">Caixas para receber correio<…
  53. Error Line 247, Column 52: element "article" undefined
            													        														<article>

    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).
  54. Error Line 259, Column 112: "data-drilldown-nav" is not a member of a group specified for any attribute
    …					    							    							<li data-drilldown-nav class="has-drop drop-grid-3">

  55. Error Line 301, Column 52: element "article" undefined
            													        														<article>

    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).
  56. Error Line 313, Column 112: "data-drilldown-nav" is not a member of a group specified for any attribute
    …					    							    							<li data-drilldown-nav class="has-drop drop-grid-3">

  57. Error Line 355, Column 52: element "article" undefined
            													        														<article>

    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).
  58. Error Line 367, Column 112: "data-drilldown-nav" is not a member of a group specified for any attribute
    …					    							    							<li data-drilldown-nav class="has-drop drop-grid-3">

  59. Warning Line 405, Column 114: reference not terminated by REFC delimiter
    …femce/category.jspx?shopCode=LOJV&categoryCode=0002">Comprar na Loja Online</a>

    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.

  60. Warning Line 405, Column 114: reference to external entity in attribute value
    …femce/category.jspx?shopCode=LOJV&categoryCode=0002">Comprar na Loja Online</a>

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  61. Error Line 405, Column 114: reference to entity "categoryCode" for which no system identifier could be generated
    …femce/category.jspx?shopCode=LOJV&categoryCode=0002">Comprar na Loja Online</a>

    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.

  62. Info Line 154, Column 101: entity was defined here
    …ef="/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e emba…
  63. Warning Line 411, Column 318: cannot generate system identifier for general entity "itemCode"
    …    														<a href="/femce/sku.jspx?shopCode=LOJV&itemCode=20203519599">

    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.

  64. Error Line 411, Column 318: general entity "itemCode" not defined and no default entity
    …    														<a href="/femce/sku.jspx?shopCode=LOJV&itemCode=20203519599">

    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.

  65. Warning Line 411, Column 326: reference not terminated by REFC delimiter
    …    														<a href="/femce/sku.jspx?shopCode=LOJV&itemCode=20203519599">

    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.

  66. Warning Line 411, Column 326: reference to external entity in attribute value
    …    														<a href="/femce/sku.jspx?shopCode=LOJV&itemCode=20203519599">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  67. Error Line 411, Column 326: reference to entity "itemCode" for which no system identifier could be generated
    …    														<a href="/femce/sku.jspx?shopCode=LOJV&itemCode=20203519599">

    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.

  68. Info Line 411, Column 317: entity was defined here
    …    														<a href="/femce/sku.jspx?shopCode=LOJV&itemCode=20203519599">
  69. Error Line 412, Column 52: element "article" undefined
            													        														<article>

    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).
  70. Error Line 424, Column 112: "data-drilldown-nav" is not a member of a group specified for any attribute
    …					    							    							<li data-drilldown-nav class="has-drop drop-grid-3">

  71. Warning Line 436, Column 114: reference not terminated by REFC delimiter
    …"/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Correio e encomendas</a>

    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.

  72. Warning Line 436, Column 114: reference to external entity in attribute value
    …"/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Correio e encomendas</a>

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  73. Error Line 436, Column 114: reference to entity "categoryCode" for which no system identifier could be generated
    …"/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Correio e encomendas</a>

    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.

  74. Info Line 154, Column 101: entity was defined here
    …ef="/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e emba…
  75. Warning Line 439, Column 114: reference not terminated by REFC delimiter
    …mce/category.jspx?shopCode=LOJV&categoryCode=0002">Filatelia e colecionismo</a>

    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.

  76. Warning Line 439, Column 114: reference to external entity in attribute value
    …mce/category.jspx?shopCode=LOJV&categoryCode=0002">Filatelia e colecionismo</a>

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  77. Error Line 439, Column 114: reference to entity "categoryCode" for which no system identifier could be generated
    …mce/category.jspx?shopCode=LOJV&categoryCode=0002">Filatelia e colecionismo</a>

    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.

  78. Info Line 154, Column 101: entity was defined here
    …ef="/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e emba…
  79. Warning Line 442, Column 114: reference not terminated by REFC delimiter
    …			<a href="/femce/category.jspx?shopCode=LOJV&categoryCode=0004">Presentes</a>

    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.

  80. Warning Line 442, Column 114: reference to external entity in attribute value
    …			<a href="/femce/category.jspx?shopCode=LOJV&categoryCode=0004">Presentes</a>

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  81. Error Line 442, Column 114: reference to entity "categoryCode" for which no system identifier could be generated
    …			<a href="/femce/category.jspx?shopCode=LOJV&categoryCode=0004">Presentes</a>

    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.

  82. Info Line 154, Column 101: entity was defined here
    …ef="/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e emba…
  83. Error Line 466, Column 52: element "article" undefined
            													        														<article>

    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).
  84. Error Line 478, Column 112: "data-drilldown-nav" is not a member of a group specified for any attribute
    …					    							    							<li data-drilldown-nav class="has-drop drop-grid-3">

  85. Warning Line 490, Column 114: reference not terminated by REFC delimiter
    …	<a href="/feblh/category.jspx?shopCode=BLHT&categoryCode=1200000">Festival</a>

    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.

  86. Warning Line 490, Column 114: reference to external entity in attribute value
    …	<a href="/feblh/category.jspx?shopCode=BLHT&categoryCode=1200000">Festival</a>

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  87. Error Line 490, Column 114: reference to entity "categoryCode" for which no system identifier could be generated
    …	<a href="/feblh/category.jspx?shopCode=BLHT&categoryCode=1200000">Festival</a>

    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.

  88. Info Line 154, Column 101: entity was defined here
    …ef="/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e emba…
  89. Warning Line 493, Column 114: reference not terminated by REFC delimiter
    …		<a href="/feblh/category.jspx?shopCode=BLHT&categoryCode=1500000">Música</a>

    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.

  90. Warning Line 493, Column 114: reference to external entity in attribute value
    …		<a href="/feblh/category.jspx?shopCode=BLHT&categoryCode=1500000">Música</a>

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  91. Error Line 493, Column 114: reference to entity "categoryCode" for which no system identifier could be generated
    …		<a href="/feblh/category.jspx?shopCode=BLHT&categoryCode=1500000">Música</a>

    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.

  92. Info Line 154, Column 101: entity was defined here
    …ef="/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e emba…
  93. Warning Line 496, Column 114: reference not terminated by REFC delimiter
    …	<a href="/feblh/category.jspx?shopCode=BLHT&categoryCode=1800000">Aventura</a>

    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.

  94. Warning Line 496, Column 114: reference to external entity in attribute value
    …	<a href="/feblh/category.jspx?shopCode=BLHT&categoryCode=1800000">Aventura</a>

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  95. Error Line 496, Column 114: reference to entity "categoryCode" for which no system identifier could be generated
    …	<a href="/feblh/category.jspx?shopCode=BLHT&categoryCode=1800000">Aventura</a>

    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.

  96. Info Line 154, Column 101: entity was defined here
    …ef="/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e emba…
  97. Warning Line 504, Column 105: reference not terminated by REFC delimiter
    …/feblh/sku.jspx?shopCode=BLHT&itemCode=174128&idShow=174128&categoryCode=25000…

    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.

  98. Warning Line 504, Column 105: reference to external entity in attribute value
    …/feblh/sku.jspx?shopCode=BLHT&itemCode=174128&idShow=174128&categoryCode=25000…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  99. Error Line 504, Column 105: reference to entity "itemCode" for which no system identifier could be generated
    …/feblh/sku.jspx?shopCode=BLHT&itemCode=174128&idShow=174128&categoryCode=25000…

    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.

  100. Info Line 411, Column 317: entity was defined here
    …    														<a href="/femce/sku.jspx?shopCode=LOJV&itemCode=20203519599">
  101. Warning Line 504, Column 113: cannot generate system identifier for general entity "idShow"
    …ku.jspx?shopCode=BLHT&itemCode=174128&idShow=174128&categoryCode=25000000022">…

    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.

  102. Error Line 504, Column 113: general entity "idShow" not defined and no default entity
    …ku.jspx?shopCode=BLHT&itemCode=174128&idShow=174128&categoryCode=25000000022">…

    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.

  103. Warning Line 504, Column 119: reference not terminated by REFC delimiter
    …x?shopCode=BLHT&itemCode=174128&idShow=174128&categoryCode=25000000022">NOS Al…

    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.

  104. Warning Line 504, Column 119: reference to external entity in attribute value
    …x?shopCode=BLHT&itemCode=174128&idShow=174128&categoryCode=25000000022">NOS Al…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  105. Error Line 504, Column 119: reference to entity "idShow" for which no system identifier could be generated
    …x?shopCode=BLHT&itemCode=174128&idShow=174128&categoryCode=25000000022">NOS Al…

    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.

  106. Info Line 504, Column 112: entity was defined here
    …sku.jspx?shopCode=BLHT&itemCode=174128&idShow=174128&categoryCode=25000000022"…
  107. Warning Line 504, Column 139: reference not terminated by REFC delimiter
    …e=BLHT&itemCode=174128&idShow=174128&categoryCode=25000000022">NOS Alive'20</a>

    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.

  108. Warning Line 504, Column 139: reference to external entity in attribute value
    …e=BLHT&itemCode=174128&idShow=174128&categoryCode=25000000022">NOS Alive'20</a>

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  109. Error Line 504, Column 139: reference to entity "categoryCode" for which no system identifier could be generated
    …e=BLHT&itemCode=174128&idShow=174128&categoryCode=25000000022">NOS Alive'20</a>

    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.

  110. Info Line 154, Column 101: entity was defined here
    …ef="/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e emba…
  111. Warning Line 507, Column 105: reference not terminated by REFC delimiter
    …/feblh/sku.jspx?shopCode=BLHT&itemCode=174919&idShow=174919&categoryCode=25000…

    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.

  112. Warning Line 507, Column 105: reference to external entity in attribute value
    …/feblh/sku.jspx?shopCode=BLHT&itemCode=174919&idShow=174919&categoryCode=25000…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  113. Error Line 507, Column 105: reference to entity "itemCode" for which no system identifier could be generated
    …/feblh/sku.jspx?shopCode=BLHT&itemCode=174919&idShow=174919&categoryCode=25000…

    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.

  114. Info Line 411, Column 317: entity was defined here
    …    														<a href="/femce/sku.jspx?shopCode=LOJV&itemCode=20203519599">
  115. Warning Line 507, Column 119: reference not terminated by REFC delimiter
    …x?shopCode=BLHT&itemCode=174919&idShow=174919&categoryCode=25000000022">Guns N…

    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.

  116. Warning Line 507, Column 119: reference to external entity in attribute value
    …x?shopCode=BLHT&itemCode=174919&idShow=174919&categoryCode=25000000022">Guns N…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  117. Error Line 507, Column 119: reference to entity "idShow" for which no system identifier could be generated
    …x?shopCode=BLHT&itemCode=174919&idShow=174919&categoryCode=25000000022">Guns N…

    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.

  118. Info Line 504, Column 112: entity was defined here
    …sku.jspx?shopCode=BLHT&itemCode=174128&idShow=174128&categoryCode=25000000022"…
  119. Warning Line 507, Column 139: reference not terminated by REFC delimiter
    …LHT&itemCode=174919&idShow=174919&categoryCode=25000000022">Guns N’ Roses</a>

    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.

  120. Warning Line 507, Column 139: reference to external entity in attribute value
    …LHT&itemCode=174919&idShow=174919&categoryCode=25000000022">Guns N’ Roses</a>

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  121. Error Line 507, Column 139: reference to entity "categoryCode" for which no system identifier could be generated
    …LHT&itemCode=174919&idShow=174919&categoryCode=25000000022">Guns N’ Roses</a>

    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.

  122. Info Line 154, Column 101: entity was defined here
    …ef="/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e emba…
  123. Warning Line 510, Column 105: reference not terminated by REFC delimiter
    …/feblh/sku.jspx?shopCode=BLHT&itemCode=174129&idShow=174129&categoryCode=25000…

    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.

  124. Warning Line 510, Column 105: reference to external entity in attribute value
    …/feblh/sku.jspx?shopCode=BLHT&itemCode=174129&idShow=174129&categoryCode=25000…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  125. Error Line 510, Column 105: reference to entity "itemCode" for which no system identifier could be generated
    …/feblh/sku.jspx?shopCode=BLHT&itemCode=174129&idShow=174129&categoryCode=25000…

    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.

  126. Info Line 411, Column 317: entity was defined here
    …    														<a href="/femce/sku.jspx?shopCode=LOJV&itemCode=20203519599">
  127. Warning Line 510, Column 119: reference not terminated by REFC delimiter
    …x?shopCode=BLHT&itemCode=174129&idShow=174129&categoryCode=25000000619">Harry …

    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.

  128. Warning Line 510, Column 119: reference to external entity in attribute value
    …x?shopCode=BLHT&itemCode=174129&idShow=174129&categoryCode=25000000619">Harry …

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  129. Error Line 510, Column 119: reference to entity "idShow" for which no system identifier could be generated
    …x?shopCode=BLHT&itemCode=174129&idShow=174129&categoryCode=25000000619">Harry …

    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.

  130. Info Line 504, Column 112: entity was defined here
    …sku.jspx?shopCode=BLHT&itemCode=174128&idShow=174128&categoryCode=25000000022"…
  131. Warning Line 510, Column 139: reference not terminated by REFC delimiter
    …Code=174129&idShow=174129&categoryCode=25000000619">Harry Potter The Exhibitio…

    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.

  132. Warning Line 510, Column 139: reference to external entity in attribute value
    …Code=174129&idShow=174129&categoryCode=25000000619">Harry Potter The Exhibitio…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  133. Error Line 510, Column 139: reference to entity "categoryCode" for which no system identifier could be generated
    …Code=174129&idShow=174129&categoryCode=25000000619">Harry Potter The Exhibitio…

    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.

  134. Info Line 154, Column 101: entity was defined here
    …ef="/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e emba…
  135. Warning Line 516, Column 326: reference not terminated by REFC delimiter
    …/feblh/sku.jspx?shopCode=BLHT&itemCode=175134&idShow=175134&categoryCode=25000…

    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.

  136. Warning Line 516, Column 326: reference to external entity in attribute value
    …/feblh/sku.jspx?shopCode=BLHT&itemCode=175134&idShow=175134&categoryCode=25000…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  137. Error Line 516, Column 326: reference to entity "itemCode" for which no system identifier could be generated
    …/feblh/sku.jspx?shopCode=BLHT&itemCode=175134&idShow=175134&categoryCode=25000…

    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.

  138. Info Line 411, Column 317: entity was defined here
    …    														<a href="/femce/sku.jspx?shopCode=LOJV&itemCode=20203519599">
  139. Warning Line 516, Column 340: reference not terminated by REFC delimiter
    …sku.jspx?shopCode=BLHT&itemCode=175134&idShow=175134&categoryCode=25000000275">

    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.

  140. Warning Line 516, Column 340: reference to external entity in attribute value
    …sku.jspx?shopCode=BLHT&itemCode=175134&idShow=175134&categoryCode=25000000275">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  141. Error Line 516, Column 340: reference to entity "idShow" for which no system identifier could be generated
    …sku.jspx?shopCode=BLHT&itemCode=175134&idShow=175134&categoryCode=25000000275">

    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.

  142. Info Line 504, Column 112: entity was defined here
    …sku.jspx?shopCode=BLHT&itemCode=174128&idShow=174128&categoryCode=25000000022"…
  143. Warning Line 516, Column 360: reference not terminated by REFC delimiter
    …sku.jspx?shopCode=BLHT&itemCode=175134&idShow=175134&categoryCode=25000000275">

    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.

  144. Warning Line 516, Column 360: reference to external entity in attribute value
    …sku.jspx?shopCode=BLHT&itemCode=175134&idShow=175134&categoryCode=25000000275">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  145. Error Line 516, Column 360: reference to entity "categoryCode" for which no system identifier could be generated
    …sku.jspx?shopCode=BLHT&itemCode=175134&idShow=175134&categoryCode=25000000275">

    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.

  146. Info Line 154, Column 101: entity was defined here
    …ef="/femce/category.jspx?shopCode=LOJV&categoryCode=5261">Comprar selos e emba…
  147. Error Line 517, Column 52: element "article" undefined
            													        														<article>

    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).
  148. Error Line 529, Column 39: "data-drilldown-nav" is not a member of a group specified for any attribute
        											<li data-drilldown-nav id="tools" class="has-drop drop-grid-1">

  149. Error Line 531, Column 15: "href" is not a member of a group specified for any attribute
    							<a href>

  150. Error Line 581, Column 30: "data-drilldown-nav" is not a member of a group specified for any attribute
    						<li data-drilldown-nav class="has-drop drop-grid-3 hide-for-large-up">

  151. Error Line 604, Column 43: element "nav" undefined
    		<nav class="secondary-nav nav-drop-wrap">

    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).
  152. Error Line 606, Column 44: "data-drilldown-nav" is not a member of a group specified for any attribute
    				<li class="has-drop" data-drilldown-nav>

  153. Error Line 607, Column 24: "href" is not a member of a group specified for any attribute
    				    				    <a href><span>Particulares</span></a>

  154. Error Line 610, Column 82: "data-nav-drop-close" is not a member of a group specified for any attribute
    …			<a id="segments-nav-toggle" href="#" class="nav-toggle" data-nav-drop-close>

  155. Error Line 624, Column 67: document type does not allow element "input" here; assuming missing "li" start-tag
    			    <input type="hidden" id="hidden_lang" value="1555597541833">

  156. Error Line 624, Column 68: end tag for "input" omitted, but OMITTAG NO was specified
    			    <input type="hidden" id="hidden_lang" value="1555597541833">

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

  157. Info Line 624, Column 8: start tag was here
    			    <input type="hidden" id="hidden_lang" value="1555597541833">
  158. Error Line 625, Column 61: "data-drilldown-nav" is not a member of a group specified for any attribute
    …	<li id="s-nav-user" class="has-drop" data-drilldown-nav data-dropdown-desktop>

  159. Error Line 625, Column 82: "data-dropdown-desktop" is not a member of a group specified for any attribute
    …	<li id="s-nav-user" class="has-drop" data-drilldown-nav data-dropdown-desktop>

  160. Error Line 625, Column 82: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
    …	<li id="s-nav-user" class="has-drop" data-drilldown-nav data-dropdown-desktop>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  161. Warning Line 626, Column 42: cannot generate system identifier for general entity "redirect"
    …		<a href="/femgu/login.jspx?lang=def&redirect=/particulares/index"><span>Cont…

    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.

  162. Error Line 626, Column 42: general entity "redirect" not defined and no default entity
    …		<a href="/femgu/login.jspx?lang=def&redirect=/particulares/index"><span>Cont…

    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.

  163. Warning Line 626, Column 50: reference not terminated by REFC delimiter
    …f="/femgu/login.jspx?lang=def&redirect=/particulares/index"><span>Conta</span>…

    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.

  164. Warning Line 626, Column 50: reference to external entity in attribute value
    …f="/femgu/login.jspx?lang=def&redirect=/particulares/index"><span>Conta</span>…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  165. Error Line 626, Column 50: reference to entity "redirect" for which no system identifier could be generated
    …f="/femgu/login.jspx?lang=def&redirect=/particulares/index"><span>Conta</span>…

    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.

  166. Info Line 626, Column 41: entity was defined here
    …			<a href="/femgu/login.jspx?lang=def&redirect=/particulares/index"><span>Con…
  167. Error Line 630, Column 18: ID "segments-nav-toggle" already defined
    						    <a id="segments-nav-toggle" href="#" class="nav-toggle" data-nav-drop…

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  168. Info Line 610, Column 14: ID "segments-nav-toggle" first defined here
    						<a id="segments-nav-toggle" href="#" class="nav-toggle" data-nav-drop-clo…
  169. Error Line 630, Column 87: there is no attribute "data-nav-drop-close"
    …<a id="segments-nav-toggle" href="#" class="nav-toggle" data-nav-drop-close="">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  170. Warning Line 638, Column 87: reference not terminated by REFC delimiter
    …serEnrollAction.jspx?lang=def&redirect=" id="nav-user-register">Faça o seu re…

    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.

  171. Warning Line 638, Column 87: reference to external entity in attribute value
    …serEnrollAction.jspx?lang=def&redirect=" id="nav-user-register">Faça o seu re…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  172. Error Line 638, Column 87: reference to entity "redirect" for which no system identifier could be generated
    …serEnrollAction.jspx?lang=def&redirect=" id="nav-user-register">Faça o seu re…

    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.

  173. Info Line 626, Column 41: entity was defined here
    …			<a href="/femgu/login.jspx?lang=def&redirect=/particulares/index"><span>Con…
  174. Warning Line 649, Column 91: reference not terminated by REFC delimiter
    …erProfileAction.jspx?lang=def&redirect=" class="primary-link" id="nav-user-edi…

    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.

  175. Warning Line 649, Column 91: reference to external entity in attribute value
    …erProfileAction.jspx?lang=def&redirect=" class="primary-link" id="nav-user-edi…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  176. Error Line 649, Column 91: reference to entity "redirect" for which no system identifier could be generated
    …erProfileAction.jspx?lang=def&redirect=" class="primary-link" id="nav-user-edi…

    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.

  177. Info Line 626, Column 41: entity was defined here
    …			<a href="/femgu/login.jspx?lang=def&redirect=/particulares/index"><span>Con…
  178. Error Line 653, Column 61: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
                    			    			    			    				<li id="s-nav-help">

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  179. Error Line 658, Column 63: "data-dropdown-desktop" is not a member of a group specified for any attribute
    				<li id="s-nav-lang" class="has-drop" data-dropdown-desktop>

  180. Error Line 658, Column 63: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
    				<li id="s-nav-lang" class="has-drop" data-dropdown-desktop>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  181. Error Line 667, Column 94: "data-dropdown" is not a member of a group specified for any attribute
    … 			    			    			    				<li id="s-nav-search" class="has-drop" data-dropdown>

  182. Error Line 667, Column 94: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
    … 			    			    			    				<li id="s-nav-search" class="has-drop" data-dropdown>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  183. Error Line 672, Column 27: value of attribute "type" cannot be "search"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button"
    							<input type="search" id="header-search-input" name="q" class="storenav-s…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  184. Error Line 672, Column 105: there is no attribute "placeholder"
    …s="storenav-search-input" placeholder='Insira os termos de pesquisa' autocompl…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  185. Error Line 672, Column 149: there is no attribute "autocomplete"
    …av-search-input" placeholder='Insira os termos de pesquisa' autocomplete="off">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  186. Error Line 672, Column 155: end tag for "input" omitted, but OMITTAG NO was specified
    …av-search-input" placeholder='Insira os termos de pesquisa' autocomplete="off">

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

  187. Info Line 672, Column 8: start tag was here
    							<input type="search" id="header-search-input" name="q" class="storenav-s…
  188. Error Line 673, Column 52: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified
    							<input type="submit" value='Pesquisa' hidden>

    "VI delimiter" is a technical term for the equal sign. This error message means that the name of an attribute and the equal sign cannot be omitted when specifying an attribute. A common cause for this error message is the use of "Attribute Minimization" in document types where it is not allowed, in XHTML for instance.

    How to fix: For attributes such as compact, checked or selected, do not write e.g <option selected ... but rather <option selected="selected" ...

  189. Error Line 673, Column 52: duplicate specification of attribute "type"
    							<input type="submit" value='Pesquisa' hidden>

    You have specified an attribute more than once. Example: Using the "height" attribute twice on the same "img" tag.

  190. Error Line 673, Column 53: end tag for "input" omitted, but OMITTAG NO was specified
    							<input type="submit" value='Pesquisa' hidden>

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

  191. Info Line 673, Column 8: start tag was here
    							<input type="submit" value='Pesquisa' hidden>
  192. Error Line 674, Column 39: "data-nav-drop-close" is not a member of a group specified for any attribute
    							<a href="#" data-nav-drop-close><i class="ctt-icon-menu-close"></i></a>

  193. Error Line 679, Column 8: end tag for "li" omitted, but OMITTAG NO was specified
    			</ul>

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

  194. Info Line 624, Column 8: start tag was here
    			    <input type="hidden" id="hidden_lang" value="1555597541833">
  195. Error Line 685, Column 54: "data-orbit" is not a member of a group specified for any attribute
                            <ul class="slides" data-orbit>

  196. Error Line 700, Column 70: there is no attribute "data-button-app"
                        <div class="caption-button-wrap" data-button-app="">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  197. Error Line 713, Column 99: "data-stick" is not a member of a group specified for any attribute
    …ass="contextnav collapsible" role="navigation" data-stick data-collapsible="" >

  198. Error Line 713, Column 116: there is no attribute "data-collapsible"
    …ass="contextnav collapsible" role="navigation" data-stick data-collapsible="" >

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  199. Error Line 713, Column 119: element "nav" undefined
    …ass="contextnav collapsible" role="navigation" data-stick data-collapsible="" >

    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).
  200. Error Line 719, Column 14: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
    	<li class="">

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  201. Error Line 743, Column 23: end tag for "li" omitted, but OMITTAG NO was specified
    			               </ul>

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

  202. Info Line 717, Column 3: start tag was here
     	<li class="contextnav-title"><a href="">ViaCTT</a>
  203. Error Line 750, Column 63: there is no attribute "class"
    …                       <section class="product-benefits" style="min-height:aut…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  204. Error Line 750, Column 88: there is no attribute "style"
    …                     <section class="product-benefits" style="min-height:auto">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  205. Error Line 750, Column 105: element "section" undefined
    …                     <section class="product-benefits" style="min-height:auto">

    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).
  206. Error Line 762, Column 10: element "figure" undefined
    		<figure>

    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).
  207. Error Line 763, Column 125: end tag for "img" omitted, but OMITTAG NO was specified
    …e21-468f-b0c6-3a33c1e528aa/imagem/0102fdc0-59b3-4dc4-a070-20504ea9ab1e" alt="">

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

  208. Info Line 763, Column 3: start tag was here
    		<img src="/contentAsset/raw-data/3170337f-1e21-468f-b0c6-3a33c1e528aa/imagem/…
  209. Error Line 765, Column 64: element "section" undefined
    	</section><section class="product-how-it-works alt-background">

    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).
  210. Error Line 797, Column 52: element "section" undefined
    </section><section class="row product-faqs section">

    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).
  211. Error Line 802, Column 66: "data-accordion" is not a member of a group specified for any attribute
    …              <dl class="accordion" data-accordion aria-multiselectable="true">

  212. Error Line 802, Column 87: there is no attribute "aria-multiselectable"
    …              <dl class="accordion" data-accordion aria-multiselectable="true">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  213. Error Line 880, Column 49: element "section" undefined
     </section><section class="banner-card-button  ">

    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).
  214. Error Line 883, Column 19: there is no attribute "class"
    			<article class="card">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  215. Error Line 883, Column 25: element "article" undefined
    			<article class="card">

    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).
  216. Error Line 899, Column 59: element "section" undefined
    </section>           <section class="product-text-section">

    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).
  217. Error Line 901, Column 27: element "header" undefined
    				<header class="column">

    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).
  218. Error Line 913, Column 44: there is no attribute "id"
    …                              <footer id="page-footer" class="small-container">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  219. Error Line 913, Column 64: there is no attribute "class"
    …                              <footer id="page-footer" class="small-container">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  220. Error Line 913, Column 81: element "footer" undefined
    …                              <footer id="page-footer" class="small-container">

    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).
  221. Error Line 924, Column 61: "data-accordion" is not a member of a group specified for any attribute
    		<dl class="accordion column show-for-small" data-accordion>

  222. Warning Line 954, Column 103: cannot generate system identifier for general entity "id"
    …oogle.com/store/apps/details?hl=pt-pt&id=ctt.mobile.android.app.ctt&pcampaigni…

    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.

  223. Error Line 954, Column 103: general entity "id" not defined and no default entity
    …oogle.com/store/apps/details?hl=pt-pt&id=ctt.mobile.android.app.ctt&pcampaigni…

    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.

  224. Warning Line 954, Column 105: reference not terminated by REFC delimiter
    …gle.com/store/apps/details?hl=pt-pt&id=ctt.mobile.android.app.ctt&pcampaignid=…

    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.

  225. Warning Line 954, Column 105: reference to external entity in attribute value
    …gle.com/store/apps/details?hl=pt-pt&id=ctt.mobile.android.app.ctt&pcampaignid=…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  226. Error Line 954, Column 105: reference to entity "id" for which no system identifier could be generated
    …gle.com/store/apps/details?hl=pt-pt&id=ctt.mobile.android.app.ctt&pcampaignid=…

    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.

  227. Info Line 954, Column 102: entity was defined here
    …google.com/store/apps/details?hl=pt-pt&id=ctt.mobile.android.app.ctt&pcampaign…
  228. Warning Line 954, Column 133: cannot generate system identifier for general entity "pcampaignid"
    …l=pt-pt&id=ctt.mobile.android.app.ctt&pcampaignid=MKT-Other-global-all-co-prtn…

    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.

  229. Error Line 954, Column 133: general entity "pcampaignid" not defined and no default entity
    …l=pt-pt&id=ctt.mobile.android.app.ctt&pcampaignid=MKT-Other-global-all-co-prtn…

    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.

  230. Warning Line 954, Column 144: reference not terminated by REFC delimiter
    …ctt.mobile.android.app.ctt&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBa…

    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.

  231. Warning Line 954, Column 144: reference to external entity in attribute value
    …ctt.mobile.android.app.ctt&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBa…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  232. Error Line 954, Column 144: reference to entity "pcampaignid" for which no system identifier could be generated
    …ctt.mobile.android.app.ctt&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBa…

    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.

  233. Info Line 954, Column 132: entity was defined here
    …hl=pt-pt&id=ctt.mobile.android.app.ctt&pcampaignid=MKT-Other-global-all-co-prt…
  234. Error Line 966, Column 127: duplicate specification of attribute "target"
    …ef="https://www.bancoctt.pt" target="_blank" target="_blank">Banco CTT</a></li>

    You have specified an attribute more than once. Example: Using the "height" attribute twice on the same "img" tag.

  235. Error Line 967, Column 154: duplicate specification of attribute "target"
    …   <li><a href="https://dott.pt/" target="_blank" target="_blank">Dott</a></li>

    You have specified an attribute more than once. Example: Using the "height" attribute twice on the same "img" tag.

  236. Error Line 968, Column 165: duplicate specification of attribute "target"
    …tps://www.cttexpress.com/" target="_blank" target="_blank">CTT Express</a></li>

    You have specified an attribute more than once. Example: Using the "height" attribute twice on the same "img" tag.

  237. Warning Line 991, Column 105: reference not terminated by REFC delimiter
    …gle.com/store/apps/details?hl=pt-pt&id=ctt.mobile.android.app.ctt&pcampaignid=…

    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.

  238. Warning Line 991, Column 105: reference to external entity in attribute value
    …gle.com/store/apps/details?hl=pt-pt&id=ctt.mobile.android.app.ctt&pcampaignid=…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  239. Error Line 991, Column 105: reference to entity "id" for which no system identifier could be generated
    …gle.com/store/apps/details?hl=pt-pt&id=ctt.mobile.android.app.ctt&pcampaignid=…

    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.

  240. Info Line 954, Column 102: entity was defined here
    …google.com/store/apps/details?hl=pt-pt&id=ctt.mobile.android.app.ctt&pcampaign…
  241. Warning Line 991, Column 144: reference not terminated by REFC delimiter
    …ctt.mobile.android.app.ctt&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBa…

    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.

  242. Warning Line 991, Column 144: reference to external entity in attribute value
    …ctt.mobile.android.app.ctt&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBa…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  243. Error Line 991, Column 144: reference to entity "pcampaignid" for which no system identifier could be generated
    …ctt.mobile.android.app.ctt&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBa…

    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.

  244. Info Line 954, Column 132: entity was defined here
    …hl=pt-pt&id=ctt.mobile.android.app.ctt&pcampaignid=MKT-Other-global-all-co-prt…
  245. Error Line 1029, Column 132: end tag for "img" omitted, but OMITTAG NO was specified
    …os/livro_reclamacoes_bw.png" alt="livroreclamacoes" class="logo-complaints bw">

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

  246. Info Line 1029, Column 6: start tag was here
    					<img src="/application/themes/images/footer_logos/livro_reclamacoes_bw.png…
  247. Error Line 1030, Column 132: end tag for "img" omitted, but OMITTAG NO was specified
    …os/livro_reclamacoes.png" alt="livroreclamacoes" class="logo-complaints hover">

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

  248. Info Line 1030, Column 6: start tag was here
    					<img src="/application/themes/images/footer_logos/livro_reclamacoes.png" a…

↑ Top