AngleSharp / AngleSharp.Diffing

A library that makes it possible to compare two AngleSharp node lists and get a list of differences between them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path-indexes in sources should only include elements

egil opened this issue · comments

The indexes used in paths are node based. But since the path is css selector like, empty text nodes confuse the end user.

At the very least empty text nodes should be excluded, but for consistency it might be better only to use element when counting the index in paths.