fn process_resolved_style_request_internal<'dom>(
    requested_node: impl LayoutNode<'dom>,
    pseudo: &Option<PseudoElement>,
    property: &PropertyId,
    layout_root: &mut dyn Flow,
) -> String
Expand description

The primary resolution logic, which assumes that the element is styled.