Skip to content
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

Missing doc: -webkit-fill-available #35618

Closed
DrippingMellow opened this issue Aug 28, 2024 · 3 comments · Fixed by #36190
Closed

Missing doc: -webkit-fill-available #35618

DrippingMellow opened this issue Aug 28, 2024 · 3 comments · Fixed by #36190
Labels
accepting PR Feel free to open a PR to resolve this issue Content:CSS Cascading Style Sheets docs

Comments

@DrippingMellow
Copy link

MDN URL

https://developer.mozilla.org/en-US/docs/Web/CSS/WebKit_Extensions

What specific section or headline is this issue about?

D-I

What information was incorrect, unhelpful, or incomplete?

There is an extension missing

What did you expect to see?

I expected: -webkit-fill-available to see.

Do you have any supporting links, references, or citations?

https://stackoverflow.com/a/68270606/23058836

Do you have anything more you want to share?

It's like fit-content(stretch)

MDN metadata

Page report details
@DrippingMellow DrippingMellow added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Aug 28, 2024
@github-actions github-actions bot added the Content:CSS Cascading Style Sheets docs label Aug 28, 2024
@Josh-Cena Josh-Cena changed the title Missing element Missing -webkit-fill-available docs Aug 28, 2024
@estelle estelle changed the title Missing -webkit-fill-available docs Missing doc: -webkit-fill-available Aug 29, 2024
@OnkarRuikar
Copy link
Contributor

The -webkit-fill-available is a value, not a property. So why do we need a separate page for it? It is an alias of stretch value which we've documented recently.

The related discussion can be found in #29887 (comment) .

@DrippingMellow
Copy link
Author

I see, I didn't know that it was value.

I didn't want it to have a separate page, just maybe mentioned somewhere. The Reason for that is, that it took a long time to find information about it and its relation to stretch. But I've found it now; it's just hidden at first.

  1. You need to go down to Browser Compatibility.
  2. In the row for the stretch value click a version (everything except Firefox)

It's just really hard to find it when searching. Not to mention, you can't find it when searching on the MDN website itself.

Still, I thank you for your help.

@Josh-Cena
Copy link
Member

This should get a mention on said page.

@Josh-Cena Josh-Cena added good first issue A good issue for newcomers to get started with. accepting PR Feel free to open a PR to resolve this issue and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. good first issue A good issue for newcomers to get started with. labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepting PR Feel free to open a PR to resolve this issue Content:CSS Cascading Style Sheets docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants