Skip to content

Commit

Permalink
New readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nais committed Dec 8, 2011
1 parent 644054e commit 388e253
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -5,9 +5,9 @@ Javascript fast DOM generation.


## Purpose: ## Purpose:


Optimization to generate the W3C DOM for a web page as fast as possible. Implementation of the W3C DOM for a web page as fast as possible.


It is a mix of W3C / WHATWG and specific adaptations for server side and to increase speed, following more what browsers are doing than W3C (ie not being really internally compliant but compliant externally at the end) It is a mix of W3C / WHATWG and specific adaptations for server side use in order to increase speed, following more what browsers are doing than W3C (ie not being really internally compliant but compliant externally at the end)


It does implement what is mostly used and returns an acceptable result for what is rarely used. It does implement what is mostly used and returns an acceptable result for what is rarely used.


Expand Down Expand Up @@ -280,3 +280,11 @@ Images are loaded asynchronously, same image is loaded just once, then width/hei
See test/tests.txt See test/tests.txt


Tested on google, yahoo, msn web sites, usual js frameworks (jQuery, YUI, prototype, mootools,...) and unbelievable usual web sites. Tested on google, yahoo, msn web sites, usual js frameworks (jQuery, YUI, prototype, mootools,...) and unbelievable usual web sites.

Other applications :

[Nais/node-bot](https://github.com/Nais/node-bot)
[Nais/node-gadgets](https://github.com/Nais/node-gadgets)
[Nais/node-googleSearch](https://github.com/Nais/node-googleSearch)


0 comments on commit 388e253

Please sign in to comment.