Skip to content

Commit

Permalink
More polyfill consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
SlexAxton committed Feb 24, 2013
1 parent 81583f7 commit b284e1b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion feature-detects/audio/audiodata.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,25 @@
"aliases": [],
"polyfills": [{
"name": "XAudioJS",
"authors": ["Grant Galitz"],
"href": "https://github.com/grantgalitz/XAudioJS",
"license": null,
"licenses": [],
"notes": [
"Audio sample stream output thin-abstraction library that supports mono and stereo audio, as well as resampling the audio stream.",
"Supports the Mozilla Audio Data API, Web Audio API, Adobe Flash 10, real-time WAV PCM Data URI generation"
]
},{
"name": "dynamicaudio.js",
"authors": ["Ben Firshman"],
"href": "http://github.com/bfirsh/dynamicaudio.js",
"licenses": ["BSD"],
"notes": []
},{
"name": "audiolib.js",
"authors": ["Jussi Kalliokoski"],
"href": "https://github.com/jussi-kalliokoski/audiolib.js",
"licenses": ["MIT"],
"notes": ["specs: incubator group proposed spec, Mozilla Audio Data API (temporary)"]
}],
"tags": ["audio", "media"],
"knownBugs": [],
Expand Down
4 changes: 2 additions & 2 deletions feature-detects/css/columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"aliases": [],
"polyfills": [{
"name": "css3-multi-column.js",
"author": "Cdric Savarese",
"authors": ["Cdric Savarese"],
"href": "http://www.csscripting.com/css-multi-column/",
"license": "CC-GNU LGPL",
"licenses": ["CC-GNU LGPL"],
"notes": [
"Supported Properties: column-count, column-width, column-gap, column-rule.",
"Unsupported Properties: column-rule-width (use column-rule instead), column-rule-style (use column-rule instead), column-rule-color (use column-rule instead), column-span, column-width-policy, column-space-distribution"
Expand Down

0 comments on commit b284e1b

Please sign in to comment.