This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for the proper prefixes to use in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the spec changes.
El atributo global translate es un atributo enumerado que es usado para especificar si los valores del atributo de un elemento y los valores de sus nodos hijos de Texto serán traducidos cuando la página es localizada , o si se debe de dejarlos sin cambio . Puede tener los siguientes valores :
- Cadena vacía y "yes" , que indica que el elemento debe de ser traducido cuando la página es localizada .
- "no", que indica que el elemento no debe de ser traducido .
Especificaciones
Especificación | Estatus | Comentario |
---|---|---|
WHATWG HTML Living Standard The definition of 'translate' in that specification. |
Living Standard | Sin cambio desde el último snapshot, HTML5.1 |
HTML5.1 The definition of 'translate' in that specification. |
Working Draft | Snapshot de WHATWG HTML Living Standard, definición inicial |
Compatibilidad en exploradores
Característica | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Soporte básico | Not supported | Not supported | Not supported | Not supported | Not supported |
Característica | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Soporte básico | Not supported | Not supported | Not supported | Not supported | Not supported | Not supported |
Ver también
- atributos globales
- La propiedad
HTMLElement.translate
que refleja a este atributo