#054
List of external resources from a web dev course on web accessibility and browser compatibility.
- Can I Use? - checks for compatibility of a range of features across browsers and their respective versions.
- Normalize.css "makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing."
- Minireset.css is "tiny modern CSS reset."
- Default Browser Styles is webpage to search for the default style browser render elements.
- Auto Prefixer is a "plugin to parse CSS and add vendor prefixes to CSS rules using values from Can I Use."
- Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.
- Fastly Polyfill is a tool to add polyfills.
- Ally Coffee, Start Test for Web Accessibility article.