Trait moxie_dom::interfaces::content_categories::FormAssociatedContent[][src]

pub trait FormAssociatedContent: Child { }
Expand description

Form-associated content comprises elements that have a form owner, exposed by a form attribute. A form owner is either the containing

element or the element whose id is specified in the form attribute.

Implementors