Autoprefixer: -webkit-progress-{bar,value}, -moz-progress-bar

Created on 19 Jan 2014  路  4Comments  路  Source: postcss/autoprefixer

hi, autoprefixer misses that one.

there鈥檚 basically

  1. ::-webkit-progress-bar, which is the whole bar (so idk why it鈥檚 there since we can just style progress)
  2. -webkit-progress-value and -moz-progress-bar, which are the progress indicator
  3. progress:indeterminate, which means the same as progress:not([value]), but it鈥檚 not prefixed anyway.
support

All 4 comments

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). 馃

Was this page helpful?
0 / 5 - 0 ratings