Commit c956516f authored by Alexey Migutsky's avatar Alexey Migutsky Committed by GitHub

More formatting fixes (stupid markdown 🙈)

parent d724ec37
...@@ -11,7 +11,6 @@ This is a checklist for browser-based Web App **without the backend** or with a ...@@ -11,7 +11,6 @@ This is a checklist for browser-based Web App **without the backend** or with a
## Accessibility ## Accessibility
- [ ] My app is accessible - [ ] My app is accessible
- [ ] Colors and contrast are color-blind friendly OR there is a possiblity to switch to high-contrast modeg - [ ] Colors and contrast are color-blind friendly OR there is a possiblity to switch to high-contrast modeg
- [ ] My app is screenreader-friendly - [ ] My app is screenreader-friendly
- [ ] My app has keyboard navigation - [ ] My app has keyboard navigation
...@@ -35,14 +34,11 @@ This is a checklist for browser-based Web App **without the backend** or with a ...@@ -35,14 +34,11 @@ This is a checklist for browser-based Web App **without the backend** or with a
## Testing ## Testing
- [ ] My app does not have memory leaks
- [ ] My app is passing performance tests with high grades - [ ] My app is passing performance tests with high grades
- [ ] [PageSpeed](https://developers.google.com/speed/pagespeed/)
- [PageSpeed](https://developers.google.com/speed/pagespeed/) - [ ] [YSlow](http://yslow.org/)
- [YSlow](http://yslow.org/) - [ ] Chrome Dev Tools Audit
- Chrome Dev Tools Audit
- [ ] My app does not have memory leaks
## Debugging ## Debugging
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment