Skip to content

Commit

Permalink
add screenshots showing browser UI
Browse files Browse the repository at this point in the history
  • Loading branch information
drufball committed Mar 29, 2016
1 parent df63583 commit abaa3d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EXPLAINER.md
Expand Up @@ -12,11 +12,11 @@ Whenever a site writes to a file, the browser should notify the user.
## Browser UI
No additional browser permission will be required. There will be browser UI that allows the user to open a file and to “save as…” a file. There will be a non modal warning shown by the browser whenever a site writes a file:

> domain.com is writing to example.txt
![Warning text when writing a file](img/write-warning.png?raw=true)

There will also be a non modal warning shown by the browser whenever a site reads from a file that has changed since the last time the site read the file:

> domain.com is reading from example.txt
![Warning text when reading a file](img/read-warning.png?raw=true)

The browser should also display all files a domain has access to in the domain's settings. Users will be allowed to revoke access to any of these files.

Expand Down
Binary file added img/read-warning.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/write-warning.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abaa3d9

Please sign in to comment.