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

pub trait PalpableContent: Child { }
Expand description

Content is palpable when it’s neither empty or hidden; it is content that is rendered and is substantive. Elements whose model is flow content or phrasing content should have at least one node which is palpable.

Implementors