Skip to content

Commit

Permalink
Editorial: add <dfn> for "TypedArray element type" (#2297)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 12, 2021
1 parent 97c2b87 commit 4ff267d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -32870,7 +32870,7 @@ <h1>%ArrayIteratorPrototype% [ @@toStringTag ]</h1>

<emu-clause id="sec-typedarray-objects">
<h1>TypedArray Objects</h1>
<p>_TypedArray_ objects present an array-like view of an underlying binary data buffer (<emu-xref href="#sec-arraybuffer-objects"></emu-xref>). Each element of a _TypedArray_ instance has the same underlying binary scalar data type. There is a distinct _TypedArray_ constructor, listed in <emu-xref href="#table-the-typedarray-constructors"></emu-xref>, for each of the supported element types. Each constructor in <emu-xref href="#table-the-typedarray-constructors"></emu-xref> has a corresponding distinct prototype object.</p>
<p>_TypedArray_ objects present an array-like view of an underlying binary data buffer (<emu-xref href="#sec-arraybuffer-objects"></emu-xref>). A <dfn>TypedArray element type</dfn> is the underlying binary scalar data type that all elements of a _TypedArray_ instance have. There is a distinct _TypedArray_ constructor, listed in <emu-xref href="#table-the-typedarray-constructors"></emu-xref>, for each of the supported element types. Each constructor in <emu-xref href="#table-the-typedarray-constructors"></emu-xref> has a corresponding distinct prototype object.</p>
<emu-table id="table-the-typedarray-constructors" caption="The TypedArray Constructors" oldids="table-49">
<table>
<tbody>
Expand Down

0 comments on commit 4ff267d

Please sign in to comment.