- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Jan 2009 09:11:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory hutz:/tmp/cvs-serv19988 Modified Files: Overview.html Log Message: markup consistency (whatwg r85) Index: Overview.html =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- Overview.html 14 Jan 2009 09:10:06 -0000 1.77 +++ Overview.html 14 Jan 2009 09:11:17 -0000 1.78 @@ -1993,7 +1993,7 @@ <pre class=idl>[<a href="#sharedworker0" title=dom-SharedWorker>Constructor</a>(in DOMString scriptURL, in DOMString name)] interface <dfn id=sharedworker>SharedWorker</dfn> : <a href="#abstractworker">AbstractWorker</a> { - readonly attribute <code>MessagePort</code> <a href="#port" title=dom-SharedWorker-port>port</a>; + readonly attribute <span>MessagePort</span> <a href="#port" title=dom-SharedWorker-port>port</a>; };</pre> <p>The <dfn id=port title=dom-SharedWorker-port><code>port</code></dfn>
Received on Wednesday, 14 January 2009 09:11:35 UTC