Some more editorial fixes
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Mon, 28 Jan 2013 12:30:15 +0100
changeset 1166 dbb6b2238701
parent 1165 494f472ce1d0
child 1167 44f77bc9afc2
Some more editorial fixes
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Mon Jan 28 12:19:55 2013 +0100
+++ b/spec/latest/json-ld-syntax/index.html	Mon Jan 28 12:30:15 2013 +0100
@@ -2987,7 +2987,7 @@
 <section>
   <h3>Turtle</h3>
 
-  <p>The following are examples of converting RDF expressed in [[TURTLE-TR]]
+  <p>The following are examples of converting RDF expressed in Turtle [[TURTLE-TR]]
     into JSON-LD.</p>
 
 <section>
@@ -3106,7 +3106,7 @@
 <h3>RDFa</h3>
 
 <p>The following example describes three people with their respective names and
-homepages in [[RDFA-CORE]].</p>
+  homepages in RDFa [[RDFA-CORE]].</p>
 
 <pre class="example" data-transform="updateExample"
      title="RDFa fragment that describes three people">
@@ -3128,7 +3128,7 @@
 </pre>
 
 <p>An example JSON-LD implementation using a single <tref>context</tref> is
-described below.</p>
+  described below.</p>
 
 <pre class="example" data-transform="updateExample"
      title="Same description in JSON-LD (context shared among node objects)">
@@ -3165,8 +3165,8 @@
 <section>
 <h3>Microformats</h3>
 
-<p>The following example uses a simple Microformats hCard ([[MICROFORMATS]]) example to express
-how the Microformat is represented in JSON-LD.</p>
+<p>The following example uses a simple Microformats hCard example to express
+  how Microformats [[MICROFORMATS]] are represented in JSON-LD.</p>
 
 <pre class="example" data-transform="updateExample"
      title="HTML fragment with a simple Microformats hCard">
@@ -3178,9 +3178,9 @@
 </pre>
 
 <p>The representation of the hCard expresses the Microformat terms in the
-<tref>context</tref> and uses them directly for the <code>url</code> and <code>fn</code>
-properties. Also note that the Microformat to JSON-LD processor has
-generated the proper URL type for <code>http://tantek.com/</code>.</p>
+  <tref>context</tref> and uses them directly for the <code>url</code> and <code>fn</code>
+  properties. Also note that the Microformat to JSON-LD processor has
+  generated the proper URL type for <code>http://tantek.com/</code>.</p>
 
 <pre class="example" data-transform="updateExample"
      title="Same hCard representation in JSON-LD">
@@ -3208,9 +3208,8 @@
 <section>
 <h3>Microdata</h3>
 
-<p>The [[MICRODATA]] example below expresses book information as a microdata Work
-item.
-</p>
+<p>The HTML Microdata [[MICRODATA]] example below expresses book information as
+  a Microdata Work item.</p>
 
 <pre class="example" data-transform="updateExample"
      title="HTML fragments that describes a book using microdata">
@@ -3242,8 +3241,8 @@
 </pre>
 
 <p>Note that the JSON-LD representation of the Microdata information stays
-true to the desires of the Microdata community to avoid contexts and
-instead refer to items by their full <tref>IRI</tref>.</p>
+  true to the desires of the Microdata community to avoid contexts and
+  instead refer to items by their full <tref>IRI</tref>.</p>
 
 <pre class="example" data-transform="updateExample"
      title="Same book description in JSON-LD (avoiding contexts)">
@@ -3280,8 +3279,8 @@
 <h1>IANA Considerations</h1>
 
 <p>This section is included merely for standards community review and will be
-submitted to the Internet Engineering Steering Group if this specification
-becomes a W3C Recommendation.</p>
+  submitted to the Internet Engineering Steering Group if this specification
+  becomes a W3C Recommendation.</p>
 
 <h3>application/ld+json</h3>
 <dl>