Skip to content

Instantly share code, notes, and snippets.

@chengmu
Created December 18, 2013 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chengmu/8016215 to your computer and use it in GitHub Desktop.
Save chengmu/8016215 to your computer and use it in GitHub Desktop.
Webfront_references
###webfront refferences
####Javascript Standard Relevent
+ [ECMA 3 pdf online](http://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262,%203rd%20edition,%20December%201999.pdf)
+ [ECMA 5 中文手册online](http://www.ecmascript.cn/)
+ [es5-compat-table By Kangax](http://kangax.github.io/es5-compat-table/)
+ [es5-compat-table non-standard/ By Kangax](http://kangax.github.io/es5-compat-table/non-standard/)
+ [es6-compat-table By Kangax](http://kangax.github.io/es5-compat-table/es6)
+ [Quirksmode](http://www.quirksmode.org/)
####Blogs
[Addy Osamani](http://addyosmani.com/blog/)
[desandro](http://v3.desandro.com/)
[Shi Chuan](http://www.blog.highub.com/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment