DOMify

Hey everyone,

FYI, I released a Javascript library yesterday that implements some of
the ideas I've discussed here over the past 2 or 3 years, about using
the DOM instead of purpose-designed APIs for providing access to
device state information;

https://github.com/distobj/DOMify

It currently only supports navigator.geolocation (via a window.Geo
HTMLDocument object), but I thought that next up would be the Contacts
API which might be abstracted as a single document using a list of
hCards, and replace find() with selectors.

Mark.

Received on Monday, 3 October 2011 23:52:29 UTC