- From: Mounir Lamouri <notifications@github.com>
- Date: Thu, 05 Mar 2015 07:59:01 -0800
- To: w3c/permissions <permissions@noreply.github.com>
Received on Thursday, 5 March 2015 15:59:54 UTC
We need use cases for that in order to start extending the algorithm to include it. My first thoughts would be that pickers and permissions are opposed: if you have a picker, you probably have no associated permission. If I had to make a pure theoretical excercise and try to have pickers fit in the current model, I think it should be something like ```granted``` the reason being that ```prompt``` will send the wrong signal to the web page, making it think the permission can be ```granted``` by the user. This said, the only picker commonly used on the web is for <input type=file> and having a permission associated with that doesn't sound right. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/issues/8
Received on Thursday, 5 March 2015 15:59:54 UTC