- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Jun 2009 06:49:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv14114/elements Modified Files: meta.charset.html ol.html select.html Log Message: h:tml; checkpointing in midst of minor cleanup and organizing tweaks. Index: ol.html =================================================================== RCS file: /sources/public/html5/markup/elements/ol.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ol.html 25 Feb 2009 08:07:57 -0000 1.4 +++ ol.html 16 Jun 2009 06:49:01 -0000 1.5 @@ -10,8 +10,9 @@ <div id="attributes"> <dl> <dt id="ol.attrs.reversed">reversed</dt> - <dd>Indicates that the list is a descending list (…, 3, 2, - 1). If the attribute is omitted, the list is an ascending + <dd>If present, indicates that the list is a descending + list (…, 3, 2, 1).</dd> + <dd>If not present, indicates that the list is an ascending list (1, 2, 3, …).</dd> </dl> <dl> Index: meta.charset.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.charset.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- meta.charset.html 13 Feb 2009 12:07:30 -0000 1.2 +++ meta.charset.html 16 Jun 2009 06:49:01 -0000 1.3 @@ -15,13 +15,6 @@ </dl> </div> <div id="constraints"> - <p>The <a href="#meta.charset.attrs.charset">charset</a> - attribute may be specified on the <a href="#meta" - class="element">meta</a> element in a <a - href="#syntax-document-html">document in the HTML - syntax</a>, but it must not be used in a <a - href="#syntax-document-xml">document in the XML - syntax</a>.</p> <p>There must not be more than one <a href="#meta" class="element">meta</a> element per document with a <a href="#meta.charset.attrs.charset">charset</a> Index: select.html =================================================================== RCS file: /sources/public/html5/markup/elements/select.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- select.html 15 Feb 2009 18:31:39 -0000 1.2 +++ select.html 16 Jun 2009 06:49:01 -0000 1.3 @@ -9,13 +9,13 @@ <div class="attributes"> <dl> <dt id="select.attrs.multiple">multiple</dt> - <dd>If present, specifies that its <a + <dd>If present, indicates that its <a href="#select" class="element">select</a> - element represents a control for selecting zero or more - options from a list of options.</dd> - <dd>If absent, its <a href="#select">select</a> element - represents a control for selecting a single option from a - list of options.</dd> + element represents a control for selecting zero or more + options from a list of options.</dd> + <dd>If not present, indicates that its <a + href="#select">select</a> element represents a control + for selecting a single option from a list of options.</dd> </dl> <dl> <dt id="select.attrs.size">size</dt>
Received on Tuesday, 16 June 2009 06:49:15 UTC