pub fn _style_for_element<'a>(
    author: &StyleSet,
    _document: &Html,
    node: &ElementRef<'a>,
    parent_style: Option<&ComputedValues>,
    match_context: &mut MatchingContext<'_, Simple>
) -> Arc<ComputedValues>