Conversation
…mments. Still ignores normal comments
|
Thanks Adam! Could you add a comment in there briefly explaining the On Fri, Mar 16, 2012 at 14:39, Adam Miller
|
|
Expanded HER-1998 to explain more about conditional comments. Added the following: Conditional comments are used by some versions of Internet Explorer to allow html specific to a browser version to be ignored by other browsers/versions Typical HTML Comment: Conditional HTML comment: This technique is commonly used to reference CSS & JavaScript that are designed to deal with the quirks of a specific version of Internet Explorer. There is another syntax for conditional comments which already gets parsed by the regex since it doesn't start with "<!--" |
|
Adam thanks... I meant it should go in the code though... so if you On Mon, Mar 19, 2012 at 12:13, Adam Miller
|
… from failing new tests
HER-1998 - ExtractorHTML modified to parse html inside conditional comments. Still ignores normal comments