Skip to content

Instantly share code, notes, and snippets.

@danwoods
Last active December 12, 2015 03:39
Show Gist options
  • Save danwoods/4708737 to your computer and use it in GitHub Desktop.
Save danwoods/4708737 to your computer and use it in GitHub Desktop.
FED Guidelines

• Dev Notes:

  • Give every element you can a title
  • All <img>s must have an alt
  • pt_xxx_UI => placeholder for css, injected in
  • pt_xxx_VARS => placeholder for scripts, injected in after footer element, near end of
  • ONLY EDIT THINGS IN app_magazines!!!! NEVER COMMIT CHANGES TO storefront_core OR storefront_richUI
  • EVERYTHING must validate; html, css, etc. All js should be run through magazine's jshint. It is valid now. Don't fuck it up.
  • Always review any changes in all supported browsers => link to wiki page about supported browsers
  • There should never be plain-text copy in the html. Please keep it in content assets/slots or in .properties files. If you find plain-text copy in the site's html, please move it to the appropriate place
  • .properties resources should use 'title' styling (ie: capitalized as though it were a book title), the capitalization of the displayed text should be manipulated via css
  • Avoid creating strings which might be searched for later
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment