- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Jun 2009 09:23:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv31696/elements
Added Files:
keygen.html
Log Message:
added details for <keygen>
--- NEW FILE: keygen.html ---
<div xmlns="http://www.w3.org/1999/xhtml">
<h4>The keygen element</h4>
<div id="shortdesc">key-pair generator/input control</div>
<div id="longdesc">
<p>The <a href="#keygen" class="element">keygen</a> element
represents a control for generating a public-private key
pair and for submitting the public key from that key pair.</p>
</div>
<div class="attributes">
<dl>
<dt id="keygen.attrs.challenge">challenge</dt>
<dd>A challenge string that is submitted along with the
public key.</dd>
</dl>
<dl>
<dt id="keygen.attrs.keytype">keytype</dt>
<dd>The type of key generated.</dd>
</dl>
</div>
</div>
Received on Friday, 5 June 2009 09:23:26 UTC