Next on my list of traits is one to render a UI for "permission requests". So today I'll cover where those (geolocation, notification, and audio/video recording permissions, plus media codec requests) come from.
I needed to implement this UI, because the default is to deny all permissions.
---
Sidenote: In suggesting alternative web standards I'd prefer it if permissions where prompted for more subtly (you have to look for the button to activate it), and webpages can't rely on it being granted.
@aa Sounds like a great idea!
Count make any promises though, at the very least it'll take a while to be implemented upstream in WebKit.