Respec-ism on conformance section
authorAndy Seaborne <andy.seaborne@apache.org>
Thu, 05 Dec 2013 21:54:33 +0000
changeset 1480 a958aabb06ec
parent 1479 6497eb3e66e7
child 1481 940bd402dd26
Respec-ism on conformance section
rdf-turtle/n-triples.html
--- a/rdf-turtle/n-triples.html	Thu Dec 05 21:47:50 2013 +0000
+++ b/rdf-turtle/n-triples.html	Thu Dec 05 21:54:33 2013 +0000
@@ -213,39 +213,40 @@
 
       <section id="canonical-ntriples">
         <h3>A Canonical form of N-Triples</h3>
-             <p>A canonical form of N-Triples has the following additional
-               constraints on layout:</p>
-      <ul>
-        <li>Whitespace following <code>subject</code>, <code>predicate</code>, and <code>object</code> MUST be a single space, (<code>U+0020</code>) all other locations that allow whitespace MUST be empty.</li>
-        <li>There MUST be no comments.</li>
+        <p>A canonical form of N-Triples has the following additional
+          constraints on layout:</p>
+        <ul>
+          <li>Whitespace following <code>subject</code>, <code>predicate</code>, and <code>object</code> MUST be a single space, (<code>U+0020</code>) all other locations that allow whitespace MUST be empty.</li>
+          <li>There MUST be no comments.</li>
         <li><code>HEX</code> MUST use only uppercase letters (<code>[A-F]</code>).</li>
-        <li>Characters MUST NOT be represented by <code>UCHAR</code>.</li>
-        <li>Within <a href="#grammar-production-STRING_LITERAL_QUOTE">STRING_LITERAL_QUOTE</a>,
-          only characters not allowed directly in 
-          <a href="#grammar-production-STRING_LITERAL_QUOTE">STRING_LITERAL_QUOTE</a> (<code>U+0022</code>, <code>U+005C</code>, <code>U+000A</code>, <code>U+000D</code>) use
+          <li>Characters MUST NOT be represented by <code>UCHAR</code>.</li>
+          <li>Within <a href="#grammar-production-STRING_LITERAL_QUOTE">STRING_LITERAL_QUOTE</a>,
+            only characters not allowed directly in 
+            <a href="#grammar-production-STRING_LITERAL_QUOTE">STRING_LITERAL_QUOTE</a> (<code>U+0022</code>, <code>U+005C</code>, <code>U+000A</code>, <code>U+000D</code>) use
           <code>ECHAR</code>.
           For all other characters, <code>ECHAR</code> MUST NOT be used.</li>
-      </ul>
+        </ul>
       </section>
 
       <section id="conformance">
-        <h3>Conformance</h3>
-        
-          <p>This specification defines conformance criteria for:</p>
-              <ul>
-                <li>N-Triples documents
-                <li>Canonical N-Triples documents
-                <li>N-Triples parsers
-              </ul>
-      <p>A conforming <dfn>N-Triples document</dfn> is a Unicode string that conforms to the grammar and additional constraints defined in <a href="#n-triples-grammar" class="sectionRef"></a>, starting with the <a href="#grammar-production-ntriplesDoc"><code>ntriplesDoc</code> production</a>. An N-Triples document serializes an RDF graph.</p>
+        <p>This specification defines conformance criteria for:</p>
+        <ul>
+          <li>N-Triples documents
+          <li>Canonical N-Triples documents
+          <li>N-Triples parsers
+        </ul>
 
-      <p>A conforming <dfn>Canonical N-Triples document</dfn> is an 
+        <p>A conforming <dfn>N-Triples document</dfn> is a Unicode string that conforms to the grammar and additional constraints defined in <a href="#n-triples-grammar" class="sectionRef"></a>, starting with the <a href="#grammar-production-ntriplesDoc"><code>ntriplesDoc</code> production</a>. An N-Triples document serializes an RDF graph.</p>
+
+        <p>A conforming <dfn>Canonical N-Triples document</dfn> is an 
         <strong>N-Triples document</strong> that follows the 
         <a href="#canonical-ntriples">additional constraints</a> of Canonical N-Triples.</p>
 
-      <p>A conforming <dfn>N-Triples parser</dfn> is a system capable of reading N-Triples documents on behalf of an application. It makes the serialized RDF graph, as defined in <a href="#sec-parsing" class="sectionRef"></a>, available to the application, usually through some form of API.</p>
+        <p>A conforming <dfn>N-Triples parser</dfn> is a system capable of reading N-Triples documents on behalf of an application. It makes the serialized RDF graph, as defined in <a href="#sec-parsing" class="sectionRef"></a>, available to the application, usually through some form of API.</p>
 
-      <p>The IRI that identifies the N-Triples language is: <code>http://www.w3.org/ns/formats/N-Triples</code></p>
+      <p>The IRI that identifies the N-Triples language is:
+<code>http://www.w3.org/ns/formats/N-Triples</code></p>
+      </section>
 
         <section id="n-triples-mediatype">
       <h2>Media Type and Content Encoding</h2>