Skip to content

Commit

Permalink
updated tags, added filesystem & writer together
Browse files Browse the repository at this point in the history
  • Loading branch information
piatra committed May 4, 2012
1 parent 03fb35b commit e333e77
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 55 deletions.
51 changes: 12 additions & 39 deletions index.html
Expand Up @@ -123,10 +123,10 @@ <h4 class="kind css">css</h4>
<footer class="tags">gtie8 fallback</footer>
</article>

<article class="fallback prefixes">
<article class="prefixes polyfill">
<header>
<h2 class="name" id="border-image">border-image </h2>
<h3 class="status use">use <i>with <b class=fallback>fallback</b></i> </h3>
<h3 class="status use">use <i>with <b class=polyfill>polyfill</b></i> </h3>
<h4 class="kind css">css</h4>
</header>
<div class="more">
Expand All @@ -144,7 +144,7 @@ <h4 class="kind css">css</h4>
<a href="https://github.com/h5bp/html5please/blob/master/posts/border-image.md">Edit this info</a>
</p>
</div>
<footer class="tags">fallback prefixes</footer>
<footer class="tags">prefixes polyfill</footer>
</article>

<article class="">
Expand Down Expand Up @@ -599,10 +599,10 @@ <h4 class="kind css">css</h4>
<footer class="tags">none</footer>
</article>

<article class="fallback gtie8">
<article class="prefixes polyfill">
<header>
<h2 class="name" id="File API">File API </h2>
<h3 class="status caution">caution <i>with <b class=fallback>fallback</b></i> </h3>
<h3 class="status caution">caution <i>with <b class=polyfill>polyfill</b></i> </h3>
<h4 class="kind api">api</h4>
</header>
<div class="more">
Expand All @@ -623,19 +623,19 @@ <h4 class="kind api">api</h4>
<a href="https://github.com/h5bp/html5please/blob/master/posts/fileapi.md">Edit this info</a>
</p>
</div>
<footer class="tags">fallback gtie8</footer>
<footer class="tags">prefixes polyfill</footer>
</article>

<article class="fallback gtie8">
<article class="prefixes polyfill">
<header>
<h2 class="name" id="FileSystem API">FileSystem API </h2>
<h3 class="status caution">caution <i>with <b class=fallback>fallback</b></i> </h3>
<h2 class="name" id="FileSystem &amp; FileWriter API">FileSystem & FileWriter API </h2>
<h3 class="status caution">caution <i>with <b class=polyfill>polyfill</b></i> </h3>
<h4 class="kind api">api</h4>
</header>
<div class="more">
<div class="recco">
<p>Filesystem API provides a method of reading and writing files to a sandboxed file system on the user's local file system.
Supported only by Chrome 18+ with webkit prefix.</p>
<p>Filesystem &amp; FileWriter API provides a method of reading and writing files to a sandboxed file system on the user's local file system.
Supported only by Chrome 18+ with webkit prefix. Check out <a href="http://caniuse.com/filesystem">http://caniuse.com/filesystem</a> for a more detailed view.</p>

<p><a href="https://github.com/ebidel/idb.filesystem.js">idb.filesystem.js</a> Implements a polyfill using IndexedDB as its underlying storage layer. Required support for IndexDB means that it works only in Firefox and Chrome.</p>
</div>
Expand All @@ -650,34 +650,7 @@ <h4 class="kind api">api</h4>
<a href="https://github.com/h5bp/html5please/blob/master/posts/filesystem.md">Edit this info</a>
</p>
</div>
<footer class="tags">fallback gtie8</footer>
</article>

<article class="fallback gtie8">
<header>
<h2 class="name" id="FileWriter API">FileWriter API </h2>
<h3 class="status caution">caution <i>with <b class=fallback>fallback</b></i> </h3>
<h4 class="kind api">api</h4>
</header>
<div class="more">
<div class="recco">
<p>Alongside FileSystem the FileWriter API lets you write content to a file.
Supported only by Chrome 18+ with webkit prefix.</p>

<p><a href="https://github.com/ebidel/idb.filesystem.js">idb.filesystem.js</a> Implements a polyfill using IndexedDB as its underlying storage layer.</p>
</div>
<div class="polyfills"><b>Recommended polyfills: </b><p><a href="https://github.com/ebidel/idb.filesystem.js">idb.filesystem.js</a></p></div>

<p class="links">

<a href="http://caniuse.com/writer">
View browser share %
</a>

<a href="https://github.com/h5bp/html5please/blob/master/posts/writer.md">Edit this info</a>
</p>
</div>
<footer class="tags">fallback gtie8</footer>
<footer class="tags">prefixes polyfill</footer>
</article>

<article class="none">
Expand Down
2 changes: 1 addition & 1 deletion posts/border-image.md
@@ -1,6 +1,6 @@
feature: border-image
status: use
tags: fallback prefixes
tags: prefixes polyfill
kind: css
polyfillurls:

Expand Down
2 changes: 1 addition & 1 deletion posts/fileapi.md
@@ -1,6 +1,6 @@
feature: File API
status: caution
tags: fallback gtie8
tags: prefixes polyfill
kind: api
polyfillurls: [FileReader](https://github.com/Jahdrien/FileReader)

Expand Down
8 changes: 4 additions & 4 deletions posts/filesystem.md
@@ -1,10 +1,10 @@
feature: FileSystem API
feature: FileSystem & FileWriter API
status: caution
tags: fallback gtie8
tags: prefixes polyfill
kind: api
polyfillurls: [idb.filesystem.js](https://github.com/ebidel/idb.filesystem.js)

Filesystem API provides a method of reading and writing files to a sandboxed file system on the user's local file system.
Supported only by Chrome 18+ with webkit prefix.
Filesystem & FileWriter API provides a method of reading and writing files to a sandboxed file system on the user's local file system.
Supported only by Chrome 18+ with webkit prefix. Check out [http://caniuse.com/filesystem](http://caniuse.com/filesystem) for a more detailed view.

[idb.filesystem.js](https://github.com/ebidel/idb.filesystem.js) Implements a polyfill using IndexedDB as its underlying storage layer. Required support for IndexDB means that it works only in Firefox and Chrome.
10 changes: 0 additions & 10 deletions posts/writer.md

This file was deleted.

0 comments on commit e333e77

Please sign in to comment.