• What is meant by an “object” in OOCSS?
  • How does OOCSS improve performance?
  • Should I use IDs to style my content?
  • Designers can’t code OOCSS, can they?
  • I’m a Front-end Architect, how do I teach this to my team?
  • Getting Started: How do I work with these files?
  • How do I deploy this on a live site?
  • Should I edit these files, or overwrite them with my own stylesheet?
  • Pink is not my color! What do I do with content.css?
  • I need more than six (h1-h6) headings on my site. How do I add more?
  • How do I extend an object?
  • Columns
  • Unused Styles. My site will never have a 160px gmail-style column, is it ok to remove it?
  • Why have a single template?
  • Is this semantic? Will I end up with classes like .formYellow or tinyBlueH2?
  • What about other libraries/frameworks? Does this only work with YUI?
  • A framework for CSS is overkill! Shouldn’t we code everything from scratch?
  • The right column comes before the main column in the source order, will this impact accessibility? SEO?
  • You have used the _ hack, why? Can I put this code in a separate file? Or add and IE specific class?
  • The container objects use empty <b> tags to add presentational effects such as borders, won’t this be a problem for screen reader users?
  • The OOCSS approach says avoid location-dependent styles. Does that mean I shouldn’t use descendent selectors like .myModule .title?
  • What is a Leaf Node?
  • Do you have an example of a website built with OOCSS?
  • How can I help?