exponentcms / exponent-cms

Content Management, Simple.
exponentcms.org
GNU General Public License v2.0
60 stars 24 forks source link

Feature request: update html5 feature fallback support #1400

Closed exponentcms closed 4 years ago

exponentcms commented 4 years ago

We are currently using an unsupported mixed set of files to allow for html5 (form) fallback (polyfill) support with older browsers. The WebShim package http://afarkas.github.com/webshim/demos/index.html does a much better job and is more current.

As a note, I have this working locally.

exponentcms commented 4 years ago

We'll be able to use webshims to replace our conditional loading of excanvas.js canvas support for old IE browsers and should eventually be able to use it for all our media player (mediaelement) support instead of separately implementing it. The only drawback is the author of webshims doesn't intent to support the upcoming jQuery v3.0.

exponentcms commented 4 years ago

This was implemented a few pushes ago...apart from mediaelement support

exponentcms commented 4 years ago

Lighthouse URL: https://exponentcms.lighthouseapp.com/projects/61783/tickets/1356