22 Aug
2018
22 Aug
'18
1:26 a.m.
But as far as I can tell, this only prevents conic gradients from being parsed. In my case I want to completely hide some CSS properties. Preventing the parser from accepting their values is not enough, because they are still exposed via `prop in element.style`. El 22/8/18 a les 03:11, Simon Fraser ha escrit:
The way we do this this now is via flags on CSSParserContext. See "conicGradientsEnabled" for an example.
Simon