- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Feb 2010 05:25:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv8455/elements
Modified Files:
li.html option.html
Log Message:
mostly complete
Index: option.html
===================================================================
RCS file: /sources/public/html5/markup/elements/option.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- option.html 31 Jan 2010 06:11:04 -0000 1.5
+++ option.html 1 Feb 2010 05:25:04 -0000 1.6
@@ -33,13 +33,23 @@
</dl>
</div>
<div id="tags">
- <p>An <code><a href="#option">option</a></code> element must
- have a <span title="syntax-start-tag">start tag</span>.</p>
- <p>An <code>option</code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code>option</code> element is immediately followed by another
- <code>option</code> element, or if it is immediately followed
- by an <code>optgroup</code> element, or if there is no more
+ <p>An
+ <a href="#option" class="element">option</a>
+ element must
+ have a
+ <span title="syntax-start-tag">start tag</span>.</p>
+ <p>An
+ <a href="#option" class="element">option</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#option" class="element">option</a>
+ element is immediately followed by another
+ <a href="#option" class="element">option</a>
+ element, or if it is immediately followed
+ by an
+ <a href="#optgroup" class="element">optgroup</a>
+ element, or if there is no more
content in the parent element.</p>
</div>
</div>
Index: li.html
===================================================================
RCS file: /sources/public/html5/markup/elements/li.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- li.html 31 Jan 2010 06:11:03 -0000 1.5
+++ li.html 1 Feb 2010 05:25:04 -0000 1.6
@@ -9,7 +9,13 @@
<div id="attributes">
<dl>
<dt id="oli.attrs.value">value</dt>
- <dd>The ordinal value of the list item.</dd>
+ <dd>The ordinal value of the list item.
+ <span class="attribute-constraint">Permitted only if the
+ <a href="#li" class="element">li</a>
+ element is a child of an
+ <a href="#ol" class="element">ol</a>
+ element.</span>
+ </dd>
</dl>
</div>
<div id="tags">
Received on Monday, 1 February 2010 05:25:07 UTC