--- title: Firefox 19 para Desarrolladores slug: Firefox_19_para_desarrolladores translation_of: Mozilla/Firefox/Releases/19 ---
Quieres ayudar a documentar Firefox 19? Visita la lista de bugs que necesitan ser revisados e inicia!
Map y
Set
pasaron de tener un método size()
a tener una propiedad size
({{bug("807001")}})Set
ahora tienen un método clear(). ({{bug("805003")}})vh
, vw
, vmin
, and vmax
, has landed ({{bug("503720")}})-moz-initial
value has been unprefixed ({{bug("806068")}}). -moz-initial
will be kept for a while as an alias; however, authors are strongly encouraged to switch over to initial
.full-width
keyword, which allows a more seamless inclusion of Latin characters in text using ideographic fixed-width characters, like Chinese or Japanese ({{bug("774560")}}).<color-stop>
(on {{cssxref("<gradient>")}}).HTMLCollection
({{bug("799464")}}).mozLastModifiedDate
property has been implemented. ({{bug("793955")}})isPointInStroke
method has been implemented ({{bug("803124")}}).Support for XForms has been removed in Firefox 19.
Note: A key change in Firefox 19 is that nsresult
is now strongly typed. This will help make it easier to detect bugs that are caused by mishandling of return values, but may cause existing code to break if it's making incorrect assumptions in this regard.
getBrowserSelection()
now returns the selected text in a text input field. As a result, gContextMenu.isTextSelected
will be true
when the user selects text in a text input field that is not a password field. ({{bug("565717")}})Dict()
now takes a JSON String. Dict.toJSON()
was added, and it returns a JSON String. ({{bug("727967")}}){{Firefox_for_developers('18')}}