Michael Ganss
Michael Ganss
I know this would be a good opportunity to introduce breaking changes. The issue I'm having with this change is that it's not about features but "just" a naming change,...
🆗 Let's do it then.
I'd rather not mess with the default set for backward compatibility reasons. But perhaps it would be a good idea to provide static readymade sets for different use cases like...
I agree in that we could change the defaults and up the major version. I'm unsure though what exactly we should use as guidance when selecting the default set. The...
@vanillajonathan I like the idea. Would you like to implement this? Also I think it would be nice if you had readymade instances of the `HtmlSanitizerOptions` class, for example ```c#...
@tiesont Re the `Action` parameter, I'm not sure I understand the use case. I know this pattern from `IServiceCollection` where you configure a DI container with an `Action` which gets...
Perhaps the presets should be `ImmutableHashSet`s. It feels wrong that the caller could change the static defaults.
This is indeed an issue within AngleSharp.CSS. I've reported it here: https://github.com/AngleSharp/AngleSharp.Css/issues/109
`@counter-style` (and `@font-feature-values`) are not currently supported by AngleSharp.Css. I've opened an issue here: https://github.com/AngleSharp/AngleSharp.Css/issues/102
I have opened an issue with AngleSharp.Css: https://github.com/AngleSharp/AngleSharp.Css/issues/101 `skew` works if you specify both axes, e.g. `transform: skew(20deg, 15deg);`