At Least the Tests Pass

There’s a fundamental flaw in our HtmlCoordinate abstraction. We need to switch it from element-relative coordinates to page coordinates. The challenge, as always, is doing this incrementally, without breaking the rest of our code as we go. It’s not easy, but we figure out a path forward.

comments powered by Disqus