Skip to content

Commit

Permalink
Solve some polyfill link issues (Modernizr#2576)
Browse files Browse the repository at this point in the history
* Delete broken links, fix redirects

* Removed 2 dead repositories

* Replace github http links with https

* Upgrade to https

* Solve metadata errors

* Restore css3pie
  • Loading branch information
Markel authored Jun 24, 2020
1 parent 771354e commit d31f4a0
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 130 deletions.
2 changes: 1 addition & 1 deletion feature-detects/audio/webaudio.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Web Audio API",
"property": "webaudio",
"caniuse": "audio-api",
"polyfills": ["xaudiojs", "dynamicaudiojs", "audiolibjs"],
"polyfills": ["dynamicaudiojs", "audiolibjs"],
"tags": ["audio", "media"],
"builderAliases": ["audio_webaudio_api"],
"authors": ["Addy Osmani"],
Expand Down
2 changes: 1 addition & 1 deletion feature-detects/canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"property": "canvas",
"caniuse": "canvas",
"tags": ["canvas", "graphics"],
"polyfills": ["flashcanvas", "excanvas", "slcanvas", "fxcanvas"]
"polyfills": ["excanvas", "slcanvas"]
}
!*/
/* DOC
Expand Down
3 changes: 1 addition & 2 deletions feature-detects/crypto.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"notes": [{
"name": "W3C Editor's Draft Spec",
"href": "https://www.w3.org/TR/WebCryptoAPI/"
}],
"polyfills": ["polycrypt"]
}]
}
!*/
/* DOC
Expand Down
3 changes: 1 addition & 2 deletions feature-detects/crypto/getrandomvalues.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"notes": [{
"name": "W3C Editor’s Draft Spec",
"href": "https://w3c.github.io/webcrypto/#Crypto-interface-methods"
}],
"polyfills": ["polycrypt"]
}]
}
!*/
/* DOC
Expand Down
1 change: 0 additions & 1 deletion feature-detects/css/columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"name": "CSS Columns",
"property": "csscolumns",
"caniuse": "multicolumn",
"polyfills": ["css3multicolumnjs"],
"tags": ["css"]
}
!*/
Expand Down
1 change: 0 additions & 1 deletion feature-detects/css/ellipsis.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"name": "CSS text-overflow ellipsis",
"property": "ellipsis",
"caniuse": "text-overflow",
"polyfills": ["text-overflow"],
"tags": ["css"]
}
!*/
Expand Down
2 changes: 1 addition & 1 deletion feature-detects/storage/sessionstorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Session Storage",
"property": "sessionstorage",
"tags": ["storage"],
"polyfills": ["joshuabell-polyfill", "cupcake", "sessionstorage"]
"polyfills": ["joshuabell-polyfill", "cupcake", "storagepolyfill"]
}
!*/
define(['Modernizr'], function(Modernizr) {
Expand Down
2 changes: 0 additions & 2 deletions feature-detects/svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
"polyfills": [
"svgweb",
"raphael",
"amplesdk",
"canvg",
"svg-boilerplate",
"sie",
"dojogfx",
"fabricjs"
]
}
Expand Down
1 change: 0 additions & 1 deletion feature-detects/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"polyfills": [
"html5media",
"mediaelementjs",
"sublimevideo",
"videojs",
"leanbackplayer",
"videoforeverybody"
Expand Down
1 change: 0 additions & 1 deletion feature-detects/web-intents.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"name": "Web Intents project site",
"href": "http://www.webintents.org/"
}],
"polyfills": ["webintents"],
"builderAliases": ["web_intents"]
}
!*/
Expand Down
1 change: 0 additions & 1 deletion feature-detects/websockets.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"polyfills": [
"sockjs",
"socketio",
"kaazing-websocket-gateway",
"websocketjs",
"atmosphere",
"graceful-websocket",
Expand Down
Loading

0 comments on commit d31f4a0

Please sign in to comment.