[html5] r4930 - [e] (0) markup error
whatwg at whatwg.org
whatwg at whatwg.org
Wed Mar 31 17:48:47 PDT 2010
Author: ianh
Date: 2010-03-31 17:48:46 -0700 (Wed, 31 Mar 2010)
New Revision: 4930
Modified:
complete.html
index
source
Log:
[e] (0) markup error
Modified: complete.html
===================================================================
--- complete.html 2010-03-31 21:37:54 UTC (rev 4929)
+++ complete.html 2010-04-01 00:48:46 UTC (rev 4930)
@@ -181,7 +181,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 31 March 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 1 April 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -29744,17 +29744,17 @@
<p>Can be set, to replace the <code><a href=#the-caption-element>caption</a></code> element. If the
new value is not a <code><a href=#the-caption-element>caption</a></code> element, throws a
<code><a href=#hierarchy_request_err>HIERARCHY_REQUEST_ERR</a></code> exception.</p>
- <dd>
+ </dd>
<dt><var title="">caption</var> = <var title="">table</var> . <code title=dom-table-createCaption><a href=#dom-table-createcaption>createCaption</a></code>()</dt>
<dd>
<p>Ensures the table has a <code><a href=#the-caption-element>caption</a></code> element, and returns it.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-deleteCaption><a href=#dom-table-deletecaption>deleteCaption</a></code>()</dt>
<dd>
<p>Ensures the table does not have a <code><a href=#the-caption-element>caption</a></code> element.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-tHead><a href=#dom-table-thead>tHead</a></code> [ = <var title="">value</var> ]</dt>
<dd>
@@ -29762,17 +29762,17 @@
<p>Can be set, to replace the <code><a href=#the-thead-element>thead</a></code> element. If the
new value is not a <code><a href=#the-thead-element>thead</a></code> element, throws a
<code><a href=#hierarchy_request_err>HIERARCHY_REQUEST_ERR</a></code> exception.</p>
- <dd>
+ </dd>
<dt><var title="">thead</var> = <var title="">table</var> . <code title=dom-table-createTHead><a href=#dom-table-createthead>createTHead</a></code>()</dt>
<dd>
<p>Ensures the table has a <code><a href=#the-thead-element>thead</a></code> element, and returns it.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-deleteTHead><a href=#dom-table-deletethead>deleteTHead</a></code>()</dt>
<dd>
<p>Ensures the table does not have a <code><a href=#the-thead-element>thead</a></code> element.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-tFoot><a href=#dom-table-tfoot>tFoot</a></code> [ = <var title="">value</var> ]</dt>
<dd>
@@ -29780,46 +29780,46 @@
<p>Can be set, to replace the <code><a href=#the-tfoot-element>tfoot</a></code> element. If the
new value is not a <code><a href=#the-tfoot-element>tfoot</a></code> element, throws a
<code><a href=#hierarchy_request_err>HIERARCHY_REQUEST_ERR</a></code> exception.</p>
- <dd>
+ </dd>
<dt><var title="">tfoot</var> = <var title="">table</var> . <code title=dom-table-createTFoot><a href=#dom-table-createtfoot>createTFoot</a></code>()</dt>
<dd>
<p>Ensures the table has a <code><a href=#the-tfoot-element>tfoot</a></code> element, and returns it.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-deleteTFoot><a href=#dom-table-deletetfoot>deleteTFoot</a></code>()</dt>
<dd>
<p>Ensures the table does not have a <code><a href=#the-tfoot-element>tfoot</a></code> element.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-tBodies><a href=#dom-table-tbodies>tBodies</a></code></dt>
<dd>
<p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the <code><a href=#the-tbody-element>tbody</a></code> elements of the table.</p>
- <dd>
+ </dd>
<dt><var title="">tbody</var> = <var title="">table</var> . <code title=dom-table-createTBody><a href=#dom-table-createtbody>createTBody</a></code>()</dt>
<dd>
<p>Creates a <code><a href=#the-tbody-element>tbody</a></code> element, inserts it into the table, and returns it.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-rows><a href=#dom-table-rows>rows</a></code></dt>
<dd>
<p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the <code><a href=#the-tr-element>tr</a></code> elements of the table.</p>
- <dd>
+ </dd>
<dt><var title="">tr</var> = <var title="">table</var> . <code title=dom-table-insertRow><a href=#dom-table-insertrow>insertRow</a></code>(<var title="">index</var>)</dt>
<dd>
<p>Creates a <code><a href=#the-tr-element>tr</a></code> element, along with a <code><a href=#the-tbody-element>tbody</a></code> if required, inserts them into the table at the position given by the argument, and returns the <code><a href=#the-tr-element>tr</a></code>.</p>
<p>The position is relative to the rows in the table. The index −1 is equivalent to inserting at the end of the table.</p>
<p>If the given position is less than −1 or greater than the number of rows, throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-deleteRow><a href=#dom-table-deleterow>deleteRow</a></code>(<var title="">index</var>)</dt>
<dd>
<p>Removes the <code><a href=#the-tr-element>tr</a></code> element with the given position in the table.</p>
<p>The position is relative to the rows in the table. The index −1 is equivalent to deleting the last row of the table.</p>
<p>If the given position is less than −1 or greater than the index of the last row, or if there are no rows, throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
- <dd>
+ </dd>
</dl><div class=impl>
@@ -30194,21 +30194,21 @@
<dl class=domintro><dt><var title="">tbody</var> . <code title=dom-tbody-rows><a href=#dom-tbody-rows>rows</a></code></dt>
<dd>
<p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the <code><a href=#the-tr-element>tr</a></code> elements of the table section.</p>
- <dd>
+ </dd>
<dt><var title="">tr</var> = <var title="">tbody</var> . <code title=dom-tbody-insertRow><a href=#dom-tbody-insertrow>insertRow</a></code>( [ <var title="">index</var> ] )</dt>
<dd>
<p>Creates a <code><a href=#the-tr-element>tr</a></code> element, inserts it into the table section at the position given by the argument, and returns the <code><a href=#the-tr-element>tr</a></code>.</p>
<p>The position is relative to the rows in the table section. The index −1, which is the default if the argument is omitted, is equivalent to inserting at the end of the table section.</p>
<p>If the given position is less than −1 or greater than the number of rows, throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
- <dd>
+ </dd>
<dt><var title="">tbody</var> . <code title=dom-tbody-deleteRow><a href=#dom-tbody-deleterow>deleteRow</a></code>(<var title="">index</var>)</dt>
<dd>
<p>Removes the <code><a href=#the-tr-element>tr</a></code> element with the given position in the table section.</p>
<p>The position is relative to the rows in the table section. The index −1 is equivalent to deleting the last row of the table section.</p>
<p>If the given position is less than −1 or greater than the index of the last row, or if there are no rows, throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
- <dd>
+ </dd>
</dl><div class=impl>
@@ -30371,7 +30371,7 @@
<p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements of the row.</p>
- <dd>
+ </dd>
<dt><var title="">cell</var> = <var title="">tr</var> . <code title=dom-tr-insertCell><a href=#dom-tr-insertcell>insertCell</a></code>( [ <var title="">index</var> ] )</dt>
@@ -30404,7 +30404,7 @@
the index of the last cell, or if there are no cells, throws an
<code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
- <dd>
+ </dd>
</dl><div class=impl>
@@ -50297,32 +50297,32 @@
<dl><dt><dfn id=md-vcard-type-adr-dom title=md-vcard-type-adr-dom><code>dom</code></dfn></dt>
<dd>
<p>Indicates a domestic delivery address.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-adr-intl title=md-vcard-type-adr-intl><code>intl</code></dfn></dt>
<dd>
<p>Indicates an international delivery address.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-adr-postal title=md-vcard-type-adr-postal><code>postal</code></dfn></dt>
<dd>
<p>Indicates a postal delivery address.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-adr-parcel title=md-vcard-type-adr-parcel><code>parcel</code></dfn></dt>
<dd>
<p>Indicates a parcel delivery address.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-adr-home title=md-vcard-type-adr-home><code>home</code></dfn></dt>
<dd>
<p>Indicates a residential delivery address.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-adr-work title=md-vcard-type-adr-work><code>work</code></dfn></dt>
<dd>
<p>Indicates a delivery address for a place of work.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-adr-pref title=md-vcard-type-adr-pref><code>pref</code></dfn></dt>
<dd>
@@ -50330,74 +50330,74 @@
<p>Indicates the preferred delivery address when multiple
addresses are specified.</p>
- <dd>
+ </dd>
</dl><p>The <dfn id=telephone-type-strings>telephone type strings</dfn> are:</p>
<dl><dt><dfn id=md-vcard-type-tel-home title=md-vcard-type-tel-home><code>home</code></dfn></dt>
<dd>
<p>Indicates a residential number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-msg title=md-vcard-type-tel-msg><code>msg</code></dfn></dt>
<dd>
<p>Indicates a telephone number with voice messaging support.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-work title=md-vcard-type-tel-work><code>work</code></dfn></dt>
<dd>
<p>Indicates a telephone number for a place of work.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-voice title=md-vcard-type-tel-voice><code>voice</code></dfn></dt>
<dd>
<p>Indicates a voice telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-fax title=md-vcard-type-tel-fax><code>fax</code></dfn></dt>
<dd>
<p>Indicates a facsimile telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-cell title=md-vcard-type-tel-cell><code>cell</code></dfn></dt>
<dd>
<p>Indicates a cellular telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-video title=md-vcard-type-tel-video><code>video</code></dfn></dt>
<dd>
<p>Indicates a video conferencing telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-pager title=md-vcard-type-tel-pager><code>pager</code></dfn></dt>
<dd>
<p>Indicates a paging device telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-bbs title=md-vcard-type-tel-bbs><code>bbs</code></dfn></dt>
<dd>
<p>Indicates a bulletin board system telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-modem title=md-vcard-type-tel-modem><code>modem</code></dfn></dt>
<dd>
<p>Indicates a MODEM-connected telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-car title=md-vcard-type-tel-car><code>car</code></dfn></dt>
<dd>
<p>Indicates a car-phone telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-isdn title=md-vcard-type-tel-isdn><code>isdn</code></dfn></dt>
<dd>
<p>Indicates an ISDN service telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-pcs title=md-vcard-type-tel-pcs><code>pcs</code></dfn></dt>
<dd>
<p>Indicates a personal communication services telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-pref title=md-vcard-type-tel-pref><code>pref</code></dfn></dt>
<dd>
@@ -50405,19 +50405,19 @@
<p>Indicates the preferred telephone number when multiple
telephone numbers are specified.</p>
- <dd>
+ </dd>
</dl><p>The <dfn id=e-mail-type-strings>e-mail type strings</dfn> are:</p>
<dl><dt><dfn id=md-vcard-type-email-internet title=md-vcard-type-email-internet><code>internet</code></dfn></dt>
<dd>
<p>Indicates an Internet e-mail address.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-email-x400 title=md-vcard-type-email-x400><code>x400</code></dfn></dt>
<dd>
<p>Indicates a X.400 addressing type.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-email-pref title=md-vcard-type-email-pref><code>pref</code></dfn></dt>
<dd>
@@ -50425,7 +50425,7 @@
<p>Indicates the preferred e-mail address when multiple e-mail
addresses are specified.</p>
- <dd>
+ </dd>
</dl><p>The <dfn id=impp-type-strings>IMPP type strings</dfn> are:</p>
@@ -50434,7 +50434,7 @@
<dd>
<p>Indicates the type of communication for which this IMPP
<a href=#url>URL</a> is appropriate.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-impp-home title=md-vcard-type-impp-home><code>home</code></dfn></dt>
<dt><dfn id=md-vcard-type-impp-work title=md-vcard-type-impp-work><code>work</code></dfn></dt>
@@ -50442,13 +50442,13 @@
<dd>
<p>Indicates the location of a device associated with this IMPP
<a href=#url>URL</a>.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-impp-pref title=md-vcard-type-impp-pref><code>pref</code></dfn></dt>
<dd>
<p>Indicates the preferred address when multiple IMPP
<a href=#url>URL</a>s are specified.</p>
- <dd>
+ </dd>
</dl><h5 id=conversion-to-vcard><span class=secno>5.4.1.1 </span>Conversion to vCard</h5>
Modified: index
===================================================================
--- index 2010-03-31 21:37:54 UTC (rev 4929)
+++ index 2010-04-01 00:48:46 UTC (rev 4930)
@@ -185,7 +185,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 31 March 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 1 April 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -29645,17 +29645,17 @@
<p>Can be set, to replace the <code><a href=#the-caption-element>caption</a></code> element. If the
new value is not a <code><a href=#the-caption-element>caption</a></code> element, throws a
<code><a href=#hierarchy_request_err>HIERARCHY_REQUEST_ERR</a></code> exception.</p>
- <dd>
+ </dd>
<dt><var title="">caption</var> = <var title="">table</var> . <code title=dom-table-createCaption><a href=#dom-table-createcaption>createCaption</a></code>()</dt>
<dd>
<p>Ensures the table has a <code><a href=#the-caption-element>caption</a></code> element, and returns it.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-deleteCaption><a href=#dom-table-deletecaption>deleteCaption</a></code>()</dt>
<dd>
<p>Ensures the table does not have a <code><a href=#the-caption-element>caption</a></code> element.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-tHead><a href=#dom-table-thead>tHead</a></code> [ = <var title="">value</var> ]</dt>
<dd>
@@ -29663,17 +29663,17 @@
<p>Can be set, to replace the <code><a href=#the-thead-element>thead</a></code> element. If the
new value is not a <code><a href=#the-thead-element>thead</a></code> element, throws a
<code><a href=#hierarchy_request_err>HIERARCHY_REQUEST_ERR</a></code> exception.</p>
- <dd>
+ </dd>
<dt><var title="">thead</var> = <var title="">table</var> . <code title=dom-table-createTHead><a href=#dom-table-createthead>createTHead</a></code>()</dt>
<dd>
<p>Ensures the table has a <code><a href=#the-thead-element>thead</a></code> element, and returns it.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-deleteTHead><a href=#dom-table-deletethead>deleteTHead</a></code>()</dt>
<dd>
<p>Ensures the table does not have a <code><a href=#the-thead-element>thead</a></code> element.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-tFoot><a href=#dom-table-tfoot>tFoot</a></code> [ = <var title="">value</var> ]</dt>
<dd>
@@ -29681,46 +29681,46 @@
<p>Can be set, to replace the <code><a href=#the-tfoot-element>tfoot</a></code> element. If the
new value is not a <code><a href=#the-tfoot-element>tfoot</a></code> element, throws a
<code><a href=#hierarchy_request_err>HIERARCHY_REQUEST_ERR</a></code> exception.</p>
- <dd>
+ </dd>
<dt><var title="">tfoot</var> = <var title="">table</var> . <code title=dom-table-createTFoot><a href=#dom-table-createtfoot>createTFoot</a></code>()</dt>
<dd>
<p>Ensures the table has a <code><a href=#the-tfoot-element>tfoot</a></code> element, and returns it.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-deleteTFoot><a href=#dom-table-deletetfoot>deleteTFoot</a></code>()</dt>
<dd>
<p>Ensures the table does not have a <code><a href=#the-tfoot-element>tfoot</a></code> element.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-tBodies><a href=#dom-table-tbodies>tBodies</a></code></dt>
<dd>
<p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the <code><a href=#the-tbody-element>tbody</a></code> elements of the table.</p>
- <dd>
+ </dd>
<dt><var title="">tbody</var> = <var title="">table</var> . <code title=dom-table-createTBody><a href=#dom-table-createtbody>createTBody</a></code>()</dt>
<dd>
<p>Creates a <code><a href=#the-tbody-element>tbody</a></code> element, inserts it into the table, and returns it.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-rows><a href=#dom-table-rows>rows</a></code></dt>
<dd>
<p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the <code><a href=#the-tr-element>tr</a></code> elements of the table.</p>
- <dd>
+ </dd>
<dt><var title="">tr</var> = <var title="">table</var> . <code title=dom-table-insertRow><a href=#dom-table-insertrow>insertRow</a></code>(<var title="">index</var>)</dt>
<dd>
<p>Creates a <code><a href=#the-tr-element>tr</a></code> element, along with a <code><a href=#the-tbody-element>tbody</a></code> if required, inserts them into the table at the position given by the argument, and returns the <code><a href=#the-tr-element>tr</a></code>.</p>
<p>The position is relative to the rows in the table. The index −1 is equivalent to inserting at the end of the table.</p>
<p>If the given position is less than −1 or greater than the number of rows, throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title=dom-table-deleteRow><a href=#dom-table-deleterow>deleteRow</a></code>(<var title="">index</var>)</dt>
<dd>
<p>Removes the <code><a href=#the-tr-element>tr</a></code> element with the given position in the table.</p>
<p>The position is relative to the rows in the table. The index −1 is equivalent to deleting the last row of the table.</p>
<p>If the given position is less than −1 or greater than the index of the last row, or if there are no rows, throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
- <dd>
+ </dd>
</dl><div class=impl>
@@ -30095,21 +30095,21 @@
<dl class=domintro><dt><var title="">tbody</var> . <code title=dom-tbody-rows><a href=#dom-tbody-rows>rows</a></code></dt>
<dd>
<p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the <code><a href=#the-tr-element>tr</a></code> elements of the table section.</p>
- <dd>
+ </dd>
<dt><var title="">tr</var> = <var title="">tbody</var> . <code title=dom-tbody-insertRow><a href=#dom-tbody-insertrow>insertRow</a></code>( [ <var title="">index</var> ] )</dt>
<dd>
<p>Creates a <code><a href=#the-tr-element>tr</a></code> element, inserts it into the table section at the position given by the argument, and returns the <code><a href=#the-tr-element>tr</a></code>.</p>
<p>The position is relative to the rows in the table section. The index −1, which is the default if the argument is omitted, is equivalent to inserting at the end of the table section.</p>
<p>If the given position is less than −1 or greater than the number of rows, throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
- <dd>
+ </dd>
<dt><var title="">tbody</var> . <code title=dom-tbody-deleteRow><a href=#dom-tbody-deleterow>deleteRow</a></code>(<var title="">index</var>)</dt>
<dd>
<p>Removes the <code><a href=#the-tr-element>tr</a></code> element with the given position in the table section.</p>
<p>The position is relative to the rows in the table section. The index −1 is equivalent to deleting the last row of the table section.</p>
<p>If the given position is less than −1 or greater than the index of the last row, or if there are no rows, throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
- <dd>
+ </dd>
</dl><div class=impl>
@@ -30272,7 +30272,7 @@
<p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements of the row.</p>
- <dd>
+ </dd>
<dt><var title="">cell</var> = <var title="">tr</var> . <code title=dom-tr-insertCell><a href=#dom-tr-insertcell>insertCell</a></code>( [ <var title="">index</var> ] )</dt>
@@ -30305,7 +30305,7 @@
the index of the last cell, or if there are no cells, throws an
<code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
- <dd>
+ </dd>
</dl><div class=impl>
@@ -50198,32 +50198,32 @@
<dl><dt><dfn id=md-vcard-type-adr-dom title=md-vcard-type-adr-dom><code>dom</code></dfn></dt>
<dd>
<p>Indicates a domestic delivery address.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-adr-intl title=md-vcard-type-adr-intl><code>intl</code></dfn></dt>
<dd>
<p>Indicates an international delivery address.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-adr-postal title=md-vcard-type-adr-postal><code>postal</code></dfn></dt>
<dd>
<p>Indicates a postal delivery address.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-adr-parcel title=md-vcard-type-adr-parcel><code>parcel</code></dfn></dt>
<dd>
<p>Indicates a parcel delivery address.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-adr-home title=md-vcard-type-adr-home><code>home</code></dfn></dt>
<dd>
<p>Indicates a residential delivery address.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-adr-work title=md-vcard-type-adr-work><code>work</code></dfn></dt>
<dd>
<p>Indicates a delivery address for a place of work.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-adr-pref title=md-vcard-type-adr-pref><code>pref</code></dfn></dt>
<dd>
@@ -50231,74 +50231,74 @@
<p>Indicates the preferred delivery address when multiple
addresses are specified.</p>
- <dd>
+ </dd>
</dl><p>The <dfn id=telephone-type-strings>telephone type strings</dfn> are:</p>
<dl><dt><dfn id=md-vcard-type-tel-home title=md-vcard-type-tel-home><code>home</code></dfn></dt>
<dd>
<p>Indicates a residential number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-msg title=md-vcard-type-tel-msg><code>msg</code></dfn></dt>
<dd>
<p>Indicates a telephone number with voice messaging support.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-work title=md-vcard-type-tel-work><code>work</code></dfn></dt>
<dd>
<p>Indicates a telephone number for a place of work.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-voice title=md-vcard-type-tel-voice><code>voice</code></dfn></dt>
<dd>
<p>Indicates a voice telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-fax title=md-vcard-type-tel-fax><code>fax</code></dfn></dt>
<dd>
<p>Indicates a facsimile telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-cell title=md-vcard-type-tel-cell><code>cell</code></dfn></dt>
<dd>
<p>Indicates a cellular telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-video title=md-vcard-type-tel-video><code>video</code></dfn></dt>
<dd>
<p>Indicates a video conferencing telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-pager title=md-vcard-type-tel-pager><code>pager</code></dfn></dt>
<dd>
<p>Indicates a paging device telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-bbs title=md-vcard-type-tel-bbs><code>bbs</code></dfn></dt>
<dd>
<p>Indicates a bulletin board system telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-modem title=md-vcard-type-tel-modem><code>modem</code></dfn></dt>
<dd>
<p>Indicates a MODEM-connected telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-car title=md-vcard-type-tel-car><code>car</code></dfn></dt>
<dd>
<p>Indicates a car-phone telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-isdn title=md-vcard-type-tel-isdn><code>isdn</code></dfn></dt>
<dd>
<p>Indicates an ISDN service telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-pcs title=md-vcard-type-tel-pcs><code>pcs</code></dfn></dt>
<dd>
<p>Indicates a personal communication services telephone number.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-tel-pref title=md-vcard-type-tel-pref><code>pref</code></dfn></dt>
<dd>
@@ -50306,19 +50306,19 @@
<p>Indicates the preferred telephone number when multiple
telephone numbers are specified.</p>
- <dd>
+ </dd>
</dl><p>The <dfn id=e-mail-type-strings>e-mail type strings</dfn> are:</p>
<dl><dt><dfn id=md-vcard-type-email-internet title=md-vcard-type-email-internet><code>internet</code></dfn></dt>
<dd>
<p>Indicates an Internet e-mail address.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-email-x400 title=md-vcard-type-email-x400><code>x400</code></dfn></dt>
<dd>
<p>Indicates a X.400 addressing type.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-email-pref title=md-vcard-type-email-pref><code>pref</code></dfn></dt>
<dd>
@@ -50326,7 +50326,7 @@
<p>Indicates the preferred e-mail address when multiple e-mail
addresses are specified.</p>
- <dd>
+ </dd>
</dl><p>The <dfn id=impp-type-strings>IMPP type strings</dfn> are:</p>
@@ -50335,7 +50335,7 @@
<dd>
<p>Indicates the type of communication for which this IMPP
<a href=#url>URL</a> is appropriate.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-impp-home title=md-vcard-type-impp-home><code>home</code></dfn></dt>
<dt><dfn id=md-vcard-type-impp-work title=md-vcard-type-impp-work><code>work</code></dfn></dt>
@@ -50343,13 +50343,13 @@
<dd>
<p>Indicates the location of a device associated with this IMPP
<a href=#url>URL</a>.</p>
- <dd>
+ </dd>
<dt><dfn id=md-vcard-type-impp-pref title=md-vcard-type-impp-pref><code>pref</code></dfn></dt>
<dd>
<p>Indicates the preferred address when multiple IMPP
<a href=#url>URL</a>s are specified.</p>
- <dd>
+ </dd>
</dl><h5 id=conversion-to-vcard><span class=secno>5.4.1.1 </span>Conversion to vCard</h5>
Modified: source
===================================================================
--- source 2010-03-31 21:37:54 UTC (rev 4929)
+++ source 2010-04-01 00:48:46 UTC (rev 4930)
@@ -32557,17 +32557,17 @@
<p>Can be set, to replace the <code>caption</code> element. If the
new value is not a <code>caption</code> element, throws a
<code>HIERARCHY_REQUEST_ERR</code> exception.</p>
- <dd>
+ </dd>
<dt><var title="">caption</var> = <var title="">table</var> . <code title="dom-table-createCaption">createCaption</code>()</dt>
<dd>
<p>Ensures the table has a <code>caption</code> element, and returns it.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title="dom-table-deleteCaption">deleteCaption</code>()</dt>
<dd>
<p>Ensures the table does not have a <code>caption</code> element.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title="dom-table-tHead">tHead</code> [ = <var title="">value</var> ]</dt>
<dd>
@@ -32575,17 +32575,17 @@
<p>Can be set, to replace the <code>thead</code> element. If the
new value is not a <code>thead</code> element, throws a
<code>HIERARCHY_REQUEST_ERR</code> exception.</p>
- <dd>
+ </dd>
<dt><var title="">thead</var> = <var title="">table</var> . <code title="dom-table-createTHead">createTHead</code>()</dt>
<dd>
<p>Ensures the table has a <code>thead</code> element, and returns it.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title="dom-table-deleteTHead">deleteTHead</code>()</dt>
<dd>
<p>Ensures the table does not have a <code>thead</code> element.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title="dom-table-tFoot">tFoot</code> [ = <var title="">value</var> ]</dt>
<dd>
@@ -32593,46 +32593,46 @@
<p>Can be set, to replace the <code>tfoot</code> element. If the
new value is not a <code>tfoot</code> element, throws a
<code>HIERARCHY_REQUEST_ERR</code> exception.</p>
- <dd>
+ </dd>
<dt><var title="">tfoot</var> = <var title="">table</var> . <code title="dom-table-createTFoot">createTFoot</code>()</dt>
<dd>
<p>Ensures the table has a <code>tfoot</code> element, and returns it.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title="dom-table-deleteTFoot">deleteTFoot</code>()</dt>
<dd>
<p>Ensures the table does not have a <code>tfoot</code> element.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title="dom-table-tBodies">tBodies</code></dt>
<dd>
<p>Returns an <code>HTMLCollection</code> of the <code>tbody</code> elements of the table.</p>
- <dd>
+ </dd>
<dt><var title="">tbody</var> = <var title="">table</var> . <code title="dom-table-createTBody">createTBody</code>()</dt>
<dd>
<p>Creates a <code>tbody</code> element, inserts it into the table, and returns it.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title="dom-table-rows">rows</code></dt>
<dd>
<p>Returns an <code>HTMLCollection</code> of the <code>tr</code> elements of the table.</p>
- <dd>
+ </dd>
<dt><var title="">tr</var> = <var title="">table</var> . <code title="dom-table-insertRow">insertRow</code>(<var title="">index</var>)</dt>
<dd>
<p>Creates a <code>tr</code> element, along with a <code>tbody</code> if required, inserts them into the table at the position given by the argument, and returns the <code>tr</code>.</p>
<p>The position is relative to the rows in the table. The index −1 is equivalent to inserting at the end of the table.</p>
<p>If the given position is less than −1 or greater than the number of rows, throws an <code>INDEX_SIZE_ERR</code> exception.</p>
- <dd>
+ </dd>
<dt><var title="">table</var> . <code title="dom-table-deleteRow">deleteRow</code>(<var title="">index</var>)</dt>
<dd>
<p>Removes the <code>tr</code> element with the given position in the table.</p>
<p>The position is relative to the rows in the table. The index −1 is equivalent to deleting the last row of the table.</p>
<p>If the given position is less than −1 or greater than the index of the last row, or if there are no rows, throws an <code>INDEX_SIZE_ERR</code> exception.</p>
- <dd>
+ </dd>
</dl>
@@ -33063,21 +33063,21 @@
<dt><var title="">tbody</var> . <code title="dom-tbody-rows">rows</code></dt>
<dd>
<p>Returns an <code>HTMLCollection</code> of the <code>tr</code> elements of the table section.</p>
- <dd>
+ </dd>
<dt><var title="">tr</var> = <var title="">tbody</var> . <code title="dom-tbody-insertRow">insertRow</code>( [ <var title="">index</var> ] )</dt>
<dd>
<p>Creates a <code>tr</code> element, inserts it into the table section at the position given by the argument, and returns the <code>tr</code>.</p>
<p>The position is relative to the rows in the table section. The index −1, which is the default if the argument is omitted, is equivalent to inserting at the end of the table section.</p>
<p>If the given position is less than −1 or greater than the number of rows, throws an <code>INDEX_SIZE_ERR</code> exception.</p>
- <dd>
+ </dd>
<dt><var title="">tbody</var> . <code title="dom-tbody-deleteRow">deleteRow</code>(<var title="">index</var>)</dt>
<dd>
<p>Removes the <code>tr</code> element with the given position in the table section.</p>
<p>The position is relative to the rows in the table section. The index −1 is equivalent to deleting the last row of the table section.</p>
<p>If the given position is less than −1 or greater than the index of the last row, or if there are no rows, throws an <code>INDEX_SIZE_ERR</code> exception.</p>
- <dd>
+ </dd>
</dl>
@@ -33270,7 +33270,7 @@
<p>Returns an <code>HTMLCollection</code> of the <code>td</code> and <code>th</code> elements of the row.</p>
- <dd>
+ </dd>
<dt><var title="">cell</var> = <var title="">tr</var> . <code title="dom-tr-insertCell">insertCell</code>( [ <var title="">index</var> ] )</dt>
@@ -33303,7 +33303,7 @@
the index of the last cell, or if there are no cells, throws an
<code>INDEX_SIZE_ERR</code> exception.</p>
- <dd>
+ </dd>
</dl>
@@ -56237,32 +56237,32 @@
<dt><dfn title="md-vcard-type-adr-dom"><code>dom</code></dfn></dt>
<dd>
<p>Indicates a domestic delivery address.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-adr-intl"><code>intl</code></dfn></dt>
<dd>
<p>Indicates an international delivery address.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-adr-postal"><code>postal</code></dfn></dt>
<dd>
<p>Indicates a postal delivery address.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-adr-parcel"><code>parcel</code></dfn></dt>
<dd>
<p>Indicates a parcel delivery address.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-adr-home"><code>home</code></dfn></dt>
<dd>
<p>Indicates a residential delivery address.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-adr-work"><code>work</code></dfn></dt>
<dd>
<p>Indicates a delivery address for a place of work.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-adr-pref"><code>pref</code></dfn></dt>
<dd>
@@ -56270,7 +56270,7 @@
<p>Indicates the preferred delivery address when multiple
addresses are specified.</p>
- <dd>
+ </dd>
</dl>
@@ -56281,67 +56281,67 @@
<dt><dfn title="md-vcard-type-tel-home"><code>home</code></dfn></dt>
<dd>
<p>Indicates a residential number.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-tel-msg"><code>msg</code></dfn></dt>
<dd>
<p>Indicates a telephone number with voice messaging support.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-tel-work"><code>work</code></dfn></dt>
<dd>
<p>Indicates a telephone number for a place of work.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-tel-voice"><code>voice</code></dfn></dt>
<dd>
<p>Indicates a voice telephone number.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-tel-fax"><code>fax</code></dfn></dt>
<dd>
<p>Indicates a facsimile telephone number.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-tel-cell"><code>cell</code></dfn></dt>
<dd>
<p>Indicates a cellular telephone number.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-tel-video"><code>video</code></dfn></dt>
<dd>
<p>Indicates a video conferencing telephone number.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-tel-pager"><code>pager</code></dfn></dt>
<dd>
<p>Indicates a paging device telephone number.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-tel-bbs"><code>bbs</code></dfn></dt>
<dd>
<p>Indicates a bulletin board system telephone number.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-tel-modem"><code>modem</code></dfn></dt>
<dd>
<p>Indicates a MODEM-connected telephone number.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-tel-car"><code>car</code></dfn></dt>
<dd>
<p>Indicates a car-phone telephone number.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-tel-isdn"><code>isdn</code></dfn></dt>
<dd>
<p>Indicates an ISDN service telephone number.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-tel-pcs"><code>pcs</code></dfn></dt>
<dd>
<p>Indicates a personal communication services telephone number.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-tel-pref"><code>pref</code></dfn></dt>
<dd>
@@ -56349,7 +56349,7 @@
<p>Indicates the preferred telephone number when multiple
telephone numbers are specified.</p>
- <dd>
+ </dd>
</dl>
@@ -56360,12 +56360,12 @@
<dt><dfn title="md-vcard-type-email-internet"><code>internet</code></dfn></dt>
<dd>
<p>Indicates an Internet e-mail address.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-email-x400"><code>x400</code></dfn></dt>
<dd>
<p>Indicates a X.400 addressing type.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-email-pref"><code>pref</code></dfn></dt>
<dd>
@@ -56373,7 +56373,7 @@
<p>Indicates the preferred e-mail address when multiple e-mail
addresses are specified.</p>
- <dd>
+ </dd>
</dl>
@@ -56386,7 +56386,7 @@
<dd>
<p>Indicates the type of communication for which this IMPP
<span>URL</span> is appropriate.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-impp-home"><code>home</code></dfn></dt>
<dt><dfn title="md-vcard-type-impp-work"><code>work</code></dfn></dt>
@@ -56394,13 +56394,13 @@
<dd>
<p>Indicates the location of a device associated with this IMPP
<span>URL</span>.</p>
- <dd>
+ </dd>
<dt><dfn title="md-vcard-type-impp-pref"><code>pref</code></dfn></dt>
<dd>
<p>Indicates the preferred address when multiple IMPP
<span>URL</span>s are specified.</p>
- <dd>
+ </dd>
</dl>
More information about the Commit-Watchers
mailing list