web/data/cubicweb.edition.js
changeset 8941 7b26fe71404f
parent 8349 fdb796435d7b
child 9661 c170ec8a4525
--- a/web/data/cubicweb.edition.js	Fri Apr 26 11:53:47 2013 +0200
+++ b/web/data/cubicweb.edition.js	Fri Apr 26 12:10:37 2013 +0200
@@ -543,7 +543,8 @@
  *
  * .. note::
  *
- *    this is a hack to make the XHTML compliant.
+ *    This was a hack to make form loop handling XHTML compliant.
+ *    Since we do not care about xhtml any longer, this may go away.
  *
  * .. note::
  *
@@ -551,8 +552,10 @@
  *
  * .. note::
  *
- *    there is a XHTML module allowing iframe elements but there
- *    is still the problem of the form's `target` attribute
+ *    The form's `target` attribute should probably become a simple data-target
+ *    immediately generated server-side.
+ *    Since we don't do xhtml any longer, the iframe should probably be either
+ *    reconsidered or at least emitted server-side.
  */
 function setFormsTarget(node) {
     var $node = jQuery(node || document.body);