[html5] r3099 - [t] (0) Define 'about'; allow top-level vcards that apply to documents to trigge [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu May 14 16:08:43 PDT 2009
Author: ianh
Date: 2009-05-14 16:08:42 -0700 (Thu, 14 May 2009)
New Revision: 3099
Modified:
index
source
Log:
[t] (0) Define 'about'; allow top-level vcards that apply to documents to trigger more RDF triples.
Modified: index
===================================================================
--- index 2009-05-14 22:57:59 UTC (rev 3098)
+++ index 2009-05-14 23:08:42 UTC (rev 3099)
@@ -683,13 +683,15 @@
<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></li>
- <li><a href=#bibtex><span class=secno>5.4.3 </span>BibTeX</a></ol></li>
+ <li><a href=#bibtex><span class=secno>5.4.3 </span>BibTeX</a></li>
+ <li><a href=#rdf><span class=secno>5.4.4 </span>RDF</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>
- <li><a href=#rdf><span class=secno>5.5.2 </span>RDF</a></li>
+ <li><a href=#rdf-0><span class=secno>5.5.2 </span>RDF</a></li>
<li><a href=#vcard-0><span class=secno>5.5.3 </span>vCard</a></li>
- <li><a href=#icalendar><span class=secno>5.5.4 </span>iCalendar</a></ol></ol></li>
+ <li><a href=#icalendar><span class=secno>5.5.4 </span>iCalendar</a></li>
+ <li><a href=#bibtex-0><span class=secno>5.5.5 </span>BibTeX</a></ol></ol></li>
<li><a href=#browsers><span class=secno>6 </span>Web browsers</a>
<ol>
<li><a href=#windows><span class=secno>6.1 </span>Browsing contexts</a>
@@ -43704,9 +43706,21 @@
<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=rdf><span class=secno>5.4.4 </span>RDF</h4>
+ <p>The <dfn id=md-about title=md-about><code>about</code></dfn> property can
+ be used to name an <a href=#concept-item title=concept-item>item</a> 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><a href=#md-about>about</a></code> may be present within each <a href=#concept-item title=concept-item>item</a>. Its <a href=#concept-property-value title=concept-property-value>value</a> must be an
+ <a href=#absolute-url>absolute URL</a>.</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>,
@@ -43774,7 +43788,7 @@
<li><p>Return <var title="">result</var>.</li>
- </ol><h4 id=rdf><span class=secno>5.5.2 </span>RDF</h4>
+ </ol><h4 id=rdf-0><span class=secno>5.5.2 </span>RDF</h4>
<p>To convert a <code>Document</code> to RDF, a user agent must run
the following algorithm:</p>
@@ -43867,7 +43881,8 @@
<li>
<p>For each element that is also a <a href=#top-level-microdata-items title="top-level
- microdata items">top-level microdata item</a>, run the following steps:</p>
+ microdata items">top-level microdata item</a>, run the
+ following steps:</p>
<ol><li>
@@ -43886,6 +43901,18 @@
<dt>object <dd> <var title="">item</var>
</dl></li>
+ <li>
+
+ <p>If the element is, or is a descendant of, an
+ <code><a href=#the-address-element>address</a></code> element that <a href=#applyToSection>applies</a> to <a href=#the-body-element-0>the
+ <code>body</code> element</a>, an the <a href=#concept-item title=concept-item>item</a> has the type <code title=md-vcard><a href=#md-vcard>vcard</a></code>, generate the following
+ triple:</p>
+
+ <dl class=triple><dt>subject <dd> <a href="#the-document's-current-address">the document's current address</a>
+ <dt>predicate <dd> <code title="">http://purl.org/dc/terms/creator</code>
+ <dt>object <dd> <var title="">item</var>
+ </dl></li>
+
</ol></li>
</ol><p>When the user agent is to <dfn id=generate-the-triples-for-an-item>generate the triples for an
@@ -43984,8 +44011,13 @@
<!-- value datetime vs date for dtstart, dtend, rdate, exdate; must include new dtstamp -->
+ <h4 id=bibtex-0><span class=secno>5.5.5 </span>BibTeX</h4>
+ <p class=XXX>...</p>
+
+
+
<h2 id=browsers><span class=secno>6 </span>Web browsers</h2>
<div class=impl>
Modified: source
===================================================================
--- source 2009-05-14 22:57:59 UTC (rev 3098)
+++ source 2009-05-14 23:08:42 UTC (rev 3099)
@@ -49527,7 +49527,21 @@
-->
+ <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,8 +49941,13 @@
<!-- 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>
<div class="impl">
More information about the Commit-Watchers
mailing list