Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeeyyy/axe-core-samples
Samples demonstrating axe-core usages
https://github.com/jeeyyy/axe-core-samples
Last synced: about 2 months ago
JSON representation
Samples demonstrating axe-core usages
- Host: GitHub
- URL: https://github.com/jeeyyy/axe-core-samples
- Owner: jeeyyy
- License: mit
- Created: 2018-09-20T08:57:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T10:36:32.000Z (over 6 years ago)
- Last Synced: 2024-10-29T19:40:53.790Z (3 months ago)
- Language: HTML
- Size: 133 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# axe-core-samples
Samples demonstrating axe-core features and usages.
| Sample | Rule | Page |
| --- | --- | --- |
| [CSS Orientation Lock](css-orientation-lock.html) | `css-orientation-lock` | [css-orientation-lock](css-orientation-lock.html) page running `axe` with config `preload: true`, which fetches 3 external stylesheets and a relative stylesheet. The rule then parses the CSSOM object to decipher any orientation lock. |