
Simple, semantic, reusable markup, tied to organized CSS.
- Simple: Keep class names as simple as possible while using The OC and sticking with our naming conventions.
- Semantic: Use <h1>, <h2>, etc. for headings, <ul> for unordered lists, <ol> for ordered lists, etc. Use generic <div>s & <span>s as little as possible. (Almost) never use tables for layout.
- Reusable: Find patterns and use existing markup whenever possible. Keep developers out of the CSS file as much as possible.
0 Responses to “What we’re shooting for”