AngleSharp / AngleSharp.Diffing

A library that makes it possible to compare two AngleSharp node lists and get a list of differences between them.
MIT License
37 stars 6 forks source link

Add the ability to ignore an elements children or its attributes #9

Closed egil closed 2 years ago

egil commented 4 years ago

In addition to the diff:ignore comparison modifier, that ignores the element it is on, its attributes and children, it would be useful to have an diff:ignoreChildren and diff:ignoreAttributes modifiers as well, that would still compare the element, but not its children or attributes.