- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 01 Aug 2009 10:44:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv8748/src
Modified Files:
attributes.html
Log Message:
streamlined documentation for common/shared form attributes
Index: attributes.html
===================================================================
RCS file: /sources/public/html5/markup/src/attributes.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- attributes.html 31 Jul 2009 19:54:04 -0000 1.4
+++ attributes.html 1 Aug 2009 10:44:34 -0000 1.5
@@ -1,6 +1,7 @@
<section id="syntax"
xmlns="http://www.w3.org/1999/xhtml">
<h2>Common/shared attribute definitions</h2>
+ <!-- * =================== core attributes =================== -->
<div id="core-attrs">
<dl>
<dt id="common.attrs.id">id</dt>
@@ -79,31 +80,33 @@
relative order of the element in the sequence of focusable
elements in the document.</dd>
</dl>
+ </div>
+ <!-- * =================== XML attributes =================== -->
+ <div id="xml-attrs">
<dl>
- <dt id="common.attrs.xmlbase">xml:base</dt>
- <dd>As defined in the XML Base specification
- <a href="#refsXMLBase">[XMLBase]</a>.</dd>
- <dd>This attribute should only be used with
- <a href="#syntax-document-xml">documents in the XML syntax</a>.
- It must not be used in
- <a href="#syntax-document-html">documents in the HTML syntax</a>.</dd>
+ <dt id="common.attrs.xmllang">xml:lang</dt>
+ <dd>As defined in the XML specification
+ <a href="#refsXML">[XML]</a>.</dd>
</dl>
<dl>
<dt id="common.attrs.xmlspace">xml:space</dt>
<dd>As defined in the XML specification
<a href="#refsXML">[XML]</a>.</dd>
- <dd>This attribute should only be used with
- <a href="#syntax-document-xml">documents in the XML syntax</a>.
- It must not be used in
+ <dd>The <code class="attribute">xml:space</code>
+ attribute should only be used with
+ <a href="#syntax-document-xml">documents in the XML syntax</a>;
+ it must not be used in
+ <a href="#syntax-document-html">documents in the HTML syntax</a>.</dd>
+ </dl>
+ <dl>
+ <dt id="common.attrs.xmlbase">xml:base</dt>
+ <dd>As defined in the XML Base specification
+ <a href="#refsXMLBase">[XMLBase]</a>.</dd>
+ <dd>The <code class="attribute">xml:base</code>
+ attribute should only be used with
+ <a href="#syntax-document-xml">documents in the XML syntax</a>;
+ it must not be used in
<a href="#syntax-document-html">documents in the HTML syntax</a>.</dd>
</dl>
- </div>
- <div>
- Missing description for: common.attrs.dir
- Missing description for: common.attrs.xmllang
- Missing description for: common.attrs.lang
- Missing description for: common.attrs.style
- Missing description for: common.attrs.tabindex
- Missing description for: common.attrs.accesskey
</div>
</section>
Received on Saturday, 1 August 2009 10:44:44 UTC