Skip to content

Commit 0fb4370

Browse files
authored
Fix CSSMathSum args type (mdn#43694)
* Fix CSSMathSum args type https://drafts.css-houdini.org/css-typed-om/#dom-cssmathsum-cssmathsum sum rather than product * Update parameter description for CSSMathSum (mdn#43695) * Update index.md * Update index.md
1 parent 1bc1971 commit 0fb4370

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

files/en-us/web/api/cssmathmax/cssmathmax/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ new CSSMathMax(args)
2222
### Parameters
2323

2424
- `args`
25-
- : A list of values for the {{domxref('CSSMathProduct')}} object to be either a double
26-
integer or a {{domxref('CSSNumericValue')}}.
25+
- : A list of numbers or {{domxref("CSSNumericValue")}} objects.
2726

2827
### Exceptions
2928

files/en-us/web/api/cssmathmin/cssmathmin/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ new CSSMathMin(args)
2323
### Parameters
2424

2525
- `args`
26-
- : A list of values for the {{domxref('CSSMathProduct')}} object to be either a double
27-
integer or a {{domxref('CSSNumericValue')}}.
26+
- : A list of numbers or {{domxref("CSSNumericValue")}} objects.
2827

2928
### Exceptions
3029

0 commit comments

Comments
 (0)