No estándar
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
Resumen
El pseudo-elemento CSS ::-ms-fill
CSS representa la porción rellena de un elemento <progress>
. Es un pseudo-elemento no estándar y específico de Internet Explorer 10+, de ahí el prefijo del vendedor.
Síntaxis
::-ms-fill
Especificaciones
No es parte de ninguna especificación. Microsoft tiene una descripción en MSDN.
Ejemplo
Contenido CSS
progress::-ms-fill {
background-color: orange;
}
Contenido HTML
<progress value="10" max="50">
Salida
Una barra de progreso a la que se aplique ese estilo tendrá una apariencia similar a la siguiente:
Compatibilidad con los distintos navegadores
We're converting our compatibility data into a machine-readable JSON format.
This compatibility table still uses the old format,
because we haven't yet converted the data it contains.
Find out how you can help!
Característica | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Soporte básico | Sin soporte | Sin soporte | 10.0 | Sin soporte | Sin soporte |
Característica | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Soporte básico | Sin soporte | Sin soporte | ? | Sin soporte | Sin soporte |