Skip to content

Commit

Permalink
adding supplementary links to improve learnability. ref #108 #109
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 26, 2012
1 parent f36b554 commit d3e6d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion posts/Eventsource.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ tags: fallback
kind: api
polyfillurls:[EventSource.js](https://github.com/remy/polyfills/blob/master/EventSource.js), [jQuery.eventsource](https://github.com/rwldrn/jquery.eventsource)

EventSource.js provides a base fallback and is not dependent on jQuery.
[Server-Sent Events](http://html5doctor.com/server-sent-events/) 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.
2 changes: 1 addition & 1 deletion posts/datalist.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ tags: polyfill gtie9 nomobile
kind: html
polyfillurls: [Relevant Dropdowns](http://css-tricks.com/relevant-dropdowns-polyfill-for-datalist/), [Webshims](http://afarkas.github.com/webshim/demos/), [jQuery Datalist Plugin](http://miketaylr.com/code/datalist.html)

Datalist enables autocomplete combo boxes. It can be polyfilled well with any of the scripts below, though they have [varying levels](https://github.com/h5bp/html5please/issues/18) of support for the full feature. You can also use a [graceful fallback](http://adactio.com/journal/4272/) if you choose not to polyfill.
[`<datalist>`](http://developers.whatwg.org/the-button-element.html#the-datalist-element) enables autocomplete combo boxes. It can be polyfilled well with any of the scripts below, though they have [varying levels](https://github.com/h5bp/html5please/issues/18) of support for the full feature. You can also use a [graceful fallback](http://adactio.com/journal/4272/) if you choose not to polyfill.

0 comments on commit d3e6d66

Please sign in to comment.