- Add GA tracking for accordion collapse event.
- Move ARIA from HTML to JS.
- Refactor mozilla-accordion.less to rely on new
(non-ARIA) HTML hooks.
- Disallow direct child tabs - all accordion tabs/panels
must be in a separate wrapper element.
- Remove unused 'pager' JS bundle.
- Add docs pages for mozilla-pager (Bug 1007717).
- Add mozilla-pager.js demo page to styleguide (dev only).
- Add ARIA support for mozilla-pager.
- Add ability to create/destroy pagers.
- General performance/cleanup of mozilla-pager.js.
- Updated /firefox/desktop/tips/, /firefox/partners,
/firefox/os/devices/, and /firefox/channel/ to use
newer pager features.
- Re-structured hider CSS - .visually-hidden is now a proper
class (not just a mixin), and .hidden sets display: none;