Module dilla_renderer::attribute
source · Expand description
Handle HTML Attributes.
An HTML attribute is managed and created to be rendered with an element or from inside a MiniJinja template. class and style have some specific management as they can come from scoped properties. Other attributes are managed without any process.
Structs
- An Attribute support data to generate HTML attribute markup. @todo IndexMap is needed to ensure working test, as it can have a performance impact this could switch only for tests.