Nuevas funciones
Ver tabla "IDL attributes and methods " en 4.10.7 The input element
- valueAsNumber
- Se puede utilizar como getter y como setter, aplicable a elementos input de tipo Number, Range, Local Date and Time, Date and Time, Date, Month, Week, Time
- valueAsDate
- Se emplea como getter y setter para elementos input de tipo Date and Time, Date, Month, Week, Time.
Como getter, convierte una cadena en un objeto Date en los tipos de input indicados. Con otro tipo cualquiera devuelve null.
Como setter, convierte una objeto Date (que representa un valor válido) en una cadena que asigna al atributo value del elemento.
- stepUp(n)
- Incrementa el valor de un input tipo range en n veces el valor del atributo step. Aplicable a elementos input de tipo Number, Range, Local Date and Time, Date and Time, Date, Month, Week, Time
- stepDown(n)
- Decrementa el valor de un input tipo range en n veces el valor del atributo step. Aplicable a elementos input de tipo Number, Range, Local Date and Time, Date and Time, Date, Month, Week, Time