-
Notifications
You must be signed in to change notification settings - Fork 22.8k
New pages: DOMMatrixReadOnly.skewX/skewY/rotate #37152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Preview URLs (9 pages)
Flaws (7)Note! 4 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
URL:
(comment last updated: 2025-01-29 20:18:50) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There were a few comment which applied to most of these pages, that I didn't note everywhere:
- consider pretty-printing comments (and try to keep tgem under 80 characters, or they get hard-wrapped)
- I'm not sure how relevant the CSS "see also" links are.
// "matrix3d(0.728, 0.609, -0.315, 0, -0.525, 0.791, 0.315, 0, 0.441, -0.063, 0.895, 0, 0, 0, 0, 1)" | ||
console.log(matrix.toString()); | ||
// "matrix3d(0.728, 0.609, -0.315, 0, -0.525, 0.791, 0.315, 0, 0.441, -0.063, 0.895, 0, 0, 0, 0, 1)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth pretty-printing these comments so they are more readable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still isn't addressed (and will apply to other pages too).
- CSS {{cssxref("transform")}} property | ||
- CSS {{cssxref("rotate")}} property | ||
- CSS {{cssxref("transform-function")}} functions | ||
- {{cssxref("transform-function/rotate", "rotate()")}} | ||
- {{cssxref("transform-function/rotate3d", "rotate3d()")}} | ||
- {{cssxref("transform-function/rotateX", "rotateX()")}} | ||
- {{cssxref("transform-function/rotateY", "rotateY()")}} | ||
- {{cssxref("transform-function/rotateZ", "rotateZ()")}} | ||
- [CSS transforms](/en-US/docs/Web/CSS/CSS_transforms) module | ||
- SVG [`transform`](/en-US/docs/Web/SVG/Attribute/transform) attribute | ||
- {{domxref("CanvasRenderingContext2D")}} interface methods | ||
- {{domxref("CanvasRenderingContext2D.rotate()")}} | ||
- {{domxref("CanvasRenderingContext2D.transform()")}} | ||
- {{domxref("CanvasRenderingContext2D.setTransform()")}} | ||
- {{domxref("CanvasRenderingContext2D.resetTransform()")}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not that clear what the relevance of these transform/rotate pages are to this method. I mean it's not like you need to use matrices to rotate an item in CSS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also isn't addressed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed many of the links, but kept the links to CSS. It's way easier to rotate with CSS, so pointing them to a simpler way of doing in CSS what this is doing in JS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! A few changes still are not addressed here:
#37152 (comment)
#37152 (comment)
#37152 (comment)
#37152 (comment)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
part of openwebdocs/project#214