- From: CVS User ihickson <cvsmail@w3.org>
- Date: Tue, 26 Mar 2013 00:47:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage In directory roscoe:/tmp/cvs-serv13513 Modified Files: Overview.html Log Message: Specify image dimensions for recently-added images. (whatwg r7775) --- /sources/public/html5/webstorage/Overview.html 2013/03/08 23:38:09 1.216 +++ /sources/public/html5/webstorage/Overview.html 2013/03/26 00:47:31 1.217 @@ -215,7 +215,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>Web Storage</h1> - <h2 class="no-num no-toc" id="editor-s-draft-8-march-2013">Editor's Draft 8 March 2013</h2> + <h2 class="no-num no-toc" id="editor-s-draft-26-march-2013">Editor's Draft 26 March 2013</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/webstorage/">http://www.w3.org/TR/webstorage/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -351,7 +351,7 @@ </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 8 March 2013 Editor's Draft. + This specification is the 26 March 2013 Editor's Draft. </p> @@ -753,7 +753,7 @@ <p>The <dfn id="dom-localstorage" title="dom-localStorage"><code>localStorage</code></dfn> object provides a <code><a href="#storage-0">Storage</a></code> object for an <span>origin</span>. - <a class="fingerprint" href="#fingerprint"><img alt="(This is a fingerprinting vector.)" src="http://dev.w3.org/html5/spec/images/fingerprint.png"></a> + <a class="fingerprint" href="#fingerprint"><img alt="(This is a fingerprinting vector.)" height="64" src="http://dev.w3.org/html5/spec/images/fingerprint.png" width="46"></a> </p> <p>User agents must have a set of local storage areas, one for each
Received on Tuesday, 26 March 2013 00:47:36 UTC