- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Jun 2009 17:16:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv4070/elements
Modified Files:
button.button.html button.reset.html button.submit.html
command.checkbox.html command.command.html command.radio.html
li.html
Log Message:
h:tml; fixed placement of attribute descriptions for command and button elements
Index: command.radio.html
===================================================================
RCS file: /sources/public/html5/markup/elements/command.radio.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- command.radio.html 20 Jan 2009 18:42:28 -0000 1.3
+++ command.radio.html 15 Jun 2009 17:16:11 -0000 1.4
@@ -23,5 +23,18 @@
<dt id="command.radio.attrs.checked">checked</dt>
<dd>Specifies that the command is selected.</dd>
</dl>
+ <dl>
+ <dt id="command.radio.attrs.label">label</dt>
+ <dd>The name of the command, as shown to the user.</dd>
+ </dl>
+ <dl>
+ <dt id="command.radio.attrs.icon">icon</dt>
+ <dd>A URL for an image that represents the command.</dd>
+ </dl>
+ <dl>
+ <dt id="command.radio.attrs.disabled">disabled</dt>
+ <dd>Specifies that the command is not currently
+ available.</dd>
+ </dl>
</div>
</div>
Index: button.submit.html
===================================================================
RCS file: /sources/public/html5/markup/elements/button.submit.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- button.submit.html 8 Jan 2009 10:19:31 -0000 1.2
+++ button.submit.html 15 Jun 2009 17:16:10 -0000 1.3
@@ -14,5 +14,10 @@
class="element">button</a> element is a button for
submitting a form.</dd>
</dl>
+ <dl>
+ <dt id="button.submit.attrs.value">value</dt>
+ <dd>The value part of the name/value pair associated with
+ this button for the purposes of form submission.</dd>
+ </dl>
</div>
</div>
Index: button.button.html
===================================================================
RCS file: /sources/public/html5/markup/elements/button.button.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- button.button.html 8 Jan 2009 10:19:31 -0000 1.2
+++ button.button.html 15 Jun 2009 17:16:10 -0000 1.3
@@ -14,5 +14,10 @@
class="element">button</a> element is a button with no
additional semantics.</dd>
</dl>
+ <dl>
+ <dt id="button.button.attrs.value">value</dt>
+ <dd>The value part of the name/value pair associated with
+ this button for the purposes of form submission.</dd>
+ </dl>
</div>
</div>
Index: command.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/elements/command.checkbox.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- command.checkbox.html 20 Jan 2009 18:42:28 -0000 1.3
+++ command.checkbox.html 15 Jun 2009 17:16:10 -0000 1.4
@@ -18,5 +18,18 @@
<dt id="command.checkbox.attrs.checked">checked</dt>
<dd>Specifies that the command is selected.</dd>
</dl>
+ <dl>
+ <dt id="command.checkbox.attrs.label">label</dt>
+ <dd>The name of the command, as shown to the user.</dd>
+ </dl>
+ <dl>
+ <dt id="command.checkbox.attrs.icon">icon</dt>
+ <dd>A URL for an image that represents the command.</dd>
+ </dl>
+ <dl>
+ <dt id="command.checkbox.attrs.disabled">disabled</dt>
+ <dd>Specifies that the command is not currently
+ available.</dd>
+ </dl>
</div>
</div>
Index: li.html
===================================================================
RCS file: /sources/public/html5/markup/elements/li.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- li.html 13 Feb 2009 12:07:30 -0000 1.3
+++ li.html 15 Jun 2009 17:16:11 -0000 1.4
@@ -7,7 +7,7 @@
</div>
<div id="attributes">
<dl>
- <dt id="li.attrs.value">value</dt>
+ <dt id="oli.attrs.value">value</dt>
<dd>The ordinal value of the list item.</dd>
</dl>
</div>
Index: button.reset.html
===================================================================
RCS file: /sources/public/html5/markup/elements/button.reset.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- button.reset.html 8 Jan 2009 10:19:31 -0000 1.2
+++ button.reset.html 15 Jun 2009 17:16:10 -0000 1.3
@@ -14,5 +14,10 @@
class="element">button</a> element is a button for
resetting a form.</dd>
</dl>
+ <dl>
+ <dt id="button.reset.attrs.value">value</dt>
+ <dd>The value part of the name/value pair associated with
+ this button for the purposes of form submission.</dd>
+ </dl>
</div>
</div>
Index: command.command.html
===================================================================
RCS file: /sources/public/html5/markup/elements/command.command.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- command.command.html 20 Jan 2009 18:42:28 -0000 1.3
+++ command.command.html 15 Jun 2009 17:16:11 -0000 1.4
@@ -14,5 +14,18 @@
class="element">command</a> element is a
command with an associated action.</dd>
</dl>
+ <dl>
+ <dt id="command.command.attrs.label">label</dt>
+ <dd>The name of the command, as shown to the user.</dd>
+ </dl>
+ <dl>
+ <dt id="command.command.attrs.icon">icon</dt>
+ <dd>A URL for an image that represents the command.</dd>
+ </dl>
+ <dl>
+ <dt id="command.command.attrs.disabled">disabled</dt>
+ <dd>Specifies that the command is not currently
+ available.</dd>
+ </dl>
</div>
</div>
Received on Monday, 15 June 2009 17:16:20 UTC