We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. I added @counter-style in the allowed list of CSS at rules. But it is stripping off that.
<style> @counter-style winners-list { system: fixed; symbols: url(gold-medal.svg) url(silver-medal.svg) url(bronze-medal.svg); suffix: " "; } </style>
sanitizes to
<style> </style>
Have another CSS at rules stripping off here: Attaching https://dotnetfiddle.net/VHZpLa
The text was updated successfully, but these errors were encountered:
@counter-style (and @font-feature-values) are not currently supported by AngleSharp.Css. I've opened an issue here: AngleSharp/AngleSharp.Css#102
@counter-style
@font-feature-values
Sorry, something went wrong.
No branches or pull requests
Hi. I added @counter-style in the allowed list of CSS at rules. But it is stripping off that.
sanitizes to
Have another CSS at rules stripping off here:
Attaching https://dotnetfiddle.net/VHZpLa
The text was updated successfully, but these errors were encountered: