Skip to content

Commit 5f5b80f

Browse files
committed
[css-properties-values-api] Add detail to intro.
1 parent 532a6a5 commit 5f5b80f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css-properties-values-api/Overview.bs

+5-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ can only impact document layout or paint by being re-incorporated into the value
5959
of other properties via a var() reference.
6060

6161
This specification extends [[css-variables]], allowing the registration of properties
62-
that have a value type, an initial value, and a defined inheritance behaviour.
62+
that have a value type, an initial value, and a defined inheritance behaviour,
63+
via two methods:
64+
65+
* A JS API, the {{registerProperty()}} method
66+
* A CSS at-rule, the ''@property'' rule
6367

6468
This specification is complementary to [[css-paint-api-1]] and [[css-layout-api-1]], which
6569
allow custom properties to directly impact paint and layout behaviours respectively.

0 commit comments

Comments
 (0)