- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 31 Jul 2010 08:13:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv15998/elements
Modified Files:
li.html
Log Message:
removed "Form attributes" section, and moved all shared form attribute descriptions to the individual element pages; this required changing a bunch of IDs
also changed to using hash-on-hover linking on all attribute descriptions
Index: li.html
===================================================================
RCS file: /sources/public/html5/markup/elements/li.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- li.html 16 Feb 2010 10:28:26 -0000 1.9
+++ li.html 31 Jul 2010 08:13:16 -0000 1.10
@@ -8,7 +8,7 @@
<div id="prose-model">Flow content</div>
<div id="attributes">
<dl>
- <dt id="oli.attrs.value" class="changed">value</dt>
+ <dt id="li.attrs.value" class="changed">value</dt>
<dd>The ordinal value of the list item.
<span class="attribute-constraint">Permitted only if the
<a href="#li" class="element">li</a>
@@ -17,7 +17,7 @@
element.</span>
</dd>
<dd class="note">The
- <a href="#oli.attrs.value">value</a>
+ <a href="#li.attrs.value">value</a>
attribute on the
<a href="#li" class="element">li</a>
element was deprecated in a previous version of HTML,
Received on Saturday, 31 July 2010 08:13:19 UTC