File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
css-properties-values-api Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,10 @@ can only impact document layout or paint by being re-incorporated into the value
4646of other properties via a var() reference.
4747
4848This specification extends [[css-variables]] , allowing the registration of properties
49- that have a value type, an initial value, and a defined inheritance behaviour. This
50- specification also provides an additional javascript-mediated means via which custom
51- properties can modify the computed value of native properties.
49+ that have a value type, an initial value, and a defined inheritance behaviour.
5250
5351This specification is complementary to [[css-paint-api]] and [[css-layout-api]] , which
5452allow custom properties to directly impact paint and layout behaviours respectively.
55- Accordingly, it is recommended not to use the computed value modification facilities of this
56- specification directly for layout, but only to impact cascading in a non-native manner.
5753
5854Registering custom properties {#registering-custom-properties}
5955==============================================================
You can’t perform that action at this time.
0 commit comments