File tree 1 file changed +5
-5
lines changed
css-properties-values-api
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -794,8 +794,8 @@ by [[cssom#serialize-a-css-value|serializing]] the computed value,
794
794
and [[css-syntax-3#tokenization|tokenizing]] the resulting string.
795
795
796
796
<div class='example'>
797
- Suppose that '--x' is registered with ''<length>'' syntax, and that '--y'
798
- is an unregistered custom property.
797
+ Suppose that '--x' is registered with ''<length>'' syntax,
798
+ and that '--y' is an unregistered custom property.
799
799
800
800
<pre class='lang-css'>
801
801
@@ -806,9 +806,9 @@ and [[css-syntax-3#tokenization|tokenizing]] the resulting string.
806
806
}
807
807
</pre>
808
808
809
- Because the computed value of '--x' (when serialized) is "80px", the computed
810
- value of '--y' is: <<whitespace-token>> followed by
811
- <<dimension-token>> with a value of "80" and unit "px".
809
+ Because the computed value of '--x' (when serialized) is "80px",
810
+ the computed value of '--y' is
811
+ a <<dimension-token>> with a value of "80" and unit "px".
812
812
813
813
</div>
814
814
You can’t perform that action at this time.
0 commit comments