merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 21 Nov 2012 19:36:51 +0200
changeset 1431 4c25fe5d35ae
parent 1425 5e4d2255fcbb (current diff)
parent 1430 8d066d8806b3 (diff)
child 1432 b7a7c8e89818
child 1433 933af00eae13
merged
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/browsers.rst	Wed Nov 21 19:36:51 2012 +0200
@@ -0,0 +1,30 @@
+.. -*- coding: utf-8; -*-
+.. include:: HEADER.rst
+
+===========
+ Browsers.
+===========
+.. contents::
+
+Browsers release history.
+=========================
+
+  https://wiki.mozilla.org/Releases
+                Firefox Releases.
+  http://en.wikipedia.org/wiki/Firefox_release_history
+                Firefox release history.
+  http://en.wikipedia.org/wiki/History_of_Firefox
+                History of Firefox.
+  http://www.opera.com/docs/history/
+                Opera version history.
+  http://en.wikipedia.org/wiki/History_of_the_Opera_web_browser
+                History of the Opera web browser.
+  http://en.wikipedia.org/wiki/Safari_version_history
+                Safari version history.
+
+Browser popularity.
+===================
+
+  http://caniuse.com/usage_table.php
+                Browser usage table, based on data from StatCounter GlobalStats.
+
--- a/js.rst	Tue Nov 20 21:45:21 2012 +0200
+++ b/js.rst	Wed Nov 21 19:36:51 2012 +0200
@@ -44,6 +44,20 @@
   http://developer.yahoo.com/yui/compressor/
                 YUI Compressor
 
+JavaScript standards.
+=====================
+
+  http://www.ecma-international.org/publications/standards/Ecma-262.htm
+                ECMAScript Language Specification.
+  http://www.ecma-international.org/publications/standards/Ecma-262-arch.htm
+                ECMAScript Language Specification.
+  http://www.ecma-international.org/publications/standards/Ecma-327.htm
+                ECMAScript 3rd Edition Compact Profile
+  http://www.ecma-international.org/publications/standards/Ecma-357.htm
+                ECMAScript for XML (E4X) Specification.
+  http://www.ecma-international.org/publications/standards/Ecma-290.htm
+                ECMAScript Components Specification.
+
 JavaScript versions.
 ====================
 
@@ -55,6 +69,10 @@
                 List of versions per browser.
   http://en.wikipedia.org/wiki/ECMAScript#Version_correspondence
                 List of versions.
+  http://kangax.github.com/es5-compat-table/
+                ECMAScript 5 compatibility table.
+  http://caniuse.com/use-strict
+                Can I use ECMAScript 5 Strict Mode?
 
 XML from JavaScript.
 ====================