- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 May 2009 09:57:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv26839 Modified Files: Overview.html Log Message: Introduce a BibTeX vocabulary. (whatwg r3096) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2253 retrieving revision 1.2254 diff -u -d -r1.2253 -r1.2254 --- Overview.html 14 May 2009 01:14:55 -0000 1.2253 +++ Overview.html 14 May 2009 09:57:44 -0000 1.2254 @@ -746,7 +746,8 @@ <li><a href="#predefined-vocabularies"><span class="secno">5.4 </span>Predefined vocabularies</a> <ol> <li><a href="#vcard"><span class="secno">5.4.1 </span>vCard</a></li> - <li><a href="#vevent"><span class="secno">5.4.2 </span>vEvent</a></ol></li> + <li><a href="#vevent"><span class="secno">5.4.2 </span>vEvent</a></li> + <li><a href="#bibtex"><span class="secno">5.4.3 </span>BibTeX</a></ol></li> <li><a href="#converting-html-to-other-formats"><span class="secno">5.5 </span>Converting HTML to other formats</a> <ol> <li><a href="#json"><span class="secno">5.5.1 </span>JSON</a></li> @@ -36816,8 +36817,8 @@ names</dfn> that are used to describe data of that type.<h4 id="vcard"><span class="secno">5.4.1 </span>vCard</h4><p>An item with the <a href="#predefined-type">predefined type</a> <dfn id="md-vcard" title="md-vcard"><code>vcard</code></dfn> represents a person's or organization's contact information.<p>The following are the type's <a href="#predefined-property-name" title="predefined property name">predefined property names</a>. They are based on the - vocabulary defined in the vCard specification, which should be - consulted for more information about how to interpret values. <a href="#references">[RFC2426]</a><dl><dt><dfn id="md-vcard-fn" title="md-vcard-fn"><code>fn</code></dfn></dt> + vocabulary defined in the vCard specification, where more + information on how to interpret the values can be found. <a href="#references">[RFC2426]</a><dl><dt><dfn id="md-vcard-fn" title="md-vcard-fn"><code>fn</code></dfn></dt> <dd> @@ -37890,8 +37891,8 @@ </address> --><h4 id="vevent"><span class="secno">5.4.2 </span>vEvent</h4><p>An item with the <a href="#predefined-type">predefined type</a> <dfn id="md-vevent" title="md-vevent"><code>vevent</code></dfn> represents an event.<p>The following are the type's <a href="#predefined-property-name" title="predefined property name">predefined property names</a>. They are based on the - vocabulary defined in the iCalendar specification, which should be - consulted for more information about how to interpret values. <a href="#references">[RFC2445]</a><p class="note">Only the parts of the iCalendar vocabulary relating + vocabulary defined in the iCalendar specification, where more + information on how to interpret the values can be found. <a href="#references">[RFC2445]</a><p class="note">Only the parts of the iCalendar vocabulary relating to events are used here; this vocabulary cannot express a complete iCalendar instance.<dl><dt><dfn id="md-vcevent-attach" title="md-vcevent-attach"><code>attach</code></dfn></dt> @@ -37933,7 +37934,7 @@ the event.</p> <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be - text with one of the following values:</p> + tetx with one of the following values:</p> <ul class="brief"><li><code title="">public</code></li> <li><code title="">private</code></li> @@ -38109,6 +38110,16 @@ <a href="#valid-global-date-and-time-string">valid global date and time string</a>, and the value must be later in time than the value of the <code title="md-event-dtstart">dtstart</code> property of the same <a href="#concept-item" title="concept-item">item</a>.</p> +<!--XXX + The "VEVENT" is also the calendar component used to specify an + anniversary or daily reminder within a calendar. These events have a + DATE value type for the "DTSTART" property instead of the default + data type of DATE-TIME. If such a "VEVENT" has a "DTEND" property, it + MUST be specified as a DATE value also. The anniversary type of + "VEVENT" can span more than one date (i.e, "DTEND" property value is + set to a calendar date after the "DTSTART" property value). +--> + <p>A single property with the name <code title="md-vevent-dtend"><a href="#md-vevent-dtend">dtend</a></code> may be present within each <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-vevent"><a href="#md-vevent">vevent</a></code>, so long as that <code title="md-vevent"><a href="#md-vevent">vevent</a></code> does not have a property with the name <code title="md-vevent-duration"><a href="#md-vevent-duration">duration</a></code>.</p> @@ -38394,6 +38405,542 @@ from http://www.ietf.org/rfc/rfc2445.txt +--><h4 id="bibtex"><span class="secno">5.4.3 </span>BibTeX</h4><p>An item with the <a href="#predefined-type">predefined type</a> <dfn id="md-bibtex" title="md-bibtex"><code>bibtex</code></dfn> represents a + bibliography entry.<p>The following are the type's <a href="#predefined-property-name" title="predefined property + name">predefined property names</a>. They are based on the + vocabulary defined by the BibTeX format, the documentation for which + contains more information about conventions used in writing and + interpreting values. <a href="#references">[BIBTEX]</a><dl><dt><dfn id="md-bibtex-entrytype" title="md-bibtex-entrytype"><code>entrytype</code></dfn></dt> + + <dd> + + <p>Gives the type of bibliographic entry.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text with one of the following values:</p> + + <dl><dt><dfn id="md-bibtex-entry-type-article" title="md-bibtex-entry-type-article"><code>article</code></dfn></dt> + <dd><p>A journal or magazine article.</dd> + + <dt><dfn id="md-bibtex-entry-type-book" title="md-bibtex-entry-type-book"><code>book</code></dfn></dt> + <dd><p>A published book or booklet.</dd> + + <dt><dfn id="md-bibtex-entry-type-booklet" title="md-bibtex-entry-type-booklet"><code>booklet</code></dfn></dt> + <dd><p>An unpublished (but printed and bound) book or booklet.</dd> + + <dt><dfn id="md-bibtex-entry-type-inbook" title="md-bibtex-entry-type-inbook"><code>inbook</code></dfn></dt> + <dd><p>An untitled chapter, section, appendix, or other part of a published book or booklet.</dd> + + <dt><dfn id="md-bibtex-entry-type-incollection" title="md-bibtex-entry-type-incollection"><code>incollection</code></dfn></dt> + <dd><p>A titled chapter, section, appendix, or other part of a published book or booklet.</dd> + + <dt><dfn id="md-bibtex-entry-type-inproceedings" title="md-bibtex-entry-type-inproceedings"><code>inproceedings</code></dfn></dt> + <dd><p>An article from published conference proceedings.</dd> + + <dt><dfn id="md-bibtex-entry-type-manual" title="md-bibtex-entry-type-manual"><code>manual</code></dfn></dt> + <dd><p>Technical documentation.</dd> + + <dt><dfn id="md-bibtex-entry-type-mastersthesis" title="md-bibtex-entry-type-mastersthesis"><code>mastersthesis</code></dfn></dt> + <dd><p>A Master's thesis.</dd> + + <dt><dfn id="md-bibtex-entry-type-misc" title="md-bibtex-entry-type-misc"><code>misc</code></dfn></dt> + <dd><p>Web sites and other kinds of content.</dd> + + <dt><dfn id="md-bibtex-entry-type-phdthesis" title="md-bibtex-entry-type-phdthesis"><code>phdthesis</code></dfn></dt> + <dd><p>A PhD thesis.</dd> + + <dt><dfn id="md-bibtex-entry-type-proceedings" title="md-bibtex-entry-type-proceedings"><code>proceedings</code></dfn></dt> + <dd><p>Published conference proceedings.</dd> + + <dt><dfn id="md-bibtex-entry-type-techreport" title="md-bibtex-entry-type-techreport"><code>techreport</code></dfn></dt> + <dd><p>A published report from a school or other institution, possibly from a series and numbered.</dd> + + <dt><dfn id="md-bibtex-entry-type-unpublished" title="md-bibtex-entry-type-unpublished"><code>unpublished</code></dfn></dt> + <dd><p>An unpublished document.</dd> + + </dl><p>Exactly one property with the name <code title="md-bibtex-entrytype"><a href="#md-bibtex-entrytype">entrytype</a></code> mush be present + within each <a href="#concept-item" title="concept-item">item</a> with the type + <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-bibtex-id" title="md-bibtex-bibtex-id"><code>bibtex-id</code></dfn></dt> + + <dd> + + <p>Gives the BibTeX identifier of the bibliographic entry.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-bibtex-id"><a href="#md-bibtex-bibtex-id">bibtex-id</a></code> may be present within + each <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-address" title="md-bibtex-address"><code>address</code></dfn></dt> + + <dd> + + <p>Gives the address of the publisher of the work cited by the + bibliographic entry. For large publishers, the city is + sufficient.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-address"><a href="#md-bibtex-address">address</a></code> may be present within + each <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-annote" title="md-bibtex-annote"><code>annote</code></dfn></dt> + + <dd> + + <p>Gives an annotation for the bibliographic entry.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-annote"><a href="#md-bibtex-annote">annote</a></code> may be present within each + <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-author" title="md-bibtex-author"><code>author</code></dfn></dt> + + <dd> + + <p>Gives the name of an author of the work cited by the + bibliographic entry.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>Any number of properties with the name <code title="md-bibtex-author"><a href="#md-bibtex-author">author</a></code> may be present within each + <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>. When such an <a href="#concept-item" title="concept-item">item</a> has an <code title="md-bibtex-entrytype"><a href="#md-bibtex-entrytype">entrytype</a></code> property whose value + is one of <code title="md-bibtex-entry-type-article"><a href="#md-bibtex-entry-type-article">article</a></code>, <code title="md-bibtex-entry-type-incollection"><a href="#md-bibtex-entry-type-incollection">incollection</a></code>, + <code title="md-bibtex-entry-type-inproceedings"><a href="#md-bibtex-entry-type-inproceedings">inproceedings</a></code>, + <code title="md-bibtex-entry-type-mastersthesis"><a href="#md-bibtex-entry-type-mastersthesis">mastersthesis</a></code>, + <code title="md-bibtex-entry-type-phdthesis"><a href="#md-bibtex-entry-type-phdthesis">phdthesis</a></code>, + <code title="md-bibtex-entry-type-techreport"><a href="#md-bibtex-entry-type-techreport">techreport</a></code>, + or <code title="md-bibtex-entry-type-unpublished"><a href="#md-bibtex-entry-type-unpublished">unpublished</a></code>, or + when such an <a href="#concept-item" title="concept-item">item</a> has an <code title="md-bibtex-entrytype"><a href="#md-bibtex-entrytype">entrytype</a></code> property whose value + is one of <code title="md-bibtex-entry-type-book"><a href="#md-bibtex-entry-type-book">book</a></code> or + <code title="md-bibtex-entry-type-inbook"><a href="#md-bibtex-entry-type-inbook">inbook</a></code> and has no + property with the name <code title="md-bibtex-editor"><a href="#md-bibtex-editor">editor</a></code>, exactly one property with + the name <code title="md-bibtex-author"><a href="#md-bibtex-author">author</a></code> must be + present within the <a href="#concept-item" title="concept-item">item</a>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-booktitle" title="md-bibtex-booktitle"><code>booktitle</code></dfn></dt> + + <dd> + + <p>Gives the title of the book from which a part is cited by the + bibliographic entry.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-booktitle"><a href="#md-bibtex-booktitle">booktitle</a></code> may be present within + each <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>. When such an <a href="#concept-item" title="concept-item">item</a> has an <code title="md-bibtex-entrytype"><a href="#md-bibtex-entrytype">entrytype</a></code> property whose value + is one of <code title="md-bibtex-entry-type-incollection"><a href="#md-bibtex-entry-type-incollection">incollection</a></code> or + <code title="md-bibtex-entry-type-inproceedings"><a href="#md-bibtex-entry-type-inproceedings">inproceedings</a></code>, + exactly one property with the name <code title="md-bibtex-booktitle"><a href="#md-bibtex-booktitle">booktitle</a></code> must be present + within the <a href="#concept-item" title="concept-item">item</a>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-chapter" title="md-bibtex-chapter"><code>chapter</code></dfn></dt> + + <dd> + + <p>Gives the number of the chapter that is cited by the + bibliographic entry.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-chapter"><a href="#md-bibtex-chapter">chapter</a></code> may be present within + each <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>. When such an <a href="#concept-item" title="concept-item">item</a> has an <code title="md-bibtex-entrytype"><a href="#md-bibtex-entrytype">entrytype</a></code> property whose value + is <code title="md-bibtex-entry-type-inbook"><a href="#md-bibtex-entry-type-inbook">inbook</a></code> and has + no property with the name <code title="md-bibtex-pages"><a href="#md-bibtex-pages">pages</a></code>, exactly one property with + the name <code title="md-bibtex-chapter"><a href="#md-bibtex-chapter">chapter</a></code> must be + present within the <a href="#concept-item" title="concept-item">item</a>.</p> + + </dd> + + + <!-- CROSSREF not included - not useful until we have <ref/> --> + + + <dt><dfn id="md-bibtex-edition" title="md-bibtex-edition"><code>edition</code></dfn></dt> + + <dd> + + <p>Gives the edition of the book cited by the bibliographic entry, + in long form.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-edition"><a href="#md-bibtex-edition">edition</a></code> may be present within + each <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-editor" title="md-bibtex-editor"><code>editor</code></dfn></dt> + + <dd> + + <p>Gives the name of an editor of the work cited by the + bibliographic entry.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>Any number of properties with the name <code title="md-bibtex-editor"><a href="#md-bibtex-editor">editor</a></code> may be present within each + <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>. When such an <a href="#concept-item" title="concept-item">item</a> has an <code title="md-bibtex-entrytype"><a href="#md-bibtex-entrytype">entrytype</a></code> property whose value + is one of <code title="md-bibtex-entry-type-book"><a href="#md-bibtex-entry-type-book">book</a></code> or + <code title="md-bibtex-entry-type-inbook"><a href="#md-bibtex-entry-type-inbook">inbook</a></code> and has no + property with the name <code title="md-bibtex-author"><a href="#md-bibtex-author">author</a></code>, exactly one property with + the name <code title="md-bibtex-editor"><a href="#md-bibtex-editor">editor</a></code> must be + present within the <a href="#concept-item" title="concept-item">item</a>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-howpublished" title="md-bibtex-howpublished"><code>howpublished</code></dfn></dt> + + <dd> + + <p>Gives a description of how the work cited by the bibliographic + entry was published. Used if the publishing method is + nonstandard.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-howpublished"><a href="#md-bibtex-howpublished">howpublished</a></code> may be present + within each <a href="#concept-item" title="concept-item">item</a> with the type + <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-institution" title="md-bibtex-institution"><code>institution</code></dfn></dt> + + <dd> + + <p>Gives the name of the institution that sponsored the + publication of the work cited by the bibliographic entry.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-institution"><a href="#md-bibtex-institution">institution</a></code> may be present + within each <a href="#concept-item" title="concept-item">item</a> with the type + <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>. When such an <a href="#concept-item" title="concept-item">item</a> has an <code title="md-bibtex-entrytype"><a href="#md-bibtex-entrytype">entrytype</a></code> property whose value + is <code title="md-bibtex-entry-type-techreport"><a href="#md-bibtex-entry-type-techreport">techreport</a></code>, exactly + one property with the name <code title="md-bibtex-institution"><a href="#md-bibtex-institution">institution</a></code> must be present + within the <a href="#concept-item" title="concept-item">item</a>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-journal" title="md-bibtex-journal"><code>journal</code></dfn></dt> + + <dd> + + <p>Gives the name of the journal or magazine in which the work + cited by the bibliographic entry was published.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-journal"><a href="#md-bibtex-journal">journal</a></code> may be present within + each <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>. When such an <a href="#concept-item" title="concept-item">item</a> has an <code title="md-bibtex-entrytype"><a href="#md-bibtex-entrytype">entrytype</a></code> property whose value + is <code title="md-bibtex-entry-type-article"><a href="#md-bibtex-entry-type-article">article</a></code>, + exactly one property with the name <code title="md-bibtex-journal"><a href="#md-bibtex-journal">journal</a></code> must be present within + the <a href="#concept-item" title="concept-item">item</a>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-key" title="md-bibtex-key"><code>key</code></dfn></dt> + + <dd> + + <p>Gives the string to be used for sorting the bibliographic entry + in alphabetic lists.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-key"><a href="#md-bibtex-key">key</a></code> may be present within each <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-month" title="md-bibtex-month"><code>month</code></dfn></dt> + + <dd> + + <p>Gives the abbreviation of the name of the month that the work + cited by the bibliographic entry was published or, for unpublished + works, created.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-month"><a href="#md-bibtex-month">month</a></code> may be present within each + <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-note" title="md-bibtex-note"><code>note</code></dfn></dt> + + <dd> + + <p>Gives miscellaneous information about the work cited by the + bibliographic entry.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-note"><a href="#md-bibtex-note">note</a></code> may be present within each + <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>. When such an <a href="#concept-item" title="concept-item">item</a> has an <code title="md-bibtex-entrytype"><a href="#md-bibtex-entrytype">entrytype</a></code> property whose value + is <code title="md-bibtex-entry-type-unpublished"><a href="#md-bibtex-entry-type-unpublished">unpublished</a></code>, + exactly one property with the name <code title="md-bibtex-note"><a href="#md-bibtex-note">note</a></code> must be present within the + <a href="#concept-item" title="concept-item">item</a>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-number" title="md-bibtex-number"><code>number</code></dfn></dt> + + <dd> + + <p>When the work cited by the bibliographic entry is a numbered + journal, magazine, technical report, or other work in a series, + gives the work's number.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-number"><a href="#md-bibtex-number">number</a></code> may be present within each + <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-organization" title="md-bibtex-organization"><code>organization</code></dfn></dt> + + <dd> + + <p>Given the sponsor of the conference of the work cited by the + bibliographic entry.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-organization"><a href="#md-bibtex-organization">organization</a></code> may be present + within each <a href="#concept-item" title="concept-item">item</a> with the type + <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-pages" title="md-bibtex-pages"><code>pages</code></dfn></dt> + + <dd> + + <p>When the work cited by the bibliographic entry is a book, given + the the total number of pages. Otherwise, gives the page numbers + that are being cited, as a comma-separated list of page numbers or + ranges of page numbers delimited by pairs of hyphens.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-pages"><a href="#md-bibtex-pages">pages</a></code> may be present within each + <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>. When such an <a href="#concept-item" title="concept-item">item</a> has an <code title="md-bibtex-entrytype"><a href="#md-bibtex-entrytype">entrytype</a></code> property whose value + is <code title="md-bibtex-entry-type-inbook"><a href="#md-bibtex-entry-type-inbook">inbook</a></code> and has + no property with the name <code title="md-bibtex-chapter"><a href="#md-bibtex-chapter">chapter</a></code>, exactly one property + with the name <code title="md-bibtex-pages"><a href="#md-bibtex-pages">pages</a></code> must be + present within the <a href="#concept-item" title="concept-item">item</a>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-publisher" title="md-bibtex-publisher"><code>publisher</code></dfn></dt> + + <dd> + + <p>Gives the name of the publisher of the work cited by the + bibliographic entry.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-publisher"><a href="#md-bibtex-publisher">publisher</a></code> may be present within + each <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>. When such an <a href="#concept-item" title="concept-item">item</a> has an <code title="md-bibtex-entrytype"><a href="#md-bibtex-entrytype">entrytype</a></code> property whose value + is one of <code title="md-bibtex-entry-type-book"><a href="#md-bibtex-entry-type-book">book</a></code>, + <code title="md-bibtex-entry-type-inbook"><a href="#md-bibtex-entry-type-inbook">inbook</a></code>, or <code title="md-bibtex-entry-type-incollection"><a href="#md-bibtex-entry-type-incollection">incollection</a></code>, + exactly one property with the name <code title="md-bibtex-publisher"><a href="#md-bibtex-publisher">publisher</a></code> must be present + within the <a href="#concept-item" title="concept-item">item</a>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-school" title="md-bibtex-school"><code>school</code></dfn></dt> + + <dd> + + <p>Gives the school for which the thesis cited by the + bibliographic entry was written.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-school"><a href="#md-bibtex-school">school</a></code> may be present within each + <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>. When such an <a href="#concept-item" title="concept-item">item</a> has an <code title="md-bibtex-entrytype"><a href="#md-bibtex-entrytype">entrytype</a></code> property whose value + is one of <code title="md-bibtex-entry-type-mastersthesis"><a href="#md-bibtex-entry-type-mastersthesis">mastersthesis</a></code> or + <code title="md-bibtex-entry-type-phdthesis"><a href="#md-bibtex-entry-type-phdthesis">phdthesis</a></code>, + exactly one property with the name <code title="md-bibtex-school"><a href="#md-bibtex-school">school</a></code> must be present within the + <a href="#concept-item" title="concept-item">item</a>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-series" title="md-bibtex-series"><code>series</code></dfn></dt> + + <dd> + + <p>Gives the name of the series of books in which the book cited + by the bibliographic entry was published.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-series"><a href="#md-bibtex-series">series</a></code> may be present within each + <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-title" title="md-bibtex-title"><code>title</code></dfn></dt> + + <dd> + + <p>Gives the title of the work cited by the bibliographic + entry.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-title"><a href="#md-bibtex-title">title</a></code> may be present within each + <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>. When such an <a href="#concept-item" title="concept-item">item</a> has an <code title="md-bibtex-entrytype"><a href="#md-bibtex-entrytype">entrytype</a></code> property whose value + is one of <code title="md-bibtex-entry-type-article"><a href="#md-bibtex-entry-type-article">article</a></code>, <code title="md-bibtex-entry-type-book"><a href="#md-bibtex-entry-type-book">book</a></code>, <code title="md-bibtex-entry-type-booklet"><a href="#md-bibtex-entry-type-booklet">booklet</a></code>, <code title="md-bibtex-entry-type-inbook"><a href="#md-bibtex-entry-type-inbook">inbook</a></code>, <code title="md-bibtex-entry-type-incollection"><a href="#md-bibtex-entry-type-incollection">incollection</a></code>, + <code title="md-bibtex-entry-type-inproceedings"><a href="#md-bibtex-entry-type-inproceedings">inproceedings</a></code>, + <code title="md-bibtex-entry-type-manual"><a href="#md-bibtex-entry-type-manual">manual</a></code>, <code title="md-bibtex-entry-type-mastersthesis"><a href="#md-bibtex-entry-type-mastersthesis">mastersthesis</a></code>, + <code title="md-bibtex-entry-type-phdthesis"><a href="#md-bibtex-entry-type-phdthesis">phdthesis</a></code>, + <code title="md-bibtex-entry-type-proceedings"><a href="#md-bibtex-entry-type-proceedings">proceedings</a></code>, + <code title="md-bibtex-entry-type-techreport"><a href="#md-bibtex-entry-type-techreport">techreport</a></code>, + or <code title="md-bibtex-entry-type-unpublished"><a href="#md-bibtex-entry-type-unpublished">unpublished</a></code>, + exactly one property with the name <code title="md-bibtex-title"><a href="#md-bibtex-title">title</a></code> must be present within the + <a href="#concept-item" title="concept-item">item</a>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-type" title="md-bibtex-type"><code>type</code></dfn></dt> + + <dd> + + <p>Gives a description of the type of technical report cited by + the bibliographic entry.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-type"><a href="#md-bibtex-type">type</a></code> may be present within each + <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-url" title="md-bibtex-url"><code>url</code></dfn></dt> + + <dd> + + <p>Gives the <a href="#url">URL</a> of the work cited by the + bibliographic entry.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-url"><a href="#md-bibtex-url">url</a></code> may be present within each <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-volume" title="md-bibtex-volume"><code>volume</code></dfn></dt> + + <dd> + + <p>Gives the volume of the journal or multi-volume book that is + cited by the bibliographic entry.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-volume"><a href="#md-bibtex-volume">volume</a></code> may be present within each + <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>.</p> + + </dd> + + + <dt><dfn id="md-bibtex-year" title="md-bibtex-year"><code>year</code></dfn></dt> + + <dd> + + <p>Gives the year that the work cited by the bibliographic entry + was published or, for unpublished works, created.</p> + + <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be + text.</p> + + <p>A single property with the name <code title="md-bibtex-year"><a href="#md-bibtex-year">year</a></code> may be present within each + <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-bibtex"><a href="#md-bibtex">bibtex</a></code>. When such an <a href="#concept-item" title="concept-item">item</a> has an <code title="md-bibtex-entrytype"><a href="#md-bibtex-entrytype">entrytype</a></code> property whose value + is one of <code title="md-bibtex-entry-type-article"><a href="#md-bibtex-entry-type-article">article</a></code>, <code title="md-bibtex-entry-type-book"><a href="#md-bibtex-entry-type-book">book</a></code>, <code title="md-bibtex-entry-type-inbook"><a href="#md-bibtex-entry-type-inbook">inbook</a></code>, <code title="md-bibtex-entry-type-incollection"><a href="#md-bibtex-entry-type-incollection">incollection</a></code>, + <code title="md-bibtex-entry-type-inproceedings"><a href="#md-bibtex-entry-type-inproceedings">inproceedings</a></code>, + <code title="md-bibtex-entry-type-mastersthesis"><a href="#md-bibtex-entry-type-mastersthesis">mastersthesis</a></code>, + <code title="md-bibtex-entry-type-phdthesis"><a href="#md-bibtex-entry-type-phdthesis">phdthesis</a></code>, + <code title="md-bibtex-entry-type-proceedings"><a href="#md-bibtex-entry-type-proceedings">proceedings</a></code>, + or <code title="md-bibtex-entry-type-techreport"><a href="#md-bibtex-entry-type-techreport">techreport</a></code>, exactly + one property with the name <code title="md-bibtex-year"><a href="#md-bibtex-year">year</a></code> must be present within the + <a href="#concept-item" title="concept-item">item</a>.</p> + + </dd> + + </dl><!-- + + <h5>Examples</h5> + + <p class="XXX">...</p> + --><h3 id="converting-html-to-other-formats"><span class="secno">5.5 </span>Converting HTML to other formats</h3><h4 id="json"><span class="secno">5.5.1 </span>JSON</h4><p>Given a node <var title="">node</var> in a <code>Document</code>, a user agent must run the following algorithm to extract that node's microdata into a JSON form:<ol><li><p>Let <var title="">result</var> be an empty object.</li> @@ -38646,7 +39193,7 @@ <li><p>Return <var title="">subject</var>.</li> - </ol><h4 id="vcard-0"><span class="secno">5.5.3 </span>vCard</h4><p class="XXX">...<h4 id="icalendar"><span class="secno">5.5.4 </span>iCalendar</h4><p class="XXX">...</p><!-- value datetime vs date for dtstart, dtend, rdate, exdate; must include new dtstamp --><h2 id="browsers"><span class="secno">6 </span>Web browsers</h2><div class="impl"> + </ol><h4 id="vcard-0"><span class="secno">5.5.3 </span>vCard</h4><p class="XXX">...<h4 id="icalendar"><span class="secno">5.5.4 </span>iCalendar</h4><p class="XXX">...</p><!-- prodid and version are required in output --><!-- value datetime vs date for dtstart, dtend, rdate, exdate; must include new dtstamp --><h2 id="browsers"><span class="secno">6 </span>Web browsers</h2><div class="impl"> <p>This section describes features that apply most directly to Web browsers. Having said that, unless specified elsewhere, the
Received on Thursday, 14 May 2009 09:58:02 UTC