[webkit-dev] CSS Logical Properties and Values

Oriol Brufau obrufau at igalia.com
Tue Aug 21 18:26:00 PDT 2018


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



More information about the webkit-dev mailing list