mganss / HtmlSanitizer

Cleans HTML to avoid XSS attacks
MIT License
1.51k stars 198 forks source link

about slash in background property #536

Open pseudorasbora opened 3 months ago

pseudorasbora commented 3 months ago

hi, When a “slash” is included in the “background” property of a stylesheet, the style is removed. e.g : <div style="background:url(xx.jpg) 50% 50% / cover;"></div> used in version 8.1.844-beta. thanks

mganss commented 3 months ago

This syntax seems to be unsupported by AngleSharp.Css currently.