Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix multiple references to WebIDL terms
Browse files Browse the repository at this point in the history
gkellogg authored Nov 29, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
foolnotion Bogdan Burlacu
1 parent 8af65c5 commit 8f00804
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -6150,7 +6150,7 @@ <h4>Internal Representation in Implementations</h4>
<p>
<a data-cite="WebIDL#idl-USVString">USVString</a>,
<a>JsonLdRecord</a>,
<a data-cite="WebIDL##idl-sequence">sequence</a>,
<a data-cite="WebIDL#idl-sequence">sequence</a>,
and other types defined in [[WebIDL]] and [[INFRA]], and used above as input and output types for
<a>JsonLdProcessor</a> functions, comprise the data structure known
as the <a>internal representation</a>.
@@ -6185,19 +6185,19 @@ <h4>Internal Representation in Implementations</h4>
<td><code>dict</code></td>
</tr>
<tr>
<th><a data-cite="WebIDL##idl-sequence">sequence</a></th>
<th><a data-cite="WebIDL#idl-sequence">sequence</a></th>
<th><code><a data-cite="INFRA#list">list</a></code></th>
<td><code>Array</code></td>
<td><code>list</code></td>
</tr>
<tr>
<th><code><a data-cite="WebIDL##idl-long">long</a></code></th>
<th><code><a data-cite="WebIDL#idl-long">long</a></code></th>
<th><code><a data-cite="XMLSCHEMA11-2#integer">integer</a></code> [[?XMLSCHEMA11-2]]</th>
<td><code>Number</code></td>
<td><code>int</code></td>
</tr>
<tr>
<th><code><a data-cite="WebIDL##idl-double">double</a></code></th>
<th><code><a data-cite="WebIDL#idl-double">double</a></code></th>
<th><code><a data-cite="XMLSCHEMA11-2#double">double</a></code> [[?XMLSCHEMA11-2]]</th>
<td><code>Number</code></td>
<td><code>float</code></td>

0 comments on commit 8f00804

Please sign in to comment.