Skip to content

Commit f8ffc3c

Browse files
committed
Merge pull request #111 from heycam/rm-applyhook-wording
[css-properties-values-api] Remove some Introduction wording that references the apply hook.
2 parents a70a1f4 + 40a4e3d commit f8ffc3c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

css-properties-values-api/Overview.bs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,10 @@ can only impact document layout or paint by being re-incorporated into the value
4646
of other properties via a var() reference.
4747

4848
This 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

5351
This specification is complementary to [[css-paint-api]] and [[css-layout-api]], which
5452
allow 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

5854
Registering custom properties {#registering-custom-properties}
5955
==============================================================

0 commit comments

Comments
 (0)