Skip to content

cssmonkey/int-dev-best-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Int Dev Best Practice

A basic checklist for creating standards compliant websites.

General Best Practice

  • Markup should be semantic, well formed and generally valid.
  • Aside from vendor prefixes and IE specific hacks, CSS should be valid
  • Ensure a suitable contrast between background and foreground colours
  • Content prints well or a print style sheet is provided
  • All images have an alt attribute. Empty or otherwise
  • Test your site with JavaScript disabled
  • HTML reliant on JavaScript should be added as an enhancement. i.e added to the page using js.
  • Don’t use inline styling
  • Provide suitable fallback content for <object />,<embed />
  • Provide skiplinks - link to content, link to top etc

CSS Best Practice

Validators/Accessibility Tools

About

A basic checklist for creating standards compliant websites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors