Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential additional categories #3

Open
bradfrost opened this issue Jan 12, 2016 · 5 comments
Open

Potential additional categories #3

bradfrost opened this issue Jan 12, 2016 · 5 comments
Assignees

Comments

@bradfrost
Copy link
Owner

  • Performance
  • Accessibility
  • Deployment/Integration
  • Localization
  • Web fonts
  • Media
@bradfrost bradfrost self-assigned this Jan 12, 2016
@nessthehero
Copy link

Ideas for the above list:

Media:

  • Do you optimize images (imagemin, optipng, etc)? Is this done in your build scripts? On the production server? both?
  • Do you use art direction? (srcset, picture, etc) What situations do you try to use this?
  • Do you use SVG? Where?

Web fonts

  • Do you use a service to package custom fonts?
  • Do you use a popular font service? (Fonts.com, Typekit, Icomoon, etc)

Accessibility

  • Do you test to a specific accessibility standard? (WCAG? Section 508?)

Performance

  • Do you compile assets in any build scripts?
  • Do you optimize asset delivery at the server?
  • Do you set a performance budget?

Just off the top of my head

@bradfrost
Copy link
Owner Author

@nessthehero    👍👍

@nessthehero
Copy link

@bradfrost 👍 💯 cool stuff buddy

@vidhill
Copy link

vidhill commented Jan 12, 2016

Testing approach

JS Unit testing? What tooling e.g. karma, et al

End to End testing, Selenium + xyz , Protractor, etc

Js Documentation
Automated JavaScript documentation e.g. Dgeni JSDoc

@maskedcoder
Copy link

Web fonts

  • How do you load custom fonts? (No fancy loading, Data URIs, Font Loading API / Font Face Observer)

Accessibility

  • Do you test with screen readers? If so, which?
  • Do you test with images turned off?
  • Do you test with JavaScript turned off?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants