js.rst
changeset 2228 837f1337c59b
parent 1994 4a272425853d
child 2241 538e4cd252c9
--- a/js.rst	Sat Feb 10 01:28:53 2018 +0200
+++ b/js.rst	Sat Feb 10 01:30:24 2018 +0200
@@ -9,8 +9,8 @@
 About JS
 ========
 
-  https://developer.mozilla.org/en-US/docs/Web/JavaScript/Language_Resources
-    Links to ECMA 262 specs.
+https://developer.mozilla.org/en-US/docs/Web/JavaScript/Language_Resources
+  Links to ECMA 262 specs.
 
 HTML.
 =====
@@ -54,44 +54,44 @@
 Reduce js code size.
 ====================
 
-  http://crockford.com/javascript/jsmin
-                The JavaScript Minifier
-  http://developer.yahoo.com/yui/compressor/
-                YUI Compressor
+http://crockford.com/javascript/jsmin
+  The JavaScript Minifier
+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.
+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.
 ====================
 
 JavaScript 1.5 was introduced back in 1999.
 
-  https://developer.mozilla.org/en-US/docs/JavaScript/Reference#JavaScript.2FBrowser_support_history
-                List of versions with CHANGES.
-  http://en.wikipedia.org/wiki/Javascript#Versions
-                List of versions per browser.
-  http://en.wikipedia.org/wiki/ECMAScript#Version_correspondence
-                List of versions.
-  http://kangax.github.io/compat-table/es5/
-                ECMAScript 5 compatibility table.
-  http://kangax.github.io/compat-table/es6/
-                ECMAScript 6 compatibility table.
-  http://kangax.github.io/compat-table/es7/
-                ECMAScript 7 compatibility table.
-  http://caniuse.com/use-strict
-                Can I use ECMAScript 5 Strict Mode?
+https://developer.mozilla.org/en-US/docs/JavaScript/Reference#JavaScript.2FBrowser_support_history
+  List of versions with CHANGES.
+http://en.wikipedia.org/wiki/Javascript#Versions
+  List of versions per browser.
+http://en.wikipedia.org/wiki/ECMAScript#Version_correspondence
+  List of versions.
+http://kangax.github.io/compat-table/es5/
+  ECMAScript 5 compatibility table.
+http://kangax.github.io/compat-table/es6/
+  ECMAScript 6 compatibility table.
+http://kangax.github.io/compat-table/es7/
+  ECMAScript 7 compatibility table.
+http://caniuse.com/use-strict
+  Can I use ECMAScript 5 Strict Mode?
 
 Pretty print from JavaScript.
 =============================
@@ -121,13 +121,13 @@
 designers implement cross platform applications that take advantage of client-side manipulation of
 XML data. XML for <SCRIPT> provides a full suite of tools, including:
 
- * A standards-compliant W3C DOM Level 2 processor
- * An XPath processor
- * A standards-compliant SAX processor
- * A simple (classic) DOM processor
- * Proxies for XML retrieval from any domain
- * Utilities for XML and application development
+* A standards-compliant W3C DOM Level 2 processor
+* An XPath processor
+* A standards-compliant SAX processor
+* A simple (classic) DOM processor
+* Proxies for XML retrieval from any domain
+* Utilities for XML and application development
 
-  http://xmljs.sourceforge.net/
-                home page
+http://xmljs.sourceforge.net/
+  home page