Skip to content

Commit a40ebd4

Browse files
fix: HTML syntax
1 parent 0944586 commit a40ebd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ <h2>Entry format</h2>
359359
<p class="note">
360360
A binding may not fit newer or older versions of a TD specification (e.g., <code>readproperty</code> can become <code>readprop</code>, or a new operation can arrive). Thus, when writing a binding, it must be associated with one or more known TD specification versions.
361361
</p>
362-
</li>
363362
</td>
364363
</tr>
365364
<tr id="form-stat">
@@ -600,7 +599,7 @@ <h3>Documents</h3>
600599
<ul>
601600
<li><span class="rfc2119-assertion" id="submission-requirements-doc-json-schema">There MUST be a JSON Schema (version to be defined) that allows validating the elements added by the entry.</span></li>
602601
<li><span class="rfc2119-assertion" id="submission-requirements-doc-json-ld-context">There SHOULD be a JSON-LD Context and an ontology for the entry. Note that the lack of JSON-LD Context creates an RDF representation that will probably cause issues in RDF databases.</span></li>
603-
<li><span class="rfc2119-assertion" id="submission-requirements-doc-other">There MAY be other documents which are helpful to implementers, such as code, diagrams, and/or standalone examples.</li>
602+
<li><span class="rfc2119-assertion" id="submission-requirements-doc-other">There MAY be other documents which are helpful to implementers, such as code, diagrams, and/or standalone examples.</span></li>
604603
<li><span class="rfc2119-assertion" id="submission-requirements-doc-available-reviewer">These documents MUST be available to the reviewer.</span></li>
605604
<li><span class="rfc2119-assertion" id="submission-requirements-doc-include">The reviewer MUST include these documents in their review.</span></li>
606605
<li><span class="rfc2119-assertion" id="submission-requirements-doc-same-version">All documents associated with the registry entry MUST have the same version string, i.e., the versions of all associated documents MUST be updated when there is a change to any of them.</span></li>

0 commit comments

Comments
 (0)