Struct html5ever::tree_builder::ElementFlags [] [src]

pub struct ElementFlags {
    pub template: bool,
    pub mathml_annotation_xml_integration_point: bool,
    // some fields omitted
}

Fields

A document fragment should be created, associated with the element, and returned in TreeSink::get_template_contents

https://html.spec.whatwg.org/multipage/#template-contents

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]

Returns the "default value" for a type. Read more