--- a/rdf-turtle/index.html Tue May 01 14:37:12 2012 -0700
+++ b/rdf-turtle/index.html Tue May 01 14:39:19 2012 -0700
@@ -735,7 +735,7 @@
<td>no</td>
</tr>
<tr>
- <td class="r"><del><a href="#term-turtle2-BLANK_NODE_LABEL"><span style="font-weight:bold;">Blank node label</span>s</a> and </del><a href="#term-turtle2-PN_LOCAL"><span style="font-weight:bold;">local name</span>s</a></td>
+ <td class="r"><a href="#term-turtle2-PN_LOCAL"><span style="font-weight:bold;">local name</span>s</a></td>
<td>no</td>
<td>no</td>
<td style="background-color: green; border:1px solid black;">yes</td>
@@ -748,7 +748,7 @@
</tr>
</tbody>
</table>
- <p class="note">%-encoded sequences are in the <a href="#term-turtle2-IRI_REF">character range for IRIs</a> and are <a href="#term-turtle2-PERCENT">explicitly allowed</a> in <del>blank node labels and </del>local names. These appear as a '%' followed by two hex characters and represent that same sequence of three characters. These sequences are <em>not</em> decoded during processing. A term written as <code><http://a.example/%66oo-bar></code> in Turtle designates the RDF IRI <code>http://a.example/%66oo-bar</code> and not RDF IRI <code>http://a.example/foo-bar</code>. A term written as <code>ex:%66oo-bar</code> with a prefix <code>@prefix ex: <http://a.example/></code> also designates the RDF IRI <code>http://a.example/%66oo-bar</code>.</p>
+ <p class="note">%-encoded sequences are in the <a href="#term-turtle2-IRI_REF">character range for IRIs</a> and are <a href="#term-turtle2-PERCENT">explicitly allowed</a> in local names. These appear as a '%' followed by two hex characters and represent that same sequence of three characters. These sequences are <em>not</em> decoded during processing. A term written as <code><http://a.example/%66oo-bar></code> in Turtle designates the RDF IRI <code>http://a.example/%66oo-bar</code> and not RDF IRI <code>http://a.example/foo-bar</code>. A term written as <code>ex:%66oo-bar</code> with a prefix <code>@prefix ex: <http://a.example/></code> also designates the RDF IRI <code>http://a.example/%66oo-bar</code>.</p>
</section>
<section id="sec-grammar-grammar">