- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 03 May 2009 16:45:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv14060/src
Modified Files:
datatypes.html
Log Message:
h:tml; added accesskey global attribute
Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- datatypes.html 23 Jan 2009 12:01:53 -0000 1.17
+++ datatypes.html 3 May 2009 16:45:01 -0000 1.18
@@ -231,6 +231,15 @@
encoding</a>.</div>
</dd>
</dl>
+ <dl><dt>keylist</dt>
+ <dd></dd>
+ <dd>
+ <div class="datatype-desc">An ordered set of unique
+ space-separated <a href="#data-token">tokens</a>, each of
+ which must be exactly one Unicode code point in
+ length.</div>
+ </dd>
+ </dl>
<dl><dt>pattern</dt>
<dd><a href="#data-pattern">pattern</a></dd>
</dl>
Received on Sunday, 3 May 2009 16:45:13 UTC