Struct markup5ever::interface::tree_builder::ElementFlags
[−]
[src]
pub struct ElementFlags {
pub template: bool,
pub mathml_annotation_xml_integration_point: bool,
// some fields omitted
}Fields
template: bool
A document fragment should be created, associated with the element, and returned in TreeSink::get_template_contents
mathml_annotation_xml_integration_point: bool
This boolean should be recorded with the element and returned in TreeSink::is_mathml_annotation_xml_integration_point
https://html.spec.whatwg.org/multipage/#html-integration-point
Trait Implementations
impl Default for ElementFlags[src]
fn default() -> ElementFlags[src]
Returns the "default value" for a type. Read more