Skip to content

Commit 88928c0

Browse files
committed
[css-properties-values-api] calls to registerProperty
should not reparse all CSS. w3c#63
1 parent ed62002 commit 88928c0

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
@@ -146,7 +146,11 @@ If this function is called with a name that doesn't match an existing property
146146
then a {{NotFoundError}} is thrown.
147147

148148
Successful calls to both {{registerProperty()}} and {{unregisterProperty()}}
149-
trigger a reparse of all parsed CSS.
149+
trigger a reparse of the specified value of the newly registered or unregistered
150+
property, followed by an invalidation of the computed style of all {{document}}s
151+
created on the in-scope {{Window}}.
152+
153+
Issue(63): Phrasing? How do I write this correctly?
150154

151155
Supported syntax strings {#supported-syntax-strings}
152156
----------------------------------------------------

0 commit comments

Comments
 (0)