- From: CVS User abarsto <cvsmail@w3.org>
- Date: Mon, 15 Jul 2013 17:07:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage/publish
In directory roscoe:/tmp/cvs-serv32497
Added Files:
errata-v1.html
Log Message:
Errata for Web Storage July 2013 RECommendation
--- /sources/public/html5/webstorage/publish/errata-v1.html 2013/07/15 17:07:02 NONE
+++ /sources/public/html5/webstorage/publish/errata-v1.html 2013/07/15 17:07:02 1.1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Web Storage Errata</title>
<style type="text/css">
code {
font-family : monospace;
}
div.constraint, div.issue, div.note {
margin-left : 2em;
}
div.notice {
margin-left : 2em;
font-weight : bold;
font-size : larger;
color : red;
}
ol.enumar {
list-style-type : decimal;
}
ol.enumla {
list-style-type : lower-alpha;
}
ol.enumlr {
list-style-type : lower-roman;
}
ol.enumua {
list-style-type : upper-alpha;
}
ol.enumur {
list-style-type : upper-roman;
}
div.exampleInner pre {
margin-left : 1em;
margin-top : 0em;
margin-bottom : 0em;
}
div.exampleOuter {
border : 4px double gray;
margin : 0em;
padding : 0em;
}
div.exampleInner {
background-color : #d5dee3;
border-top-width : 4px;
border-top-style : double;
border-top-color : #d3d3d3;
border-bottom-width : 4px;
border-bottom-style : double;
border-bottom-color : #d3d3d3;
padding : 4px;
margin : 0;
}
div.exampleWrapper {
margin : 4px;
}
div.exampleHeader {
font-weight : bold;
margin : 4px;
}
</style>
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/base.css" />
</head>
<body>
<div class="head">
<p>
<a href="http://www.w3.org/">
<img src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width="72" />
</a>
</p>
<h1><a name="title" id="title"></a>Web Storage Errata</h1>
<h2><a name="w3c-doctype" id="w3c-doctype"></a> 25 July 2013 </h2>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
>Copyright</a> © 2013 <a href="http://www.w3.org/"><acronym
title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a
href="http://www.csail.mit.edu/"><acronym
title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
href="http://www.ercim.org/"><acronym
title="European Research Consortium for Informatics and Mathematics"
>ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>,
<a href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights
Reserved. W3C <a
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer"
>liability</a>, <a
href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks"
>trademark</a> and <a
href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
rules apply.</p>
</div>
<hr />
<div>
<h2><a name="abstract" id="abstract"></a>Abstract</h2>
<p> This document records all
known errors in the <cite><a href="http://www.w3.org/TR/2013/REC-webstorage-20130725/">Web Storage</a></cite> specification published on 25 July 2013 (hereinafter, "the specification" or "the
spec"). </p>
<p> If you find errors in the specification that are not listed in this document, please
report them to <a href="mailto:public-webapps@w3.org"
>public-webapps@w3.org</a>. Archives of the mailing list are available at
<a href="http://lists.w3.org/Archives/Public/public-webapps/">public
archive</a>
</p></div>
<div class="toc">
<h2><a name="contents" id="contents"></a>Table of Contents</h2><p class="toc">1. <a
href="#substantiveItems">Substantive Errata</a><br /> 2. <a
href="#editorialItems">Editorial Errata</a><br /> 3. <a
href="#clarificationItems">Clarifications </a><br />
</p></div>
<hr /><div class="body"><div class="div1">
<h2><a name="substantiveItems" id="substantiveItems"></a>1. Substantive
Errata</h2><p>To be added upon receipt of errors.</p></div><div class="div1">
<h2><a name="editorialItems" id="editorialItems"></a>2. Editorial Errata</h2><p>To
be added upon receipt of errors.</p></div>
<h2><a name="clarificationItems" id="clarificationItems"></a>3. Clarifications </h2>
<p>To be added upon receipt of errors.</p></div>
</body>
</html>
Received on Monday, 15 July 2013 17:07:05 UTC