~ reworked ==Parsing Turtle in HTML==
authorEric Prud'hommeaux <eric@w3.org>
Wed, 13 Jun 2012 16:47:17 -0400
changeset 439 4694671e16b9
parent 438 6a7497822973
child 440 8b47a7006c8c
~ reworked ==Parsing Turtle in HTML==
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Wed Jun 13 15:54:11 2012 -0400
+++ b/rdf-turtle/index.html	Wed Jun 13 16:47:17 2012 -0400
@@ -1018,8 +1018,16 @@
           and normal Turtle documents. Each <code>script</code> data block is considered to be it's own 
           Turtle document. <code>@prefix</code>, <code>@base</code> declarations MUST NOT effect other
           data blocks. All Turtle data blocks in a HTML document share the same document base URI as the HTML 
-          document. THe HTML <code>lang</code> attribute or XHTML <code>xml:lang</code> attribute have
+          document. The HTML <code>lang</code> attribute or XHTML <code>xml:lang</code> attribute have
           no effect on the parsing of the data blocks.</p>
+
+          <p class="issue">
+The <a href="http://media02.hongkiat.com/error_404_01/turbomilk.jpg">unescaped character data</a> within a <code>script</code> data block with <code>type</code> <code>text/turtle</code> is a Turtle document.
+While documents with media type <code>text/turtle</code> use the UTF-8 character encoding, the character encoding of HTML documents containing Turtle data blocs MAY use other encodings, provided that characters in those data blocks correspond to unicode code points in the <a href="#sec-grammar-grammar">Turtle grammar</a>.
+<code>@prefix</code> and <code>@base</code> declarations in a Turtle data bloc are scoped to that data block and MUST NOT effect other data blocks.
+The HTML <code>lang</code> attribute or XHTML <code>xml:lang</code> attribute have no effect on the parsing of the data blocks.
+The base URI of the encapsulating HTML document provides a "Base URI Embedded in Content" per RFC3986 section 5.1.1.
+	  </p>
         </section>
       </section>      
       <section id="sec-mediaReg" class="appendix">