File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > JSON-LD 1.1 Processing Algorithms and API</ title >
5
5
< 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 ">
10
10
//<![CDATA[
11
11
var respecConfig = {
12
12
// extend the bibliography entries
@@ -5908,7 +5908,7 @@ <h3>Algorithm</h3>
5908
5908
for < a data-link-for ="LoadDocumentOptions "> extractAllScripts</ a > .</ li >
5909
5909
< li id ="idl-expand-step-4 " class ="changed "> If {{RemoteDocument/document}}
5910
5910
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 > ,
5912
5912
(see < a href ="#serialization-and-deserialization " class ="sectionRef "> </ a > ).
5913
5913
If {{RemoteDocument/document}} cannot be transformed to the < a > internal representation</ a > ,
5914
5914
reject < var > promise</ var > passing a < a data-link-for ="JsonLdErrorCode "> loading document failed</ a > error.</ li >
You can’t perform that action at this time.
0 commit comments