Prefer dfn to strong for defines, duh
authorGavin Carothers <gavin@carothers.name>
Mon, 15 Jul 2013 13:05:55 -0700
changeset 940 5a613483a173
parent 939 5c616c129ae9
child 941 44e38803b6a0
Prefer dfn to strong for defines, duh
rdf-turtle/n-triples.html
--- a/rdf-turtle/n-triples.html	Mon Jul 15 13:03:22 2013 -0700
+++ b/rdf-turtle/n-triples.html	Mon Jul 15 13:05:55 2013 -0700
@@ -218,9 +218,9 @@
                 <li>Canonical N-Triple documents
                 <li>N-Triple parsers
               </ul>
-      <p>A conforming <strong>N-Triple document</strong> 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>. A N-Triple document serializes an RDF graph.</p>
+      <p>A conforming <dfn>N-Triple 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>. A N-Triple document serializes an RDF graph.</p>
 
-      <p>A <strong>canonical N-Triple document</strong> is a <strong>N-Triple document</strong> with additional constraints:<p>
+      <p>A <dfn>canonical N-Triple document</dfn> is a <strong>N-Triple document</strong> with additional constraints:<p>
 
       <ul>
         <li>Space between terms (<code>WS+</code>) MUST be a single space, (<code>U+0020</code>).
@@ -230,7 +230,7 @@
         <li>Characters MUST be represented directly and not by <code>UCHAR</code>.
       </ul>
 
-      <p>A conforming <strong>N-Triple parser</strong> is a system capable of reading N-Triple 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-Triple parser</dfn> is a system capable of reading N-Triple 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-Triple language is: <code>http://www.w3.org/ns/formats/N-Triple</code></p>