- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Feb 2010 03:12:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage In directory hutz:/tmp/cvs-serv32016 Modified Files: Overview.html Log Message: Editorial changes to 2D and Microdata specs for FPWD. Clean-up of the references sections. Fix some problems caused by dropping language versioning at the WHATWG. (whatwg r4646) Index: Overview.html =================================================================== RCS file: /sources/public/html5/webstorage/Overview.html,v retrieving revision 1.117 retrieving revision 1.118 diff -u -d -r1.117 -r1.118 --- Overview.html 1 Feb 2010 23:23:58 -0000 1.117 +++ Overview.html 4 Feb 2010 03:12:45 -0000 1.118 @@ -193,7 +193,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-1-february-2010">Editor's Draft 1 February 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-4-february-2010">Editor's Draft 4 February 2010</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> @@ -257,7 +257,7 @@ Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 1 February 2010 Editor's Draft. + This specification is the 4 February 2010 Editor's Draft. </p><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of any patent disclosures</a> made in connection with the deliverables @@ -393,12 +393,12 @@ otherwise unconstrained inputs, e.g. to prevent denial of service attacks, to guard against running out of memory, or to work around platform-specific limitations.<h3 id="dependencies"><span class="secno">2.1 </span>Dependencies</h3><p>This specification relies on several other underlying - specifications.<dl><dt>HTML5</dt> + specifications.<dl><dt>HTML</dt> <dd> - <p>Many fundamental concepts from HTML5 are used by this - specification. <a href="#refsHTML5">[HTML5]</a></p> + <p>Many fundamental concepts from HTML are used by this + specification. <a href="#refsHTML">[HTML]</a></p> </dd> @@ -816,25 +816,25 @@ user's wishlist; or a hostile site could set a user's session identifier to a known ID that the hostile site can then use to track the user's actions on the victim site.<p>Thus, strictly following the <span>origin</span> model described - in this specification is important for user security.<h2 class="no-num" id="references">References</h2><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- XXX really should remove dates and version numbers from these references once and for all --><dl><dt id="refsCOOKIES">[COOKIES]</dt> + in this specification is important for user security.<h2 class="no-num" id="references">References</h2><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- Dates are only included for standards older than the Web, + because the newer ones keep changing. --><dl><dt id="refsCOOKIES">[COOKIES]</dt> <!-- <dd><cite><a href="http://www.ietf.org/rfc/rfc2109.txt">HTTP State - Management Mechanism</a></cite>, D. Kristol, L. Montulli. IETF, - February 1997.</dd> + Management Mechanism</a></cite>, D. Kristol, L. Montulli. IETF.</dd> <dd><cite><a href="http://www.ietf.org/rfc/rfc2965.txt">HTTP State Management - Mechanism</a></cite>, D. Kristol, L. Montulli. IETF, October 2000.</dd> + Mechanism</a></cite>, D. Kristol, L. Montulli. IETF.</dd> --> <dd><cite><a href="http://tools.ietf.org/html/draft-abarth-cookie">HTTP State - Management Mechanism</a></cite>, A. Barth. IETF, August 2009.</dd> + Management Mechanism</a></cite>, A. Barth. IETF.</dd> <dt id="refsDOMCORE">[DOMCORE]</dt> <dd><cite><a href="http://www.w3.org/TR/DOM-Level-3-Core/">Document Object Model (DOM) Level 3 Core Specification</a></cite>, A. Le Hors, P. Le Hegaret, L. Wood, G. Nicol, J. Robie, M. Champion, - S. Byrnes. W3C, April 2004.</dd> + S. Byrnes. W3C.</dd> <!-- <dd><cite><a href="http://simon.html5.org/specs/web-dom-core">Web - DOM Core</a></cite>, S. Pieters. W3C, June 2009.</dd> + DOM Core</a></cite>, S. Pieters. W3C.</dd> --> <dt id="refsDOMEVENTS">[DOMEVENTS]</dt> @@ -842,32 +842,30 @@ <dd><cite><a href="http://www.w3.org/TR/DOM-Level-3-Events/">Document Object Model (DOM) Level 3 Events Specification</a></cite>, - B. Höhrmann, P. Le Hegaret, T. Pixley. W3C, December - 2007.</dd> + B. Höhrmann, P. Le Hegaret, T. Pixley. W3C.</dd> --> <dd><cite><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html">Document Object Model (DOM) Level 3 Events Specification</a></cite>, - D. Schepers. W3C, July 2009.</dd> + D. Schepers. W3C.</dd> <dt id="refsECMA262">[ECMA262]</dt> <dd><cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript - Language Specification</a></cite>. ECMA, December 2009.</dd> + Language Specification</a></cite>. ECMA.</dd> - <dt id="refsHTML5">[HTML5]</dt> - <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a></cite>, - I. Hickson. WHATWG, August 2009.</dd> + <dt id="refsHTML">[HTML]</dt> + <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML</a></cite>, + I. Hickson. WHATWG.</dd> <dt id="refsRFC2119">[RFC2119]</dt> <dd><cite><a href="http://www.ietf.org/rfc/rfc2119.txt">Key words for use in - RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF, March - 1997.</dd> + RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF.</dd> <dt id="refsWEBIDL">[WEBIDL]</dt> <!-- <dd><cite><a href="http://www.w3.org/TR/WebIDL/">Web - IDL</a></cite>, C. McCormack. W3C, December 2008.</dd> + IDL</a></cite>, C. McCormack. W3C.</dd> --> <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web - IDL</a></cite>, C. McCormack. W3C, July 2009.</dd> + IDL</a></cite>, C. McCormack. W3C.</dd> </dl>
Received on Thursday, 4 February 2010 03:12:48 UTC