We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed62002 commit 88928c0Copy full SHA for 88928c0
css-properties-values-api/Overview.bs
@@ -146,7 +146,11 @@ If this function is called with a name that doesn't match an existing property
146
then a {{NotFoundError}} is thrown.
147
148
Successful calls to both {{registerProperty()}} and {{unregisterProperty()}}
149
-trigger a reparse of all parsed CSS.
+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?
154
155
Supported syntax strings {#supported-syntax-strings}
156
----------------------------------------------------
0 commit comments