Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) markup error
git-svn-id: http://svn.whatwg.org/webapps@4930 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 1, 2010
1 parent 6c13487 commit eef28bd
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 140 deletions.
94 changes: 47 additions & 47 deletions complete.html
Expand Up @@ -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 &mdash; 31 March 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -29744,82 +29744,82 @@ <h4 id=the-table-element><span class=secno>4.9.1 </span>The <dfn><code>table</co
<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>
<p>Returns the table's <code><a href=#the-thead-element>thead</a></code> element.</p>
<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>
<p>Returns the table's <code><a href=#the-tfoot-element>tfoot</a></code> element.</p>
<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 &minus;1 is equivalent to inserting at the end of the table.</p>
<p>If the given position is less than &minus;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 &minus;1 is equivalent to deleting the last row of the table.</p>
<p>If the given position is less than &minus;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>

Expand Down Expand Up @@ -30194,21 +30194,21 @@ <h4 id=the-tbody-element><span class=secno>4.9.5 </span>The <dfn><code>tbody</co
<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 &minus;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 &minus;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 &minus;1 is equivalent to deleting the last row of the table section.</p>
<p>If the given position is less than &minus;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>

Expand Down Expand Up @@ -30371,7 +30371,7 @@ <h4 id=the-tr-element><span class=secno>4.9.8 </span>The <dfn><code>tr</code></d

<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>

Expand Down Expand Up @@ -30404,7 +30404,7 @@ <h4 id=the-tr-element><span class=secno>4.9.8 </span>The <dfn><code>tr</code></d
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>

Expand Down Expand Up @@ -50297,135 +50297,135 @@ <h4 id=vcard><span class=secno>5.4.1 </span>vCard</h4>
<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>

<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>

<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>

<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>

Expand All @@ -50434,21 +50434,21 @@ <h4 id=vcard><span class=secno>5.4.1 </span>vCard</h4>
<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>
<dt><dfn id=md-vcard-type-impp-mobile title=md-vcard-type-impp-mobile><code>mobile</code></dfn></dt>
<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>

Expand Down

0 comments on commit eef28bd

Please sign in to comment.