【ES6腳丫系列】css
『ES6參考連接彙總』 By 吃碼小妖html
原文做者:阮一峯html5
原文地址:http://es6.ruanyifeng.com/git
閱讀ES6的系列文章(英文,可在線觀看)es6
http://speakingjs.com/es5/github
http://exploringjs.com/es6/web
一個外國人,關於ES標準的研究:http://2ality.com/2016/02/ecmascript-2017.htmlchrome
【04】ES文檔官網網址segmentfault
ECMA組織官網:http://www.ecma-international.org/瀏覽器
ECMAScript 5.1:http://www.ecma-international.org/ecma-262/5.1/
ECMAScript 6.0:http://www.ecma-international.org/ecma-262/6.0/
ECMAScript 7.0:http://www.ecma-international.org/ecma-262/7.0/
ECMAScript 8.0:http://www.ecma-international.org/ecma-262/8.0/
顏海鏡的中文ES5:http://yanhaijing.com/es5/#about
參考網址:
1,火狐的:https://developer.mozilla.org/zh-CN/
3,阮一峯的ES6中文版:http://es6.ruanyifeng.com/
4,wiki:ES6 https://www.w3.org/html/ig/zh/wiki/ES6
DOM API 文檔直接看 w3c:
DOM1
https://www.w3.org/TR/REC-DOM-Level-1/
DOM2:
https://www.w3.org/TR/DOM-Level-2-Core/
DOM3:
https://www.w3.org/TR/DOM-Level-3-Core/
DOM4:(19 November 2015)
DOM4.1:https://www.w3.org/TR/2018/WD-dom41-20180201/(1 February 2018)
CSS 2:
https://www.w3.org/TR/CSS2/
CSS3
https://www.w3.org/TR/css-syntax-3/
HTML5:(28 October 2014)
https://www.w3.org/TR/2018/SPSD-html5-20180327/
https://www.w3.org/TR/html51/( 3 October 2017)
html :(Living Standard — Last Updated 16 April 2018)
https://html.spec.whatwg.org/multipage/semantics.html
(吃碼小妖:一個私人的多人合做的,組織的HTML規範)
HTML5.3:(17 April 2018)
Chrome DevTools 中文文檔地址:
http://www.css88.com/doc/chrome-devtools/(概述 · Chrome DevTools 中文文檔)
https://github.com/CN-Chrome-DevTools/CN-Chrome-DevTools(Chrome 開發者工具中文手冊)
https://feizhaojun.com/chrome-developer/extensions/(Chrome開發文檔中文版)
http://www.ecma-international.org/publications/standards/Ecma-262.htm(下圖)
http://www.ecma-international.org/publications/standards/Ecma-262-arch.htm(下圖)
各大瀏覽器的最新版本,對ES6的支持能夠查看kangax.github.io/es5-compat-table/es6/(好東西)。
MDN 的網站:
https://developer.mozilla.org/en-US/
web APIs
https://developer.mozilla.org/en-US/docs/Web/API
ES5 中文版:
https://www.w3.org/html/ig/zh/wiki/ES5
ES5 英文版: