Function layout_2020::lists::make_marker

source ยท
pub(crate) fn make_marker<'dom, Node>(
    context: &LayoutContext<'_>,
    info: &NodeAndStyleInfo<Node>,
) -> Option<Vec<PseudoElementContentItem>>
where Node: NodeExt<'dom>,
Expand description