Skip to content

Commit 94f5b53

Browse files
jmdyckmichaelficarra
authored andcommitted
Add a <p><ul> to "Properties of the Iterator Constructor"
All other "Properties of the Foo Constructor" sections start with a <p><ul> where, at the very least, you say what the constructor's [[Prototype]] is.
1 parent b6493a2 commit 94f5b53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46589,6 +46589,11 @@ <h1>Iterator ( )</h1>
4658946589

4659046590
<emu-clause id="sec-properties-of-the-iterator-constructor">
4659146591
<h1>Properties of the Iterator Constructor</h1>
46592+
<p>The Iterator constructor:</p>
46593+
<ul>
46594+
<li>has a [[Prototype]] internal slot whose value is %Function.prototype%.</li>
46595+
<li>has the following properties:</li>
46596+
</ul>
4659246597

4659346598
<emu-clause id="sec-iterator.from">
4659446599
<h1>Iterator.from ( _O_ )</h1>

0 commit comments

Comments
 (0)