Skip to content

Commit 4048520

Browse files
pchampingkellogg
authored andcommitted
fix validation errors and warnings
1 parent 746ece8 commit 4048520

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<head>
44
<title>JSON-LD 1.1 Processing Algorithms and API</title>
55
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
6-
<script type="text/javascript" src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
7-
<script type="text/javascript" src="common/common.js" class="remove" defer></script>
8-
<script type="text/javascript" src="common/jsonld.js" class="remove"></script>
9-
<script type="text/javascript" class="remove">
6+
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
7+
<script src="common/common.js" class="remove" defer></script>
8+
<script src="common/jsonld.js" class="remove"></script>
9+
<script class="remove">
1010
//<![CDATA[
1111
var respecConfig = {
1212
// extend the bibliography entries
@@ -5908,7 +5908,7 @@ <h3>Algorithm</h3>
59085908
for <a data-link-for="LoadDocumentOptions">extractAllScripts</a>.</li>
59095909
<li id="idl-expand-step-4" class="changed">If {{RemoteDocument/document}}
59105910
from <var>remote document</var> is a <a>string</a>, transform it into the <a>internal representation</a>
5911-
based on {{RemoteDocument/contentType}} from <var>remote document</a>,
5911+
based on {{RemoteDocument/contentType}} from <var>remote document</var>,
59125912
(see <a href="#serialization-and-deserialization" class="sectionRef"></a>).
59135913
If {{RemoteDocument/document}} cannot be transformed to the <a>internal representation</a>,
59145914
reject <var>promise</var> passing a <a data-link-for="JsonLdErrorCode">loading document failed</a> error.</li>

0 commit comments

Comments
 (0)