Skip to content

Commit

Permalink
cc Updated messages.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Mar 1, 2014
1 parent 91ffb63 commit 6556ee4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions conformance-checkers/messages.json
Expand Up @@ -62,6 +62,10 @@
"html/elements/canvas/070-novalid.html": "Element \u201cp\u201d not allowed in this context. (The parent was element \u201ccanvas\u201d.) Suppressing further errors from this subtree.",
"html/elements/cite/021-novalid.html": "End tag \u201cp\u201d implied, but there were open elements.",
"html/elements/code/010-novalid.html": "End tag \u201cp\u201d implied, but there were open elements.",
"html/elements/del/004-novalid.html": "Bad value \u201c1996\u201d for attribute \u201cdatetime\u201d on element \u201cdel\u201d: Bad date: The literal did not satisfy the date format. Bad datetime with timezone: The literal did not satisfy the datetime with timezone format.",
"html/elements/del/005-novalid.html": "Bad value \u201c2011-11\u201d for attribute \u201cdatetime\u201d on element \u201cdel\u201d: Bad date: The literal did not satisfy the date format. Bad datetime with timezone: The literal did not satisfy the datetime with timezone format.",
"html/elements/del/006-novalid.html": "Bad value \u201c14:54:39\u201d for attribute \u201cdatetime\u201d on element \u201cdel\u201d: Bad date: The literal did not satisfy the date format. Bad datetime with timezone: The literal did not satisfy the datetime with timezone format.",
"html/elements/del/007-novalid.html": "Bad value \u201c2011-11-12T14:54\u201d for attribute \u201cdatetime\u201d on element \u201cdel\u201d: Bad date: The literal did not satisfy the date format. Bad datetime with timezone: The literal did not satisfy the datetime with timezone format.",
"html/elements/del/041-novalid.html": "End tag \u201cp\u201d implied, but there were open elements.",
"html/elements/del/077-novalid.html": "Element \u201cp\u201d not allowed in this context. (The parent was element \u201cdel\u201d.) Suppressing further errors from this subtree.",
"html/elements/dfn/016-novalid.html": "End tag \u201cp\u201d implied, but there were open elements.",
Expand Down Expand Up @@ -90,6 +94,10 @@
"html/elements/input/001-novalid.html": "Bad value \u201c(\u201d for attribute \u201cpattern\u201d on element \u201cinput\u201d: Bad pattern: Unterminated parenthetical ",
"html/elements/input/002-novalid.html": "Bad value \u201c*\u201d for attribute \u201cpattern\u201d on element \u201cinput\u201d: Bad pattern: Invalid quantifier *",
"html/elements/input/003-novalid.html": "The \u201clist\u201d attribute of the \u201cinput\u201d element must refer to a \u201cdatalist\u201d element.",
"html/elements/ins/004-novalid.html": "Bad value \u201c1996\u201d for attribute \u201cdatetime\u201d on element \u201cins\u201d: Bad date: The literal did not satisfy the date format. Bad datetime with timezone: The literal did not satisfy the datetime with timezone format.",
"html/elements/ins/005-novalid.html": "Bad value \u201c2011-11\u201d for attribute \u201cdatetime\u201d on element \u201cins\u201d: Bad date: The literal did not satisfy the date format. Bad datetime with timezone: The literal did not satisfy the datetime with timezone format.",
"html/elements/ins/006-novalid.html": "Bad value \u201c14:54:39\u201d for attribute \u201cdatetime\u201d on element \u201cins\u201d: Bad date: The literal did not satisfy the date format. Bad datetime with timezone: The literal did not satisfy the datetime with timezone format.",
"html/elements/ins/007-novalid.html": "Bad value \u201c2011-11-12T14:54\u201d for attribute \u201cdatetime\u201d on element \u201cins\u201d: Bad date: The literal did not satisfy the date format. Bad datetime with timezone: The literal did not satisfy the datetime with timezone format.",
"html/elements/ins/040-novalid.html": "End tag \u201cp\u201d implied, but there were open elements.",
"html/elements/ins/076-novalid.html": "Element \u201cp\u201d not allowed in this context. (The parent was element \u201cins\u201d.) Suppressing further errors from this subtree.",
"html/elements/kbd/012-novalid.html": "End tag \u201cp\u201d implied, but there were open elements.",
Expand Down

0 comments on commit 6556ee4

Please sign in to comment.