html5/spec Overview.html,1.4935,1.4936

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4532

Modified Files:
	Overview.html 
Log Message:
Add some warnings in areas where the spec might change based on implementation changes. (whatwg r6136)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4935
retrieving revision 1.4936
diff -u -d -r1.4935 -r1.4936
--- Overview.html	13 May 2011 04:30:07 -0000	1.4935
+++ Overview.html	13 May 2011 05:54:02 -0000	1.4936
@@ -43459,7 +43459,12 @@
    attribute of any <a href="#html-elements" title="HTML elements">HTML element</a> in
    the <a href="#active-document">active document</a> with an <code title="attr-id"><a href="#the-id-attribute">id</a></code> content attribute.</li>
 
-  </ul><p>When <dfn id="dom-window-nameditem" title="dom-window-namedItem">the <code>Window</code>
+  </ul><p class="critical">It is possible that this will change. Browser
+  vendors are considering limiting this behaviour to <a href="#quirks-mode">quirks
+  mode</a>. <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11960">Read
+  more...</a></p>
+
+  <p>When <dfn id="dom-window-nameditem" title="dom-window-namedItem">the <code>Window</code>
   object is indexed for property retrieval</dfn> using a name <var title="">name</var>, then the user agent must return the value
   obtained using the following steps:</p>
 

Received on Friday, 13 May 2011 05:54:08 UTC