Hmm. Links have href, making them easy to spot, but targets may have only ids, and lots of other things also have ids.
The only way to get a matching set would be to search for all ids, which would return a lot of random ids that are NOT targets.
Or am I missing something?
|