| 1 |
wakaba |
1.1 |
after head;parse-error;The <code>$0</code> element cannot be inserted between <code>head</code> and <code>body</code> elements. |
| 2 |
wakaba |
1.2 |
character not allowed;content-model-error;Data character is not allowed in this context. |
| 3 |
wakaba |
1.1 |
child element missing;content-model-error;There must be a <code>$0</code> element as a child of this element. |
| 4 |
|
|
child element missing:td|th;content-model-error;There must be a <code>td</code> or <code>th</code> element as a child of this element. |
| 5 |
|
|
nestc;tokenize-error;Void element syntax (<code>/></code>) cannot be used for this element. |
| 6 |
|
|
duplicate attribute;tokenize-error;There are two attributes with same name. |
| 7 |
|
|
element not allowed;content-model-error;This element is not allowed in this context. |
| 8 |
|
|
enumerated:invalid;attribute-error;This attribute only allow a limited set of values and the specified value is not one of them. |
| 9 |
|
|
no DOCTYPE;parse-error;This document does not start with the <code>DOCTYPE</code> declaration. |
| 10 |
|
|
not HTML5;parse-error;This document is written in an old version of HTML. |
| 11 |
|
|
not closed;parse-error;Element <code>$0</code> is not closed. |
| 12 |
|
|
unmatched end tag;parse-error;Element <code>$0</code> is not opened. |
| 13 |
|
|
|
| 14 |
|
|
table:no cell in last row;table-model-error;The table has no cell (<code>td</code> or <code>th</code>) in the last row. |
| 15 |
|
|
|
| 16 |
|
|
s:IMT:obsolete subtype;should;An <em>obsolete</em> subtype is used. |
| 17 |
|
|
s:IMT:private subtype;should;A private (<code>x-</code> or <code>x.</code>) subtype is used. |
| 18 |
|
|
s:IMT:unregistered subtype;should;The subtype is not registered to IANA. |
| 19 |
|
|
|
| 20 |
|
|
s:URI::empty path;should;This IRI should explicitly end with <code>/</code>. |
| 21 |
|
|
m:URI::syntax error;must;This IRI is not syntactically valid. |
| 22 |
|
|
|
| 23 |
|
|
unsupported:attribute;unsupported;This attribute is not supported by the conformance checker; <em>it might or might not be conformant</em>. |
| 24 |
|
|
unsupported:element;unsupported;This element is not supported by the conformance checker; <em>it might or might not be conformant</em>. |
| 25 |
wakaba |
1.2 |
unsupported:link type;unsupported;The link type <code>$0</code> is not standardized or registered at the time of the release of the conformance checker; <em>it is non-conforming unless it has now been registered</em>. |
| 26 |
wakaba |
1.1 |
|
| 27 |
|
|
manakaiCompatMode:quirks;;Quirks Mode |
| 28 |
|
|
manakaiCompatMode:limited quirks;;Limited Quirks Mode |
| 29 |
|
|
manakaiCompatMode:no quirks;;No Quirks Mode |
| 30 |
|
|
|
| 31 |
|
|
manakaiIsHTML:1;;HTML Document |
| 32 |
|
|
manakaiIsHTML:0;;XML Document |
| 33 |
|
|
|
| 34 |
|
|
# Copyright 2007 Wakaba <w@suika.fam.cx> |
| 35 |
|
|
# |
| 36 |
|
|
# This library is free software; you can redistribute it |
| 37 |
|
|
# and/or modify it under the same terms as Perl itself. |
| 38 |
|
|
# |
| 39 |
wakaba |
1.2 |
# $Date: 2007/07/01 06:21:46 $ |