Remove DOMMatrix.prototype.scaleNonUniformSelf()
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(1 file)
The spec has removed it in 2016: https://github.com/w3c/fxtf-drafts/commit/99e3212469026b2f2f50926a41912d110a1741b7
Assignee | ||
Comment 1•6 years ago
|
||
Do we want to do this? Should we add a use counter first?
![]() |
||
Comment 2•6 years ago
|
||
Probably safer to do that, yeah. Looks like no one else ships it, but....
Assignee | ||
Comment 3•6 years ago
|
||
We probably just can remove it given that no other implementations are there.
![]() |
||
Comment 4•6 years ago
|
||
https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrix will need to get updated.
![]() |
||
Updated•6 years ago
|
Updated•6 years ago
|
![]() |
||
Comment 6•6 years ago
|
||
bugherder |
Comment 7•6 years ago
|
||
Posted site compatibility note: https://www.fxsitecompat.dev/en-CA/docs/2019/dommatrix-scalenonuniformself-has-been-dropped-in-favour-of-scaleself/
Comment 8•5 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.
Comment 9•5 years ago
|
||
It's also worth noting that I did a general overhaul of the DOMMatrix and DOMMatrixReadOnly articles. There is much that could still be done but it's in far better shape than it was, as long as I didn't introduce any egregious errors. :)
Description
•