Skip to content

Commit 5d72985

Browse files
authored
Merge pull request #173 from rdfjs/respec-update
fix: Fixed ReSpec warnings
2 parents 6ef6087 + 69b769f commit 5d72985

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>RDF/JS: Data model specification</title>
6-
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
6+
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
77
<script class="remove">
88
var respecConfig = {
99
specStatus: "CG-DRAFT",
@@ -63,8 +63,7 @@
6363
href: "https://github.com/rdfjs/data-model-spec"
6464
}]
6565
}],
66-
wg: "RDF JavaScript Libraries Community Group",
67-
wgURI: "https://www.w3.org/community/rdfjs/",
66+
group: "cg/rdfjs",
6867
wgPublicList: "public-rdfjs",
6968
maxTocLevel: 2
7069
};
@@ -243,7 +242,7 @@ <h3><dfn>Literal</dfn> interface</h3>
243242
<code>"Brad Pitt"</code>)
244243
</p>
245244
<p>
246-
<dfn>language</dfn> the language as lowercase BCP-47 [[!BCP47]] string (examples:
245+
<dfn>language</dfn> the language as lowercase [[BCP47]] string (examples:
247246
<code>"en"</code>, <code>"en-gb"</code>) or an empty string if the literal has no language.
248247
</p>
249248
<p>
@@ -437,5 +436,7 @@ <h3><dfn>DataFactory</dfn> interface</h3>
437436
</p>
438437
</section>
439438
</section>
439+
440+
<section id="conformance"></section>
440441
</body>
441442
</html>

0 commit comments

Comments
 (0)