@@ -126,8 +126,8 @@ the last such one in document order is the registration.
126
126
Otherwise there is no registration,
127
127
and the [=custom property=] is <em> not</em> a [=registered custom property=] .
128
128
129
- Parsing Custom Properties {#parsing-custom-properties}
130
- ------------------------------------------------------
129
+ Parse-Time Behavior {#parsing-custom-properties}
130
+ ------------------------------------------------
131
131
132
132
[=Registered custom properties=] parse exactly like unregistered [=custom properties=] ;
133
133
almost anything is allowed.
@@ -182,18 +182,21 @@ See [[#calculation-of-computed-values]].
182
182
not a necessity like for UA-defined properties.
183
183
</details>
184
184
185
+ [=Specified Value=] -Time Behavior {#specified-value}
186
+ ----------------------------------------------------
185
187
186
- Calculation of Computed Values {#calculation-of-computed-values}
187
- ----------------------------------------------------------------
188
+ Just like unregistered [=custom properties=] ,
189
+ all [=registered custom properties=] , regardless of registered syntax,
190
+ accept the [=CSS-wide keywords=] ,
191
+ such as ''inherit'' or ''revert'' .
192
+ Their behavior is defined in [[css-cascade-4#defaulting-keywords]] .
193
+
194
+ [=Computed Value=] -Time Behavior {#calculation-of-computed-values}
195
+ ------------------------------------------------------------------
188
196
189
197
The [=computed value=] of a [=registered custom property=]
190
198
is determined by the syntax of its [=registration=] .
191
199
192
- Note: All properties, regardless of registered syntax,
193
- accept the [=CSS-wide keywords=] ,
194
- such as ''inherit'' or ''revert'' .
195
- These are handled at [=specified value=] time,
196
- as defined in [[css-cascade-4#defaulting-keywords]] .
197
200
198
201
For <code> "<length>"</code> ,
199
202
<code> "<length-percentage>"</code> ,
0 commit comments