- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 May 2009 10:26:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv9343/src
Modified Files:
datatypes.html references.html
Log Message:
h:tml; changed name of datatype for accesskey attribute to "keylabellist"; added definition for "pattern" datatype, fixed some fragment refs in datatypes file; added ECMAScript spec to references.
Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/src/references.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- references.html 23 Jan 2009 12:01:53 -0000 1.6
+++ references.html 6 May 2009 10:26:30 -0000 1.7
@@ -11,6 +11,11 @@
<dd><span class="references-note" >(see in particular <a
href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/views.html#Views-intro-h2"
>http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/views.html#Views-intro-h2</a>)</span></dd>
+ <dt><dfn id="refsECMA262">[ECMA262]</dfn></dt>
+ <dd><cite><a
+ href="http://www.ecma-international.org/publications/standards/Ecma-262.htm"
+ >ECMAScript Language Specification</a></cite>.
+ 3rd edition. December 1999.</dd>
<dt><dfn id="refsEntities">[Entities]</dfn></dt>
<dd><cite><a
href="http://www.w3.org/2003/entities/2007doc/"
Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- datatypes.html 3 May 2009 16:45:01 -0000 1.18
+++ datatypes.html 6 May 2009 10:26:30 -0000 1.19
@@ -179,7 +179,7 @@
case-insensitive</a> match for a string that consists of:
the literal string "<code>text/html;</code>",
optionally followed by any number of <a
- href="#space-character" title="space character">space
+ href="#space" title="space character">space
characters</a>, followed by the literal string
"<code>charset=</code>", followed by a <a
href="#common.data.charset">charset</a>.</div>
@@ -231,7 +231,7 @@
encoding</a>.</div>
</dd>
</dl>
- <dl><dt>keylist</dt>
+ <dl><dt>keylabellist</dt>
<dd></dd>
<dd>
<div class="datatype-desc">An ordered set of unique
@@ -241,11 +241,16 @@
</dd>
</dl>
<dl><dt>pattern</dt>
- <dd><a href="#data-pattern">pattern</a></dd>
+ <dd></dd>
+ <dd>
+ <div class="datatype-desc">A regular expression that must
+ match the JavaScript <i>Pattern</i> production <a
+ href="#refsECMA262">[ECMA262]</a>.</div>
+ </dd>
</dl>
<dl><dt>datetime-local</dt>
- <dd id="datetime-local-pattern" ><a href="#data-date"
- >date</a> "<code class="literal">T</code>" <a href="#data-time">time</a></dd>
+ <dd id="datetime-local-pattern" ><a href="#form.data.date"
+ >date</a> "<code class="literal">T</code>" <a href="#form.data.time">time</a></dd>
<dd>
<div class="example">
<p>Example:</p>
@@ -341,7 +346,7 @@
<dd>
<div class="datatype-desc">A set of comma-separated <a
href="#data-token">tokens</a>, each of which is a valid
- <a href="#common.data.emailaddress">emailaddress</a>.</div>
+ <a href="#form.data.emailaddress">emailaddress</a>.</div>
</dd>
</dl>
<dl><dt>color</dt>
Received on Wednesday, 6 May 2009 10:35:17 UTC