WAC Developer event, 14 February 2011, Mobile World Congress
Dominique Hazaël-Massieux <dom@w3.org>
François Daoust <fd@w3.org>

This project is funded by the European Union through the Seventh Framework Programme (FP7/2010-2012) under grant agreement n°257800 - Mobile Web Applications (MobiWebApp)

.zip → .wgtapplication/widgetMinimally
<widget
xmlns="http://www.w3.org/ns/widgets">
<name>Hello World!</name>
</widget>
<icon src=”image.png” />
<author
email="dom@w3.org">Dom</author>
<description>Awesome widgets demonstration</description>
<content src=”index.html” />
Access to advanced APIs
e.g. Geolocation:
<feature name="http://www.w3.org/TR/geolocation-API" />
<access origin=”http://example.com/” />
<access origin=”http://example.com/” subdomains=”true”/>
<access origin=”*” />
locales/ directory, e.g. locales/fr/xml:lang for data in config.xml<canvas>, <video>