Web Standards - AutoSponge/dev-notes GitHub Wiki
- decentralized video chat
- SSE example
- browser 2020 list of "new" APIs
- web sockets shared workers cross-tab design
- kv-storage built-in module replacing localStorage
- web share api
- cache api browser caches for use in window or worker
- on-change example of Proxy and Reflect (with links to others)
- structured cloning deep copy JSON
Accessibility
- https://www.w3.org/standards/webdesign/accessibility
- https://www.w3.org/TR/aria-in-html/#checklist (custom controls)
- https://w3c.github.io/Mobile-A11y-Extension/ (mobile)
- http://w3c.github.io/html-aria/ (html, aria)
Universal Data
- const.io constants
FileAPI
- FileAPI utilities
WebRTC
- jitsi video
Forms
Speech Recognition
x = new webkitSpeechRecognition()
x.continuous = true
x.interimResults = true
x.onresult = x => console.log(x.results[0][0].transcript)
x.start()
HTML, CSS, JS, DOM
- dialog polyfill
- pup parsing HTML at the command line
- whatwg specs
- compatibility
- w3c html
- dom events
- css prefetch
- exploring es6
- HEAD what goes in the head of a document
- lebab convert es5 to es6
- common tags html template literals
- autofill
- resource cheat sheet
Mobile
- amp (performance)
Structured Data
- examples
- schema.org
- ldp
- rdf
- json-ld
- hal (hal, hal+json)
- microformats
- AMP