https://github.com/jpdevries/m5bp
HTML–first MODX Manager Concept
https://github.com/jpdevries/m5bp
a11y html5 modx
Last synced: 7 months ago
JSON representation
HTML–first MODX Manager Concept
- Host: GitHub
- URL: https://github.com/jpdevries/m5bp
- Owner: jpdevries
- Created: 2016-10-30T21:36:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T15:01:29.000Z (almost 9 years ago)
- Last Synced: 2025-04-09T09:35:44.756Z (12 months ago)
- Topics: a11y, html5, modx
- Language: CSS
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
m5bp
========
HTML–first concept for a futuristic MODX Revolution based manager interface. [Take this concept for a spin](http://m5bp.herokuapp.com) by waking the Heroku dino.
## HTML–first
- tested as raw HTML
## Emoji–first
- weightless art
- universal
- 118n
## Responsive Layout
- mobile first
- sticky positioning
## Uber
- Not just an uberbar, an uber interface
## Accessibility Preferences
- font size
- font fontface
- contrast
- layout complexity
- enlarge tap targets
## Accessibility Testing
What accessibiilty tests can be automated are done so on the Command Line via [axe-cli](https://github.com/dequelabs/axe-cli).
```bash
npm install axe-cli -g
npm install selenium-webdriver -g # probably need this too
axe https://m5bp.herokuapp.com # or the URL to your local dev environment
```
> Please note that only 20% to 50% of all accessibility issues can automatically be detected.
Manual testing is always required. For more information see:
https://dequeuniversity.com/curriculum/courses/testing