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. 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. Info Using experimental feature: HTML5 Conformance Checker.

    The validator checked your document with an experimental feature: HTML5 Conformance Checker. This feature has been made available for your convenience, but be aware that it may be unreliable, or not perfectly up to date with the latest development of some cutting-edge technologies. If you find any issue with this feature, please report them. Thank you.

? Top

Validation Output: 8 Errors

  1. Warning Line 502, Column 67: The summary attribute is obsolete. Consider describing the structure of complex tables in <caption> or in a paragraph and pointing to the paragraph using the aria-describedby attribute.
    …_wrap"><table id="wp-calendar" summary="Calendar">

  2. Error Line 506, Column 47: Attribute abbr not allowed on element th at this point.
    		<th abbr="Monday" scope="col" title="Monday">M</th>
    Element-specific attributes for element th:
    Global attributes
    colspan
    rowspan
    headers
    scope
  3. Error Line 507, Column 49: Attribute abbr not allowed on element th at this point.
    		<th abbr="Tuesday" scope="col" title="Tuesday">T</th>
    Element-specific attributes for element th:
    Global attributes
    colspan
    rowspan
    headers
    scope
  4. Error Line 508, Column 53: Attribute abbr not allowed on element th at this point.
    		<th abbr="Wednesday" scope="col" title="Wednesday">W</th>
    Element-specific attributes for element th:
    Global attributes
    colspan
    rowspan
    headers
    scope
  5. Error Line 509, Column 51: Attribute abbr not allowed on element th at this point.
    		<th abbr="Thursday" scope="col" title="Thursday">T</th>
    Element-specific attributes for element th:
    Global attributes
    colspan
    rowspan
    headers
    scope
  6. Error Line 510, Column 47: Attribute abbr not allowed on element th at this point.
    		<th abbr="Friday" scope="col" title="Friday">F</th>
    Element-specific attributes for element th:
    Global attributes
    colspan
    rowspan
    headers
    scope
  7. Error Line 511, Column 51: Attribute abbr not allowed on element th at this point.
    		<th abbr="Saturday" scope="col" title="Saturday">S</th>
    Element-specific attributes for element th:
    Global attributes
    colspan
    rowspan
    headers
    scope
  8. Error Line 512, Column 47: Attribute abbr not allowed on element th at this point.
    		<th abbr="Sunday" scope="col" title="Sunday">S</th>
    Element-specific attributes for element th:
    Global attributes
    colspan
    rowspan
    headers
    scope
  9. Error Line 518, Column 44: Attribute abbr not allowed on element td at this point.
    …bbr="November" colspan="3" id="prev">
    Element-specific attributes for element td:
    Global attributes
    colspan
    rowspan
    headers

? Top