Revision: 4288
Author: [email protected]
Date: Sun Sep 26 15:00:02 2010
Log: Edited wiki page DifferencesBetweenES5Over3AndES5 through web user
interface.
http://code.google.com/p/google-caja/source/detail?r=4288
Modified:
/wiki/DifferencesBetweenES5Over3AndES5.wiki
=======================================
--- /wiki/DifferencesBetweenES5Over3AndES5.wiki Sun Sep 26 14:53:04 2010
+++ /wiki/DifferencesBetweenES5Over3AndES5.wiki Sun Sep 26 15:00:02 2010
@@ -38,9 +38,12 @@
* Proxies
* Proxies cannot trap numeric properties or 'length'.
- * Might not be fixed: Proxies cannot (yet?) inherit from extensible
objects.
- * To be fixed: Proxies cannot yet inherit from other proxies.
- * To be fixed: Non-proxies inheriting from proxies is currently broken.
+ * Might not ever be implemented:
+ * Proxies cannot (yet?) inherit from extensible objects.
+ * To be implemented:
+ * Proxies cannot yet inherit from other proxies.
+ * Non-proxies inheriting from proxies is not yet fully implemented.
+ * The default set trap behavior is not yet implemented
* "Leaky" ephemeron tables
* Membranes hold onto all references that they wrap until the membrane
is revoked.