www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/philosophy javascript-trap.html


From: Richard M. Stallman
Subject: www/philosophy javascript-trap.html
Date: Wed, 13 Mar 2019 21:18:03 -0400 (EDT)

CVSROOT:        /web/www
Module name:    www
Changes by:     Richard M. Stallman <rms>       19/03/13 21:18:03

Modified files:
        philosophy     : javascript-trap.html 

Log message:
        Remove a redudant item under "dynamic JS constructs".

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/javascript-trap.html?cvsroot=www&r1=1.74&r2=1.75

Patches:
Index: javascript-trap.html
===================================================================
RCS file: /web/www/www/philosophy/javascript-trap.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- javascript-trap.html        9 Mar 2019 10:33:40 -0000       1.74
+++ javascript-trap.html        14 Mar 2019 01:18:02 -0000      1.75
@@ -176,15 +176,11 @@
 
   <li>it alters the DOM.</li>
   
-  <li>it uses dynamic JavaScript constructs that are difficult to analyze
-    without interpreting the program, or is loaded along with scripts
-    that use such constructs.  These constructs are:
-    <ul>
-      <li>calling methods with the square bracket notation,</li>
-      <li>using any other construct than a string literal with
-       certain methods (Obj.write, Obj.createElement, ...).</li>
-    </ul>
-  </li>
+  <li>it uses dynamic JavaScript constructs that are difficult to
+    analyze without interpreting the program, or is loaded along with
+    scripts that use such constructs.  Specifically, using any other
+    construct than a string literal with certain methods
+    (<b>Obj.write</b>, <b>Obj.createElement</b>, and others).</li>
 </ul>
 
 <p>How do we tell whether the JavaScript code is free?  In a <a 
@@ -296,7 +292,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2019/03/09 10:33:40 $
+$Date: 2019/03/14 01:18:02 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]