- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 13 May 2011 06:46:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9650
Modified Files:
browsers.html spec.html
Log Message:
Add some warnings in areas where the spec might change based on implementation changes. (whatwg r6136)
[updated by splitter]
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.1043
retrieving revision 1.1044
diff -u -d -r1.1043 -r1.1044
--- browsers.html 12 May 2011 06:46:46 -0000 1.1043
+++ browsers.html 13 May 2011 06:46:51 -0000 1.1044
@@ -1228,7 +1228,12 @@
attribute of any <a href="infrastructure.html#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="elements.html#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="dom.html#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>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1495
retrieving revision 1.1496
diff -u -d -r1.1495 -r1.1496
--- spec.html 13 May 2011 04:47:05 -0000 1.1495
+++ spec.html 13 May 2011 06:46:51 -0000 1.1496
@@ -384,7 +384,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4935.
+This is revision 1.4936.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 13 May 2011 06:46:55 UTC