|
13 | 13 | E = {
|
14 | 14 | "null-character":
|
15 | 15 | _(u"Null character in input stream, replaced with U+FFFD."),
|
16 |
| - "invalid-character": |
| 16 | + "invalid-codepoint": |
17 | 17 | _(u"Invalid codepoint in stream."),
|
18 | 18 | "incorrectly-placed-solidus":
|
19 | 19 | _(u"Solidus (/) incorrectly placed in tag."),
|
|
74 | 74 | _(u"Unexpected = in unquoted attribute"),
|
75 | 75 | 'unexpected-character-in-unquoted-attribute-value':
|
76 | 76 | _(u"Unexpected character in unquoted attribute"),
|
| 77 | + "invalid-character-after-attribute-name": |
| 78 | + _(u"Unexpected character after attribute name."), |
| 79 | + "unexpected-character-after-attribute-value": |
| 80 | + _(u"Unexpected character after attribute value."), |
77 | 81 | "eof-in-attribute-value-double-quote":
|
78 | 82 | _(u"Unexpected end of file in attribute value (\")."),
|
79 | 83 | "eof-in-attribute-value-single-quote":
|
|
100 | 104 | _(u"Unexpected '-' after '--' found in comment."),
|
101 | 105 | "eof-in-comment-double-dash":
|
102 | 106 | _(u"Unexpected end of file in comment (--)."),
|
| 107 | + "eof-in-comment-end-space-state": |
| 108 | + _(u"Unexpected end of file in comment."), |
| 109 | + "eof-in-comment-end-bang-state": |
| 110 | + _(u"Unexpected end of file in comment."), |
103 | 111 | "unexpected-char-in-comment":
|
104 | 112 | _(u"Unexpected character in comment found."),
|
105 | 113 | "need-space-after-doctype":
|
|
0 commit comments