- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Aug 2009 01:55:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webdatabase In directory hutz:/tmp/cvs-serv10003 Modified Files: Overview.html Log Message: Update references in all the specs I'm working on. (whatwg r3581) Index: Overview.html =================================================================== RCS file: /sources/public/html5/webdatabase/Overview.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Overview.html 8 Aug 2009 00:21:09 -0000 1.5 +++ Overview.html 11 Aug 2009 01:55:15 -0000 1.6 @@ -1,4 +1,6 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><title>Web Database</title><style type="text/css"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"> + <title>Web Database</title> + <style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -169,19 +171,25 @@ ul.domTree .t7 code, .domTree .t8 code { color: green; } ul.domTree .t10 code { color: teal; } [...1204 lines suppressed...] + <p>All references are normative unless marked "Non-normative".</p> + + <dl> + + <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 1999.</dd> + + <dt id="refsRFC2109">[RFC2109]</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> + + <dt id="refsSQL">[SQL]</dt> + <dd>The precise dialect has not yet been specified.</dd> + + </dl> + + + +
Received on Tuesday, 11 August 2009 01:55:26 UTC