Pubrules checker update
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sat, 07 Jan 2012 16:03:22 -0800
changeset 80 04004b4d7a03
parent 79 c9a781a09d13
child 81 411a31f27644
Pubrules checker update
ED/microdata-rdf/20120107/index.html
microdata-rdf/index.html
--- a/ED/microdata-rdf/20120107/index.html	Sat Jan 07 15:37:39 2012 -0800
+++ b/ED/microdata-rdf/20120107/index.html	Sat Jan 07 16:03:22 2012 -0800
@@ -559,7 +559,7 @@
     in other RDF-based formats with microdata. It facilitates the use of
     RDF vocabularies within microdata, and enables microdata to be used
     with the full RDF toolchain. Some use cases for this mapping are
-    described in <a href="use-cases">Section 1.2</a> below.</p>
+    described in <a href="#use-cases">Section 1.2</a> below.</p>
 
   <p>Microdata's data model does not align neatly with RDF.</p>
   <ul>
@@ -616,7 +616,7 @@
     <li>A browser plugin that captures data for the user uses an RDF model as its backend store.
       Any time it encounters microdata on a page, it wants to pull that microdata into the store on the fly.</li>
     <li><a href="http://purl.org/goodrelations/">GoodRelations</a> properties do not take
-      <a href="#rdf-collection">rdf:List</a> values; when they take
+      <a class="tref internalDFN" title="rdf_collection" href="#dfn-rdf_collection">rdf:List</a> values; when they take
       multiple values they are unordered. The <code>rdfs:range</code> of a GoodRelations
       property indicates the datatype of the expected value, and GoodRelations
       processors will expect values to be cast to that type. Language
@@ -699,7 +699,7 @@
       contains a space separated list of <dfn title="name" id="dfn-name">name</dfn>s which may either by <a class="tref internalDFN" title="absolute_url" href="#dfn-absolute_url">absolute URL</a>s or terms
       associated with the type of the <a class="tref internalDFN" title="item" href="#dfn-item">item</a> as defined by the referencing <trdf>item</trdf>'s
       <a class="tref internalDFN" title="item_type" href="#dfn-item_type">item type</a>.
-      (See <cite><a href="http://www.w3.org/TR/2011/WD-microdata-20110525/#attr-itemprop">Items</a></cite>
+      (See <cite><a href="http://www.w3.org/TR/2011/WD-microdata-20110525/#names:-the-itemprop-attribute">Items</a></cite>
       in [<cite><a class="bibref" rel="biblioentry" href="#bib-MICRODATA">MICRODATA</a></cite>]).
     </dd>
     <dt><dfn class="adef" title="itemref" id="dfn-itemref">itemref</dfn></dt><dd>
@@ -1108,7 +1108,7 @@
          An <a class="tref internalDFN" title="item" href="#dfn-item">item</a> is described by an element containing an <a class="aref internalDFN" title="itemscope" href="#dfn-itemscope">@itemscope</a> attribute. The list
          of top-level microdata items may be retrieved using the
          <a href="http://www.w3.org/TR/2011/WD-microdata-20110525/#microdata-dom-api">Microdata DOM API</a>
-         <code><cite><a href="http://www.w3.org/TR/2011/WD-microdata-20110525/#dom-getitems">document.getItems</a></cite></code>
+         <code><cite><a href="http://www.w3.org/TR/2011/WD-microdata-20110525/#dom-document-getitems">document.getItems</a></cite></code>
          method.
       </dd>
       <dt><dfn title="item_properties" id="dfn-item_properties">item properties</dfn></dt><dd>
@@ -1330,7 +1330,7 @@
       <li>For each element that is also a <a class="tref internalDFN" title="top-level_item" href="#dfn-top-level_item">top-level item</a> run the following algorithm:
         <ol class="algorithm">
           <li>
-            <a href="generate-the-triples">Generate the triples</a> for an item <em>item</em>, using the
+            <a href="#generate-the-triples">Generate the triples</a> for an item <em>item</em>, using the
             <a class="tref internalDFN" title="evaluation_context" href="#dfn-evaluation_context">evaluation context</a>.
             Let <em>result</em> be the (<a class="tref internalDFN" title="uri_reference" href="#dfn-uri_reference">URI reference</a> or <a class="tref internalDFN" title="blank_node" href="#dfn-blank_node">blank node</a>) subject returned.
           </li>
@@ -1340,7 +1340,7 @@
         </ol>
       </li>
       <li>
-        <a href="generate-collection">Generate an RDF Collection</a> <em>list</em> from the ordered list of values.
+        <a href="#generate-collection">Generate an RDF Collection</a> <em>list</em> from the ordered list of values.
         Set <em>value</em> to the value returned from <a href="#generate-collection">generate an RDF
         Collection</a>.
       </li>
@@ -1422,7 +1422,7 @@
                 Let <em>context</em> be a copy of <a class="tref internalDFN" title="evaluation_context" href="#dfn-evaluation_context">evaluation context</a> with <a class="tref internalDFN" title="current_type" href="#dfn-current_type">current type</a> set
                 to <em>type</em>.
               </li><li>
-                Let <em>predicate</em> be the result of <a href="generate-predicate-uri">generate predicate URI</a>
+                Let <em>predicate</em> be the result of <a href="#generate-predicate-uri">generate predicate URI</a>
                 using <em>context</em> and <em>name</em>.
                  Update <em>context</em> by setting <a class="tref internalDFN" title="current_name" href="#dfn-current_name">current name</a> to <em>predicate</em>.
               </li>
@@ -1430,7 +1430,7 @@
                 Let <em>value</em> be the <a class="tref internalDFN" title="property_value" href="#dfn-property_value">property value</a> of <em>element</em>.
               </li>
               <li>
-                If <em>value</em> is an <a class="tref internalDFN" title="item" href="#dfn-item">item</a>, then <a href="generate-the-triples">generate the
+                If <em>value</em> is an <a class="tref internalDFN" title="item" href="#dfn-item">item</a>, then <a href="#generate-the-triples">generate the
                 triples</a> for <em>value</em> using <em>context</em>. Replace <em>value</em> by the subject returned
                 from those steps.
               </li>
@@ -1533,7 +1533,7 @@
       </li>
       <li id="values-list">Otherwise, if <em>method</em> is <code>list</code>:
         <ol class="algorithm">
-          <li>Set <em>value</em> to the value returned from <a href="generate-collection">generate an RDF
+          <li>Set <em>value</em> to the value returned from <a href="#generate-collection">generate an RDF
             Collection</a>.
           </li>
           <li>
--- a/microdata-rdf/index.html	Sat Jan 07 15:37:39 2012 -0800
+++ b/microdata-rdf/index.html	Sat Jan 07 16:03:22 2012 -0800
@@ -292,7 +292,7 @@
     in other RDF-based formats with microdata. It facilitates the use of
     RDF vocabularies within microdata, and enables microdata to be used
     with the full RDF toolchain. Some use cases for this mapping are
-    described in <a href="use-cases">Section 1.2</a> below.</p>
+    described in <a href="#use-cases">Section 1.2</a> below.</p>
 
   <p>Microdata's data model does not align neatly with RDF.</p>
   <ul>
@@ -349,7 +349,7 @@
     <li>A browser plugin that captures data for the user uses an RDF model as its backend store.
       Any time it encounters microdata on a page, it wants to pull that microdata into the store on the fly.</li>
     <li><a href="http://purl.org/goodrelations/">GoodRelations</a> properties do not take
-      <a href="#rdf-collection">rdf:List</a> values; when they take
+      <tref title="rdf collection">rdf:List</tref> values; when they take
       multiple values they are unordered. The <code>rdfs:range</code> of a GoodRelations
       property indicates the datatype of the expected value, and GoodRelations
       processors will expect values to be cast to that type. Language
@@ -430,7 +430,7 @@
       contains a space separated list of <tdef>name</tdef>s which may either by <tref>absolute URL</tref>s or terms
       associated with the type of the <tref>item</tref> as defined by the referencing <trdf>item</trdf>'s
       <tref>item type</tref>.
-      (See <cite><a href="http://www.w3.org/TR/2011/WD-microdata-20110525/#attr-itemprop">Items</a></cite>
+      (See <cite><a href="http://www.w3.org/TR/2011/WD-microdata-20110525/#names:-the-itemprop-attribute">Items</a></cite>
       in [[!MICRODATA]]).
     </dd>
     <dt><adef>itemref</adef></dt><dd>
@@ -886,7 +886,7 @@
          An <tref>item</tref> is described by an element containing an <aref>itemscope</aref> attribute. The list
          of top-level microdata items may be retrieved using the
          <a href="http://www.w3.org/TR/2011/WD-microdata-20110525/#microdata-dom-api">Microdata DOM API</a></cite>
-         <code><cite><a href="http://www.w3.org/TR/2011/WD-microdata-20110525/#dom-getitems">document.getItems</a></cite></code>
+         <code><cite><a href="http://www.w3.org/TR/2011/WD-microdata-20110525/#dom-document-getitems">document.getItems</a></cite></code>
          method.
       </dd>
       <dt><tdef>item properties</tdef></dt><dd>
@@ -1112,7 +1112,7 @@
       <li>For each element that is also a <tref>top-level item</tref> run the following algorithm:
         <ol class="algorithm">
           <li>
-            <a href="generate-the-triples">Generate the triples</a> for an item <em>item</em>, using the
+            <a href="#generate-the-triples">Generate the triples</a> for an item <em>item</em>, using the
             <tref>evaluation context</tref>.
             Let <em>result</em> be the (<tref>URI reference</tref> or <tref>blank node</tref>) subject returned.
           </li>
@@ -1123,7 +1123,7 @@
       </li>
       <li>
         <a
-        href="generate-collection">Generate an RDF Collection</a> <em>list</em> from the ordered list of values.
+        href="#generate-collection">Generate an RDF Collection</a> <em>list</em> from the ordered list of values.
         Set <em>value</em> to the value returned from <a href="#generate-collection">generate an RDF
         Collection</a>.
       </li>
@@ -1205,7 +1205,7 @@
                 Let <em>context</em> be a copy of <tref>evaluation context</tref> with <tref>current type</tref> set
                 to <em>type</em>.
               <li>
-                Let <em>predicate</em> be the result of <a href="generate-predicate-uri">generate predicate URI</a>
+                Let <em>predicate</em> be the result of <a href="#generate-predicate-uri">generate predicate URI</a>
                 using <em>context</em> and <em>name</em>.
                  Update <em>context</em> by setting <tref>current name</tref> to <em>predicate</em>.
               </li>
@@ -1213,7 +1213,7 @@
                 Let <em>value</em> be the <tref>property value</tref> of <em>element</em>.
               </li>
               <li>
-                If <em>value</em> is an <tref>item</tref>, then <a href="generate-the-triples">generate the
+                If <em>value</em> is an <tref>item</tref>, then <a href="#generate-the-triples">generate the
                 triples</a> for <em>value</em> using <em>context</em>. Replace <em>value</em> by the subject returned
                 from those steps.
               </li>
@@ -1317,7 +1317,7 @@
       </li>
       <li id="values-list">Otherwise, if <em>method</em> is <code>list</code>:
         <ol class="algorithm">
-          <li>Set <em>value</em> to the value returned from <a href="generate-collection">generate an RDF
+          <li>Set <em>value</em> to the value returned from <a href="#generate-collection">generate an RDF
             Collection</a>.
           </li>
           <li>