layout_2020::lists

Function make_marker

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