2016
GitHub - bfred-it/iphone-inline-video: 📱 Make videos playable inline on the iPhone (prevents automatic fullscreen)
by 1 otherMake videos playable inline on the iPhone (prevents automatic fullscreen)
2015
github/fetch · GitHub
by 1 otherThe global fetch function is an easier way to make web requests and handle responses than using an XMLHttpRequest.
filamentgroup/fixed-sticky · GitHub
A position: sticky polyfill that works with filamentgroup/fixed-fixed for a safer position:fixed fallback.
scottjehl/picturefill · GitHub
A responsive image polyfill for picture, srcset, sizes, and more
2014
Polyfill service
The polyfill service selectively bundles browser polyfills based on the User-Agent header supplied in a request, with the intention of allowing JavaScript and CSS developers to use modern standards in legacy user agents that do not natively support the standard.
2013
paulirish/matchMedia.js · GitHub
test whether a CSS media type or media query applies
2012
requestAnimationFrame for smart animating « Paul Irish
In your animation work, you've used a timer loop to make changes every few milliseconds. Good for us: browser vendors have decided, "hey, why don't we just give you an API for that, because we can probably optimize some things for you." So it's basic API for use with animation, whether that be DOM-based styling changes, canvas or WebGL.
HTML5 Please
by 6 othersLook up HTML5 features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they are
1
(9 marks)