Support six-parameter version of DOMMatrix scale method
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: bjornson, Assigned: saschanaz)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Updated•8 years ago
|
Updated•8 years ago
|
Comment 1•8 years ago
|
||
Comment 2•6 years ago
|
||
Looks like some people ran into this, so we're adding this to the MDN compat table per https://github.com/mdn/browser-compat-data/pull/3476 which will show up on https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrixReadOnly/scale#Browser_compatibility
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
WPT tests for scale() depends on .fromMatrix()
so I'd say this depends on Bug 1560462.
Assignee | ||
Comment 4•6 years ago
|
||
Adjusted scale() to receive six arguments, scale3d() to allow zero argument, and scaleNonUniform to support only two arguments. Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=e6484802f1961c7fe881b4d1d7f4309ec19110a7
Assignee | ||
Updated•6 years ago
|
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5084ca5c7896
Align DOMMatrix scale* operations to the spec r=bzbarsky
Comment 6•6 years ago
|
||
bugherder |
Comment 9•6 years ago
|
||
Documentation updated:
- Updated the DOMMatrix and DOMMatrixReadOnly pages accordingly.
- Submitted BCD PR 4823 to update the compatibility data for the affected methods.
Please advise if there are any remaining issues with the content affected here.
Description
•