Jonathan Magnan

Results 1222 comments of Jonathan Magnan

Thank you @elgonzo for your insight, I will surely think about it and reconsider my position over the weekend.

Hello @bdovaz , > Nowadays it is common to target .NET Standard 2.0 and .NET 6+. I agree, but we try to be backward compatible. Why do I agree that...

Hello @pauloortins , Thank you for reporting. We will add a rule similar to what we did here for ``: https://github.com/zzzprojects/html-agility-pack/commit/a7b18a357121919964481a773e56cafadbf624ea Best Regards, Jon

Hello @pauloortins , [v1.11.60](https://github.com/zzzprojects/html-agility-pack/releases/tag/v1.11.60) is now available. The `tbody` will now be closed when the parent tag is also a `tbody`, like in your case. Best Regards, Jon

Hello @johnkarbonhq , Thank you for reporting, My developer will look at it. Best Regards, Jon

Hello @johnkarbonhq , Which version are you using? When my developer tried it, he successfully got the error message raised on this line: ```csharp internal void CloseNode(HtmlNode endnode, int level...

Hello @johnkarbonhq , Thank you for the branch, my developer will look at it as well.

Hello @johnkarbonhq , As answered here; https://github.com/zzzprojects/html-agility-pack/issues/499 We currently cannot reproduce the issue with the example you provided. If you can provide an issue that this code fix, we will...

Hello @jekru , What exactly are you expecting from your proposed method `Attributes.Add(string name, bool value)` to do? 1. `` 2. `` 3. `` One solution, meanwhile, is surely creating...

Hello @jekru , Something for sure is that by default, we prefer to keep the current empty with the double quote behavior for backward compatibility. Browsers have different behavior on...