Bugzilla – Bug 566
Define 'about'; allow top-level vcards that apply to documents to trigger more RDF triples.
Last modified: 2009-05-27 14:52:41 CEST
Index: source =================================================================== --- source (revision 3098) +++ source (revision 3099) @@ -49527,6 +49527,20 @@ --> + <h4>RDF</h4> + + <p>The <dfn title="md-about"><code>about</code></dfn> property can + be used to name an <span title="concept-item">item</span> for the + purposes of refering to the data defined in that item from RDF.</p> + + <p>A single property with the name <code + title="md-about">about</code> may be present within each <span + title="concept-item">item</span>. Its <span + title="concept-property-value">value</span> must be an + <span>absolute URL</span>.</p> + + + <h3>Converting HTML to other formats</h3> @@ -49744,7 +49758,8 @@ <li> <p>For each element that is also a <span title="top-level - microdata items">top-level microdata item</span>, run the following steps:</p> + microdata items">top-level microdata item</span>, run the + following steps:</p> <ol> @@ -49768,6 +49783,24 @@ </li> + <li> + + <p>If the element is, or is a descendant of, an + <code>address</code> element that <a + href="#applyToSection">applies</a> to <span>the + <code>body</code> element</span>, an the <span + title="concept-item">item</span> has the type <code + title="md-vcard">vcard</code>, generate the following + triple:</p> + + <dl class="triple"> + <dt>subject <dd> <span>the document's current address</span> + <dt>predicate <dd> <code title="">http://purl.org/dc/terms/creator</code> + <dt>object <dd> <var title="">item</var> + </dl> + + </li> + </ol> </li> @@ -49908,6 +49941,11 @@ <!-- value datetime vs date for dtstart, dtend, rdate, exdate; must include new dtstamp --> + <h4>BibTeX</h4> + + <p class="XXX">...</p> + + <h2 id="browsers">Web browsers</h2>