@@ -87,7 +87,7 @@ allow custom properties to directly impact paint and layout behaviours respectiv
87
87
Registered Custom Properties {#behavior-of-custom-properties}
88
88
=============================================================
89
89
90
- A [=custom property=] can become a <dfn local-lt="registered">registered custom property</dfn> ,
90
+ A [=custom property=] can become a <dfn export local-lt="registered">registered custom property</dfn> ,
91
91
making it act more like a UA-defined property:
92
92
giving it a syntax that's checked by the UA,
93
93
an initial value,
@@ -209,7 +209,8 @@ or the [=guaranteed-invalid value=]).
209
209
Otherwise, attempt to [=CSS/parse=] the property's value
210
210
according to its registered syntax.
211
211
If this fails,
212
- the [=computed value=] is the [=guaranteed-invalid value=] .
212
+ the declaration is [=invalid at computed-value time=]
213
+ and the [=computed value=] is determined accordingly.
213
214
If it succeeds,
214
215
the [=computed value=] depends on the specifics of the syntax:
215
216
@@ -569,7 +570,7 @@ If omitted, the [=initial value=] of the property is the [=guaranteed-invalid va
569
570
570
571
Otherwise,
571
572
if the value of the 'syntax' descriptor is not the [=universal syntax definition=] ,
572
- the following conditions must be met for the the ''@property'' rule to be valid:
573
+ the following conditions must be met for the ''@property'' rule to be valid:
573
574
574
575
* The 'initial-value' descriptor must be present.
575
576
* The 'initial-value' descriptor's value must [=consume a syntax definition|parse successfully=]
@@ -974,7 +975,7 @@ Parsing The Syntax String {#parsing-syntax}
974
975
: <dfn export>syntax definition</dfn>
975
976
:: An object consisting of a list of <a>syntax components</a> .
976
977
977
- : <dfn>universal syntax definition</dfn>
978
+ : <dfn export >universal syntax definition</dfn>
978
979
:: A special syntax definition which accepts any valid token stream.
979
980
980
981
### Consume a Syntax Definition ### {#consume-syntax-definition}
0 commit comments