html5/html4-differences Overview.src.html,1.179,1.180

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv4319

Modified Files:
	Overview.src.html 
Log Message:
intended to mention the HTMLDocument compat trick

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -d -r1.179 -r1.180
--- Overview.src.html	7 Mar 2012 19:45:11 -0000	1.179
+++ Overview.src.html	7 Mar 2012 19:56:23 -0000	1.180
@@ -2212,6 +2212,10 @@
       special event handler IDL attribute that is only available on
       <code data-anolis-spec=html>Document</code>.
     </ul>
+    
+    <p>Old scripts that modified the prototype of <code>HTMLDocument</code>
+    should continue to work because <code>window.HTMLDocument</code> now returns
+    the <code data-anolis-spec=html>Document</code> interface object.
 
 
     <h3 id="htmlelement-extensions">Extensions to <code>HTMLElement</code></h3>

Received on Wednesday, 7 March 2012 19:56:31 UTC