www-commits
[Top][All Lists]
Advanced

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

www/philosophy javascript-trap.fr.html po/javas...


From: GNUN
Subject: www/philosophy javascript-trap.fr.html po/javas...
Date: Thu, 14 Mar 2019 09:30:31 -0400 (EDT)

CVSROOT:        /web/www
Module name:    www
Changes by:     GNUN <gnun>     19/03/14 09:30:31

Modified files:
        philosophy     : javascript-trap.fr.html 
        philosophy/po  : javascript-trap.fr-en.html 

Log message:
        Automatic update by GNUnited Nations.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/javascript-trap.fr.html?cvsroot=www&r1=1.86&r2=1.87
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/po/javascript-trap.fr-en.html?cvsroot=www&r1=1.57&r2=1.58

Patches:
Index: javascript-trap.fr.html
===================================================================
RCS file: /web/www/www/philosophy/javascript-trap.fr.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -b -r1.86 -r1.87
--- javascript-trap.fr.html     9 Mar 2019 12:30:36 -0000       1.86
+++ javascript-trap.fr.html     14 Mar 2019 13:30:31 -0000      1.87
@@ -191,14 +191,10 @@
   
   <li>il utilise des constructions dynamiques JavaScript qui sont difficiles à
 analyser sans interpréter le programme, ou bien il est chargé en même temps
-que des scripts qui utilisent de telles constructions ; ces constructions
-sont :
-    <ul>
-      <li>l'appel à des méthodes via la notation crochets,</li>
-      <li>l'utilisation avec certaines méthodes (Obj.write, 
Obj.createElement, etc.)
-de tout élément de construction autre qu'une chaîne de caractères 
constante.</li>
-    </ul>
-  </li>
+que des scripts qui utilisent de telles constructions ; cela concerne plus
+précisément l'utilisation avec certaines méthodes (<b>Obj.write</b>,
+<b>Obj.createElement</b>, etc.) de tout élément de construction autre qu'une
+chaîne de caractères constante.</li>
 </ul>
 
 <p>Comment savoir si du code JavaScript est libre ? Dans un <a
@@ -335,7 +331,7 @@
 <p class="unprintable"><!-- timestamp start -->
 Dernière mise à jour :
 
-$Date: 2019/03/09 12:30:36 $
+$Date: 2019/03/14 13:30:31 $
 
 <!-- timestamp end -->
 </p>

Index: po/javascript-trap.fr-en.html
===================================================================
RCS file: /web/www/www/philosophy/po/javascript-trap.fr-en.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- po/javascript-trap.fr-en.html       9 Mar 2019 12:30:37 -0000       1.57
+++ po/javascript-trap.fr-en.html       14 Mar 2019 13:30:31 -0000      1.58
@@ -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 12:30:37 $
+$Date: 2019/03/14 13:30:31 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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