- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Jul 2008 10:24:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31633
Modified Files:
Overview.html
Log Message:
add issue markers for sending structured data over postMessage (whatwg r1890)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1078
retrieving revision 1.1079
diff -u -d -r1.1078 -r1.1079
--- Overview.html 18 Jul 2008 09:47:31 -0000 1.1078
+++ Overview.html 18 Jul 2008 10:24:39 -0000 1.1079
@@ -1701,6 +1701,9 @@
<li><a href="#posting0"><span class=secno>7.4.4 </span>Posting message
ports</a>
+
+ <li><a href="#posting1"><span class=secno>7.4.5 </span>Posting
+ structured data</a>
</ul>
<li><a href="#channel"><span class=secno>7.5 </span>Channel
@@ -42102,6 +42105,11 @@
<p>Send a 0xff byte to the server.
</ol>
+ <p class=big-issue>People often request the ability to send binary blobs
+ over this API; also, once the other postMessage() methods support it, we
+ should look into allowing name/value pairs, arrays, and numbers using
+ postMessage() instead of just strings and binary data.
+
<h5 id=server-side><span class=secno>7.3.4.2. </span>Server-side
requirements</h5>
@@ -42538,6 +42546,11 @@
sections be kept separate so that implementors can avoid getting
confused with the 'port' step. -->
+ <h4 id=posting1><span class=secno>7.4.5 </span>Posting structured data</h4>
+
+ <p class=big-issue>People often request the ability to send name/value
+ pairs, arrays, and numbers using postMessage() instead of just strings.
+
<h3 id=channel><span class=secno>7.5 </span><dfn id=channel0>Channel
messaging</dfn></h3>
@@ -42831,6 +42844,9 @@
<!-- XXX queue -->
</ol>
+ <p class=big-issue>People often request the ability to send name/value
+ pairs, arrays, and numbers using postMessage() instead of just strings.
+
<hr>
<p>The <dfn id=close2
Received on Friday, 18 July 2008 10:25:16 UTC