cgriego / html5-scaffold
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Chris Griego (author)
Tue Sep 15 09:59:33 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
README | Tue Sep 15 09:59:33 -0700 2009 | |
| |
phrasing/ | Sun May 24 12:55:38 -0700 2009 | |
| |
sectioning/ | Thu Jul 30 20:38:28 -0700 2009 |
README
HTML 5 Scaffold: Front-end modules to help you use HTML 5 today. scaffold. n. A temporary framework or platform. This code is not stable for production use. I welcome testing, feedback, and contributions. Modules: - Sectioning (article, aside, footer, header, hgroup, nav, section) - Phrasing (abbr, mark, meter, progress, time) Common module files: - parsing-ie.js Allows IE to correctly parse and style new HTML 5 elements. - core.css Applies core styles for new elements such as display type. - defaults.css Applies default styles to an element that a browser would be expected to apply. - reset.css Applies reset styles for new elements should a browser add support.
