-
Notifications
You must be signed in to change notification settings - Fork 511
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
Be more explicit about necessity of perspective()
argument
#2542
Comments
It looks like this is your first issue. Welcome! 👋 One of the project maintainers will be with you as soon as possible. We appreciate your patience. To safeguard the health of the project, please take a moment to read our code of conduct. |
I believe the issue is about the first example, |
Gosh, it's been a while. But I think the gist of my comment is that there are other required properties for the effect seen in the Try It section that are not clear to someone navigating to the article from a Google search who doesn't have more context, for example. Here's a gif demonstrating that other properties are required for the effect but they are not made clear in the article: |
I don't think that's the key point of this example. Live examples almost never provide reproducible code—rather, they hold all other variables constant so you can observe the effect of this one feature in a sufficiently complicated context. That said, we'll leave it open so (1) the invalid case can be fixed (2) maybe someone has a different opinion. |
MDN URL
https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/translate3d
What specific section or headline is this issue about?
The Try It section
What information was incorrect, unhelpful, or incomplete?
The try it section should show that the
perspective()
argument is present. The CSS shown in the Try It section will not result in the output withoutperspective()
,What did you expect to see?
The try it section should show that the
perspective()
argument is present.Do you have any supporting links, references, or citations?
https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/perspective
Do you have anything more you want to share?
No response
MDN metadata
Page report details
en-us/web/css/transform-function/translate3d
The text was updated successfully, but these errors were encountered: