File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
css-properties-values-api Expand file tree Collapse file tree 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,
794794and [[css-syntax-3#tokenization|tokenizing]] the resulting string.
795795
796796<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.
799799
800800 <pre class='lang-css'>
801801
@@ -806,9 +806,9 @@ and [[css-syntax-3#tokenization|tokenizing]] the resulting string.
806806 }
807807 </pre>
808808
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".
812812
813813</div>
814814
You can’t perform that action at this time.
0 commit comments