Skip to content

Commit a8f8ad2

Browse files
zcorpansvgeesus
authored andcommitted
Include all attributes in DOMMatrixReadOnly JSON serialization
Fixes https://lists.w3.org/Archives/Public/public-fx/2016JanMar/0014.html
1 parent 467358d commit a8f8ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geometry/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ interface DOMMatrixReadOnly {
474474
Float32Array toFloat32Array();
475475
Float64Array toFloat64Array();
476476
stringifier;
477-
serializer = [ m11, m12, m13, m14, m21, m22, m23, m24, m31, m32, m33, m34, m41, m42, m43, m44 ];
477+
serializer = { attribute };
478478
};
479479

480480
[Constructor(sequence<unrestricted double> numberSequence),

0 commit comments

Comments
 (0)