Change property URI generation against document base to use '#' rather than URI resolution
--- 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>.