pub fn parse_accessibility_tree<'a, 'b, 'c>(
document: &'a Html,
_author: &StyleSet,
) -> (BTreeMap<&'a str, Vec<(ElementRef<'a>, Option<NodeId>)>>, Option<TaffyTree>)Expand description
try to fix all possible issues using a spec against the tree.