marianoguerra/html/kind does not have a README file
pub(all) enum ErrorKind {
EofInTag
EofInComment
EofInRawText(String)
EofInDoctype
UnclosedElement(String)
MismatchedEndTag(String, String)
StrayEndTag(String)
EndTagForVoid(String)
ChildrenOnVoid(String)
NonVoidSelfClosing(String)
DuplicateAttribute(String)
UnexpectedSolidusInTag
MissingTagName
InvalidFirstCharacterOfTagName
UnexpectedEqualsSignBeforeAttributeName
UnexpectedCharacterInUnquotedAttributeValue
AbruptClosingOfEmptyComment
NestedComment
IncorrectlyClosedComment
BogusComment
CdataInHtmlContent
DoctypeNotFirst
MalformedDoctype
UnknownNamedCharacterReference(String)
MissingSemicolonAfterCharacterReference
AbsenceOfDigitsInNumericCharacterReference
CharacterReferenceOutsideUnicodeRange
UnexpectedNullCharacter
UnprintableRawText(String)
Unexpected(String)
} derive(Eq, Debug)Install
Download zipA semantic markup tree for MoonBit: HTML, SVG and MathML, with a tolerant parser, a printer with pretty, compact and minified modes, and structured diagnostics
Dependencies