Skip to content

Commit cb37e18

Browse files
committed
fix linking errors
1 parent 91053c1 commit cb37e18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-typed-om/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -767,15 +767,15 @@ The following are the arithmetic operations you can perform on dimensions:
767767

768768
2. Let |thisAndValues| be |this| prepended to |values|.
769769

770-
3. [=list/If all=] |item|s of |thisAndValues| do not belong to the same class return false. Example: all items in |thisAndValues| must be {{CSSUnitValue}}.
770+
3. If all |item|s of |thisAndValues| do not belong to the same class return false. Example: all items in |thisAndValues| must be {{CSSUnitValue}}.
771771

772-
4. [=list/If all=] |item|s in |thisAndValues| are {{CSSUnitValue}s and have the same {{CSSUnitValue/unit}} and {{CSSUnitValue/value}} return true.
772+
4. If all |item|s in |thisAndValues| are {{CSSUnitValue}s and have the same {{CSSUnitValue/unit}} and {{CSSUnitValue/value}} return true.
773773

774-
5. [=list/If all=] |item|s in |thisAndValues| are {{CSSMathValue}}s :
774+
5. If all |item|s in |thisAndValues| are {{CSSMathValue}}s :
775775
1. If |thisAndValues| are all either {{CSSMathSum}}, {{CSSMathProduct}}, {{CSSMathMin}} or {{CSSMathMax}}, iterate over the {{CSSNumericArray}}s on |thisAndValues|,
776-
1. For each {{CSSNumericValue}} in each of the {{CSSNumericArray}}s go back to step 1 to check that the {{CSSUnitValue}}s on all items in |thisAndValue| are equal.
777-
2. If |this| and |value| are both either {{CSSMathNegate}} or {{CSSMathInvert}}:
778-
1. Go back to step 1 to check that the {{CSSUnitValue}} on all items in |thisAndValue| are equal.
776+
1. For each {{CSSNumericValue}} in each of the {{CSSNumericArray}}s go back to step 1 to check that the {{CSSUnitValue}}s on all items in |thisAndValue| are equal.
777+
2. If |this| and |value| are both either {{CSSMathNegate}} or {{CSSMathInvert}}:
778+
1. Go back to step 1 to check that the {{CSSUnitValue}} on all items in |thisAndValue| are equal.
779779
</div>
780780

781781

0 commit comments

Comments
 (0)