Update RDF algorithm list elements and reference from Lists.
--- a/spec/latest/index.html Sun Aug 07 17:56:12 2011 -0400
+++ b/spec/latest/index.html Sun Aug 07 15:48:35 2011 -0700
@@ -2504,7 +2504,7 @@
<li>
If the associative array has a <code>@literal</code> key, set the <tref>active object</tref>
to a literal value as follows:
- <ul>
+ <ol class="algorithm">
<li>
as a <tref>typed literal</tref> if the associative array contains a <code>@datatype</code> key
after performing <a href="#iri-expansion">IRI Expansion</a> on the specified<code>@datatype</code>.
@@ -2513,9 +2513,11 @@
otherwise, as a <tref>plain literal</tref>. If the associative array contains
a <code>@language</code> key, use it's value to set the language of the plain literal.
</li>
- </ul>
- Generate a triple representing the <tref>active subject</tref>, the <tref>active
- property</tref> and the <tref>active object</tref>. Return the <tref>active object</tref> to the calling location.
+ <li>
+ Generate a triple representing the <tref>active subject</tref>, the <tref>active property</tref> and the
+ <tref>active object</tref>. Return the <tref>active object</tref> to the calling location.
+ </li>
+ </ol>
</li>
<li id="processing-step-subject">If the associative array has a <code>@subject</code> key:
<ol class="algorithm">
@@ -2841,12 +2843,12 @@
</p>
<ol class="algorithm update">
<li>
- <span class="list-number">2.2.4a.</span>
+ <span class="list-number">2.4a.</span>
If the associative array has a <code>@list</code> key and the value is an array
process the value as a list starting at <a href="#processing-step-list">Step 3a</a>.
</li>
<li>
- <span class="list-number">2.9.3.</span>
+ <span class="list-number">2.7.3.</span>
Create a new <tref>processor state</tref> copies of the <tref>active context</tref>,
<tref>active subject</tref> and <tref>active property</tref>.
<ol class="algorithm">