Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix validation errors and warnings #640

Merged
merged 1 commit into from
Mar 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<head>
<title>JSON-LD 1.1 Processing Algorithms and API</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<script type="text/javascript" src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
<script type="text/javascript" src="common/common.js" class="remove" defer></script>
<script type="text/javascript" src="common/jsonld.js" class="remove"></script>
<script type="text/javascript" class="remove">
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
<script src="common/common.js" class="remove" defer></script>
<script src="common/jsonld.js" class="remove"></script>
<script class="remove">
//<![CDATA[
var respecConfig = {
// extend the bibliography entries
Expand Down Expand Up @@ -5908,7 +5908,7 @@ <h3>Algorithm</h3>
for <a data-link-for="LoadDocumentOptions">extractAllScripts</a>.</li>
<li id="idl-expand-step-4" class="changed">If {{RemoteDocument/document}}
from <var>remote document</var> is a <a>string</a>, transform it into the <a>internal representation</a>
based on {{RemoteDocument/contentType}} from <var>remote document</a>,
based on {{RemoteDocument/contentType}} from <var>remote document</var>,
(see <a href="#serialization-and-deserialization" class="sectionRef"></a>).
If {{RemoteDocument/document}} cannot be transformed to the <a>internal representation</a>,
reject <var>promise</var> passing a <a data-link-for="JsonLdErrorCode">loading document failed</a> error.</li>
Expand Down