--- a/rdf-turtle/index.html Sun Jan 05 00:06:47 2014 +0100
+++ b/rdf-turtle/index.html Sun Jan 05 00:16:26 2014 +0100
@@ -102,7 +102,7 @@
testSuiteURI: "http://www.w3.org/2013/TurtleTests/",
implementationReportURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/reports/index.html",
- alternateFormats: [ { uri: "diff-20130219.html", label: "diff to previous version" } ]
+ alternateFormats: [ { uri: "diff-20130219.html", label: "diff to previous version" } ],
doRDFa: "1.1",
preProcess: [ preprocessTurtle ]
@@ -1251,9 +1251,12 @@
<h2>Changes from <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/">February 2013 Candidate Recommendation</a> to this Proposed Recommendation</h2>
<ul>
<li>The addition of <a href="#grammar-production-sparqlPrefix">sparqlPrefix</a> and <a href="#grammar-production-sparqlBase">sparqlBase</a> which allow for using SPARQL style <code>BASE</code> and <code>PREFIX</code> directives in a Turtle document was marked "at risk" in the Candidate Recommendation publication. This feature is no longer at risk.</li>
- <li>The title of this document was changed from "<em>Turtle</em>" to "<em>RDF 1.1 Turtle</em>".</li>
- </ul>
- </section>
+ <li>The title of this document was changed from
+ "<em>Turtle</em>" to "<em>RDF 1.1 Turtle</em>".</li>
+ <li>Removed the obsolete links to tests in <a
+ href="#sec-parsing-state">Sec. 7.1</a>.</li>
+ </ul>
+ </section>
<section id="sec-changelog-WD-CR">
<h3>Changes from <a href="http://www.w3.org/TR/2011/WD-turtle-20110809/">August 2011 First Public Working Draft</a> to <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/">Candidate Recommendation</a></h3>