--- a/spec/latest/json-ld-api/index.html Thu Apr 26 13:15:56 2012 +0200
+++ b/spec/latest/json-ld-api/index.html Thu Apr 26 13:34:03 2012 +0200
@@ -263,7 +263,7 @@
}
//]]>
</script>
-<style>
+<style type="text/css">
.diff { font-weight:bold; color:#0a3; }
ol.algorithm.update { margin-left: 2em; }
ol.algorithm.update>li { list-style-type: none; }
@@ -720,7 +720,7 @@
<section>
<h3>JsonLdOptions</h3>
- <p>The <a>JsonLdOptiones</a> type is used to convery a set of options to an interface method.</p>
+ <p>The <a>JsonLdOptions</a> type is used to convery a set of options to an interface method.</p>
<dl title="typedef object JsonLdOptions" class="idl">
<dt><a>URL</a> base</dt>
<dd>The Base IRI to use when expanding the document. This overrides the value of
@@ -988,8 +988,7 @@
If a <tref>local context</tref> is encountered,
information from the <tref>local context</tref> is merged into the <tref>active context</tref>.</p>
<p>The <tref>active context</tref> is used for expanding properties and values of a <tref>JSON object</tref> (or elements
- of a list (see <span a="#list-processing">List Processing</span>)) using a <tdef>term mapping</tdef>.
- It is also used to maintain
+ of an array) using a <tdef>term mapping</tdef>. It is also used to maintain
<tdef>coercion mapping</tdef>s from terms to datatypes, <tdef>language mapping</tdef>s from terms to language codes,
and <tdef>list mapping</tdef>s and <tdef>set mapping</tdef>s for terms. Processors MUST use the
lexical form of the property when creating a mapping, as lookup is performed on lexical representations, not
@@ -1841,7 +1840,7 @@
<ol class="algorithm">
<li>If element is a <tref>subject definition</tref> or <tref>subject reference</tref>:
<ol class="algorithm">
- <li>If the property <cide>@id</cide> is not an <tref>IRI</tref>, return a
+ <li>If the property <code>@id</code> is not an <tref>IRI</tref>, return a
<tref>blank node</tref> identifer using <a
href="#generate-blank-node-identifier">Generate Blank Node Identifier</a> as
<em>name</em>, otherwise use the value of the @id property as
--- a/spec/latest/json-ld-syntax/index.html Thu Apr 26 13:15:56 2012 +0200
+++ b/spec/latest/json-ld-syntax/index.html Thu Apr 26 13:34:03 2012 +0200
@@ -262,7 +262,7 @@
}
//]]>
</script>
-<style>
+<style type="text/css">
.diff { font-weight:bold; color:#0a3; }
ol.algorithm.update { margin-left: 2em; }
ol.algorithm.update>li { list-style-type: none; }