Skip to content

Commit

Permalink
fancier-looking cite
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Apr 3, 2024
1 parent 0654027 commit 5bde0d3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ urlPrefix: https://tc39.es/proposal-resizablearraybuffer/; spec: RESIZABLE-BUFFE
text: IsResizableArrayBuffer; url: sec-isresizablearraybuffer
</pre>

<pre class=biblio>
{
"PROPOSAL-FLOAT16ARRAY": {
"publisher": "Ecma",
"href": "https://tc39.es/proposal-float16array/",
"title": "Proposal to add float16 TypedArrays to JavaScript"
}
}
</pre>

<style>
pre.set {
font-size: 80%;
Expand Down Expand Up @@ -6488,7 +6498,7 @@ data. The table below lists these types and the kind of buffer or view they repr
<td>A view on to a [=buffer type=] instance that exposes it as an array of unsigned 8-bit integers with clamped conversions
<tr>
<td><dfn id="idl-Float16Array" interface>Float16Array</dfn>
<td rowspan=3>A view on to a [=buffer type=] instance that exposes it as an array of IEEE 754 floating point numbers of the given size in bits; Float16Array corresponds to the ECMAScript proposal <a href="https://github.com/tc39/proposal-float16array">proposal-float16array</a>
<td rowspan=3>A view on to a [=buffer type=] instance that exposes it as an array of IEEE 754 floating point numbers of the given size in bits; Float16Array corresponds to the ECMAScript proposal [[PROPOSAL-FLOAT16ARRAY]].
<tr>
<td><dfn id="idl-Float32Array" interface>Float32Array</dfn>
<tr>
Expand Down

0 comments on commit 5bde0d3

Please sign in to comment.