You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract: This CSS module defines an API for registering new CSS properties. Properties registered using this API are provided with a parse syntax that defines a type, inheritance behaviour, and a default value.
8
+
Abstract: This CSS module defines an API for registering new CSS properties. Properties registered using this API are provided with a parse syntax that defines a type, inheritance behaviour, and an initial value.
9
9
Editor: Tab Atkins, jackalmage@gmail.com
10
10
Editor: Shane Stephens, shanestephens@google.com
11
11
Editor: Daniel Glazman, daniel.glazman@disruptive-innovations.com
@@ -248,7 +248,7 @@ For example, the following are all valid syntax strings.
248
248
249
249
</div>
250
250
251
-
Calculation of Computed values {#calculation-of-computed-values}
251
+
Calculation of Computed Values {#calculation-of-computed-values}
0 commit comments