From 9c4db01cdcf0d792c0acc8b59413a949f04847f4 Mon Sep 17 00:00:00 2001 From: Mathew Hodson Date: Sat, 1 Feb 2025 12:35:46 -0500 Subject: [PATCH] Clarify `transformList` syntax on `setMatrixValue()` page Remove mention of `DOMString` because from the perspective of web developers, it's just a string. --- files/en-us/web/api/dommatrix/setmatrixvalue/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/dommatrix/setmatrixvalue/index.md b/files/en-us/web/api/dommatrix/setmatrixvalue/index.md index c2d9cc42415523d..2c1c366307d834f 100644 --- a/files/en-us/web/api/dommatrix/setmatrixvalue/index.md +++ b/files/en-us/web/api/dommatrix/setmatrixvalue/index.md @@ -19,7 +19,7 @@ The **`setMatrixValue()`** method of the {{domxref("DOMMatrix")}} interface repl ### Parameters - `transformList` - - : The list of comma-separated transform values as a `DOMString` matrix. + - : A string; the list of transform values separated by commas, within `matrix()` or `matrix3d()` function syntax. ### Return value