--- a/spec/latest/json-ld-api/index.html Tue Aug 14 19:04:40 2012 +0200
+++ b/spec/latest/json-ld-api/index.html Tue Aug 14 19:17:50 2012 +0200
@@ -951,30 +951,26 @@
to produce even compacter representations. The algorithm for compaction
optimization is beyond the scope of this specification and thus
not defined. Consequently, different implementations MAY implement
- different optimization algorithms.<br>
- The default value is <code>false</code>.
+ different optimization algorithms.
</dd>
<dt>boolean useRdfType = false</dt>
<dd>If set to <code>true</code>, the JSON-LD processor will use the
expanded <code>rdf:type</code> IRI as the property instead of
- <code>@type</code> when converting <a>fromRDF</a>.<br>
- The default value is <code>false</code>.
+ <code>@type</code> when <a href="#convert-from-rdf-algorithm">converting from RDF</a>.
</dd>
<dt>boolean useNativeTypes = true</dt>
<dd>If set to <code>true</code>, the JSON-LD processor will try to convert
datatyped literals to JSON native types instead of using the
- expanded object form when converting <a>fromRDF</a>. <code>xsd:boolean</code>
- values will be converted to <tref>true</tref>/<tref>false</tref>,
+ expanded object form when <a href="#convert-from-rdf-algorithm">converting from RDF</a>.
+ <code>xsd:boolean</code> values will be converted to <tref>true</tref>/<tref>false</tref>,
<code>xsd:integer</code> and <code>xsd:double</code> values to
- <tref title="number">JSON numbers</tref>.<br>
- The default value is <code>true</code>.
+ <tref title="number">JSON numbers</tref>.
</dd>
</dl>
</section>
<p>The following data structures are used for representing data about
- RDF quads. They are used for normalization, <a>fromRDF</a>,
- and from <a>toRDF</a> interfaces.
+ RDF quads. They are used for normalization, and <a href="#rdf-conversion">RDF conversion</a>.
</p>
<section>