--- 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">