Html5StrictParseConfig

Configuration for strict parsing of HTML5. All void tags must never be closed, and all non-void tags must always be explicitly closed. Attributes must still be quoted like in XML.

Members

Static functions

nodeCloseMode
NodeCloseMode nodeCloseMode(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
preserveWhitespace
bool preserveWhitespace(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

optionalParameterValues
enum optionalParameterValues;
voidElements
auto voidElements;

Meta