First page Back Continue Last page Overview Graphics
Thought experiments
An uber-root() function to give the union of the root nodes of ALL web pages?
- count(uber-root()//*[@class='hcard'])
A CSS matching function?
- count(uber-root()/elements-with-class('hcard'))
Or axis?
- count(uber-root()/class::hcard)