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

pub trait ScriptSupportingContent: Child { }
Expand description

Script-supporting elements are elements which don’t directly contribute to the rendered output of a document. Instead, they serve to support scripts, either by containing or specifying script code directly, or by specifying data that will be used by scripts.

Implementors