Michael Ganss
Michael Ganss
Yes, this should work. Your best bet is to step inside the event handler with a debugger and compare the condition against the actual values. IIRC the tag name is...
I agree, although currently there doesn't seem to be a better choice. HAP doesn't seem to have CSS support and is lacking in other areas as well, see https://github.com/AngleSharp/AngleSharp/wiki/Performance FWIW:...
@JiriZidek Done in 4.0.187.
I'm not sure I understand what you are trying to achieve. 1. The `UriAttributes` collection contains the attributes that may contain URIs (e.g. href and src). It does not contain...
I've updated to the latest AngleSharp release (0.9.8.1) but kept the pinning for now due to the reasons @304NotModified outlined above. AngleSharp seems to be "hiding" behind the 0.x status...
Yes, I've been wanting to do it for a while now, just didn't get around to it. Monday.
Released 3.4.156 targeting AngleSharp 0.9.9.
When you call `Sanitize()` the HTML you pass in is treated as a fragment, that's why `` and `` are already stripped by the HTML parser, i.e. before HtmlSanitizer gets...
AFAICT what's missing is support for the case where the head is abstract. I won't have time to implement this currently, perhaps in a few weeks. If you could implement...
This is due to the way XmlSchemaClassGenerator [handles choice elements](https://github.com/mganss/XmlSchemaClassGenerator#choice). It might seem as if the order is wrong, but the `Secondary` property isn't the second element of the second...