Created
April 5, 2012 01:08
-
-
Save GirlBossRush/2307101 to your computer and use it in GitHub Desktop.
calendar validation erros
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validation Output: 31 Errors | |
Line 38, Column 37: Bad value secondary for attribute role on element nav. | |
<nav class="menu" role="secondary"> | |
Line 129, Column 30: Bad value tabs for attribute role on element nav. | |
<nav class="menu" role="tabs"> | |
Line 159, Column 22: Attribute role not allowed on element thead at this point. | |
<thead role="primary"> | |
Attributes for element thead: | |
Global attributes | |
Line 162, Column 10: Self-closing syntax (/>) used on a non-void HTML element. Ignoring the slash and treating as a start tag. | |
<th /> | |
Line 165, Column 45: The text content of element time was not in the required format: The literal did not satisfy the date or time format. | |
<time class='date'>Sunday 1</time> | |
Line 171, Column 45: The text content of element time was not in the required format: The literal did not satisfy the date or time format. | |
<time class='date'>Monday 2</time> | |
Line 177, Column 46: The text content of element time was not in the required format: The literal did not satisfy the date or time format. | |
<time class='date'>Tuesday 3</time> | |
Line 183, Column 48: The text content of element time was not in the required format: The literal did not satisfy the date or time format. | |
<time class='date'>Wednesday 4</time> | |
Line 189, Column 47: The text content of element time was not in the required format: The literal did not satisfy the date or time format. | |
<time class='date'>Thursday 5</time> | |
Line 195, Column 45: The text content of element time was not in the required format: The literal did not satisfy the date or time format. | |
<time class='date'>Friday 6</time> | |
Line 201, Column 47: The text content of element time was not in the required format: The literal did not satisfy the date or time format. | |
<time class='date'>Saturday 7</time> | |
Line 205, Column 7: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 208, Column 46: Element thead not allowed as child of element table in this context. (Suppressing further errors from this subtree.) | |
<thead class="medications" role="subheader"> | |
Contexts in which element thead may be used: | |
As a child of a table element, after any caption, and colgroup elements and before any tbody, tfoot, and tr elements, but only if there are no other thead elements that are children of the table element. | |
Content model for element table: | |
In this order: optionally a caption element, followed by zero or more colgroup elements, followed optionally by a thead element, followed optionally by a tfoot element, followed by either zero or more tbody elements or one or more tr elements, followed optionally by a tfoot element (but there can only be one tfoot element child in total). | |
Line 211, Column 7: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 224, Column 9: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 242, Column 9: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 259, Column 9: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 283, Column 42: Element thead not allowed as child of element table in this context. (Suppressing further errors from this subtree.) | |
<thead class="entries" role="subheader"> | |
Contexts in which element thead may be used: | |
As a child of a table element, after any caption, and colgroup elements and before any tbody, tfoot, and tr elements, but only if there are no other thead elements that are children of the table element. | |
Content model for element table: | |
In this order: optionally a caption element, followed by zero or more colgroup elements, followed optionally by a thead element, followed optionally by a tfoot element, followed by either zero or more tbody elements or one or more tr elements, followed optionally by a tfoot element (but there can only be one tfoot element child in total). | |
Line 286, Column 7: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 299, Column 7: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 310, Column 7: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 322, Column 7: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 333, Column 7: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 344, Column 7: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 349, Column 7: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 360, Column 7: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 378, Column 7: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 396, Column 7: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 399, Column 44: Element thead not allowed as child of element table in this context. (Suppressing further errors from this subtree.) | |
<thead class="forecasts" role="subheader"> | |
Contexts in which element thead may be used: | |
As a child of a table element, after any caption, and colgroup elements and before any tbody, tfoot, and tr elements, but only if there are no other thead elements that are children of the table element. | |
Content model for element table: | |
In this order: optionally a caption element, followed by zero or more colgroup elements, followed optionally by a thead element, followed optionally by a tfoot element, followed by either zero or more tbody elements or one or more tr elements, followed optionally by a tfoot element (but there can only be one tfoot element child in total). | |
Line 402, Column 7: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> | |
Line 451, Column 7: A table row was 8 columns wide and exceeded the column count established using column markup (7). | |
</tr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment