html5/webstorage Overview.html,1.50,1.51

Update of /sources/public/html5/webstorage
In directory hutz:/tmp/cvs-serv18872

Modified Files:
	Overview.html 
Log Message:
Fix use of <i>, <em>, punctuation. Add note to <em> section. (whatwg r3394)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Overview.html	13 Jul 2009 03:15:34 -0000	1.50
+++ Overview.html	13 Jul 2009 11:16:28 -0000	1.51
@@ -345,7 +345,7 @@
   being retrieved (e.g. by author script), and is said to be
   <em>setting</em> when a new value is assigned to it.<p>The term "JavaScript" is used to refer to ECMA262, rather than
   the official term ECMAScript, since the term JavaScript is more
-  widely known. <a href="#references">[ECMA262]</a><h2 id="storage"><span class="secno">3 </span>Storing name/value pairs</h2><h3 id="introduction"><span class="secno">3.1 </span>Introduction</h3><p><em>This section is non-normative.</em><p>This specification introduces two related mechanisms, similar to
+  widely known. <a href="#references">[ECMA262]</a><h2 id="storage"><span class="secno">3 </span>Storing name/value pairs</h2><h3 id="introduction"><span class="secno">3.1 </span>Introduction</h3><p><i>This section is non-normative.</i><p>This specification introduces two related mechanisms, similar to
   HTTP session cookies, for storing structured data on the client
   side. <a href="#references">[RFC2109]</a> <a href="#references">[RFC2965]</a><p>The first is designed for scenarios where the user is carrying
   out a single transaction, but could be carrying out multiple
@@ -628,7 +628,7 @@
 
   XXX should make it clear that UAs should treat data as sensitive and
   should delete it properly when it is deleted
-  --><h3 id="introduction-0"><span class="secno">4.1 </span>Introduction</h3><p><em>This section is non-normative.</em><p class="XXX">...</p><!-- include an example that does something like the following to show
+  --><h3 id="introduction-0"><span class="secno">4.1 </span>Introduction</h3><p><i>This section is non-normative.</i><p class="XXX">...</p><!-- include an example that does something like the following to show
 you should never embed strings straight into the statement, even when you
 have a variable and unknowable number of literals coming:
    var q = "";

Received on Monday, 13 July 2009 11:16:39 UTC