This repository has been archived by the owner on Mar 5, 2018. It is now read-only.
1.7.4 - 2016-08-17
Accessibility testing
Added automated accessibility testing (WCAG2.0 AA) using Pa11y CLI and HTML_CodeSniffer (run with node test/pa11y.js
).
UI-Kit changes
- Support to grey out disabled/non-functional anchors/links (largely for prototyping) via
.placeholder-link
(documented under § Link styles). - Source files for Examples now use a common layout file (
examples/layouts/default.html
) - Added the Respond polyfill for CSS3 media query support in IE6-8
- Removed the Selectivizr polyfill so as to not trigger quirks mode in IE8