James Treworgy
James Treworgy
btw I just pushed the signed 1.3.4 package -- forgot yesterday. I don't think anything in this update would have to do with this though.
Is there any way you can provide me with some markup that you are having trouble with? It's really hard for me to identify a potential problem because I can't...
Finally found the problem! There is indeed a bug with `InnerText` -- so elements that shouldn't have been matched were getting removed. Fixed in next push. Try the updated DLLs.
I'm just back from vacation - thanks for the contributions & bug reports - will look over this and get everything up to date asap.
This could be a bug, I'm not actually sure though. Why would you want to put markup in an `IFRAME`? I don't know if its valid or not (my _very_...
I agree - this should be a pretty easy fix. This is going to be a killer week for me but I'm hoping to finalize this into a release when...
So is CsQuery rendering the quoted ampersand as just an ampersand? Will check it out - this seems like one of those things that probably browsers don't care about but...
Point taken. The spec describes quoting rules what I had implemented before: http://dev.w3.org/html5/spec-LC/syntax.html#attributes-0 I have tentatively implemented it to use attribute encoding [per MS HtmlAttributeEncode](http://msdn.microsoft.com/en-us/library/wdek0zbf.aspx) whenever the double-quoting rule criteria...
No problem - keep reporting them. You can get around this by by using the `DOMElement.SetStyles(string styles, bool strict)` method to set styles (false for strict to disable syntax checking)....
Not hard to fix, it's purely a CsQuery thing.