Closed pkra closed 3 years ago
recurseNodeToExtractTree searches for data-owns-id below the current node. It should look inside the root (to avoid failure in aria-owns-like situations).
I think the source of the problem might be different. We do search widely, but too widely - across the entire document
We should search the treebase instead.
This is a really dumb bug and due to #25 since we used to have proper/unique IDs.
recurseNodeToExtractTree searches for data-owns-id below the current node. It should look inside the root (to avoid failure in aria-owns-like situations).