├── README.md ├── demos ├── ambient-light-api-demo.html ├── battery-status-api-demo.html ├── classlist-api-demo.html ├── dataset-api-demo.html ├── device-orientation-api-demo.html ├── geolocation-api-demo.html ├── getusermedia-api-demo.html ├── high-resolution-time-api-demo.html ├── navigation-timing-api-demo.html ├── network-information-api-demo.html ├── page-visibility-api-demo.html ├── proximity-api-demo.html ├── resource-timing-api-demo.html ├── screen-orientation-api-demo.html ├── speech-synthesis-api-demo.html ├── user-timing-api-demo.html ├── vibration-api-demo.html ├── web-notifications-api-demo.html └── web-speech-api-demo.html └── shared.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/README.md -------------------------------------------------------------------------------- /demos/ambient-light-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/ambient-light-api-demo.html -------------------------------------------------------------------------------- /demos/battery-status-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/battery-status-api-demo.html -------------------------------------------------------------------------------- /demos/classlist-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/classlist-api-demo.html -------------------------------------------------------------------------------- /demos/dataset-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/dataset-api-demo.html -------------------------------------------------------------------------------- /demos/device-orientation-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/device-orientation-api-demo.html -------------------------------------------------------------------------------- /demos/geolocation-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/geolocation-api-demo.html -------------------------------------------------------------------------------- /demos/getusermedia-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/getusermedia-api-demo.html -------------------------------------------------------------------------------- /demos/high-resolution-time-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/high-resolution-time-api-demo.html -------------------------------------------------------------------------------- /demos/navigation-timing-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/navigation-timing-api-demo.html -------------------------------------------------------------------------------- /demos/network-information-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/network-information-api-demo.html -------------------------------------------------------------------------------- /demos/page-visibility-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/page-visibility-api-demo.html -------------------------------------------------------------------------------- /demos/proximity-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/proximity-api-demo.html -------------------------------------------------------------------------------- /demos/resource-timing-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/resource-timing-api-demo.html -------------------------------------------------------------------------------- /demos/screen-orientation-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/screen-orientation-api-demo.html -------------------------------------------------------------------------------- /demos/speech-synthesis-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/speech-synthesis-api-demo.html -------------------------------------------------------------------------------- /demos/user-timing-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/user-timing-api-demo.html -------------------------------------------------------------------------------- /demos/vibration-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/vibration-api-demo.html -------------------------------------------------------------------------------- /demos/web-notifications-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/web-notifications-api-demo.html -------------------------------------------------------------------------------- /demos/web-speech-api-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/demos/web-speech-api-demo.html -------------------------------------------------------------------------------- /shared.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelioDeRosa/HTML5-API-demos/HEAD/shared.css --------------------------------------------------------------------------------