How do you petition W3 to accept a standard?
Every major browser supports a "fill available" keyword, but all of them are prefixed.
- "-moz-available"
- "-webkit-fill-available"
- idk what the Chrome one is but I know it exists
The page generator I'm using (Ktor) supports the keywords "available", "fill-available", and "-webkit-fill-available" but not "-moz-available" which is the only one FireFox/Librewolf supports.
I can manually set it to "-moz-available", yes. But then I only support Firefox-based browsers. Which I'm not opposed to at this point in time, but one day I might prefer another browser and this will be obsolete.
If I were writing this page statically, I would have the option of writing all of the (broken) options in, but the generator only supports one option at a time.
#W3 #Firefox #Gecko #Webkit #WebStandards #WebStandard