Skip to content

Commit 7346c33

Browse files
committed
Took care of a link checker issue
- An old fragment ID was referred to in the list of JSON terms
1 parent ab637bf commit 7346c33

File tree

3 files changed

+100
-100
lines changed

3 files changed

+100
-100
lines changed

model/wd2/index-nametemplate.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -669,8 +669,8 @@ <h4>Example</h4>
669669
</pre>
670670
</section>
671671

672-
<section>
673-
<h3>Choice between Bodies</h3>
672+
<section id="choice-between-bodies">
673+
<h3>Choice Between Bodies</h3>
674674

675675
<p>A Choice has an ordered list of resources from which an application should select only one to process or display. The order is given from the most preferable to least preferable, according to the Annotation's creator or publisher.</p>
676676

@@ -2387,7 +2387,7 @@ <h3>Index of JSON Keys</h3>
23872387
<tr><td>generator</td><td><a href="#lifecycle-information">Annotation</a></td></tr>
23882388
<tr><td>homepage</td><td><a href="#agents">Agents</a></td></tr>
23892389
<tr><td class="top_cell">id</td><td>Note: Every object MAY have an <code>id</code>.<br/><a href="#annotations">Annotation</a>, <a href="#external-web-resources">Body, Target</a>, <a href="#segments-of-external-resources">Segments of External Resources</a>, <a href="#embedded-textual-body">Embedded Textual Body</a>, <a href="#agents">Agent</a>, <a href="#intended-audience">Audience</a>, <a href="#specific-resources">Specific Resource</a></td></tr>
2390-
<tr><td>items</td><td><a href="#choice-of-bodies-and-targets">Choice</a>, <a href="#annotation-page">Annotation Page</a></td></tr>
2390+
<tr><td>items</td><td><a href="#choice-between-bodies">Choice</a>, <a href="#annotation-page">Annotation Page</a></td></tr>
23912391
<tr><td>label</td><td><a href="#annotation-collection">Annotation Collection</a></td></tr>
23922392
<tr><td>language</td><td><a href="#external-web-resources">Body, Target</a></td></tr>
23932393
<tr><td>last</td><td><a href="#annotation-collection">Annotation Collection</a></td></tr>
@@ -2642,7 +2642,7 @@ <h2>Changes from Previous Versions</h2>
26422642
<h3>Changes from the Candidate Recommendation of 2016-09-06</h3>
26432643

26442644
<ul>
2645-
<li>Move Composite, List and Independents classes to an informative appendix. (These classes were marked as "at Risk" in earlier version.)</li>
2645+
<li>Move Composite, List and Independents classes to an informative appendix. (These classes were marked as "at Risk" in earlier versions.)</li>
26462646
<li>Remove the use of Choice with Targets, and associating Agents with Targets.</li>
26472647
<li>Clarify the possibility of embedding Collection information in a Page using partOf.</li>
26482648
<li>Improve description of multiple rights statements about resources.</li>
@@ -2694,7 +2694,7 @@ <h3>Changes from the Open Annotation Draft</h3>
26942694
<li>Use intuitive, memorable and developer-friendly names for the JSON-LD keys. (<a href="#annotations">text</a>)</li>
26952695
<li>Replace the ContentAsText construction which was not taken through the standardization process. (<a href="#embedded-textual-body">text</a>)</li>
26962696
<li>Allow a string literal as the body via bodyText. (<a href="#string-body">text</a>)</li>
2697-
<li>Allow an ordered list of options for Choice. (<a href="#choice-of-bodies-and-targets">text</a>)</li>
2697+
<li>Allow an ordered list of options for Choice (<a href="choice-between-bodies">text</a>).</li>
26982698
<li>Add additional core lifecycle metadata for resources, including <a href="#rights-information">rights information</a> and <a href="#intended-audience">intended audience</a>. (<a href="#lifecycle-information">text</a>)</li>
26992699
<li>Align identity equivalence with other standards. (<a href="#other-identities">text</a>)</li>
27002700
<li>Allow association of Motivation as roles/purposes on a per body or target basis, including alignment of Tags and Semantic Tags. (<a href="#purpose-for-external-web-resources">text</a>)</li>

model/wd2/index-respec.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -669,8 +669,8 @@ <h4>Example</h4>
669669
</pre>
670670
</section>
671671

672-
<section>
673-
<h3>Choice between Bodies</h3>
672+
<section id="choice-between-bodies">
673+
<h3>Choice Between Bodies</h3>
674674

675675
<p>A Choice has an ordered list of resources from which an application should select only one to process or display. The order is given from the most preferable to least preferable, according to the Annotation's creator or publisher.</p>
676676

@@ -2387,7 +2387,7 @@ <h3>Index of JSON Keys</h3>
23872387
<tr><td>generator</td><td><a href="#lifecycle-information">Annotation</a></td></tr>
23882388
<tr><td>homepage</td><td><a href="#agents">Agents</a></td></tr>
23892389
<tr><td class="top_cell">id</td><td>Note: Every object MAY have an <code>id</code>.<br/><a href="#annotations">Annotation</a>, <a href="#external-web-resources">Body, Target</a>, <a href="#segments-of-external-resources">Segments of External Resources</a>, <a href="#embedded-textual-body">Embedded Textual Body</a>, <a href="#agents">Agent</a>, <a href="#intended-audience">Audience</a>, <a href="#specific-resources">Specific Resource</a></td></tr>
2390-
<tr><td>items</td><td><a href="#choice-of-bodies-and-targets">Choice</a>, <a href="#annotation-page">Annotation Page</a></td></tr>
2390+
<tr><td>items</td><td><a href="#choice-between-bodies">Choice</a>, <a href="#annotation-page">Annotation Page</a></td></tr>
23912391
<tr><td>label</td><td><a href="#annotation-collection">Annotation Collection</a></td></tr>
23922392
<tr><td>language</td><td><a href="#external-web-resources">Body, Target</a></td></tr>
23932393
<tr><td>last</td><td><a href="#annotation-collection">Annotation Collection</a></td></tr>
@@ -2642,7 +2642,7 @@ <h2>Changes from Previous Versions</h2>
26422642
<h3>Changes from the Candidate Recommendation of 2016-09-06</h3>
26432643

26442644
<ul>
2645-
<li>Move Composite, List and Independents classes to an informative appendix. (These classes were marked as "at Risk" in earlier version.)</li>
2645+
<li>Move Composite, List and Independents classes to an informative appendix. (These classes were marked as "at Risk" in earlier versions.)</li>
26462646
<li>Remove the use of Choice with Targets, and associating Agents with Targets.</li>
26472647
<li>Clarify the possibility of embedding Collection information in a Page using partOf.</li>
26482648
<li>Improve description of multiple rights statements about resources.</li>
@@ -2694,7 +2694,7 @@ <h3>Changes from the Open Annotation Draft</h3>
26942694
<li>Use intuitive, memorable and developer-friendly names for the JSON-LD keys. (<a href="#annotations">text</a>)</li>
26952695
<li>Replace the ContentAsText construction which was not taken through the standardization process. (<a href="#embedded-textual-body">text</a>)</li>
26962696
<li>Allow a string literal as the body via bodyText. (<a href="#string-body">text</a>)</li>
2697-
<li>Allow an ordered list of options for Choice. (<a href="#choice-of-bodies-and-targets">text</a>)</li>
2697+
<li>Allow an ordered list of options for Choice (<a href="choice-between-bodies">text</a>).</li>
26982698
<li>Add additional core lifecycle metadata for resources, including <a href="#rights-information">rights information</a> and <a href="#intended-audience">intended audience</a>. (<a href="#lifecycle-information">text</a>)</li>
26992699
<li>Align identity equivalence with other standards. (<a href="#other-identities">text</a>)</li>
27002700
<li>Allow association of Motivation as roles/purposes on a per body or target basis, including alignment of Tags and Semantic Tags. (<a href="#purpose-for-external-web-resources">text</a>)</li>

0 commit comments

Comments
 (0)