Skip to content

Commit

Permalink
Updated browser support for a[download]
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGarro committed May 22, 2014
1 parent 051b089 commit 63c8e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5-demos.appspot.com/static/a.download.html
Expand Up @@ -253,7 +253,7 @@
<p>'Create file' creates a .txt file from the <code>contenteditable</code> region's content. This is done
by using <code>window.URL.createObjectURL()</code>. That generated file can be named and saved to
the user's machine by setting the <code>download</code> attribute on a link.</p>
<p><b>Browser support</b>: right now, only Chrome dev channel (14.0.835.15+) supports this attribute.</p>
<p><b>Browser support</b>: Chrome 14+, Firefox 20+ and Opera 15+</p>
</div>
</details>

Expand Down

0 comments on commit 63c8e53

Please sign in to comment.