[][src]Trait mika::dom::traits::ChildOfA

pub trait ChildOfA { }

Permitted content of <a>: Transparent, containing either flow content (excluding interactive content) or phrasing content. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a

Implementors

impl<T> ChildOfA for T where
    T: FlowNonInteractiveContent
[src]

Loading content...