mdn / content

The content behind MDN Web Docs
https://developer.mozilla.org
Other
9.21k stars 22.49k forks source link

Missing doc: -webkit-fill-available #35618

Closed DrippingMellow closed 1 month ago

DrippingMellow commented 2 months ago

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 * Folder: `en-us/web/css/webkit_extensions` * MDN URL: https://developer.mozilla.org/en-US/docs/Web/CSS/WebKit_Extensions * GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/web/css/webkit_extensions/index.md * Last commit: https://github.com/mdn/content/commit/bb48907e64eb4bf60f17efd7d39b46c771d220a0 * Document last modified: 2024-08-13T13:25:16.000Z
OnkarRuikar commented 2 months ago

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 https://github.com/mdn/content/issues/29887#issuecomment-2289294005 .

DrippingMellow commented 2 months ago

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 commented 1 month ago

This should get a mention on said page.