- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Jul 2010 09:23:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv12205/elements
Modified Files:
input.color.html input.email.html
Log Message:
checkpointing some further explorations in refining datatype documentation and HTML5 spec-linking
Index: input.color.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.color.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- input.color.html 10 Feb 2010 18:47:39 -0000 1.4
+++ input.color.html 27 Jul 2010 09:23:47 -0000 1.5
@@ -19,7 +19,7 @@
</dl>
<dl>
<dt id="input.color.attrs.value">value</dt>
- <dd>An string representing a simple color.</dd>
+ <dd>An string representing a color.</dd>
</dl>
</div>
<div id="dom-interface">HTMLInputElement</div>
Index: input.email.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.email.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- input.email.html 10 Feb 2010 18:47:40 -0000 1.5
+++ input.email.html 27 Jul 2010 09:23:47 -0000 1.6
@@ -12,10 +12,10 @@
<div id="attributes">
<dl>
<dt id="input.email.attrs.type">type</dt>
- <dd>Specifies that its <a href="#input"
- class="element">input</a> element is
- a control for editing a list of e-mail addresses given in
- the element’s value.</dd>
+ <dd>Specifies that its
+ <a href="#input" class="element">input</a>
+ element is a control for editing an e-mail address or list
+ of e-mail addresses given in the element’s value.</dd>
</dl>
<dl>
<dt id="input.email.attrs.value.single">value</dt>
Received on Tuesday, 27 July 2010 09:23:50 UTC