Change property URI generation against document base to use '#' rather than URI resolution
authorGregg Kellogg <gregg@kellogg-assoc.com>
Tue, 18 Oct 2011 18:38:44 -0700
changeset 4 25b35c64a49a
parent 3 c6cdb22f514f
child 5 ff1347925fcb
Change property URI generation against document base to use '#' rather than URI resolution
microdata-rdf/index.html
--- a/microdata-rdf/index.html	Tue Oct 18 18:32:28 2011 -0700
+++ b/microdata-rdf/index.html	Tue Oct 18 18:38:44 2011 -0700
@@ -564,13 +564,13 @@
               </li>
               <li>
                 Otherwise, if <em>type</em> is not defined, set
-                <em>predicate</em> to a <tref>URI reference</tref> that results from resolving <em>name</em>
-                relative to the element at the time the attribute is set.
+                construct <em>predicate</em> from <tref>document base</tref> by appending a NUMBER SIGN U+0023 ("#")
+                followed by the fragment escaped value of <em>name</em>.
               </li>
               <li>
                 Otherwise, construct <em>predicate</em> from <em>type</em> by removing everything
                 following the last SOLIDUS U+002F ("/") or NUMBER SIGN U+0023 ("#") in <em>type</em> and append
-                <em>name</em>.
+                the fragment escaped value of <em>name</em>.
               </li>
               <li>
                 Let <em>value</em> be the <tref>property value</tref> of <em>element</em>.