File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1518,7 +1518,7 @@ The following are the arithmetic operations you can perform on dimensions:
15181518 set |result|[|baseType|] to |power|.
15191519
15201520 3. If the [=percent hint=] of |this| is not null,
1521- 1. Set {{CSSNumericType/ percentHint}} to the [=percent hint=] of |this|.
1521+ 1. Set |result| [| percentHint|] to the [=percent hint=] of |this|.
15221522
15231523 4. Return |result|.
15241524</div>
@@ -5808,7 +5808,7 @@ length3.toString(); // "42px";
58085808<div algorithm>
58095809 To <dfn export>serialize a {{CSSVariableReferenceValue}}</dfn> |this|:
58105810
5811- 1. Let |s| initally be "var(".
5811+ 1. Let |s| initially be "var(".
58125812
58135813 2. Append |this|’s {{CSSVariableReferenceValue/variable}} internal slot to |s|.
58145814
You can’t perform that action at this time.
0 commit comments