-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Many typos on Basic concepts of flexbox
page
#37475
Comments
@Hexstream could you submit a pull request to fix the page content? |
Sorry, I'm too busy to onboard myself for that kind of contribution, as previously said. |
Hey @Hexstream, I'm currently working on this issue and I wanted to clarify something.
It could possibly shrink if there is some content within the container, since it would initialize it to that particular |
Thank you for raising the question! Unfortunately, I am not yet clear on the details of what a |
MDN URL
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_flexible_box_layout/Basic_concepts_of_flexbox
What specific section or headline is this issue about?
Various, see below.
What information was incorrect, unhelpful, or incomplete?
Multi-line flex containers with flex-wrap
"and they" does not make sense:
This should probably be (just remove "and"):
Properties applied to flex items
"distribute" should be "distributed":
Shorthand values for the flex properties
"of for" does not make sense:
Removing either word would probably work, I'm not sure which wording is more prevalent in MDN documentation.
Shorthand values for the flex properties
Can the items really shrink from a
flex-basis
of0
? This seems confusing at best.align-items
"align" should be "aligns":
place-items and place-content
"and" doesn't seem like the best word here:
I would suggest "as" or "since":
What did you expect to see?
No typos.
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
MDN metadata
Page report details
en-us/web/css/css_flexible_box_layout/basic_concepts_of_flexbox
The text was updated successfully, but these errors were encountered: