Move XHTML to it's own section, not just informitive
authorGavin Carothers <gavin@carothers.name>
Fri, 23 Sep 2011 13:24:28 -0700
changeset 151 f6892656b421
parent 150 a43dfeb0a7d5
child 152 412015e1cc6f
Move XHTML to it's own section, not just informitive
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Fri Sep 23 13:23:20 2011 -0700
+++ b/rdf-turtle/index.html	Fri Sep 23 13:24:28 2011 -0700
@@ -21,7 +21,7 @@
           $("script[type='text/turtle']").removeAttr('type').renameElement('span');
           $("script[type='text/plain']").removeAttr('type').renameElement('span');
         }
-      }
+      };
       var respecConfig = {
 	  // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
 	  specStatus:           "ED",
@@ -856,7 +856,7 @@
           </p>
         </section>
         
-      <section id="in-html" class="informative">
+      <section id="in-html">
         <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 pages. Turtle can be easily embedded in HTML this way.</p>
@@ -882,7 +882,14 @@
         <code>type</code> attribute set to <code>text/turtle</code>. <code>&lt;</code> and <code>&gt;</code> symbols
         do not need to be escaped inside of script tags. The character encoding of the embedded Turtle
         MUST match the HTML documents encoding.</p>
-        <p>There are some special steps that need to be taken when publishing Turtle in XHTML rather then HTML (text/html).</p>
+        <section>
+          <h3>XHTML</h3>
+          <p>There are some special steps that need to be taken when publishing Turtle in XHTML rather then HTML (text/html)
+          </p>
+          <p class="issue">
+          Still needs CDATA and commenting for XHTML explained. Polyglut issues.
+          </p>
+        </section>
         <section id="in-html-parsing">
           <h3>Parsing Turtle in HTML</h3>
           <p>There are no syntactic or grammar diffrences between parsing Turtle that has been embedded