- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Dec 2008 01:38:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv31730 Modified Files: Overview.html Log Message: run-on sentence (bug 6134) (whatwg r2626) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1795 retrieving revision 1.1796 diff -u -d -r1.1795 -r1.1796 --- Overview.html 30 Dec 2008 01:37:10 -0000 1.1795 +++ Overview.html 30 Dec 2008 01:38:23 -0000 1.1796 @@ -31754,7 +31754,7 @@ --><h5 id=databases><span class=secno>5.10.2.2 </span>Databases</h5><p>Each <i><a href=#origin-0>origin</a></i> has an associated set of databases. Each database has a name and a current version. There is no way to enumerate or delete the databases available for a domain from this - API.<p class=note>Each database has one version at a time, a database + API.<p class=note>Each database has one version at a time; a database can't exist in multiple versions at once. Versions are intended to allow authors to manage schema changes incrementally and non-destructively, and without running the risk of old code (e.g. in
Received on Tuesday, 30 December 2008 01:38:34 UTC