NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 566 - Define 'about'; allow top-level vcards that apply to documents to trigger more RDF triples.
Define 'about'; allow top-level vcards that apply to documents to trigger mor...
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-27 14:35 CEST by Henri Sivonen
Modified: 2009-05-27 14:52 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-05-27 14:35:19 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>