Firefox 3.6 Details for Developers
An article on Firefox 3.6 for developers has appeared on the official Mozilla Developer Center website , which describes the innovations and changes in the upcoming version of Firefox 3.6. Of particular interest are the changes in working with the DOM:
- a reorder message is sent to frames when their documents are loaded;
- the getBoxObjectFor () method was excluded as non-standard and introducing non-standard functionality into the web;
- hashchange event added! Following Internet Explorer 8, Firefox also gets support for a new event from draft HTML 5. I described it in more detail in this article ;
- support for geolocation addresses has been added, which will provide location information in a convenient way:
where a is the object that returned the geolocation API.
a.address.streetNumber
a.address.street
a.address.premises
a.address.city
a.address.county
a.address.region
a.address.county
a.address.countryCode
a.address.postalCode