All Turtle in HTML is inform
authorGavin Carothers <gavin@carothers.name>
Tue, 01 May 2012 13:11:19 -0700
changeset 282 069bcf27e792
parent 281 e91d96ad331e
child 283 35f764642310
All Turtle in HTML is inform
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Tue May 01 12:55:49 2012 -0700
+++ b/rdf-turtle/index.html	Tue May 01 13:11:19 2012 -0700
@@ -984,7 +984,7 @@
           </p>
         </section>
         
-      <section id="in-html">
+      <section id="in-html" class="informative">
         <h2>Turtle in HTML</h2>
         <p>HTML ([[!HTML5]]) <code>script</code> <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>
@@ -1027,7 +1027,7 @@
           in Turtle comments. This will also make Turtle safe in polyglot documents served as both <code>text/html</code>
           and <code>application/xhtml+xml</code>.</p>
         </section>
-        <section class="informative">
+        <section>
           <h3>Displaying Examples</h3>
           <p>
           It is possible to display the contents of script tags containing Turtle for use in examples or other guides
@@ -1059,7 +1059,7 @@
       <section id="sec-triples">
         <h2>N-Triples</h2>
         <p>This section defines an easy to parse line-based subset of Turtle named N-Triples.</p>
-        <p>The syntax is an improved version of N-Triples as originally defined in the RDF Test Cases [[!RDF-TESTCASES]] document. Its original intent was for writing test cases, but it has proven to be popular as a dump format for RDF data.</p>
+        <p>The syntax is a improved version of N-Triples as originally defined in the RDF Test Cases [[!RDF-TESTCASES]] document. Its original intent was for writing test cases, but it has proven to be popular as a dump format for RDF data.</p>
 
         		  <p>
 			  An N-Triples document contains no parsing directives.