You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to preserve comments written in style tags also but I am not able to preserve them even though I am using RemovingComments event hook and canceling the event. It works fine in case of comments inside the body tag in HTML.
AngleSharp.Css does not keep comments in its object model after parsing. AFAICT this is in accordance with the CSSOM spec but I have opened an issue nonetheless: AngleSharp/AngleSharp.Css#99
I want to preserve comments written in style tags also but I am not able to preserve them even though I am using RemovingComments event hook and canceling the event. It works fine in case of comments inside the body tag in HTML.
Here is the fiddle link https://dotnetfiddle.net/6H6bJe
The text was updated successfully, but these errors were encountered: