hi, autoprefixer misses that one.
there鈥檚 basically
::-webkit-progress-bar, which is the whole bar (so idk why it鈥檚 there since we can just style progress)-webkit-progress-value and -moz-progress-bar, which are the progress indicatorprogress:indeterminate, which means the same as progress:not([value]), but it鈥檚 not prefixed anyway.Close, because there is no standard and seems like vendor specific hack like -webkit-appearance.
Anyone happen to know if browsers finally standardized something for this? I can't find much.
If there is no standard, can we just make one and use it to serve the best solutions to various browsers? I know it'd feel dirty, but it seems like there is _some_ consensus between Chrome/FF with ::-webkit-progress-value, ::-moz-progress-value. /shrug
Anyone happen to know of a good lib that focuses on this rather than having to load all of WtfForms? :)
@corysimmons without a standard we don鈥檛 know a unprefixed value, so we couldn鈥檛 use it in Autoprefixer :(
I feel ya. I might write some silly plugin that helps with this in a modular (just progress bars, or just xyz, instead of loading CSS for everything) if I get time (see: never). 馃