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

Just some questions

SebastianStehle opened this issue · comments

I have two questions:

  1. How are conditional comments compared?

I get some differences about comments and I do not understand it.

Lets say you have a comment like this:

Is it one big comment or 2 comments and 1 node?

<!--[if mso | IE]>
<table />
<![endif]-->

If it is 2 comments and 1 node, how are whitespaces handled?

  1. Can I ignore some attributes? I would like to ignore empty style attributes like style=""

About Question 2

I found it myself. It was stupid. I can just filter the results of course.