removed moot link to script tags in HTML5 editors draft
authorGuus Schreiber <guus.schreiber@vu.nl>
Sun, 05 Jan 2014 00:40:13 +0100
changeset 1752 690ea86537ca
parent 1751 90480ef5bc7b
child 1753 8a59cd748b07
removed moot link to script tags in HTML5 editors draft
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Sun Jan 05 00:29:24 2014 +0100
+++ b/rdf-turtle/index.html	Sun Jan 05 00:40:13 2014 +0100
@@ -1084,7 +1084,10 @@
         </section>
       <section id="in-html" class="appendix informative">
         <h2>Embedding Turtle in HTML documents</h2>
-        <p>HTML [[HTML5]] <code>script</code> <a href="http://dev.w3.org/html5/spec/Overview.html#scripting-1">tags</a> 
+        <p>HTML [[HTML5]] <code>script tags</code>
+	<!-- removed this link as it is moot
+	<a href="http://dev.w3.org/html5/spec/Overview.html#scripting-1">tags</a>
+	-->
         can be used to embed data blocks in documents. Turtle can be easily embedded in HTML this way.</p>
         <pre class="example">&lt;script type="text/turtle">
 @prefix dc: &lt;http://purl.org/dc/terms/> .