Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/magnetik/node-webid-report


https://github.com/magnetik/node-webid-report

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

#Report

Full HTML + CSS report project report.

Uses different technologies to be more attractive.

Online version @ http://magnetik.github.com/node-webid-report/

## Javascript

This report uses Jquery to generate some content.

* The table of content (TOC) is automatically generated by reading the list of HTML titles tags (h1 to h3).
* The side notes are automatically added in the margin in front of the text.
* Captions are automatically added under each image.

## HTML5
* The HTML 5 tags `` and ``

## CSS

* [CSS2 Counter][1] for automatic numeration of titles (`h1` to `h3`).
* [CSS3][2] for
* Box shadow
* Selectors (such as `div[^id='sidenote']`)

[1]: http://www.w3.org/TR/CSS2/generate.html
[2]: http://www.w3.org/TR/css3-background/