- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Jun 2009 08:58:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv27375/elements
Added Files:
input.tel.html
Log Message:
fixed descriptions for <input type=tel>
--- NEW FILE: input.tel.html ---
<div xmlns="http://www.w3.org/1999/xhtml">
<h4>The input element with type "tel"</h4>
<div id="shortdesc">telephone-number-input field</div>
<div id="longdesc">
<p>The <a href="#input" class="element">input</a> element
with a <span class="attribute">type</span> attribute whose
value is "<code>tel</code>" represents a one-line plain-text
edit control for entering a telephone number.</p>
</div>
<div id="attributes">
<dl>
<dt id="input.tel.attrs.type">type</dt>
<dd>Specifies that its <a href="#input"
class="element">input</a> element is
a one-line plain-text edit control for entering a
telephone number.</dd>
</dl>
<dl>
<dt id="input.tel.attrs.value">value</dt>
<dd>Specifies a value for this <a href="#input"
class="element">input</a> element.</dd>
</dl>
</div>
</div>
Received on Friday, 5 June 2009 08:58:46 UTC