- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Oct 2011 22:22:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/postmsg
In directory hutz:/tmp/cvs-serv11834
Modified Files:
Overview.html
Log Message:
Correctness (useMap reflects 'usemap' not 'useMap'). (whatwg r6702)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/postmsg/Overview.html,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- Overview.html 19 Oct 2011 00:49:55 -0000 1.105
+++ Overview.html 19 Oct 2011 22:22:33 -0000 1.106
@@ -682,6 +682,8 @@
</li>
+ <li>
+
<p>If the method was invoked with a third argument <var title="">transfer</var>, run these substeps:</p>
<ol><li>
@@ -702,7 +704,9 @@
</li>
- </ol><li>
+ </ol></li>
+
+ <li>
<p>Make <var title="">new ports</var> into a <span title="dfn-read-only-array">read only</span> array.</p>
Received on Wednesday, 19 October 2011 22:22:38 UTC