Skip to content

Commit

Permalink
Fix multiple references to WebIDL terms
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg authored Nov 29, 2024
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
Expand Up @@ -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>.
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 8f00804

Please sign in to comment.