Skip to content

Commit

Permalink
index update.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 26, 2012
1 parent d3e6d66 commit 23b51eb
Showing 1 changed file with 55 additions and 3 deletions.
58 changes: 55 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ <h2 class="name">&lt;datalist> </h2>
</header>
<div class="more">
<div class="recco">
<p>Datalist enables autocomplete combo boxes. It can be polyfilled well with any of the scripts below, though they have <a href="https://github.com/h5bp/html5please/issues/18">varying levels</a> of support for the full feature. You can also use a <a href="http://adactio.com/journal/4272/">graceful fallback</a> if you choose not to polyfill.</p>
<p><a href="http://developers.whatwg.org/the-button-element.html#the-datalist-element"><code>&lt;datalist&gt;</code></a> enables autocomplete combo boxes. It can be polyfilled well with any of the scripts below, though they have <a href="https://github.com/h5bp/html5please/issues/18">varying levels</a> of support for the full feature. You can also use a <a href="http://adactio.com/journal/4272/">graceful fallback</a> if you choose not to polyfill.</p>
</div>
<div class="polyfills"><b>Recommended polyfills: </b><p><a href="http://css-tricks.com/relevant-dropdowns-polyfill-for-datalist/">Relevant Dropdowns</a>, <a href="http://afarkas.github.com/webshim/demos/">Webshims</a>, <a href="http://miketaylr.com/code/datalist.html">jQuery Datalist Plugin</a></p></div>

Expand Down Expand Up @@ -537,6 +537,10 @@ <h2 class="name">ECMAScript 6 </h2>

<p class="links">

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

<a href="https://github.com/h5bp/html5please/blob/master/posts/es6.md">Edit this info</a>
</p>
</div>
Expand All @@ -551,7 +555,7 @@ <h2 class="name">EventSource </h2>
</header>
<div class="more">
<div class="recco">
<p>EventSource.js provides a base fallback and is not dependent on jQuery.</p>
<p><a href="http://html5doctor.com/server-sent-events/">Server-Sent Events</a> are real-time events emitted by the server and received by the browser. EventSource.js provides a base fallback and is not dependent on jQuery.</p>
</div>
<div class="polyfills"><b>Recommended polyfills: </b><p><a href="https://github.com/remy/polyfills/blob/master/EventSource.js">EventSource.js</a>, <a href="https://github.com/rwldrn/jquery.eventsource">jQuery.eventsource</a></p></div>

Expand Down Expand Up @@ -834,6 +838,10 @@ <h2 class="name">HTML5 elements </h2>

<p class="links">

<a href="http://caniuse.com/html5-sectioningelements" target="_blank">
View browser share %
</a>

<a href="https://github.com/h5bp/html5please/blob/master/posts/html5-sectioningelements.md">Edit this info</a>
</p>
</div>
Expand Down Expand Up @@ -906,6 +914,10 @@ <h2 class="name">input[placeholder] </h2>

<p class="links">

<a href="http://caniuse.com/input-placeholder" target="_blank">
View browser share %
</a>

<a href="https://github.com/h5bp/html5please/blob/master/posts/input-placeholder.md">Edit this info</a>
</p>
</div>
Expand All @@ -928,6 +940,10 @@ <h2 class="name">&lt;input type=color> </h2>

<p class="links">

<a href="http://caniuse.com/input-typecolor" target="_blank">
View browser share %
</a>

<a href="https://github.com/h5bp/html5please/blob/master/posts/input-typecolor.md">Edit this info</a>
</p>
</div>
Expand All @@ -952,6 +968,10 @@ <h2 class="name">&lt;input type=date> </h2>

<p class="links">

<a href="http://caniuse.com/input-typedate" target="_blank">
View browser share %
</a>

<a href="https://github.com/h5bp/html5please/blob/master/posts/input-typedate.md">Edit this info</a>
</p>
</div>
Expand All @@ -976,6 +996,10 @@ <h2 class="name">&lt;input type=range> </h2>

<p class="links">

<a href="http://caniuse.com/input-typerange" target="_blank">
View browser share %
</a>

<a href="https://github.com/h5bp/html5please/blob/master/posts/input-typerange.md">Edit this info</a>
</p>
</div>
Expand Down Expand Up @@ -1070,6 +1094,10 @@ <h2 class="name">matchMedia </h2>

<p class="links">

<a href="http://caniuse.com/match-media" target="_blank">
View browser share %
</a>

<a href="https://github.com/h5bp/html5please/blob/master/posts/match-media.md">Edit this info</a>
</p>
</div>
Expand Down Expand Up @@ -1168,6 +1196,10 @@ <h2 class="name">Microdata DOM API </h2>

<p class="links">

<a href="http://caniuse.com/microdata-domapi" target="_blank">
View browser share %
</a>

<a href="https://github.com/h5bp/html5please/blob/master/posts/microdata-domapi.md">Edit this info</a>
</p>
</div>
Expand All @@ -1190,6 +1222,10 @@ <h2 class="name">min/max-width/height </h2>

<p class="links">

<a href="http://caniuse.com/minmax-widthheight" target="_blank">
View browser share %
</a>

<a href="https://github.com/h5bp/html5please/blob/master/posts/minmax-widthheight.md">Edit this info</a>
</p>
</div>
Expand Down Expand Up @@ -1285,6 +1321,10 @@ <h2 class="name">ol[reversed] </h2>

<p class="links">

<a href="http://caniuse.com/ol-reversed" target="_blank">
View browser share %
</a>

<a href="https://github.com/h5bp/html5please/blob/master/posts/ol-reversed.md">Edit this info</a>
</p>
</div>
Expand Down Expand Up @@ -1379,6 +1419,10 @@ <h2 class="name">position:fixed </h2>

<p class="links">

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

<a href="https://github.com/h5bp/html5please/blob/master/posts/positionfixed.md">Edit this info</a>
</p>
</div>
Expand Down Expand Up @@ -1549,6 +1593,10 @@ <h2 class="name">scoped-css </h2>

<p class="links">

<a href="http://caniuse.com/scoped-css" target="_blank">
View browser share %
</a>

<a href="https://github.com/h5bp/html5please/blob/master/posts/scoped-css.md">Edit this info</a>
</p>
</div>
Expand Down Expand Up @@ -1751,7 +1799,7 @@ <h2 class="name">transitions </h2>
</header>
<div class="more">
<div class="recco">
<p>Most of the time, transitions just add to the experience and are not neccessary for a usable experience. If there is any critical interaction that requires transitions to be present, we recommend you provide an alternative experience for users on browsers that do not support this feature by feature detecting its presence.
<p>Most of the time, transitions just add to the experience and are not necessary for a usable experience. If there is any critical interaction that requires transitions to be present, we recommend you provide an alternative experience for users on browsers that do not support this feature by feature detecting its presence.
Note that you need to use all the usual prefixes to make this work in all browsers (<code>-o-</code>, <code>-webkit-</code>, <code>-moz-</code>, <code>-ms-</code>).</p>
</div>
<div class="polyfills"></div>
Expand Down Expand Up @@ -1808,6 +1856,10 @@ <h2 class="name">Web Workers </h2>

<p class="links">

<a href="http://caniuse.com/web-workers" target="_blank">
View browser share %
</a>

<a href="https://github.com/h5bp/html5please/blob/master/posts/web-workers.md">Edit this info</a>
</p>
</div>
Expand Down

0 comments on commit 23b51eb

Please sign in to comment.